* {
  font-family: 'Open-Sans', sans-serif; }

body {
  margin: 0; }

.menu-row {
  height: 90px; }

.menu-container {
  background: #FAFAFA; }
  .menu-container::after {
    clear: both; }

.logo-img {
  width: 100%; }

.logo-mobile {
  display: none; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  padding-right: 20px;
  margin-left: 20px;
  border-right: 1px solid rgba(48, 126, 193, 0.9); }
  .main-navigation li:last-child {
    border: none; }

.main-navigation li a {
  color: rgba(48, 126, 193, 0.9);
  text-decoration: none;
  font-size: 19px;
  font-weight: bold; }
  .main-navigation li a:hover {
    color: #0B619A;
    transition: .2s ease; }

svg#flag {
  width: 30px;
  cursor: pointer;
  border: 1px solid rgba(48, 126, 193, 0.5);
  border-radius: 15px; }

.button-recall {
  border-radius: 5px;
  background: #0B619A;
  color: #FAFAFA;
  fill: #FAFAFA;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 15px;
  transition: .3s ease;
  cursor: pointer;
  border: 1px solid #15527C;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px; }
  .button-recall:hover {
    fill: #15527C;
    text-decoration: none;
    color: #15527C;
    background: #FEFEFE; }
  .button-recall-mobile {
    display: none; }

.recall {
  text-decoration: none;
  margin-right: 40px; }
  .recall:hover {
    text-decoration: none; }

.variable {
  height: 550px;
  margin-top: 30px;
  z-index: 300; }

.variable .slider-item {
  outline: none;
  overflow: hidden; }

.variable img {
  height: 550px;
  margin: auto; }

#slider .slider-item {
  position: relative;
  z-index: -1; }
  #slider .slider-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 33, 55, 0.4); }

#slider .slick-slider {
  padding: 0; }

#slider .slick-slide {
  display: flex;
  justify-content: center;
  width: 100%; }

#slider .slick-slide, #slider .slick-track {
  height: 71vh;
  overflow: hidden; }

#slider .slick-slide img {
  display: flex;
  object-fit: cover;
  width: 100%; }

.text {
  max-width: 1140px;
  width: 100%;
  padding: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1; }
  .text-heading {
    color: #FAFAFA;
    letter-spacing: 1.3px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 72px;
    margin-bottom: 22px; }
  .text-subheading {
    font-size: 30px;
    line-height: 33px;
    color: #FAFAFA;
    margin-top: 0;
    max-width: 550px;
    letter-spacing: 0.1px; }

#product {
  padding-top: 30px;
  margin-top: 10px;
  position: relative;
  z-index: 2; }

#product .title-section:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0c8";
  color: rgba(48, 126, 193, 0.9);
  left: 0;
  top: 0;
  font-size: 48px; }

.prod-list img {
  height: auto;
  max-width: 100%; }

#product .title-section {
  font-size: 48px;
  line-height: 115%;
  position: relative;
  padding-left: 130px;
  padding-bottom: 35px; }

#product .title-certif {
  background: url(../img/certif.png) no-repeat center;
  background-size: contain;
  width: 100%;
  height: auto;
  padding: 28px;
  margin-bottom: 20px; }

.prod-list-wrapper:hover .prod-list__prev {
  height: 100%;
  animation-delay: .4;
  animation-fill-mode: forwards; }

.prod-list-wrapper img {
  display: flex;
  width: 350px;
  height: 350px;
  object-fit: contain; }

.fa-long-arrow-up:before {
  content: "" !important;
  background-image: url("../img/right.png") !important;
  background-size: 26px 26px;
  width: 26px !important;
  height: 26px !important;
  position: absolute !important;
  right: 25px;
  bottom: 30px; }

.prod-list-wrapper {
  width: 100%;
  max-width: 350px;
  height: 350px;
  margin: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer; }

.prod-list__prev {
  background-color: rgba(48, 126, 193, 0.9);
  padding: 0 20px;
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: .5s ease;
  bottom: 0;
  height: 85px;
  justify-content: flex-start;
  border-radius: 25px; }
  .prod-list__prev:before {
    content: "";
    width: 88px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    top: 35px;
    right: 35px;
    opacity: 0;
    transition: .3s ease; }
  .prod-list__prev:after {
    content: "";
    width: 3px;
    height: 88px;
    background: #ffffff;
    position: absolute;
    top: 35px;
    right: 35px;
    opacity: 0;
    transition: .3s ease; }

.prod-list__title {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 85px;
  flex: 0 0 85px;
  padding-right: 20px; }

.prod-list__desc {
  padding: 7px 0;
  color: #ffffff; }

.prod-list__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  padding-bottom: 20px; }

.content {
  width: 100%;
  height: 100%;
  min-height: 700px; }

.inner {
  overflow: hidden;
  display: none; }

.accordion-1, .accordion-2 {
  list-style: none;
  padding: 0;
  width: 49%; }

.toggle {
  text-decoration: none;
  color: inherit;
  width: 30vh;
  text-align: center;
  margin: 0 auto;
  display: block;
  background: rgba(48, 126, 193, 0.9);
  color: #fafafa;
  padding: .75em;
  border-radius: 0.15em;
  transition: background .3s ease;
  border: 1px solid transparent;
  line-height: 1.7; }
  .toggle:hover {
    background: #fafafa;
    border: 1px solid rgba(48, 126, 193, 0.9);
    text-decoration: none;
    color: rgba(48, 126, 193, 0.9); }

.elem-1, .elem-2, .elem-3, .elem-4, .elem-5, .elem-6 {
  cursor: pointer; }

.overlay {
  position: fixed;
  visibility: hidden;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  background-color: rgba(0, 0, 0, 0.4); }
  .overlay-back {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    cursor: pointer; }

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  opacity: 1;
  visibility: hidden;
  width: 1040px;
  height: 680px;
  z-index: 200;
  border-radius: 8px; }
  .popup-wrapper-pop {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden; }
  .popup-close {
    position: absolute;
    right: -28px;
    top: -38px;
    font-size: 34px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    cursor: pointer; }
    .popup-close:hover {
      color: #fff; }

.popup-11-close, .popup-12-close, .popup-13-close, .popup-14-close, .popup-15-close, .popup-16-close, .popup-17-close, .popup-18-close, .popup-19-close {
  position: absolute;
  left: 17px;
  top: 13px;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 300;
  cursor: pointer;
  text-align: center; }
  .popup-11-close:hover, .popup-12-close:hover, .popup-13-close:hover, .popup-14-close:hover, .popup-15-close:hover, .popup-16-close:hover, .popup-17-close:hover, .popup-18-close:hover, .popup-19-close:hover  {
    color: #000; }
  .popup-11-close_back, .popup-12-close_back, .popup-13-close_back, .popup-14-close_back, .popup-15-close_back, .popup-16-close_back, .popup-17-close_back, .popup-18-close_back, .popup-19-close_back {
    font-size: 11px;
    margin-top: -9px; }

.popup-11 .wrapper-pop, .popup-12 .wrapper-pop, .popup-13 .wrapper-pop, .popup-14 .wrapper-pop, .popup-15 .wrapper-pop, .popup-16 .wrapper-pop, .popup-17 .wrapper-pop, .popup-18 .wrapper-pop, .popup-19 .wrapper-pop {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden; }

.popup_header {
  display: none; }

.popup-12 table {
  line-height: 1.7; }

.wrapper-pop {
  padding: 53px; }
  .wrapper-pop-1 {
    height: 100%;
    padding: 53px; }
  .wrapper-pop-7 {
    height: 100%;
    padding: 53px; }
  .wrapper-pop_title {
    margin-bottom: 30px;
    text-align: center; }
    .wrapper-pop_title a {
      text-decoration: none;
      color: #007bff; }
      .wrapper-pop_title a:hover {
        text-decoration: none;
        color: #0b619a;
        transition: all 0.2s ease 0s; }
  .wrapper-pop_text p {
    margin-bottom: 20px;
    text-align: justify; }
  .wrapper-pop_align-img {
    text-align: center; }
  .wrapper-pop_img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    margin-right: 30px;
    border: 1px solid;
    border-color: rgba(60, 106, 193, 0.6); }
    .wrapper-pop_img:last-child {
      margin-right: 0; }

td {
  padding: 10px;
  vertical-align: top; }

tr {
  padding: 10px; }

.table-desktop {
  display: block; }

.table-mobile {
  display: none; }

.popup-1 .wrapper-pop table tbody tr td {
  border: 1px solid black; }

.wrapper-header {
  display: none; }

.popup-button-11 {
  border-radius: 7px;
  margin-right: 15px;
  background: rgba(48, 126, 193, 0.9);
  color: #FAFAFA;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 25px;
  cursor: pointer;
  border: 1px solid transparent;
  display: inline-block;
  width: 370px;
  text-align: center;
  position: relative; }
  .popup-button-11:hover {
    border: 1px solid rgba(48, 126, 193, 0.9);
    text-decoration: none;
    color: rgba(48, 126, 193, 0.9);
    background: #FFF; }

.popup-button-12 {
  border-radius: 7px;
  /*margin-left: 15px;*/
  background: rgba(48, 126, 193, 0.9);
  color: #FAFAFA;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 25px;
  cursor: pointer;
  border: 1px solid transparent;
  display: inline-block;
  width: 370px;
  text-align: center;
  position: relative; }
  .popup-button-12:hover {
    border: 1px solid rgba(48, 126, 193, 0.9);
    text-decoration: none;
    color: rgba(48, 126, 193, 0.9);
    background: #FFF; }

.popup-button-13 {
  border-radius: 7px;
  margin-right: 15px;
  background: rgba(48, 126, 193, 0.9);
  color: #FAFAFA;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 25px;
  cursor: pointer;
  border: 1px solid transparent;
  display: inline-block;
  width: 370px;
  text-align: center;
  position: relative; }
  .popup-button-13:hover {
    border: 1px solid rgba(48, 126, 193, 0.9);
    text-decoration: none;
    color: rgba(48, 126, 193, 0.9);
    background: #FFF; }

.popup-button-14 {
  border-radius: 7px;
  margin-right: 15px;
  background: rgba(48, 126, 193, 0.9);
  color: #FAFAFA;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 25px;
  cursor: pointer;
  border: 1px solid transparent;
  display: inline-block;
  width: 370px;
  text-align: center;
  position: relative; }
  .popup-button-14:hover {
    border: 1px solid rgba(48, 126, 193, 0.9);
    text-decoration: none;
    color: rgba(48, 126, 193, 0.9);
    background: #FFF; }
.popup-button-15 {
  border-radius: 7px;
  margin-right: 15px;
  background: rgba(48, 126, 193, 0.9);
  color: #FAFAFA;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 25px;
  cursor: pointer;
  border: 1px solid transparent;
  display: inline-block;
  width: 370px;
  text-align: center;
  position: relative; }
  .popup-button-15:hover {
    border: 1px solid rgba(48, 126, 193, 0.9);
    text-decoration: none;
    color: rgba(48, 126, 193, 0.9);
    background: #FFF; }

.popup-button-16 {
  border-radius: 7px;
  margin-right: 15px;
  background: rgba(48, 126, 193, 0.9);
  color: #FAFAFA;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 25px;
  cursor: pointer;
  border: 1px solid transparent;
  display: inline-block;
  width: 370px;
  text-align: center;
  position: relative; }
  .popup-button-16:hover {
    border: 1px solid rgba(48, 126, 193, 0.9);
    text-decoration: none;
    color: rgba(48, 126, 193, 0.9);
    background: #FFF; }

.popup-button-17 {
  border-radius: 7px;
  margin-right: 15px;
  background: rgba(48, 126, 193, 0.9);
  color: #FAFAFA;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 25px;
  cursor: pointer;
  border: 1px solid transparent;
  display: inline-block;
  width: 370px;
  text-align: center;
  position: relative; }
  .popup-button-17:hover {
    border: 1px solid rgba(48, 126, 193, 0.9);
    text-decoration: none;
    color: rgba(48, 126, 193, 0.9);
    background: #FFF; }

.popup-button-18 {
  border-radius: 7px;
  margin-right: 15px;
  background: rgba(48, 126, 193, 0.9);
  color: #FAFAFA;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 25px;
  cursor: pointer;
  border: 1px solid transparent;
  display: inline-block;
  width: 370px;
  text-align: center;
  position: relative; }
  .popup-button-18:hover {
    border: 1px solid rgba(48, 126, 193, 0.9);
    text-decoration: none;
    color: rgba(48, 126, 193, 0.9);
    background: #FFF; }

.popup-button-19 {
  border-radius: 7px;
  margin-right: 15px;
  background: rgba(48, 126, 193, 0.9);
  color: #FAFAFA;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 25px;
  cursor: pointer;
  border: 1px solid transparent;
  display: inline-block;
  width: 370px;
  text-align: center;
  position: relative; }
  .popup-button-19:hover {
    border: 1px solid rgba(48, 126, 193, 0.9);
    text-decoration: none;
    color: rgba(48, 126, 193, 0.9);
    background: #FFF; }


.wrapper-pop-button {
  /*display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px ; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%; } 

.popup-button-right-2, .popup-button-right-1 {
  background-image: url(../img/right.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 17px;
  top: 22px;
  right: 10px;
  position: absolute;
  display: inline-block;
  transition: .3s ease; }

.wrapper-pop_text table {
  margin-bottom: 10px; }

.wrapper-pop_text table tbody tr td {
  padding: 8px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid black; }

.wrapper-pop_text table tbody tr .va-bottom {
  vertical-align: bottom; }

.wrapper-pop_text table .table-bigger tr td {
  padding: 8px 35px; }

.prod-list__link i {
  font-size: 20px; }

.prod-list__link span {
  text-decoration: underline; }

.prod-list-wrapper:hover .prod-list__title i {
  display: none; }

.prod-list__title i {
  margin-right: -20px; }

.pop-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto; }
  .pop-img-item {
    flex: 1 1 calc(33.33% - 30px);
    margin: 5px;
    box-sizing: border-box;
    width: 200px;
    padding: 50px 20px;
    text-align: center; }

#advantages {
  margin-top: 10px;
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 80px;
  background-color: #dcdcdc; }

.blue {
  color: #074296;
  font-size: 17px;
  font-weight: bold; }

.advant-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  box-shadow: 0px 4px 30px rgba(32, 67, 94, 0.15);
  padding: 35px;
  height: 100%;
  border-radius: 20px; }

.advant-svg {
  width: 30%;
  padding-bottom: 20px;
  fill: #0070B7; }

.advant-title {
  font-size: 19px;
  padding-bottom: 20px;
  max-width: 240px; }

.advant-text {
  font-size: 14px; }

#advantages .title-section {
  font-size: 48px;
  line-height: 115%;
  position: relative;
  padding-left: 130px;
  padding-bottom: 35px; }

#advantages .title-section:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0c8";
  color: rgba(48, 126, 193, 0.9);
  left: 0;
  top: 0;
  font-size: 48px; }

.feedback {
  padding: 5vw 0 8vw;
  background: url(../img/5.jpg) no-repeat center;
  background-size: cover;
  color: #ffffff;
  position: relative; }

.question {
  font-size: 48px;
  line-height: 105%;
  text-align: center; }

.sub_question {
  padding: 20px 0 20px;
  text-align: center; }

.wrapper-forms {
  width: 100%; }

.form-control-input {
  background: transparent;
  border-color: #fff;
  color: #fff;
  width: 380px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: .3s ease;
  height: 46px;
  outline: none; }
  .form-control-input::placeholder {
    color: #cfcfcf; }

textarea {
  resize: auto; }

.button-feedback {
  width: 100%;
  border-radius: 5px;
  background: #113254;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 25px;
  transition: .3s ease;
  cursor: pointer;
  border: 1px solid #7D7D7D;
  height: 46px;
  width: 300px;
  outline: none; }
  .button-feedback:hover {
    text-decoration: none;
    border: 1px solid #7D7D7D;
    background: transparent;
    color: #fff; }

label {
  margin-bottom: 1.3rem !important; }

.footer {
  background: #1d2e41; }

.wah {
  color: #fff;
  margin: 15px 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold; }
  .wah_align-2 {
    text-align: right; }

.wah a {
  color: #ffffff; }
  .wah a:hover {
    text-decoration: none;
    color: #ffffff; }

.slider .slick-next {
  right: 60px !important;
  top: 48% !important; }

.slider .slick-next:before {
  font-size: 38px !important; }

.slider .slick-prev {
  left: 40px !important;
  top: 48% !important;
  z-index: 100; }

.slider .slick-prev:before {
  font-size: 38px !important; }

.slider .slick-next:before {
  content: ' ' !important;
  background-image: url("../img/right.png") !important;
  background-size: 38px 38px;
  width: 38px !important;
  height: 38px !important;
  position: absolute !important; }

.slider .slick-prev:before {
  content: ' ' !important;
  background-image: url("../img/left.png") !important;
  background-size: 38px 38px;
  width: 38px !important;
  height: 38px !important;
  position: absolute !important; }

.slider-322 .slick-next::before {
  content: ' ' !important;
  background-image: url("../img/right-blue.png") !important;
  background-size: 38px 38px;
  width: 38px !important;
  height: 38px !important;
  position: absolute !important;
  right: -5px; }

.slider-322 .slick-prev::before {
  content: ' ' !important;
  left: -5px;
  background-image: url("../img/left-blue.png") !important;
  background-size: 38px 38px;
  width: 38px !important;
  height: 38px !important;
  position: absolute !important; }

@media (min-width: 992px) and (max-width: 1199px) {
  .main-navigation li {
    padding-right: 15px;
    margin-left: 15px; }
  .popup {
    width: 930px; }
  .wah {
    font-size: 11px;
    margin: 13px 0px; }
  .wrapper-pop_img {
    width: 250px;
    height: 250px; }
  .text {
    padding: 30px; }
    .text-heading {
      font-size: 35px; }
    .text-subheading {
      font-size: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .main-navigation li {
    padding-right: 7px;
    margin-left: 7px; }
  .main-navigation li a {
    font-size: 16px; }
  .button {
    margin-right: 13px;
    font-size: 13px;
    padding: 10px 5px; }
  .text {
    padding: 30px; }
    .text-heading {
      font-size: 35px; }
    .text-subheading {
      font-size: 30px; }
  #product .title-section {
    padding-left: 70px;
    font-size: 44px; }
  #product .title-certif {
    width: 90%; }
  .popup {
    width: 700px; }
    .popup-button-11 {
      margin-right: 0;
      margin-bottom: 25px; }
    .popup-button-12 {
      margin-left: 0; }
  .wrapper-pop-button {
    flex-direction: column; }
  .wrapper-pop_img {
    margin-right: 0;
    width: 300px;
    height: 300px;
    margin-bottom: 20px; }
  .wah {
    font-size: 11px;
    margin: 13px 0px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important; }
  .wah {
    font-size: 12px;
    margin: 3px 0; }
  .burger-menu {
    cursor: pointer; }
  .burger-menu__button {
    z-index: 30;
    border-radius: 50%;
    background-color: #007ec4;
    transition: 0.4s;
    width: 40px;
    height: 30px; }
  .burger-menu__lines,
  .burger-menu__lines::after,
  .burger-menu__lines::before {
    position: absolute;
    width: 35px;
    height: 3px;
    background-color: #007ec4; }
  .burger-menu__lines {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .burger-menu__lines::before {
    content: "";
    top: -9px;
    transition: .5s; }
  .burger-menu__lines::after {
    content: "";
    top: 9px;
    transition: .5s; }
  .burger-menu_active .burger-menu__button,
  .burger-menu_active .burger-menu__lines {
    background-color: transparent; }
  .burger-menu_active .burger-menu__lines::before {
    top: 0;
    transform: rotate(45deg);
    transition: .5s; }
  .burger-menu_active .burger-menu__lines::after {
    top: 0;
    transform: rotate(-45deg);
    transition: .5s; }
  .burger-menu__nav {
    border-top: 1px solid rgba(48, 126, 193, 0.9);
    position: fixed;
    z-index: 20;
    display: flex;
    flex-flow: column;
    height: 271px;
    width: 55%;
    background-color: #ffffff;
    overflow-y: auto;
    left: -100%;
    transition: 0.5s;
    top: 90px;
    border-radius: 0 0 10px 0; }
  .burger-menu_active .burger-menu__nav {
    left: 0; }
  .burger-menu__link {
    padding: 13px 0px 13px 12px;
    font-size: 19px;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 300; }
    .burger-menu__link:hover {
      text-decoration: none; }
  .burger-menu__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10; }
  .burger-menu_active .burger-menu__overlay {
    display: block; }
  .button-recall {
    display: none; }
  .logo {
    display: none; }
    .logo-mobile {
      display: inline-block; }
      .logo-mobile-img {
        width: 100%; }
  .text-heading {
    font-size: 32px;
    line-height: 1.4; }
  .text-subheading {
    font-size: 26px;
    line-height: 33px; }
  #product {
    padding-top: 0px;
    margin-top: 15px; }
  #product .title-section:before {
    content: ""; }
  #product .title-section {
    padding-left: 0;
    font-size: 36px;
    padding: 5px 20px 23px; }
  #product .title-certif {
    margin-bottom: 10px; }
  #advantages {
    padding-bottom: 30px; }
  #advantages .title-section:before {
    content: ""; }
  #advantages .title-section {
    padding-left: 0;
    font-size: 36px;
    text-align: center; }
  #feedback .question {
    font-size: 36px; }
  .popup {
    width: 100%;
    height: 100%;
    border-radius: 0px; }
  .wrapper-pop-button {
    flex-direction: column; }
  .popup-button-11, .popup-button-12, .popup-button-13, .popup-button-14, .popup-button-15, .popup-button-16, .popup-button-17, .popup-button-18, .popup-button-19 {
    font-size: 14px; }
  .popup-button-11 {
    margin-right: 0;
    width: 290px;
    margin-bottom: 25px; }
  .popup-button-12 {
    margin-left: 0;
    width: 290px; }
  .popup-close {
    right: 20px;
    top: 5px;
    color: rgba(48, 126, 193, 0.9);
    font-size: 45px;
    background-color: #fefefe;
    border-radius: 15px; }
    .popup-close:before {
      border: 1px solid black;
      background-color: black;
      position: absolute;
      left: 0;
      bottom: 0; }
  .wrapper-pop_img {
    margin-right: 0;
    margin-bottom: 15px; }
  .table-desktop {
    display: none; }
  .table-mobile {
    display: table;
    margin: auto; } }

@media (min-width: 375px) and (max-width: 575px) {
  .variable {
    height: 375px !important; }
  .variable img {
    height: 375px !important; } }

@media (min-width: 457px) and (max-width: 575px) {
  .wrapper-header-1 {
    margin-top: 59px !important; }
  .wrapper-header-2 {
    margin-top: 89px !important; }
  .wrapper-header-4 {
    margin-top: 119px !important; } }

@media (min-width: 375px) and (max-width: 450px) {
  .wrapper-header-1 {
    margin-top: 86px; }
  .wrapper-header-2 {
    margin-top: 119px !important; }
  .popup_header-14 {
    margin-top: 89px !important; } }

@media (min-width: 425px) and (max-width: 575px) {
  .popup_header-4 {
    margin-top: 89px !important; }
  .popup_header-5 {
    margin-top: 89px !important; }
  .popup_header-16 {
    margin-top: 89px !important; }
  .wrapper-header-4 {
    margin-top: 89px !important; } }

@media (min-width: 320px) and (max-width: 575px) {
  .form-control-input {
    width: 290px;
    padding: 10px 30px; }
  .wah {
    font-size: 11px;
    margin: 5px 0;
    text-align: center; }
  .wow {
    animation-name: none !important;
    visibility: visible !important; }
  .burger-menu {
    cursor: pointer; }
  .burger-menu__button {
    z-index: 30;
    border-radius: 50%;
    background-color: #007ec4;
    transition: 0.4s;
    width: 40px;
    height: 30px; }
  .burger-menu__lines,
  .burger-menu__lines::after,
  .burger-menu__lines::before {
    position: absolute;
    width: 35px;
    height: 3px;
    background-color: #007ec4; }
  .burger-menu__lines {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .burger-menu__lines::before {
    content: "";
    top: -9px;
    transition: .5s; }
  .burger-menu__lines::after {
    content: "";
    top: 9px;
    transition: .5s; }
  .burger-menu_active .burger-menu__button,
  .burger-menu_active .burger-menu__lines {
    background-color: transparent; }
  .burger-menu_active .burger-menu__lines::before {
    top: 0;
    transform: rotate(45deg);
    transition: .5s; }
  .burger-menu_active .burger-menu__lines::after {
    top: 0;
    transform: rotate(-45deg);
    transition: .5s; }
  .burger-menu__nav {
    border-top: 1px solid rgba(48, 126, 193, 0.9);
    position: fixed;
    z-index: 20;
    display: flex;
    flex-flow: column;
    height: 271px;
    width: 55%;
    background-color: #ffffff;
    overflow-y: auto;
    left: -100%;
    transition: 0.5s;
    top: 90px;
    border-radius: 0 0 10px 0; }
  .burger-menu_active .burger-menu__nav {
    left: 0; }
  .burger-menu__link {
    padding: 13px 0px 13px 12px;
    font-size: 19px;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 300; }
    .burger-menu__link:hover {
      text-decoration: none; }
  .burger-menu__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10; }
  .burger-menu_active .burger-menu__overlay {
    display: block; }
  .button-recall {
    display: none; }
  .logo {
    display: none; }
    .logo-mobile {
      display: inline-block; }
      .logo-mobile-img {
        width: 100%; }
  .text {
    max-width: 1140px;
    width: 100%;
    padding: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1; }
    .text-heading {
      color: #FAFAFA;
      font-size: 22px;
      text-transform: uppercase;
      font-weight: 400;
      line-height: 1.2;
      margin-bottom: 20px; }
    .text-subheading {
      font-size: 16px;
      line-height: 33px;
      color: #FAFAFA;
      margin-top: 0;
      max-width: 550px;
      letter-spacing: 0.1px; }
  #slider .slick-slide, #slider .slick-track {
    height: 66vh; }
  #product {
    padding-top: 0px;
    margin-top: 0; }
  #product .title-section:before {
    content: ""; }
  #product .title-section {
    padding-left: 0;
    font-size: 36px;
    padding: 5px 20px 20px; }
  #product .title-certif {
    margin-bottom: 10px; }
  #advantages {
    padding-bottom: 30px; }
  #advantages .title-section:before {
    content: ""; }
  #advantages .title-section {
    padding-left: 0;
    font-size: 36px;
    text-align: center; }
  #feedback .question {
    font-size: 36px; }
  .popup {
    width: 100%;
    height: 100%;
    border-radius: 0px; }
  .wrapper-pop-button {
    flex-direction: column; }
  .popup-button-11, .popup-button-12 {
    font-size: 14px; }
  .popup-button-11 {
    margin-right: 0;
    width: 290px;
    margin-bottom: 25px; }
  .popup-button-12 {
    margin-left: 0;
    width: 290px; }
  .popup-close {
    right: 20px;
    top: 5px;
    color: rgba(48, 126, 193, 0.9);
    font-size: 45px;
    background-color: #fefefe;
    border-radius: 15px; }
    .popup-close:before {
      border: 1px solid black;
      background-color: black;
      position: absolute;
      left: 0;
      bottom: 0; }
  .wrapper-pop {
    padding: 10px; }
  .wrapper-pop_title {
    font-size: 25px;
    padding: 13px 35px 0; }
  .wrapper-pop_text {
    font-size: 13px; }
  .wrapper-pop p {
    font-size: 13px; }
  .wrapper-pop td {
    padding: 7px; }
  .wrapper-pop_img {
    margin-right: 0;
    margin-bottom: 15px; }
  .wrapper-pop_text table .table-bigger tr td {
    padding: 8px 8px; }
  .table-desktop {
    display: none; }
  .table-mobile {
    display: table;
    margin: auto; }
  .wrapper-pop_text .table-mobile tbody tr td {
    padding: 10px; }
  .variable {
    height: 315px; }
  .variable img {
    height: 310px; }
  #slider .slick-slide, #slider .slick-track {
    margin-bottom: 10px; }
  .slider .slick-dots {
    bottom: 20px !important; }
  .slider .slick-dotted.slick-slider {
    margin-bottom: 0 !important; }
  .slider .slick-dots li button:before {
    color: white !important; }
  .slider .slick-dots li.slick-active button:before {
    color: white !important; }
  .wrapper-header {
    display: inline-flex;
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(48, 126, 193, 0.3); }
    .wrapper-header-1 {
      margin-top: 86px; }
    .wrapper-header-2 {
      margin-top: 150px; }
    .wrapper-header-3 {
      margin-top: 60px; }
    .wrapper-header-4 {
      margin-top: 119px; }
  .back-close {
    position: absolute;
    text-align: center;
    right: 0;
    top: 16%;
    padding: 0px 8px;
    font-size: 24px !important; }
  .wrapper_title {
    font-size: 25px;
    padding: 13px 38px 0;
    text-align: center;
    margin-bottom: 15px;
    width: 100%; }
  .popup-11-close_back {
    margin-bottom: 0; }
  .popup-12-close_back {
    margin-bottom: 0; }
  .popup-13-close_back {
    margin-bottom: 0; }
  .popup-14-close_back {
    margin-bottom: 0; }
  .popup-15-close_back {
    margin-bottom: 0; }
  .popup-16-close_back {
    margin-bottom: 0; }
  .popup-17-close_back {
    margin-bottom: 0; }
  .popup-18-close_back {
    margin-bottom: 0; }
  .popup-19-close_back {
    margin-bottom: 0; }
  .popup .wrapper-pop_title {
    display: none; }
  .popup-11-close {
    display: none; }
  .popup-12-close {
    display: none; }
  .popup-13-close {
    display: none; }
  .popup-14-close {
    display: none; }
  .popup-15-close {
    display: none; }
  .popup-16-close {
    display: none; }
  .popup-17-close {
    display: none; }
  .popup-18-close {
    display: none; }
  .popup-19-close {
    display: none; }
  .wrapper-pop_title {
    display: none; }
  .popup_header {
    z-index: 1;
    display: inline-flex;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(48, 126, 193, 0.3); }
  .popup-header-close {
    position: fixed;
    text-align: center;
    color: rgba(48, 126, 193, 0.9);
    font-size: 45px;
    right: 20px;
    top: -5px; }
  .popup-2 .popup-close {
    display: none; }
  .popup-3 .popup-close {
    display: none; }
  .popup-4 .popup-close {
    display: none; }
  .popup-5 .popup-close {
    display: none; }
  .popup-6 .popup-close {
    display: none; }
  .popup_header-6 {
    margin-top: 89px; }
  .popup_header-5 {
    margin-top: 119px; }
  .popup_header-4 {
    margin-top: 119px; }
  .popup_header-14 {
    margin-top: 119px; }
  .popup_header-15 {
    margin-top: 89px; }
  .popup_header-16 {
    margin-top: 119px; }
  .popup_header-228 {
    margin-top: 59px; }
  .back-close div {
    color: rgba(48, 126, 193, 0.9); } }

.iksweb {
  text-align: center;
  margin-top: 60px;
}
.iksweb td {
  border: 1px solid; 
}
.iksweb th {
  border: 1px solid;
}
.wrapper-pop_title_new {
  margin: 30px 0;
  text-align: center;
}
.elem-7-img {
  margin-top: 20px;
}
.elem-7-img img {
  width: 700px;
  object-fit: cover;
  margin:0 auto;
  display: block;
  border: 1px solid #0070B7;
}
.elem-7-title {
  text-align: center;
  margin-top: 80px;
}
@media (min-width: 300px) and (max-width: 991px) {
  .popup-button-13, .popup-button-14, .popup-button-15, .popup-button-16, .popup-button-17, .popup-button-18, .popup-button-19 {
    margin-bottom: 25px;
  }
  .wrapper-pop-button {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media (min-width: 375px) and (max-width: 575px) {
  .elem-7-img img {
    max-width: 350px;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .elem-7-img img {
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width:992px) {
  .wrapper-pop-button {
    flex-direction: row;
  }
}
@media (min-width:150px) and (max-width:991px) {
  .wrapper-pop-7 {
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 510px) {
  .iksweb {
   width: 100px;
  }
}
@media (min-width:576px) {
  .elem-7-title {
    display: none;
  }
}