@charset "UTF-8";

/* //////////////////////////////////////////////////////////////// */
/* NEW товарка */
/* ////////////////////////////////////////////////////////// */

.product__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* .product__info {
  margin-right: 20px;
} */

.priduct__price {
  color: #006363;
}

.product__info-text {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
  margin: 10px 0;
  font-size:  calc((100vw - 320px) / (1920 - 320) * (18 - 16) + 16px);
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.product__info-text:last-child{
  border: none;
}

/* .product__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: calc(20vw + 100px);
  height: calc(14vw + 100px);
} */

.product__image img {
  -o-object-fit: contain;
  object-fit: contain;
  width: calc(29vw + 80px);
  height: calc(19vw + 80px);
}

.question {
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; */
  padding: calc(4vw + 4rem) 0;
}

/* .question .question-body {
    padding: calc(2vw + 2rem) calc(24vw + 0rem);
  } */

.question .question__title {
  color: #006363;
  /* text-align: center; */
  margin: 0 0 calc(0.4vw + 0.4rem) 0;
}

.product .question .question__title {
  color: #006363;
  /* text-align: center; */
  margin: 0 0 calc(0.6vw + 3rem) 0;
}

.question .question__title h2 {
  font-size: 32px;
  font-weight: 500;
}

.question .question__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  /* width: 100%; */

  /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; */
}

.question input {
  display: block;
  background: #eeeeee;
  border-radius: 22px;
  padding: calc(0.5vw + 1rem) calc(0.6vw + 1.4rem);
  font-size: calc(0.4vw + 1.1rem);
  margin: calc(0.4vw + 0.4rem) 0;
  transition: all 0.4s ease;
  width: 100%;
  /* width: 500px; */
}

.question textarea {
  background: #eeeeee;
  border-radius: 22px;
  padding: calc(0.5vw + 1rem) calc(0.6vw + 1.4rem);
  font-size: calc(0.4vw + 1.1rem);
  margin: calc(0.4vw + 0.4rem) 0;
  transition: all 0.4s ease;
  resize: none;
  width: 100%;
  /* width: 500px; */
}

.question__form input:hover {
  box-shadow: 0px 0px 5px #006363 !important;
}

.question__form input:focus {
  box-shadow: 0px 0px 5px #006363 !important;
}

.question__form textarea:hover {
  box-shadow: 0px 0px 5px #006363 !important;
}

.question__form textarea:focus {
  box-shadow: 0px 0px 5px #006363 !important;
}

.question .button:hover {
  box-shadow: none !important;
}

.question .button:focus {
  box-shadow: none !important;
}

.question .question__form input::-webkit-input-placeholder {
  color: #000;
}

.question .question__form input::-moz-placeholder {
  color: #000;
}

.question .question__form input:-ms-input-placeholder {
  color: #000;
}

.question .question__form input::-ms-input-placeholder {
  color: #000;
}

.question .question__form input::placeholder {
  color: #000;
}

.product .question .form-button1 {
  position: absolute;
  bottom: 150px;
  border: 2px solid #1c1f20;
  background: transparent;
  width: calc(6vw + 10rem);
  margin: 0 auto;
  padding: calc(0.3vw + 0.5rem) calc(0.6vw + 1.3rem);
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.question .form-button1:hover {
  background: #000;
  color: #fff;
}

.question input#radio7 {
  display: none;
}

.question input#radio7:checked + label:after {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 1;
}

.question label {
  margin: calc(0.4vw + 0.8rem) 0 calc(1vw + 2rem) 0;
  cursor: pointer;
  padding-left: calc(0.3vw + 2.5rem) !important;
  padding-top: calc(0.08vw + 0.08rem) !important;
  display: inline-block;
  position: relative;
}

.question label #agree {
  color: #099d9d;
}

.question label #agree:hover {
  text-decoration: underline;
}

.question label:before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #c4c4c4;
  margin-top: -10px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.question label:after {
  background: #099d9d;
  left: 0;
  top: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(3.4);
  -ms-transform: scale(3.4);
  transform: scale(3.4);
  opacity: 0;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  content: "";
  position: absolute;
  left: 3px;
}

.flex-in-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.flex-in-form:first-child {
  margin: 0 10px 0 0;
}

.flex-in-form:last-child {
  margin: 0 0 0 10px;
}

/* .callback-blocks {
  max-width: 1210px;
} */

.callback__bts {
  display: flex;
  justify-content: space-between;
  max-width: 680px;
  margin: 30px 0 35px 0;
}

.callback__btn {
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  width: 320px;
  padding: 17px 0;
  border: 1px solid #000000;
  cursor: pointer;
  margin-right: 30px;
  transition: 0.3s ease;
}

.callback__btn:hover {
  background-color: #006363;
  color: #ffffff;
  border: 1px solid #006363;
  transition: 0.3s ease;
}

.callback__btn.active {
  background-color: #006363;
  color: #ffffff;
  border: 1px solid #006363;
  transition: 0.3s ease;
}

.callback-block_t {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  transition: 0.3s ease;
}

.callback-block_t.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  transition: 0.3s ease;
}

.callback-block_t form {
  width: 100%;
}

.callback-block_text {
  margin-bottom: 35px;
}

.callback-block_text p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.3;
}

.callblock_contacts {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 465px;
  margin-bottom: 30px;
}

.callblock_title {
  font-size: 22px;
  font-weight: 400;
  color: #006363;
  margin-bottom: 15px;
}

.callblock_cotact {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.callblock_cotact img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.callblock_cotact a {
  font-size: 18px;
  font-weight: 400;
  transition: 0.3s ease;
  line-height: 1.3;
}

.callblock_cotact a:hover {
  color: #006363;
  transition: 0.3s ease;
}

.callblock_imgs {
  display: flex;
  justify-content: space-between;
  max-width: 190px;
}

.callblock_imgs img {
  width: 50px;
  height: 50px;
}

.callback-blocks .callback-button {
  padding-bottom: 0;
}

.callback__textarea {
  height: 100%;
}

.callback__textarea textarea {
  height: 100%;
  resize: none;
  border-radius: 15px;
  max-width: 800px;
  width: 100%;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 17px;
  background-color: #eeeeee;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.callback__textarea textarea:focus,
.callback__textarea textarea:hover {
  -webkit-box-shadow: 0px 0px 5px #006363;
  box-shadow: 0px 0px 5px #006363;
}

.callback__textarea textarea::-webkit-input-placeholder {
  color: black;
}

.callback__textarea textarea::-moz-placeholder {
  color: black;
}

.callback__textarea textarea:-ms-input-placeholder {
  color: black;
}

.callback__textarea textarea::-ms-input-placeholder {
  color: black;
}

.callback__textarea textarea::placeholder {
  color: black;
}

.callbacrk__row {
  display: flex;
  justify-content: space-between;
}

.callback__input input {
  width: 100%;
  font-size: 16px;
  height: 50px;
  background-color: #eeeeee;
  border-radius: 15px;
  padding-left: 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 620px) {
  .callback_label {
    margin-top: 15px;
  }

  .callback__btn {
    font-size: 16px;
    max-width: 280px;
    width: 100%;
  }

  .callback__btn:first-child {
    margin-bottom: 20px;
  }

  .callback__bts {
    flex-direction: column;
  }

  .callblock_cotact a {
    font-size: 16px;
  }

  .callblock_contacts {
    flex-direction: column;
  }

  .callblock {
    margin-bottom: 15px;
  }

  .callback-block_text p {
    font-size: 16px;
  }

  .callblock_title {
    font-size: 18px;
  }
}

@media (max-width: 1920px) {
  h2 {
    font-size: calc(0px + 28 * (100vw / 1920));
  }

  h3 {
    font-size: calc(14px + 10 * (100vw / 1920));
  }

  p {
    font-size: calc(10px + 6 * (100vw / 1920));
  }

  .p1 {
    font-size: calc(12px + 6 * (100vw / 1920));
  }
}

@media (max-width: 1028px) {
  /* .product__info-title {
    margin: 25px 0;
  } */

  .product__info-text {
    margin: 15px 0;
  }

  .header-bottom__element {
    color: #000 !important;
  }

  .header-bottom__element:hover {
    color: #006363 !important;
    opacity: 1 !important;
  }

  .header-bottom__element svg {
    fill: #000 !important;
  }

  .header-bottom__element:hover svg {
    fill: #006363 !important;
  }

  .header-top__row h5 {
    font-size: calc(0.2vw + 1rem);
  }

  .header-top__element svg {
    width: calc(0.5vw + 0.8rem);
    height: calc(0.5vw + 0.8rem);
  }

  .header {
    background: transparent;
  }

  .social-links-row.center {
    display: none;
  }

  .header-bottom__row.active {
    -webkit-transform: translateY(10vw);
    -ms-transform: translateY(10vw);
    transform: translateY(10vw);
  }

  .header-bottom__row.active:after {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }

  .header-bottom__row {
    width: 100%;
    margin: calc(30vh - 18rem) 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
  }

  .header-bottom__row a {
    margin: calc(3vh - 2rem) 0;
  }

  .header-bottom__row:after {
    content: "";
    position: absolute;
    display: block;
    width: calc(50vw + 120rem);
    height: calc(80vw + 120rem);
    left: -50vw;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: white;
  }

  .header-bottom__row a {
    text-align: center;
  }

  .header-bottom__row a:first-child {
    padding: calc(1vw + 1.8rem) calc(20vw + 2rem);
  }

  .header-bottom__row a:last-child {
    padding: calc(1vw + 1.8rem) calc(20vw + 2rem);
  }

  .header-bottom__row a h4 {
    font-size: calc(1.2vw + 1.2rem);
  }

  .header-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #006363;
    height: calc(1.5vw + 4rem);
  }

  .header-bottom .header-bottom__logo {
    position: absolute;
    left: 0;
    top: calc(0.15vw + 0.8rem);
    transform: translateY(0);
  }

  .header-bottom .header-bottom__logo img {
    width: calc(2.5vw + 12rem);
  }

  .svg-rotate svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #with-submenu {
    margin: 0 calc(0.45vw + 1.2rem) 0 0;
  }

  #with-submenu svg {
    margin: calc(0.2vw + 0.15rem) 0 0 calc(0.15vw + 0.15rem);
    fill: #fff;
    opacity: 1;
  }

  .submenu {
    display: none;
  }

  .submenu-mobile.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .submenu-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
  }

  .submenu-mobile a {
    padding: calc(0.5vw + 0.5rem) 0 !important;
    margin: calc(0.8vh - 0.6rem) 0;
    color: #000;
  }

  .submenu-mobile a:hover {
    color: #006363;
    opacity: 1 !important;
  }

  .submenu-mobile svg {
    -webkit-transform: translateX(calc(-1vw - 1.2rem))
      translateY(calc(-0.1vw - 0.3rem)) scale(0.8);
    -ms-transform: translateX(calc(-1vw - 1.2rem))
      translateY(calc(-0.1vw - 0.3rem)) scale(0.8);
    transform: translateX(calc(-1vw - 1.2rem)) translateY(calc(-0.1vw - 0.3rem))
      scale(0.8);
  }

  .menu-btn__close {
    display: block;
  }

  .menu-btn {
    display: block;
  }
}

@media (max-width: 1028px) and (max-width: 640px) {
  .header-bottom__row {
    margin: calc(18vh - 6rem) 0 0 0 !important;
  }
}

@media (max-width: 1028px) and (max-height: 640px) {
  .header-bottom__row {
    margin: calc(18vh - 6rem) 0 0 0 !important;
  }
}

@media (max-width: 768px) {
  .product .question .form-button1 {
    bottom: 80px;
  }
}

@media (max-height: 400px) {
  .header-top {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    margin: 0 0 calc(-1vw - 3rem) 0 !important;
  }
}
.pad-0 {
  padding: 0 !important;
}

.swiper {
  
  width: 42%;
  /* height: calc(19vw + 80px); */
  max-height: 600px;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  object-fit: cover;
  width: 60%;
  /* height: calc(19vw + 80px); */
}

@media (max-width: 1270px) {
  .swiper {
    width: 55%;
    /* height: calc(22vw + 80px); */
  }
  .swiper-slide img {
    width: 66%
    /* height: calc(22vw + 80px); */
  }
}

@media (max-width: 640px) {
  .swiper {
    width: calc(60vw + 80px);
    /* height: calc(22vw + 80px); */
  }
  .swiper-slide img {
    /* width: calc(55vw + 80px); */
    /* height: calc(22vw + 80px); */
  }
}

/* Изменения */

.product__info {
  width: 54%;
}

.product__info-title h2 {
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.product__card {
  flex-direction: row-reverse;
}
.product__image {
  width: 42%;
}
.product__image img {
  object-fit: cover;
  width: 100%;
  /* max-width: 620px;
  max-height: 440px; */
}
.product__info-blocks {
  display: flex;
  justify-content: center;
}

.product__info-title {
  margin-bottom: 35px;
}

.product__info-left {
  padding: 20px;
  border: #e3e2e2 1px solid;
  margin-right: 20px;
  max-width: 390px;
  width: 100%;
  border-radius: 5px;
}

.product__info-subtitle {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.product__info-name_pole {
  /* text-wrap: nowrap; */
  color: #006363;
}

.product__info-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 390px;
}

.product__info-right .p3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e6e6e6;
  padding: 20px 30px;
  border-radius: 5px;
}

.product__info-have {
  text-wrap: nowrap;
  color: #006363;
}

.product__info-right-name {
  color: #000;
}

/* .swiper-slide img{
  width: 100%;
} */

@media (max-width: 1270px) {
  .product__info {
    width: 45%;
  }
  .product__image {
    width: 50%;
  }
  .product__info-blocks {
    flex-direction: column;
    gap: 20px;
  }
  .product__info-left {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .product__card {
    gap: 20px;
  }
  .product__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .product__image {
    width: 100%;
  }
  .product__image img {
    height:calc(210px + (290 - 210) * ((100vw - 320px) / (640 - 320)));
  }
}

.description{
  margin: 50px 0;
}
.description .product__info-title{
  margin-bottom: 20px;
}
.description_text p{
  font-size:  calc((100vw - 320px) / (1920 - 320) * (18 - 16) + 16px);
  font-weight: 400;
}
