/* for cart */
.api-simplecheckout {

}
.api-simplecheckout-cart tr {
  border-bottom: 1px solid #DDD;
}
.api-simplecheckout-cart td {
  border-bottom: none;
  padding: 15px!important;
}
.api-thead-price {
  text-align: center!important;
}
.api-td-price {
  text-align: center!important;
}
.api-sbr-sale {
  width: 100%;
  max-width: 1130px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.api-sbr-sale-img {
  display: none;
}
.api-content-full {
  width: 100%!important;
  max-width: 1140px;
  margin-left: 0!important;
  padding: 0 15px;
}
.api-image img {
  max-width: none!important;
  width: 60px;
  height: 60px;
}
.api-quantity_div-cart {
  margin: 0!important;
  max-width: none!important;
  justify-content: center;
}
.api-quantity_div-cart .quantity_input {
  padding: 0 12px!important;
  width: 55px!important;
  text-align: center!important;
}
@media screen and (max-width: 768px) {
  .api-simplecheckout-cart {
    display: block;
    overflow: scroll;
  }
}
@media screen and (max-width: 576px) {
  .api-sbr-sale {
    height: auto!important;
  }
  .api-sbr-sale-img {
    display: block;
  }
  .api-simplecheckout-cart-buttons {
    padding: 8px 15px!important;
  }
  .api-simplecheckout-cart-buttons a {
    width: 100%!important;
  }
  .api-simplecheckout-button-block {
    padding: 8px 15px!important;
  }
  .api-simplecheckout-button-block .simplecheckout-button-right, .api-simplecheckout-button-block a {
    width: 100%!important;
  }
}
/* product-card */

.api-block_price {
  background: #F8F8F8;
  border: 1px solid #D2D2D2;
  box-sizing: border-box;
  padding: 3rem;
}
/* .api-block_price .clear {
  display: none;
} */
.api-h1-top {
  color: #262626;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
}
.api-h1-bot {
  font-weight: bold;
  font-size: 36px;
  line-height: 148%;
  color: #262626;
  margin-bottom: 1rem;
}
.api-price {
  font-weight: bold;
  font-size: 72px;
  line-height: 100%;
  color: #262626;
  text-align: left;
  width: 100%;
}
.api-price-valuta {
  text-transform: uppercase;
  font-weight: bold;
}
.api-options {
  padding: 0!important;
  margin: 0!important;
  position: relative;
}
.api-option {
  width: 100%;
  margin-bottom: 1rem;
}
.api-option b {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  text-transform: none;
  color: #262626;
  font-family: ProximaNovaRegular;
  margin-bottom: 0;
}
.api-option .required {
  display: none;
}
.api-option-title {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.api-razm_table {
  border-bottom: none!important;
  color: #FF4443!important;
  font-weight: 600;
  font-size: 18px;
}
.api-razm_table:hover {
  text-decoration: underline;
}
.api-option-wrap {
  display: inline-block;
}
.api-option-wrap input {
  display: none;
}
.api-option-wrap label {
  border: 1px solid #D2D2D2;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  border-radius: 2px;
  background-color: #fff;
  padding: 0.2rem 1.6rem;
  transition: .35s;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.api-option-wrap label:hover {
  box-sizing: border-box;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}
.api-option-wrap input:checked + label {
  border: 1px solid #FF4443;
  box-sizing: border-box;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}
.api-colors {

}
.api-colors input:checked + label img {
  border: 2px solid #FF4443;
  box-sizing: border-box;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}
.api-colors label {
  width: 35px;
  height: 35px;
  margin-right: .5rem;
}
.api-colors label img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: .35s;
}
.api-colors label img:hover {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}
.api-quantity_div {
  display: flex!important;
  align-items: center;
  margin: 3rem 2rem 0 0;
  max-width: 140px;
  width: 100%;
  margin-top: 10px;
}
.api-quantity_div .quantity_input {
  height: 44px;
  font-size: 24px;
  font-weight: bold;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
  max-width: 60px;
}
.api-quantity_div .plus, .api-quantity_div .minus {
  width: 44px;
  height: 44px;
  background: none;
  background: #E9E9E9;
  border: 1px solid #D2D2D2;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  font-size: 24px;
}
.api-quantity_div .plus::after {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50% );
}
.api-quantity_div .minus::after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50% );
}
.api-cart_block .tocart_in_product {
  background: url(api-tocart.png) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  height: 44px;
  width: 100%;
  max-width: 160px;
  position: relative;
  margin: 0;
  transition: .35s;
}
.api-cart_block .tocart_in_product:hover {
  background: url(api-tocart-hover.png) no-repeat;
  background-size: cover;
}
.api-cart_block .quikb {
  display: inline-block;
  margin-top: 2.5rem;
}
.api-cart_block .quikb span {
  background-color: transparent;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FF4443;
  transition: .35s;
  padding: 0;
}
.api-cart_block .quikb span:hover {
  color: #A92521;
}
.api-descr p {
  font-size: 16px!important;
  font-family: ProximaNovaRegular!important;
}
.api-error {
  display: flex;
  justify-content: center;
  background-color: #FF4443;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.api-error::after {
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX( -50% );
  content: '';
  border: 10px solid transparent;
  border-top: 10px solid #FF4443;
}
.api-error-text {
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .api-block_price {
    padding: 2rem 1rem;
    margin-left: -10px;
  }
  .api-quantity_div {
    margin-bottom: 2rem;
  }
}

.api-fancyform__frame {
  width: 100%;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.api-fancyform__frame-title {
  color: #262626;
  font-weight: 600;
  font-size: 24px;
  font-family: ProximaNovaRegular;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: .5rem;
}
.api-fancyform__frame-subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #262626;
  margin-bottom: 3rem;
}
.api-fancyform__frame-line {
  width: 100%;
  padding: 1.2rem!important;
  border: 1px solid #ddd!important;
  background-color: #fff!important;
  margin-bottom: 2rem;
}
.api-fancyform__frame-checkbox {
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  font-family: ProximaNovaRegular;
  margin: 1rem 0 2rem 0;
  padding-left: 2rem;
}
.api-fancyform__frame-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 1px;
  top: 8px;
  left: 8px;
}
.api-fancyform__frame-checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #DDD;
  border-radius: 4px;
}
.api-fancyform__frame-checkbox:hover input ~ .api-fancyform__frame-checkbox-checkmark {
  background-color: #DDD;
}
.api-fancyform__frame-checkbox input:checked ~ .api-fancyform__frame-checkbox-checkmark {
  background-color: #3ABB19;
}
.api-fancyform__frame-checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.api-fancyform__frame-checkbox input:checked ~ .api-fancyform__frame-checkbox-checkmark:after {
  display: block;
}
.api-fancyform__frame-checkbox .api-fancyform__frame-checkbox-checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.api-fancyform__frame-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}
.api-fancyform__frame-btn button {
  width: 100%;
  padding: 1.2rem;
  background: url(api-tocart.png) no-repeat;
  background-size: 100% 100%;
  text-transform: uppercase;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  margin-bottom: 0;
}
.api-fancyform__frame-btn button:hover {
  background: url(api-tocart-hover.png) no-repeat;
  background-size: 100% 100%;
}
/* end of product card */
@media screen and (max-width: 768px) {
  .d-block {
    display: block!important;
  }
  .d-none {
    display: none!important;
  }
  .d-flex {
    display: flex!important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none!important;
  }
  .d-md-block {
    display: block!important;
  }
}
/* изменение элементов в хидере*/
@media screen and (max-width: 768px) {
  .row-mobile {
    color: #FFF;
  }
  .top_cart {
    float: left;
  }
  .grafik {
    color: #FFF;
  }
  .regist a {
    color: #FFF;
  }
}
/* colors */
.head-phone {
  font-size: 22px;
  text-decoration: none;
}
.footer-phone {
  font-size: 18px;
  text-decoration: none;
}
/* banner-form */
.api-form {

}
.api-form__wrap {
  display: flex
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  padding: 2rem 1rem;
  overflow: hidden;
}
.api-form__wrap-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 2rem;
}
.api-hidden-thx {
  padding-top: 1rem;
  margin-bottom: 1rem;
}
.api-form__wrap-text {
  font-size: 18px;
  text-align: center;
}
.api-cmn-input {
  background-color: #f8f8f8!important;
  border: 1px solid #e2e2e2!important;
  -webkit-box-sizing: border-box!important;
  box-sizing: border-box!important;
  width: 100%!important;
  padding: .7rem 1rem!important;
}
.api-form__wrap-btn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  width: 100%;
}
.api-form__wrap-btn button {
  padding: 1rem 0;
  background-color: #ff4444;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  border: none;
}
.fancybox-content {
  max-width: 500px!important;
  padding: 3rem 1.5rem!important;
}
#fancyalert {
	padding: 3rem 2rem;
}

.fancyalert__wrap {
  display: flex;
	text-align: center;
	padding: 10px 0 0 0;
}
.fancyalert__wrap p {
  font-size: 20px;
}
/* изменение существующего */
body {
  min-width: 320px;
}
.top_line_bg #search {
  width: 240px;
}
.top_line_bg #search input {
  width: 200px;
}
.tocart_incat {
  width: 100%;
  margin-left: 0;
}
.product-info .left {
  max-width: 410px;
  width: 100%;
}
.product-info .right {
  max-width: 393px;
  width: 100%;
}
.navbar-cart {
  float: right;
  margin-top: 15px;
  margin-left: 15px;
}
.navbar-cart-ico {
  max-width: 30px;
}
.navbar-phone {
  float: right;
  margin-top: 15px;
  margin-left: 15px;
}
.navbar-phone-ico {
  max-width: 30px;
}
.navbar-api-search {
  float: right;
  margin-top: 15px;
}
.navbar-api-search-img {
  max-width: 30px;
}
.navbar-newlogo {
  float: left;
  margin-top: 10px;
  margin-left: 5px;
}
.navbar-newlogo-img {
  max-height: 40px;
  width: auto;
}
.api-sale-wrap {
  width: 100%;
  justify-content: center;
  padding: 0 15px;
  margin-bottom: 15px;
}
.api-sale {
  display: block;
}
.api-sale-img {
  width: 100%;
  height: auto;
  max-width: 568px;
}
#quick-form {
  width: 100%;
  max-width: 380px!important;
  padding: 40px 30px!important;
}
@media screen and (max-width: 768px) {
  .cart_block {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quantity_div {
    margin-left: 0;
  }
  .navbar .navbar-toggle {
    float: right;
    border: none;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: 0;
  }
  .top_line_bg #search {
    right: auto;
    left: -8px;
    top: 0;
    background-color: #4e4e4e;
    /*  */
    width: 100%;
    padding: 15px;
  }
  .top_line_bg #search input {
    width: calc(100% - 25px);
  }
  .button-search {
    top: 18px;
  }
  .top_line_bg .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
  }
  .top_line_bg .navbar-toggle .icon-bar {
    width: 25px;
    background-color: #d2d2d2;
  }
}
@media only screen and (max-width: 640px) {
  .simplecheckout-cart td.name div.options {
    display: block;
  }
}
