.main-link-page {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 42px;
  margin-bottom: 48px;
}
.product .breadcrumb+.alert {
  display: none;
}

#content {
  margin-top: 52px;
  padding: 0;
}

.product-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  max-width: 1170px;
  margin: 0 auto;
}

.product-card-head {
  display: flex;
}

h1.desktop-head {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: left;
  color: #002857;
  margin-bottom: 19px;
  margin-top: 0;
}

.product-card-instock {
  position: relative;
  width: 98px;
  height: 29px;
  border: 2px solid #fa1f29;
  border-radius: 25px;
  text-align: center;
}
.show-instock {
  display: block;
}
/* .hide-instock{
    display: none;
} */

.product-card-image {
  display: flex;
  flex-direction: column;
}

.product-card-image img {
  vertical-align: middle;
  max-width: 555px;
  height: auto;
  margin-bottom: 15px;
}

.product-card-instock p {
  font-size: 14px;
  line-height: 17px;
  color: #fa1f29;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-card-price {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.product-card-price .price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


.product-card-price .price span {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #002857;
}

.product-card-price .price .price-old {
  font-weight: 500;
  font-size: 25px;
  line-height: 39px;
  margin-right: 10px;
}

.product-card-price i {
  font-size: 18px;
  color: #b5944f;
  margin-right: 10px;
}
.product-card-color {
  display: flex;
}

.product-card-popup, .product-card-popup span {
  margin-top: 5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #b5944f;
}

.product-card-popup p {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.product-card-popup p span {
  color: #b5944f;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  max-width: 297px;
}


.product-card-popup p span a {
  font-weight: 600;
  text-decoration: underline;
  color: #b5944f;
  line-height: 12px;
    font-size: 10px;
}

.product-card-selector {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-top: 48px;
}

.product-card-color > div {
  margin-right: 20px;
}
.product-card-options {
  position: relative;
  cursor: pointer;
}
.product-card_mob .radio label::after {
  content: '';
  position: absolute;
  top: -2px;
  right: -1.5px;
  border: 3px solid #1e4fff;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  transition: all 0.2s;
}
.product-card_mob .radio label:hover::after, .product-card_mob .radio .radio_border::after {
  opacity: 1;
}
.product-card-about {
display: none;
cursor: default;
position: absolute;
bottom: -41px;
min-width: 255px;
left: 0;
}

.product-card-about img {
  margin-right: 6px;
  float: left;
}
.product-card-about p {
  font-size: 10px;
  font-weight: 400;
  line-height: 21px;
  color: #002857;
}
img.icon-white {
  margin-right: 13px;
}
.product-card-calculation,
.product-card-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 247px;
  height: 45px;
  color: #b5944f;
  cursor: pointer;
  background: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-family: 'Montserrat';
  border: 2px solid #b5944f;
  border-radius: 25px;
}

.product-card-inline {
  display: flex;
  align-items: center;
  margin-top: 13px;
}



.form-group {
  margin-top: 34px;
  margin-bottom: 95px;
  position: relative;
}

.form-group__cart {
  display: flex;
  align-items: center;
  margin-top: 13px;
    margin-bottom: 0;
}


.radio__img {
  border: none;
  width: 37px;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}

.js-filter {
  display: flex;
  align-items: center;
}

.js-filter input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio {
  margin: 0 !important;
  position: static;
}

.radio label {
  display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.js-filter .radio:first-child label {
  padding-left: 0;
}

.card-filter {
  margin-right: 20px;
  width: 18px;
  height: auto;
}

.card-textfield {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #fff;
}

.quantity__wraperr {
  display: flex;
  width: 132px;
  border: 2px solid #B5944F;
  border-radius: 25px;
  height: 45px;
    align-items: center;
    justify-content: space-between;
}

.quantity__input {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  text-align: center;
  font-size: 18px !important;
  font-weight: 500;
    background: none;
    min-width: 50px;
}

.quantity__input.form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.bt_minus, .bt_plus {
  border: none;
  background: none;
  outline: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.bt_minus {
  padding-left: 15px;
}

.bt_plus {
  padding-right: 15px;
}

.bt_minus img, .bt_plus img {
  display: block;
  width: 8px;
}


.product-card-textfield {
  max-width: 437px;
  text-align: left;
  margin-top: 57px;
}

.product-card-textfield p {
  font-size: 12px;
  line-height: 30px;
  color: #002857;
}


.product-card-cart {
  margin-right: 7px;
  transition: all 0.4s;
  border: 2px solid #b5944f;
  box-sizing: border-box;
  border-radius: 25px;
}

.product-card-cart img {
  display: block;
  width: 18px;
  margin-right: 19px;
  transition: all 0.4s;
}

.product-card-benefits {
  display: flex;
  justify-content: space-evenly;
  margin-top: 80px;
  height: 60px;
}

.product-card-benefits .card-benefit {
  cursor: pointer;
}

.nav-service .sidebar-wrapper {
  margin-left: 0;
  padding: 9vh 0 16vh 0;
}

.card-benefit{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-benefit img {
  width: 27px;
  height: 27px;
}

.card-benefit p {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #002857;
  border-bottom: 1px solid;
  margin-top: 14px;
  cursor: default;
}

.product-card-benefits .card-benefit p {
  cursor: pointer;
}

.card-benefit .nav-service__descr {
  max-width: 245px;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #0d3a60;
  text-transform: initial;
  border: none;
  margin-top: 23px;
}

.product-card-calculation,
.product-card-cart:hover {
  background: #b5944f;
  color: #ffffff;
}

.product-card-cart:hover img {
  filter: brightness(0) invert(1);
}

.product-card-benefits .card-benefit:visited p,
.product-card-benefits .card-benefit:hover p,
.product-card-benefits .card-benefit:active p {
  color: #1E4FFF;
}

.product-card-slider {
  max-width: 1260px;
  margin: 0 auto;
  margin-top: 127px;
}

.product-card-slider h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #002857;
}

.product-slider-box {
  display: flex;
  align-items: center;
}
.product-card-info {
  margin-left: 58px;
}
.card-slide {
  margin-top: 77px;
  display: flex;
  align-items: center;
}

.nextslide,
.prevslide {
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  background-position: 50%;
  background-size: contain;
  opacity: 0.5;
}

.nextslide {
  background: url(../assets/img/nextArrow.svg) center center/contain no-repeat;
}

.prevslide {
  background: url(../assets/img/prevArrow.svg) center center/contain no-repeat;
}
.mobile-head {
  display: none;
}
.desktop-stock {
  display: none;
}
.mobile-stock {
  display: none;
}

.nav .checkmark {
  top: 12px;
  left: 0;
}
.product__recom.slick-slide {
  width: 270px;
  margin-right: 20px;
}

.row h3 {
  margin-top: 120px;
  margin-bottom: 77px;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  color: #002857;
}

/*calc*/


.nav-calc .sidebar-wrapper {
  margin-left: 24px;
  padding: 6vh 0 6vh 0;
}


.nav-calc .section-11.calc {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-calc .section-11.calc h2 {
  margin: 0;
  line-height: 25px;
  text-align: left;
  margin-left: 33px;
}

.nav-calc .section-11.calc .checkbox-block {
  margin: 25px 0 5px;
}

.nav-calc .calc__block {
  width: 370px;
  margin-bottom: 20px;
}

.nav-calc .section-11.calc .rate-block-yield {
  margin: 5px 0 8px;
}

.nav-calc .calc-content-info {
  width: 386px;
  margin-top: 10px;
}
.nav-calc .calc-content-info p {
  font-size: 12px;
  line-height: 14px;
}
.nav-calc .calc-content-info p span {
  line-height: 14px;
}

.nav-calc .section-11.calc .percent-val-block {
  margin-top: 25px;
}

.nav-calc .section-11.calc .percent-val-block .svg {
  width: 187px;
  height: 187px;
}

.nav-calc .percent-val-text .bold {
  margin-bottom: 5px;
}
.nav-calc .section-11.calc .bold span {
  font-size: 24px;
}

.js-productRecom {
  display: flex;
}


/*/calc*/

.price-popap {
  color: #fff !important;
  background-color: #0D3A60;
  width: 270px;
  height: 45px;
  font-size: 14px;
}
.price-popap .price-popap__img {
  background: url('../image/price-stick-white.svg') center center/16px no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.price-popap:hover {
  color: #fff;
  background-color: #0D3A60;
  box-shadow: 4px 4px 10px rgba(114, 134, 94, 0.36);
}
.price-popap:hover .price-popap__img {
  background: url('../image/price-stick-white.svg') center center/16px no-repeat;
}

@media screen and (max-width: 650px) {
  .nav-calc .calc__block {
    width: 100%;
  }
  .price-popap {
    width: 100%;
  }
  #content {
    margin-top: 0;
  }
  .mobile-card__image {
    display: none;
  }
  .product-card-info {
    margin-left: 0px;
  }
  .product-slider-box {
    display: none;
  }
  .switch-link_d {
    display: none;
  }
  .product-card-slider h2 {
    font-size: 14px;
    text-align: left;
    padding-left: 17px;
}
.row h3 {
  text-align: left;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
}
.form-group {
  margin-top: 21px;
  margin-bottom: 65px;
}
.product-card-benefits {
  padding: 0 10px;
    justify-content: space-between;
    margin: 48px 0 100px;
}
.product-card-slider {
  margin-top: 112px;
}
.product-card_mob {
  display: flex;
  flex-direction: column-reverse;
}
.product-card-selector {
  margin-top: 4px;
}
.product-card-about {
  bottom: -36px;
}
.product-card-popup p {
  display: none;
}
.radio__img {
  width: 23px;
}
.product-card_mob .radio label::after {
  border: 2px solid #1e4fff;
  width: 27px;
  height: 27px;
}
  .desktop-head {
    display: none;
  }
  .mobile-head {
    display: block;
    text-align: left;
    margin: 4px 15px 15px;
  }
  .mobile-stock {
    display: block;
  }
  .mobile-info_circle {
    display: none;
  }
  .product-card-grid {
    grid-template-columns: 1fr;
    margin-left: 17px;
    margin-right: 17px;
  }
  .product-card-image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .product-card-image .slick-arrow {
    z-index: 1;
    top: 94%;
  }
  .product-card-image .slick-prev {
    left: 45%;
  }
  .product-card-image .slick-next {
    right: 45%;
  }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.7;
}
.slick-prev:before, .slick-next:before {
  opacity: 1;
}
  .product-card-image .slick-prev:before, .js-productRecom  .slick-prev:before  {
    content: url('../image/prev_arrow.svg');
  }
  .product-card-image .slick-next:before, .js-productRecom .slick-next:before {
    content: url('../image/next_arrow.svg');
  }

  .js-productRecom .slick-arrow {
    z-index: 1;
    top: -14px;
  }
  .js-productRecom .slick-prev {
    left: 2px;
  }
  .js-productRecom .slick-next {
    right: auto;
    left: 15px;
  }

  .product__recom.slick-slide {
    width: 192px !important;
}

  .js-productRecom {
    margin-top: 50px;
  }
  .product-card-image h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #002857;
    margin-bottom: 14px;
  }
  .mobile-stock {
    margin-left: 12px;
  }
  .mobile-stock p {
    font-size: 14px;
    line-height: 17px;
    color: #fa1f29;
    font-weight: 400;
  }
  .main-link-page {
    margin-left: 18px;
    margin-bottom: 14px;
}
  .product-card-calculation,
  .product-card-cart {
    width: 100%;
    justify-content: center;
  }
  .card-filter {
    margin-right: 28px;
}
  .product-card-calculation {
    margin-top: 20px;
  }
  .switch-icon {
    display: none;
  }
  .mobile-line__divider {
    width: 96%;
    height: 1px;
    margin: 0 auto;
    margin-top: 28px;
    background-color: #DEDEDE;
  }
  .product-card-inline {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 28px;
    border-top: 1px solid #dedede;
    padding-top: 18px;
  }
  .nav-service .sidebar-wrapper {
    padding: 15vh 0 12vh 0;
}
  .product-card-cart {
    margin: 19px 0 50px;
}
  .product-card-textfield {
    margin-top: 0;
}
  .product-card-textfield p {
    font-size: 12px;
    line-height: 30px;
  }
}
