@charset "UTF-8";
body {
  background: #F4F4F4;
  font-family: 'Inter', sans-serif; 
  overflow-x: hidden;
}

.tablebodytext {
  display: none; }

header .header-block {
  width: 1200px;
  height: 60px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  header .header-block .header-block-logo {
    display: flex;
    align-items: center; }
    header .header-block .header-block-logo img {
      width: auto;
      height: 45px; }
  header .header-block .header-block-item {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header .header-block .header-block-item .header-block-fwi {
      width: 300px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      header .header-block .header-block-item .header-block-fwi a {
        color: var(--color4);
        font-size: 25px;
        font-weight: 400;
        text-decoration: none; }
      header .header-block .header-block-item .header-block-fwi svg {
        width: 30px;
        height: 30px; }
    header .header-block .header-block-item .header-block-sbu {
      width: 200px;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      header .header-block .header-block-item .header-block-sbu a {
        margin-left: 15px; }
        header .header-block .header-block-item .header-block-sbu a svg {
          width: 30px;
          height: 30px; }
header .header-block-hamburger {
  display: none; }
header .header-menu {
  margin: auto; }

@media screen and (max-width: 650px) {
  header .header-block {
    width: 95%;
    display: flex;
    justify-content: center; }
    header .header-block .header-block-logo img {
      height: 25px; }
    header .header-block .header-block-item {
      width: 100%; }
      header .header-block .header-block-item .header-block-fwi {
        width: 100%;
        justify-content: center; }
        header .header-block .header-block-item .header-block-fwi a {
          font-size: 20px; }
        header .header-block .header-block-item .header-block-fwi svg.header-icon {
          display: none; }
      header .header-block .header-block-item .header-block-sbu {
        display: none; }
  header .header-block-hamburger {
    display: block; }
    header .header-block-hamburger svg {
      width: 20px;
      height: 20px; }
  header .header-menu {
    display: none; } }
.basket-line-block-icon-cart:after {
  background: none; }

.title-osn {
  width: 1200px;
  margin: 0px auto 0px; }
  .title-osn h3 {
    color: #1D6E34;
    font-size: 40px;
    font-weight: 500;
    display: inline-block; }
    .title-osn h3 .title-line {
      height: 5px;
      width: 110%;
      background: #E53013; }

@media screen and (max-width: 650px) {
  .title-osn {
    width: 100%; } }
footer {
  background: #111111;
  color: #ffffff; }
  footer .footer-block {
    width: 1200px;
    height: 200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    footer .footer-block .footer-block-logo {
      width: 25%; }
      footer .footer-block .footer-block-logo img {
        width: auto;
        height: 45px; }
    footer .footer-block .footer-block-menu-1 {
      width: 25%; }
      footer .footer-block .footer-block-menu-1 ul {
        list-style: none; }
        footer .footer-block .footer-block-menu-1 ul li a {
          text-decoration: none;
          color: #fff;
          font-size: 14px; }
        footer .footer-block .footer-block-menu-1 ul li a:hover {
          color: #FF7D06; }
    footer .footer-block .footer-block-menu-2 {
      width: 25%; }
      footer .footer-block .footer-block-menu-2 ul {
        list-style: none; }
        footer .footer-block .footer-block-menu-2 ul li a {
          text-decoration: none;
          color: #fff;
          font-size: 14px; }
        footer .footer-block .footer-block-menu-2 ul li a:hover {
          color: #FF7D06; }
    footer .footer-block .footer-block-r {
      width: 25%; }

@media screen and (max-width: 650px) {
  footer .footer-block {
    width: 100%;
    height: auto;
    display: grid;
    justify-content: center;
    padding: 20px;
  }
    footer .footer-block .footer-block-logo {
      width: 100%;
      display: grid;
      justify-content: center; }
    footer .footer-block .footer-block-menu-1 {
      width: 100%; }
    footer .footer-block .footer-block-menu-2 {
      width: 100%; }
    footer .footer-block .footer-block-r {
      width: 100%; } }
.answer-block {
  width: 1200px;
  margin: 40px auto;
  border-radius: 10px; }

@media screen and (max-width: 650px) {
  .answer-block {
    width: 95%;
    margin: auto;
    border-radius: 10px;
    background: #FFF;
    padding: 0px 0 50px 0; } }
.acor-container {
  margin: 20px;
  width: 80%;
  margin: auto; }

.acor-container .acor-body {
  width: calc(100% - 40px);
  margin: 0 auto;
  height: 0;
  color: rgba(0, 0, 0, 0);
  line-height: 18px;
  padding: 0 30px;
  box-sizing: border-box;
  transition: color 0.5s, padding 0.5s;
  overflow: hidden;
  font-size: 16px; }

.acor-container .acor-body p {
  margin: 0 0 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; }

.acor-container label {
  cursor: pointer;
  background-color: #fff;
  display: block;
  padding: 15px 20px;
  width: 100%;
  color: #FF7D06;
  font-weight: 300;
  box-sizing: border-box;
  z-index: 100;
  font-size: 18px;
  margin: 0 0 5px;
  transition: color .35s;
  border-radius: 10px; }

.acor-container label:hover {
  color: #1D6E34; }

.acor-container input {
  display: none; }

.acor-container label:before {
  content: '\276F';
  float: right; }

.acor-container input:checked + label {
  background-color: #fff;
  color: #1D6E34; }

.acor-container input:checked + label:before {
  transition: transform .35s;
  transform: rotate(90deg); }

.acor-container input:checked + label + .acor-body {
  height: auto;
  margin-top: -5px;
  color: #000;
  padding: 20px 30px 10px; }

@media screen and (max-width: 650px) {
  .acor-container {
    width: 95%; }

  .acor-container .acor-body p {
    margin: 0 0 10px;
    font-size: 14px; }

  .acor-container label {
    font-size: 18px; }

  .acor-container input:checked + label + .acor-body {
    padding: 10px 10px 10px; } }
.reviews-block {
  width: 1200px;
  border-radius: 10px;
  background: #FFF;
  margin: 100px auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  .reviews-block #reviews-item {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .reviews-block #reviews-item .reviews-img {
      display: flex; }
      .reviews-block #reviews-item .reviews-img img {
        object-fit: cover;
        width: 450px;
        height: 300px;
        border-radius: 10px; }
    .reviews-block #reviews-item .reviews-data {
      height: 75px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 500px; }
      .reviews-block #reviews-item .reviews-data .reviews-data-tc {
        width: 50%; }
        .reviews-block #reviews-item .reviews-data .reviews-data-tc .reviews-data-title p {
          color: #000;
          font-size: 24px;
          font-style: normal;
          font-weight: 400;
          line-height: 1; }
        .reviews-block #reviews-item .reviews-data .reviews-data-tc .reviews-data-city p {
          color: #837F7F;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 1; }
      .reviews-block #reviews-item .reviews-data .reviews-data-pd {
        width: 50%; }
        .reviews-block #reviews-item .reviews-data .reviews-data-pd .reviews-data-price p {
          text-align: end;
          color: #000;
          font-size: 40px;
          font-style: normal;
          font-weight: 400;
          line-height: 1; }
        .reviews-block #reviews-item .reviews-data .reviews-data-pd .reviews-data-description p {
          text-align: end;
          color: #000;
          font-size: 10px;
          font-style: normal;
          font-weight: 400;
          line-height: 1; }
    .reviews-block #reviews-item .reviews-text {
      width: 500px; }
      .reviews-block #reviews-item .reviews-text p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 1; }
        .reviews-block #reviews-item .reviews-text p b {
          color: #837F7F;
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: 1; }

@media screen and (max-width: 650px) {
  .reviews-block {
    width: 95%; }
    .reviews-block #reviews-item {
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .reviews-block #reviews-item .reviews-img {
        display: flex;
        width: 100%; }
        .reviews-block #reviews-item .reviews-img img {
          width: 100%;
          height: 300px; }
      .reviews-block #reviews-item .reviews-data {
        height: 75px;
        display: flex;
        width: 90%;
        height: 100px; }
        .reviews-block #reviews-item .reviews-data .reviews-data-tc {
          width: 100%; }
          .reviews-block #reviews-item .reviews-data .reviews-data-tc .reviews-data-title p {
            color: #000;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            margin: 0; }
          .reviews-block #reviews-item .reviews-data .reviews-data-tc .reviews-data-city p {
            color: #837F7F;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            margin: 0; }
        .reviews-block #reviews-item .reviews-data .reviews-data-pd {
          width: 100%; }
          .reviews-block #reviews-item .reviews-data .reviews-data-pd .reviews-data-price p {
            text-align: end;
            color: #000;
            font-size: 40px;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            margin: 0; }
          .reviews-block #reviews-item .reviews-data .reviews-data-pd .reviews-data-description p {
            text-align: end;
            color: #000;
            font-size: 10px;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            margin: 0; }
      .reviews-block #reviews-item .reviews-text {
        width: 95%; }
        .reviews-block #reviews-item .reviews-text p {
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: 1; }
          .reviews-block #reviews-item .reviews-text p b {
            color: #837F7F;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 1; } }
@media screen and (max-width: 480px) {
  .contact ul li a.hide-mobile {
    display: none; } 
  .add_my_ankete_input {
  width: -webkit-fill-available !important;
}
.title-osn h3 {
  font-size: 25px;
}
  }
@media screen and (min-width: 480px) {
  .contact ul li a.hide-desk {
    display: none; } }
.contact-container * {
  box-sizing: content-box; }

.contact-container {
  position: fixed;
  right: 0;
  z-index: 99999999;
  bottom: 80px;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out; }

.contact-container.visible {
  transform: translateX(-10px); }

.contact span.close-btn {
  width: 20px;
  height: 20px;
  border: 0;
  cursor: pointer;
  position: absolute;
  bottom: 270px;
  right: 10px;
  color: #111111; }

.contact span.close-btn svg {
  stroke: #FF7D06;
  width: 20px;
  height: 20px; }

.contact span.close-btn:focus {
  outline: none; }

.contact div {
  background-color: #FF7D06;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
  padding: 2px 0 6px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  text-align: center;
  width: 280px; }

.contact ul {
  display: grid;
  list-style-type: none;
  margin: 0px 10px 50px 0;
  background: #fff;
  padding: 10px 0;
  border-radius: 10px 0 0 10px; }

.contact ul li {
  margin: 24px 6px 0 6px;
  display: flex;
  justify-content: flex-end; }

.contact ul li a {
  border: 2px solid #ffffff;
  background-color: #FF7D06;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 24px;
  color: #fff;
  width: 48px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  margin-left: 10px; }

.contact ul li p {
  font-family: Montserrat;
  color: #FF7D06; }

.contact ul li a:hover {
  border-color: #FF7D06;
  color: #000;
  box-shadow: 0 9px 12px -9px #FF7D06; }

.contact-btn {
  border-radius: 50px;
  background-color: #FF7D06;
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  padding: 20px 20px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999999;
  font-size: 30px;
  font-weight: bold;
  line-height: 0px;
  font-family: Verdana, sans-serif;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out; }

.contact-btn i {
  line-height: 25px; }

.contact-btn:hover {
  background-color: #ffffff;
  color: #FF7D06;
  border: 2px solid #FF7D06; }

.contact-btn:focus {
  outline: none; }

@media screen and (max-width: 480px) {
  .contact-container.visible {
    transform: translateX(0px); }

  .contact-btn {
    right: 10px; } }
.text-block {
  width: 1200px;
  margin: auto; }

@media screen and (max-width: 480px) {
  .text-block {
    width: 100%; } }
.menu-container {
  position: fixed;
  top: 0;
  right: -700px;
  /* начальная позиция за пределами экрана */
  width: auto;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  /* анимация движения */
  z-index: 99999; }

.menu-container.show-menu {
  right: 0;
  /* показывать меню при наличии класса show-menu */ }

.menu-container-item {
  padding: 20px; }
  .menu-container-item .menu-container-close {
    display: flex;
    justify-content: flex-end; }
    .menu-container-item .menu-container-close .close-btn {
      margin-top: 10px;
      padding: 5px 10px;
      background-color: #1D6E34;
      color: #fff;
      border: none;
      cursor: pointer; }
  .menu-container-item .menu-item ul {
    list-style: none; }
    .menu-container-item .menu-item ul li {
      font-size: 18px;
      font-weight: 700;
      max-width: 250px;
      margin-top: 20px;
      line-height: 18px; }
      .menu-container-item .menu-item ul li a {
        text-decoration: none;
        color: #1D6E34; }
  .menu-container-item .menu-bbp {
    display: flex;
    align-items: center;
    justify-content: space-evenly; }
    .menu-container-item .menu-bbp .menu-icon svg {
      width: 40px; }

.form-block {
  width: 760px;
  margin: auto;
  border: 2px solid #1D6E34;
  border-radius: 10px;
  padding: 20px;
  background: #fff; }
  .form-block input[type="radio" i] {
    width: 20px;
    height: 20px; }
  .form-block h2 {
    font-size: 24px; }
  .form-block .radio-block {
    display: grid; }
  .form-block .radio-block-text {
    display: flex; }
  .form-block input[type="text"] {
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: #ffffff !important;
    outline: none;
    height: 30px;
    width: 400px;
    color: #767676;
    font-size: 16px; }

@media screen and (max-width: 650px) {
  .form-block {
    width: 90%; }

  h2 {
    font-size: 24px; }

  .radio-block {
    display: grid; }

  .radio-block-text {
    display: flex; }

  input[type="text"] {
    width: 200px;
    color: #767676;
    font-size: 14px; } 
  
  
    .col-xs-6 {

      padding-right: 5px;
      padding-left: 5px;
      margin-bottom: 20px;
  }

  .product-item-title {
    margin-left: 5px;
    height: 70px;
  }
  .product-item-info-container{
    margin-left: 5px;
  }
  .product-item-image-wrapper {
    margin-bottom: 5px;
    padding-top: 100%;}



  
  
  
  }

  .bx-authform{
    noindex{
      display: none;
    }
  }
/*# sourceMappingURL=styles.css.map */

.content-section-sk {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 10px;
}


