@charset "UTF-8";
html, body, .wrapper {
  color: #1D2B5C;
}

body {
  overflow-x: hidden;
}

.wrapper {
  min-height: 100%;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

button:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none;
}

.form-select:focus {
  box-shadow: none;
}

header .header__top {
  height: 100px;
}
@media (max-width: 768px) {
  header .header__top {
    height: auto;
  }
}
header .header__info {
  gap: 2vw;
}
@media (max-width: 768px) {
  header .header__info {
    justify-content: center !important;
    margin-bottom: 20px;
  }
}
header .header__info .g_location {
  max-width: 328px;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  margin-right: 8vw;
}
@media (max-width: 1600px) {
  header .header__info .g_location {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  header .header__info .g_location {
    display: none !important;
  }
}
header .header__info .g_location svg {
  min-width: 23px;
  min-height: 27px;
  margin-right: 17px;
}

.bl_logo .mob {
  display: none;
}
@media (max-width: 768px) {
  .bl_logo > img {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .bl_logo .mob {
    display: block;
    margin-right: 0;
  }
  .bl_logo .hmob {
    display: none;
  }
}
@media (max-width: 1600px) {
  .bl_logo img {
    margin-right: 30px;
  }
}
.bl_logo img.l_img {
  margin-left: 30px;
  margin-right: 30px;
}
.bl_logo__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 272px;
}
@media (max-width: 992px) {
  .bl_logo__txt {
    display: none !important;
  }
}

.bl_phone svg {
  margin-right: 17px;
}
.bl_phone a {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}
@media (max-width: 768px) {
  .bl_phone a {
    font-size: 24px;
  }
}
.bl_phone span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .bl_phone span {
    font-size: 14px;
  }
}

.bl_location svg {
  margin-right: 8px;
}
.bl_location a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
}
.bl_location span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  color: #fff;
}
.bl_location span.txt_black {
  color: #1F2D38;
}

.bl_mail svg {
  margin-right: 8px;
}
.bl_mail a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
}
.bl_mail span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  color: #fff;
}
.bl_mail span.txt_black {
  color: #1F2D38;
}

.i_btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 8px;
  padding: 8px 16px;
  width: max-content;
  cursor: pointer;
  transition: background 100ms linear;
}
.i_btn svg {
  margin-left: 9px;
}
.i_btn.no_fill_white {
  border: 1px solid #fff;
  color: #fff;
  /*&:visited {
    background: #FFFFFF33;

  }*/
}
.i_btn.no_fill_white:hover {
  background: rgba(255, 255, 255, 0.1019607843);
}
.i_btn.no_fill_red {
  border: 1px solid #BD2F2F;
  color: #BD2F2F;
}
.i_btn.no_fill_black {
  border: 1px solid #757575;
  color: #757575;
  /* &:visited {
     background: #FFFFFF33;
   }*/
}
.i_btn.no_fill_black:hover {
  background: rgba(255, 255, 255, 0.1019607843);
}
.i_btn.no_fill_black.dark {
  background: #fff;
  color: #1F2D38;
  border-color: #1F2D38;
  padding: 7px;
}
.i_btn.no_fill_black.dark svg {
  margin-left: 0;
  margin-right: 3px;
}
.i_btn.no_fill_orange {
  border: 1px solid #FC5454;
  color: #FC5454;
  /* &:visited {
     background: #FFAC2F33;

   }*/
}
.i_btn.no_fill_orange:hover {
  background: rgba(255, 172, 47, 0.1019607843);
}
.i_btn.fill_orange {
  background: #FC5454;
  color: #1F2D38;
  border: 1px solid #FC5454;
  /* &:visited {
     background: #EC9717;
   }*/
}
.i_btn.fill_orange:hover {
  background: #FFBB54;
}
.i_btn.sm {
  padding: 14px 39px;
}
.i_btn.xs {
  padding: 8px 39px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
}
.i_btn.full_width {
  width: 100%;
}

.i_link svg {
  margin-left: 8px;
}

.reset_btn {
  border: none;
  background: transparent;
}

.title_h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2B5C;
}
@media (max-width: 992px) {
  .title_h2 {
    font-size: 32px;
    line-height: 39.01px;
    text-align: center;
  }
}
.title_h2 span {
  font-weight: 700;
}
@media (max-width: 576px) {
  .title_h2 {
    font-size: 32px;
    line-height: 37px;
  }
}
.title_h2.text-center:after {
  margin-left: auto;
  margin-right: auto;
}
.title_h2.txt_white {
  color: #fff;
}

.product_card {
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 11px;
}
.product_card > div {
  border: 1px solid #E4E4E4;
  border-radius: 10px;
}
.product_card_front {
  height: 100%;
  position: relative;
}
.product_card_front-img {
  background: #ECF6F9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.product_card_front-img img {
  margin-top: -40px;
  margin-bottom: 40px;
}
.product_card_front-top {
  padding: 24px;
  margin-bottom: 19px;
}
.product_card_front-top div {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
}
.product_card_front-btm {
  padding-bottom: 40px;
}
.product_card_front-btm a {
  text-wrap: nowrap;
  display: block;
  color: #fff;
}
@media (max-width: 1200px) {
  .product_card_front-btm a {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.product_card_front-price {
  padding-left: 24px;
  padding-bottom: 34px;
  position: relative;
}
.product_card_front-price span:first-child {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
.product_card_front-price span:last-child {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #FC5454;
}
.product_card_front-price.md span:first-child {
  font-size: 34px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #FC5454;
  display: block;
}
.product_card_front-price.md span:last-child {
  top: 0;
}

.news_card {
  position: relative;
  margin-top: 24px;
}
.news_card.md {
  min-height: 349px;
}
.news_card.xs {
  min-height: 168px;
}
.news_card span {
  display: block;
}
.news_card_front {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-size: cover;
  background-position: center;
  color: #fff;
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 0.4s linear, opacity 100ms linear;
  -ms-transition: -ms-transform 0.4s linear, opacity 100ms linear;
  transition: transform 0.4s linear, opacity 100ms linear;
  position: relative;
  z-index: 1;
}
.news_card .news_card-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
.news_card .news_card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
.news_card .news_card-short {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
.news_card_back {
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  bottom: 0;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  background: #FC5454;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  display: flex;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s linear, opacity 100ms linear;
  -ms-transition: -ms-transform 0.4s linear, opacity 100ms linear;
  transition: transform 0.4s linear, opacity 100ms linear;
  transform: rotateY(180deg);
  z-index: -1;
}
.news_card_back a {
  border: 1px solid #1F2D38 !important;
  margin-right: auto;
}
.news_card_back .news_card-title {
  margin-top: 16px;
  margin-bottom: 16px;
}
.news_card:hover .news_card_front {
  opacity: 1;
  backface-visibility: visible;
  transform: rotateY(180deg);
  z-index: -1;
}
.news_card:hover .news_card_back {
  opacity: 1;
  backface-visibility: visible;
  transform: rotateY(0deg);
  z-index: 1;
}

.section_map {
  min-height: 804px;
  position: relative;
}
.section_map-wrapper {
  left: 0;
  top: 192px;
  padding-left: 17%;
}
.section_map-info {
  width: 368px;
  padding: 16px;
  background: #fff;
}
.section_map-info > div {
  border: 1px solid #FC5454;
  padding-left: 44px;
  padding-right: 44px;
  padding-bottom: 80px;
  padding-top: 40px;
}
.section_map-info svg {
  margin-right: 10px;
}
.section_map-info .bl_phone {
  margin-top: 22px;
}
.section_map-info .bl_phone span {
  color: #1F2D38;
}
.section_map-info .bl_mail {
  margin-top: 22px;
}
.section_map-info .bl_mail span {
  color: #1F2D38;
}
.section_map-info .bl_location {
  margin-top: 22px;
}
.section_map-info .bl_location span {
  color: #1F2D38;
}

.m__glass.modal .modal-dialog .modal-content {
  border-radius: 0;
}
.m__glass.modal .modal-dialog .modal-content .modal-header {
  padding: 7px;
  border-bottom: unset;
}
.m__glass.modal .modal-dialog .modal-content .modal-body {
  margin: 24px;
  border: 1px solid #FC5454;
}
.m__glass.modal .modal-dialog .modal-content .modal__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .m__glass.modal .modal-dialog .modal-content .modal__title {
    font-size: 28px;
    line-height: 25px;
  }
}
.m__glass.modal .modal-dialog .modal-content form {
  margin-bottom: 50px;
  margin-left: 50px;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .m__glass.modal .modal-dialog .modal-content form {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 576px) {
  .m__glass.modal .modal-dialog .modal-content form {
    margin-left: 0;
    margin-right: 0;
  }
}
.m__glass.modal .modal-dialog .modal-content form textarea,
.m__glass.modal .modal-dialog .modal-content form select,
.m__glass.modal .modal-dialog .modal-content form input {
  border-color: #E3E4E8;
  border-radius: 0;
  margin-bottom: 16px;
}
.m__glass.modal .modal-dialog .modal-content form textarea {
  height: 197px;
  text-align: left;
  padding-left: 10px;
}
.m__glass.modal .modal-dialog .modal-content form select,
.m__glass.modal .modal-dialog .modal-content form input {
  height: 46px;
}
.m__glass.modal .modal-dialog .modal-content form button {
  margin-bottom: 16px;
  border-radius: 0;
}
.m__glass.modal .modal-dialog .modal-content form button.width_100 {
  width: 100%;
}
.m__glass.modal .btn_close {
  z-index: 10;
  display: flex;
  width: 28px;
  height: 28px;
  padding: 0;
}
.m__glass.modal .i_btn {
  height: 51px;
}
.m__glass.modal .i_btn.full_width {
  margin-bottom: 50px;
}
.m__glass.modal#successModal .modal-body {
  padding-left: 50px;
  padding-right: 50px;
}
.m__glass.modal #mbody__register {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: all 1ms linear;
}
.m__glass.modal #mbody__resetpass {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 1ms linear;
}
.m__glass.modal #mbody__reg {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 1ms linear;
}
.m__glass.modal input#ch_resetPassword:checked ~ div.modal-body #mbody__register {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.m__glass.modal input#ch_register:checked ~ div.modal-body #mbody__register {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.m__glass.modal input#ch_register:checked ~ div.modal-body #mbody__register .modal__title {
  margin-top: 0;
}
.m__glass.modal input#ch_register:checked ~ div.modal-body #mbody__resetpass .modal__title {
  margin-top: 0;
}
.m__glass.modal input#ch_resetPassword:checked ~ div.modal-body #mbody__register .modal__title {
  margin-top: 0;
}
.m__glass.modal input#ch_resetPassword:checked ~ div.modal-body #mbody__resetpass {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.m__glass.modal input#ch_register:checked ~ div.modal-body #mbody__reg {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.page__title {
  background: url("/imgs/bg_1-1920.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 54px;
  padding-bottom: 54px;
  text-align: center;
}
@media (max-width: 992px) {
  .page__title {
    margin-bottom: 36px;
  }
}
@media (max-width: 576px) {
  .page__title {
    padding-top: 5px;
    padding-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .page__title .title_h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
  }
}
.page__title-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .page__title-desc {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 576px) {
  .page__title-desc {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 25px;
  }
}

.b__glasses {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 12px;
  padding-right: 12px;
  color: #757575;
}
.b__glasses a {
  color: #757575;
}

.txt__bg {
  padding: 35px 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  background-image: url("/imgs/bg1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 25px;
}
.txt__bg p {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
}

.glasses_ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.glasses_ul li {
  color: #fff;
  margin-bottom: 29px;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 320px) {
  .glasses_ul li {
    font-size: 14px;
    line-height: 25px;
  }
}
.glasses_ul li i {
  display: block;
  min-width: 7px;
  min-height: 7px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #FC5454;
  margin-right: 15px;
}
.glasses_ul.txt_black li {
  color: #1F2D38;
}

.pagination__glasses {
  margin-top: 24px;
}
.pagination__glasses .page-item {
  margin-right: 8px;
}
.pagination__glasses .page-item a {
  border-radius: 0 !important;
  color: #fff;
}
.pagination__glasses .page-item a.to_start, .pagination__glasses .page-item a.go_pre {
  background: #bcc0c4;
  width: 32px;
  height: 32px;
  line-height: 12px;
  font-size: 22px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.pagination__glasses .page-item a.to_end, .pagination__glasses .page-item a.go_next {
  background: #1F2D38;
  width: 32px;
  height: 32px;
  line-height: 12px;
  font-size: 22px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.pagination__glasses .page-item.go_to input {
  border-color: #1F2D38;
  border: 1px solid #1F2D38;
  width: 56px;
  height: 32px;
  text-align: center;
}

.detail__wrapper {
  margin-bottom: 119px;
}
.detail__wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 320px) {
  .detail__wrapper p {
    font-size: 14px;
    line-height: 25px;
  }
}
.detail__wrapper ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.detail__wrapper ul li {
  color: #1F2D38;
  margin-bottom: 29px;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 320px) {
  .detail__wrapper ul li {
    font-size: 14px;
    line-height: 25px;
  }
}
.detail__wrapper ul li i {
  display: block;
  min-width: 7px;
  min-height: 7px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #FC5454;
  margin-right: 15px;
}
.detail__wrapper img {
  width: 100%;
}

.similar__news {
  margin-bottom: 160px;
}
.similar__news-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #1F2D38;
}
.similar__news-items {
  overflow-x: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.similar__news-items .news_card {
  min-width: 270px;
}
.similar__news-items .news_card .news_card_front {
  padding: 12px;
}
.similar__news-items .news_card .news_card_front .news_card-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 576px) {
  .similar__news-items .news_card .news_card_front {
    height: 168px;
  }
}
.similar__news-items .news_card .news_card_back {
  padding: 12px;
  left: 0;
  right: 0;
}
.similar__news-items .news_card .news_card_back .i_btn {
  padding: 8px 16px;
  margin-left: auto;
}
.similar__news-items .news_card .news_card_back .news_card-title {
  margin-top: 0;
}
.similar__news-items::-webkit-scrollbar {
  height: 5px;
}
.similar__news-items::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.similar__news-items::-webkit-scrollbar-thumb {
  background: #FC5454;
}
footer .footer_bl {
  border-top: 1px solid #AEBBC7;
  padding-top: 46px;
}
@media (max-width: 992px) {
  footer .footer_bl > div {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
footer .f1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.61px;
  text-align: left;
  color: #7E8497;
  width: 20%;
}
footer .f1 .span {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.63px;
  text-align: left;
  color: #000;
  margin-top: 50px;
}
footer .f2 {
  font-size: 14px;
  font-weight: 300;
  line-height: 17.07px;
  text-align: left;
  width: 20%;
}
footer .f2 svg {
  min-width: 15px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}
footer .f2 .tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  footer .f2 {
    display: none;
  }
}
footer .f3 {
  font-size: 14px;
  font-weight: 300;
  line-height: 17.07px;
  text-align: left;
  width: 20%;
}
footer .f3 svg {
  min-width: 18px;
  margin-left: 10px;
  margin-right: 10px;
}
footer .f3 .tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
  text-transform: uppercase;
}
footer .f3 b {
  color: #7E8497;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.07px;
  text-align: left;
}
footer .f4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 17.07px;
  text-align: left;
  width: 11%;
}
footer .f4 svg {
  min-width: 18px;
  margin-left: 10px;
  margin-right: 10px;
}
footer .f4 .tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
  text-transform: uppercase;
}
footer .f4 b {
  color: #7E8497;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.07px;
  text-align: left;
}
footer .f5 {
  width: 20%;
}
@media (max-width: 992px) {
  footer .f5 {
    text-align: right;
  }
}
footer .f5 .tit {
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-transform: uppercase;
}
footer .f5 .callback_link {
  text-align: right;
}
footer .f5 .callback_link a {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
  letter-spacing: 0.14em;
  color: #2D8598;
  text-decoration: underline;
}
footer .f5 .contact_link {
  text-align: right;
}
@media (max-width: 992px) {
  footer .f5 .contact_link {
    text-align: right;
  }
}
footer .f5 .contact_link a {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: right;
}
@media (max-width: 992px) {
  footer .f5 .contact_link a {
    text-align: right;
  }
}
footer .f5 .quest {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
  text-align: left;
  max-width: 160px;
  margin-left: auto;
}
@media (max-width: 992px) {
  footer .f5 .quest {
    margin-left: auto;
    text-align: right;
  }
}
@media (max-width: 992px) {
  footer .f5 {
    text-align: right;
  }
}

@media (max-width: 992px) {
  .step1 .btn {
    margin-bottom: 30px;
  }

  .flex_bl {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

a, a:hover, a:focus {
  text-decoration: unset;
  outline: 0;
}

body {
  font-family: "Montserrat", sans-serif;
}

.main-color {
  color: #FC5454;
}

.section_1 {
  padding-top: 67px;
  padding-bottom: 67px;
  background-image: url("../../img/land/bg_2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .section_1 {
    background-position: 25%;
    padding-top: 39px;
  }
}
@media (max-width: 768px) {
  .section_1 .title_h2 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.section_1 .s_bl {
  margin-top: 40px;
  margin-bottom: 100px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D3D3D3;
}
@media (max-width: 992px) {
  .section_1 .s_bl {
    margin-left: 15px;
    margin-bottom: 39px;
  }
}
@media (max-width: 768px) {
  .section_1 .s_bl {
    margin-left: 15px;
    margin-bottom: 39px;
  }
}
.section_1 .s_bl > div {
  width: 50%;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
.section_1 .s_bl > div svg {
  min-width: 27px;
}
.section_1 .s_bl > div > div {
  margin-bottom: 18px;
  height: 35px;
}
.section_1 .s_bl > div > div > div {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .section_1 .sb_bl-btm {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .section_1 .sb_bl-btm {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.section_1 .sb_bl-btm > div {
  margin-bottom: 38px;
  width: 50%;
}
@media (max-width: 992px) {
  .section_1 .sb_bl-btm > div {
    width: 100%;
  }
}
.section_1 .sb_bl-btm > div > div {
  margin-right: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 17.07px;
  text-align: left;
}
@media (max-width: 992px) {
  .section_1 .sb_bl-btm > div > div {
    margin-right: 10px;
  }
  .section_1 .sb_bl-btm > div > div:first-child {
    margin-right: 15px;
  }
}
.section_1 .sb_bl-btm > div span {
  height: 6px;
  width: 37px;
  background: #FC5454;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.section_1 .sb_bl-btm > div span:first-child {
  height: 6px;
  width: 70px;
  border-radius: 10px;
  background: #FC5454;
  display: block;
  margin-bottom: 5px;
}
.section_1 .sb_bl-btm > div span:after {
  content: "";
  height: 6px;
  width: 37px;
  border-radius: 10px;
  display: block;
  margin-top: 5px;
  background: #FC5454;
}
.section_1 .sb_bl-bottom {
  margin-top: 37px;
  margin-bottom: 80px;
  border: 1px solid #D3D3D3;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  padding: 23px;
  color: #7E8497;
  border-radius: 10px;
}
.section_1 .sec_right {
  background: #fff;
  padding: 11px;
  border-radius: 10px;
  max-width: 591px;
  margin-right: auto;
  margin-left: auto;
}
.section_1 .sec_right > div {
  border-radius: 10px;
  border: 1px solid #E4E4E4;
  padding: 58px;
  position: relative;
}
@media (max-width: 992px) {
  .section_1 .sec_right > div {
    padding: 15px;
  }
}
.section_1 .sec_right > div img {
  position: absolute;
  left: calc(50% - 98px);
  bottom: -98px;
}
.section_1 .sec_right .sec_right-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 39px;
}
.section_1 .sec_right .sec_right-desc {
  margin-bottom: 127px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #7E8497;
}
.section_1 .sec_right .sec_right-desc span {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
}

.banner__top {
  font-family: "Montserrat";
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../img/land/bg_.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 645px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .banner__top {
    background-position: 25%;
    padding-top: 0;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.banner__top > div {
  display: flex;
}
@media (max-width: 992px) {
  .banner__top > div {
    flex-direction: column-reverse;
  }
}
.banner__top .v_block {
  background: rgba(236, 242, 243, 0.5607843137);
  padding: 38px 23px;
  border-radius: 10px;
  max-width: 219px;
}
.banner__top .v_block > div {
  margin-bottom: 55px;
}
.banner__top .v_block > div:last-child {
  margin-bottom: 0;
}
.banner__top .v_block > div > div {
  padding-top: 11px;
  margin-top: 10px;
  border-top: 1px solid #FC5454;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 992px) {
  .banner__top .v_block {
    display: none;
  }
}
.banner__top .h_block {
  padding-left: 28px;
  max-width: 577px;
}
@media (max-width: 768px) {
  .banner__top .h_block {
    padding-left: 0;
  }
}
.banner__top .h_block h1 {
  margin-top: 47px;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2B5C;
}
.banner__top .h_block h1 span {
  color: #FC5454;
}
@media (max-width: 992px) {
  .banner__top .h_block h1 {
    font-size: 36px;
    line-height: 39px;
  }
}
.banner__top .subtitle {
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}
.banner__top .subtitle_txt {
  margin-top: 49px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 459px;
}
@media (max-width: 768px) {
  .banner__top .subtitle_txt {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 800;
    line-height: 24.38px;
    text-align: left;
  }
}
.banner__top .subtitle_txt b {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

form.s_cont,
div.s_cont {
  margin-top: 22px;
}
form.s_cont input[type=tel],
div.s_cont input[type=tel] {
  border: 1px solid #FC5454;
  padding-left: 26px;
  height: 62px;
  border-radius: 10px;
  margin-bottom: 23px;
  font-size: 14px;
  width: 100%;
  color: black;
}
@media (max-width: 1200px) {
  form.s_cont input[type=tel],
div.s_cont input[type=tel] {
    width: 288px;
  }
}
@media (max-width: 768px) {
  form.s_cont input[type=tel],
div.s_cont input[type=tel] {
    width: 100%;
  }
}
@media (max-width: 768px) {
  form.s_cont label[for=ch_privat] span,
div.s_cont label[for=ch_privat] span {
    max-width: 285px;
  }
}
form.s_cont input[type=submit],
div.s_cont input[type=submit] {
  font-family: "Montserrat";
  border: none;
  outline: none;
  border-radius: 10px;
  background: #FC5454;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  margin-bottom: 23px;
  color: #fff;
}
@media (max-width: 1200px) {
  form.s_cont input[type=submit],
div.s_cont input[type=submit] {
    width: 288px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  form.s_cont input[type=submit],
div.s_cont input[type=submit] {
    width: 100%;
  }
}
form.s_cont label,
div.s_cont label {
  max-width: 430px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
}
form.s_cont label input,
div.s_cont label input {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .s_cont.sec4 input[type=submit],
.s_cont.sec4 input[type=tel] {
    width: 414px;
  }
}
@keyframes loading {
  0% {
    width: 0%;
    background-color: #FC5454;
  }
  50% {
    width: 50%;
    background-color: #FC5454;
  }
  100% {
    width: 100%;
    background-color: #FC5454;
  }
}
.kwiz {
  background: url("../../img/land/bg_kwiz.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 70px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .kwiz {
    padding-top: 59px;
  }
}
.kwiz .forma {
  margin-top: 40px;
  padding: 13px;
  background: #fff;
  border-radius: 10px;
  width: 100%;
}
.kwiz .forma br {
  display: none;
}
@media (max-width: 992px) {
  .kwiz .forma {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.kwiz .forma form {
  border-radius: 10px;
  border: 1px solid #E4E4E4;
  padding: 2vw;
  height: 100%;
}
.kwiz .forma form .btn {
  margin-top: 0;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none;
  outline: none;
}
.kwiz .forma form .btn .btn_res,
.kwiz .forma form .btn .next {
  display: block;
  position: static;
  width: auto;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  background: #FC5454;
  border-radius: 10px;
  outline: none;
  text-transform: uppercase;
  margin-top: 0;
}
@media (max-width: 568px) {
  .kwiz .forma form .btn .btn_res,
.kwiz .forma form .btn .next {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
  }
}
.kwiz .forma form .btn .back {
  display: block;
  position: static;
  width: auto;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  background: #004573;
  border-radius: 10px;
  outline: none;
  text-transform: uppercase;
}
@media (max-width: 568px) {
  .kwiz .forma form .btn .back {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
  }
}
.kwiz .forma form .title {
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 20px;
}
.kwiz .forma form input[type=tel],
.kwiz .forma form input[type=text] {
  font-size: 16px;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 10px;
  padding-left: 15px;
  min-width: 250px;
}
@media (max-width: 400px) {
  .kwiz .forma form input[type=tel],
.kwiz .forma form input[type=text] {
    min-width: unset;
    width: 100%;
  }
}
.kwiz .forma form .step4 label {
  font-size: 16px;
}
.kwiz .forma form .step4 .next.btn_b {
  margin-top: 0;
}
@media (max-width: 768px) {
  .kwiz .forma form .step4 .btn {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    height: auto;
  }
}
.kwiz .forma form .step6 .next.btn_b {
  margin-top: 0;
}
@media (max-width: 768px) {
  .kwiz .forma form .step6 .btn {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    height: auto;
  }
}
.kwiz .forma form .step1 {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #1D2B5C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.kwiz .forma form .step1 > div {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .kwiz .forma form .step1 > div {
    flex-wrap: wrap;
  }
  .kwiz .forma form .step1 > div > label {
    margin-bottom: 25px;
    width: 50%;
  }
  .kwiz .forma form .step1 > div > label:last-child {
    margin-bottom: 0;
  }
}
.kwiz .forma form .step1 > div input {
  /*display: none;*/
}
@media (max-width: 568px) {
  .kwiz .forma form .step1 label p {
    height: 40px;
  }
}
.kwiz .forma form .step1 img {
  border-radius: 10px;
}
@media (max-width: 568px) {
  .kwiz .forma form .step1 img {
    width: 100px;
  }
}
.kwiz .kwiz_bl {
  background: #1D2B5C;
  box-shadow: 0px 15px 40.9000015259px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin-top: 53px;
  max-width: 368px;
  min-width: 368px;
}
@media (max-width: 992px) {
  .kwiz .kwiz_bl {
    max-width: unset;
  }
}
.kwiz .kwiz_bl > div:first-child {
  border: 1px solid #425A7E;
  border-radius: 10px;
  padding: 24px;
}
.kwiz .kwiz_bl-title {
  border-radius: 10px;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  padding: 18px 38px;
  color: #fff;
  background: #FC5454;
}
.kwiz .kwiz_bl-bl1 {
  font-size: 16px;
  margin-top: 28px;
  padding: 23px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  background: #ECF6F9;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 992px) {
  .kwiz .kwiz_bl-bl1 {
    min-height: 140px;
  }
}
.kwiz .kwiz_bl-bl1 img {
  position: absolute;
  right: 0;
  top: 10px;
}
.kwiz .kwiz_bl-bl1 > div {
  width: 60%;
}
.kwiz .kwiz_bl-bl1 .symbol {
  margin-top: 17px;
}
.kwiz .btn {
  margin-top: 90px;
  padding: 0;
}

.btn_b {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  background: #FC5454;
  border-radius: 10px;
  outline: none;
  text-transform: uppercase;
}

.symbol span {
  height: 6px;
  width: 37px;
  background: #FC5454;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.symbol span:first-child {
  height: 6px;
  width: 70px;
  border-radius: 10px;
  background: #FC5454;
  display: block;
  margin-bottom: 5px;
}
.symbol span:after {
  content: "";
  height: 6px;
  width: 37px;
  border-radius: 10px;
  display: block;
  margin-top: 5px;
  background: #FC5454;
}

.symbol.xsize span {
  height: 3px;
  width: 21px;
  background: #FC5454;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.symbol.xsize span:first-child {
  height: 3px;
  width: 40px;
  border-radius: 10px;
  background: #FC5454;
  display: block;
  margin-bottom: 5px;
}
.symbol.xsize span:after {
  content: "";
  height: 3px;
  width: 21px;
  border-radius: 10px;
  display: block;
  margin-top: 5px;
  background: #FC5454;
}

.section_2 {
  min-height: 391px;
  background: url("/imgs/bg_1-1920.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 122px;
  padding-bottom: 122px;
}
.section_2__items > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.section_2__items > div span {
  display: block;
}
.section_2__items > div span:first-child {
  font-size: 85px;
  font-weight: 700;
  line-height: 91px;
  letter-spacing: 0em;
  text-align: center;
}
.section_2__items > div span:first-child:after {
  content: "";
  display: block;
  margin: 16px auto;
  height: 5px;
  width: 101px;
  background: #FC5454;
}
.section_2__items > div span:last-child {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
}

.section_3 {
  padding-top: 160px;
  padding-bottom: 160px;
  background: url("../../img/land/sec3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media (max-width: 992px) {
  .section_3 {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .section_3 .title_h2 {
    text-align: left;
  }
}
.section_3__cards {
  margin-top: 93px;
}
.section_3 .product_card {
  max-width: 500px;
  width: 33%;
}
@media (max-width: 1400px) {
  .section_3 .product_card {
    width: 33%;
  }
  .section_3 .product_card .product_card_front-img img {
    width: 230px;
  }
  .section_3 .product_card .product_card_front-btm a {
    font-size: 14px;
  }
  .section_3 .product_card .product_card_front-top {
    height: 140px;
  }
}
@media (max-width: 992px) {
  .section_3 .product_card {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 100%;
  }
  .section_3 .product_card .product_card_front-img img {
    width: 280px;
  }
  .section_3 .product_card .product_card_front-btm a {
    font-size: 14px;
  }
  .section_3 .product_card .product_card_front-top {
    height: auto;
  }
}
.section_3 .symbol {
  margin-bottom: 15px;
}
.section_3 .title_h2 {
  max-width: 900px;
  margin-bottom: 80px;
}
.section_3 .btn_b {
  margin-left: 24px;
  /*width: 68%;*/
  max-width: 294px;
}

.section_4 {
  margin-top: -80px;
  background: #1D2B5C;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  border-radius: 10px;
  padding: 53px;
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .section_4 {
    padding: 20px;
    margin-top: 0;
  }
}
.section_4 .section_4-form {
  position: relative;
}
@media (max-width: 992px) {
  .section_4 .section_4-form {
    justify-items: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  .section_4 .section_4-form:after {
    content: "";
    background: #fff;
    height: 215px;
    width: 118%;
    position: absolute;
    bottom: -17px;
    left: -24px;
    right: -23px;
    z-index: -1;
  }
}
.section_4 .section_4-form img {
  position: absolute;
  right: 0;
  top: -84px;
  width: 350px;
}
@media (max-width: 1600px) {
  .section_4 .section_4-form img {
    top: -64px;
    width: 290px;
  }
}
@media (max-width: 1300px) {
  .section_4 .section_4-form img {
    top: -54px;
    width: 280px;
  }
}
@media (max-width: 1200px) {
  .section_4 .section_4-form img {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .section_4 .section_4-form img {
    position: relative;
    width: 17%;
    min-width: 290px;
  }
}
.section_4 .section_4-form form.s_cont {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .section_4 .section_4-form form.s_cont {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.section_4 .section_4-form form.s_cont button,
.section_4 .section_4-form form.s_cont input[type=tel] {
  width: 350px;
}
@media (max-width: 992px) {
  .section_4 .section_4-form form.s_cont button,
.section_4 .section_4-form form.s_cont input[type=tel] {
    width: 100%;
  }
}
.section_4 .sec_4-title {
  color: #fff;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 500;
  line-height: 49px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 520px;
}
@media (max-width: 1600px) {
  .section_4 .sec_4-title {
    font-size: 32px;
    line-height: 35px;
  }
}
@media (max-width: 1300px) {
  .section_4 .sec_4-title {
    max-width: 460px;
  }
}
@media (max-width: 992px) {
  .section_4 .sec_4-title {
    max-width: unset;
  }
}
.section_4 .sec_4-title span {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 0em;
  text-align: left;
  color: #FC5454;
}
.section_4 form label {
  color: #fff;
}

.section_5 {
  padding-top: 200px;
  padding-bottom: 80px;
  background-image: url("../../img/land/bg5.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section_5 .section_5-title {
  max-width: 791px;
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  line-height: 54.86px;
  text-align: left;
}
.section_5 .section_5-title span {
  font-weight: 700;
}
@media (max-width: 992px) {
  .section_5 .section_5-title {
    font-size: 32px;
    line-height: 36px;
  }
}
.section_5 .hr {
  border: 1px solid #445A85;
  width: 100%;
  margin-top: 37px;
  margin-bottom: 50px;
}
.section_5 .section_5-bl {
  max-width: 80%;
}
@media (max-width: 992px) {
  .section_5 .section_5-bl {
    max-width: unset;
  }
}
.section_5 .section_5-items {
  display: flex;
  flex-wrap: wrap;
}
.section_5 .section_5-items > div {
  width: 50%;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
  color: #fff;
  margin-bottom: 38px;
}
.section_5 .section_5-items > div svg {
  margin-right: 1.5vw;
  min-width: 55px;
}
.section_5 .section_5-items > div div {
  padding-right: 25px;
}
@media (max-width: 992px) {
  .section_5 .section_5-items > div {
    width: 100%;
  }
  .section_5 .section_5-items > div svg {
    width: 32px;
    min-width: unset;
  }
}

.section_6 {
  background: url("../../img/land/bg_6.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 70px;
  padding-bottom: 90px;
}
.section_6 .section_6-title {
  font-size: 45px;
  font-weight: 500;
  line-height: 54.86px;
  text-align: center;
  margin-bottom: 60px;
  color: #1D2B5C;
  max-width: 874px;
  margin-left: auto;
  margin-right: auto;
}
.section_6 .section_6-title span {
  font-weight: 700;
}
@media (max-width: 992px) {
  .section_6 .section_6-title {
    font-size: 36px;
    line-height: 39px;
    text-align: left;
  }
}
.section_6 .section_6-bl {
  border-radius: 10px;
  padding: 14px;
  border: 1px solid #E4E4E4;
}
.section_6 .section_6-bl img {
  border-radius: 10px;
  width: 100%;
}

.section_7 {
  background: #FAFAFA;
  padding-top: 41px;
  padding-bottom: 51px;
}
.section_7 .section_7-items {
  margin-left: auto;
  margin-right: auto;
  max-width: 252px;
  margin-top: 30px;
}
.section_7 .section_7-items > div {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: left;
  padding: 17px;
  box-shadow: 0px 15px 40.9px 0px rgba(0, 0, 0, 0.0509803922);
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 30px;
  border-radius: 10px;
}

.section_8 {
  background: url("../../img/land/bg_8.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 70px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .section_8 {
    padding-top: 39px;
    padding-bottom: 39px;
  }
}
.section_8 .section_8-bl > div:first-child {
  width: 60%;
}
@media (max-width: 992px) {
  .section_8 .section_8-bl > div:first-child {
    width: 100%;
  }
}
.section_8 .section_8-bl > div:first-child img {
  max-width: 200px;
}
.section_8 .section_8-bl > div:last-child {
  text-align: center;
}
.section_8 .section_8-bl > div:last-child img {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.section_8 .section_8-title {
  color: #1D2B5C;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 400;
  line-height: 54.86px;
  text-align: left;
}
.section_8 .section_8-title span {
  font-weight: 700;
}
@media (max-width: 992px) {
  .section_8 .section_8-title {
    font-size: 36px;
    line-height: 39px;
  }
}
.section_8 .section_8-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
  color: #7E8497;
}
.section_8 .hr {
  border: 1px solid #D3D3D3;
  margin-bottom: 60px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .section_8 .hr {
    display: none;
  }
}
.section_8 .sec8_bls {
  margin-top: 60px;
}
.section_8 .sec8_bls .sec8_bl {
  width: 47%;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.31);
  border-radius: 10px;
  height: 120px;
}
@media (max-width: 1200px) {
  .section_8 .sec8_bls .sec8_bl {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .section_8 .sec8_bls .sec8_bl {
    width: 100%;
  }
  .section_8 .sec8_bls .sec8_bl .hr {
    display: none;
  }
}
.section_8 .sec8_bls .sec8_bl div {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
.section_8 .sec8_bls .sec8_bl div:first-child {
  font-size: 67px;
  font-weight: 400;
  line-height: 81.67px;
  letter-spacing: -0.02em;
  text-align: center;
}
@media (max-width: 1200px) {
  .section_8 .sec8_bls .sec8_bl div:first-child {
    font-size: 45px;
    line-height: 60px;
  }
}
.section_8 .sec8_bls .sec8_bl div:last-child {
  font-size: 18px;
  font-weight: 400;
  line-height: 18.43px;
  text-align: center;
  margin-top: -18px;
  margin-bottom: 20px;
}

.section_9 {
  background: url("../../img/land/bg_9.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 70px;
  padding-bottom: 90px;
}
.section_9 .section_9-title {
  font-size: 45px;
  font-weight: 500;
  line-height: 54.86px;
  text-align: left;
  max-width: 550px;
}
.section_9 .section_9-title span {
  font-weight: 700;
}
.section_9 .section_9-bls {
  width: 100%;
}
.section_9 .section_9-bls .sl_img {
  width: 36%;
}
.section_9 .section_9-bls .sl_img img {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .section_9 .section_9-bls .sl_img {
    width: 100%;
  }
}
.section_9 .section_9-bls .section_9-bl {
  width: 64%;
}
.section_9 .section_9-bls .section_9-bl .reviews_swiper {
  width: 100%;
}
@media (max-width: 992px) {
  .section_9 .section_9-bls .section_9-bl {
    width: 100%;
  }
}
.section_9 .reviews_swiper .sw_arrows {
  height: 60px;
}
.section_9 .reviews_swiper .sw_arrow {
  position: relative;
  height: 72px;
  width: 40px;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  background-image: unset;
}
.section_9 .reviews_swiper .sw_arrow:after {
  content: unset;
}
.section_9 .reviews_swiper .sw_arrow svg {
  margin-right: 10px;
  margin-left: 10px;
}
.section_9 .swiper-slide {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 15px 40.9000015259px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
}
.section_9 .swiper-slide > div:first-child {
  margin-bottom: 30px;
}
.section_9 .swiper-slide > div:first-child svg {
  margin-right: 5px;
}
.section_9 .swiper-slide > div:nth-child(2) {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.94px;
  text-align: left;
  margin-bottom: 8px;
  color: #7E8497;
}
.section_9 .swiper-slide > div:nth-child(2) svg {
  min-width: 26px;
  margin-right: 10px;
}
.section_9 .swiper-slide > div:nth-child(3) {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  text-align: left;
  padding-left: 4vw;
}
.section_9 .reviews_swiper-title {
  height: 40px;
  color: #1D2B5C;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.94px;
  text-align: left;
}
@media (max-width: 992px) {
  .section_9 .reviews_swiper-title {
    height: 80px;
  }
}

.section_10 {
  background: url("../../img/land/bg_10.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 70px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .section_10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section_10 .section_10-title {
  font-size: 45px;
  font-weight: 500;
  line-height: 54.86px;
  text-align: center;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}
.section_10 .section_10-title span {
  font-weight: 700;
}
@media (max-width: 992px) {
  .section_10 .section_10-title {
    font-size: 36px;
    line-height: 39px;
  }
}
.section_10 .accordion {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.section_10 .accordion .accordion-item {
  box-shadow: 0px 15px 40.9000015259px 0px rgba(0, 0, 0, 0.0509803922);
}
.section_10 .accordion .accordion-item h2 {
  padding-left: 15px;
  padding-right: 15px;
}
.section_10 .accordion .accordion-header {
  padding-left: 0;
  padding-right: 0;
}
.section_10 .accordion .accordion-header div {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  text-align: left;
  color: #1D2B5C;
}
.section_10 .accordion .accordion-header button {
  background: #fff;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
}
.section_10 .accordion .accordion-header button:after {
  content: unset;
}
.section_10 .accordion .accordion-header button.accordion-button.collapsed svg {
  transform: rotate(90deg);
}
.section_10 .accordion .accordion-collapse.collapse.show {
  border-top: 1px solid #D3D3D3;
}
.section_10 .accordion .accordion-body {
  padding-left: 15px;
  padding-right: 15px;
  color: #7E8497;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.94px;
  text-align: left;
}

.section_11 {
  position: relative;
  padding-top: 57px;
  padding-bottom: 140px;
  overflow-x: hidden;
}
.section_11:after {
  content: url("../../img/land/sec11.png");
  position: absolute;
  right: 0;
  top: 20%;
  z-index: -1;
}
@media (max-width: 992px) {
  .section_11:after {
    display: none;
  }
}
.section_11 .sec11_img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 20px;
}
.section_11 .section_11-title {
  font-size: 45px;
  font-weight: 500;
  line-height: 54.86px;
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .section_11 .section_11-title {
    font-size: 32px;
    line-height: 39.86px;
  }
}
.section_11 .section_11-title span {
  font-weight: 700;
}
.section_11 .sec11_form {
  max-width: 574px;
  background: #0A1438;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 10px;
  color: #fff;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .section_11 .sec11_form {
    max-width: unset;
  }
}
.section_11 .sec11_form form {
  margin-left: auto;
  margin-right: auto;
}
.section_11 .sec11_form form.s_cont input[type=tel] {
  width: 100%;
  max-width: 100%;
  color: #1D2B5C;
  font-size: 14px;
}
.section_11 .sec11_form form.s_cont button {
  width: 100%;
  max-width: 100%;
  color: #fff;
  text-transform: uppercase;
}
.section_11 .sec11_form form.s_cont label {
  width: 100%;
  max-width: unset;
}
.section_11 .sec11_form div:first-child {
  font-size: 36px;
  font-weight: 500;
  line-height: 43.88px;
  text-align: center;
}
.section_11 .sec11_form div:first-child span {
  font-weight: 700;
}
@media (max-width: 992px) {
  .section_11 .sec11_form div:first-child {
    font-size: 26px;
    line-height: 30px;
  }
}
.section_11 .sec11_form div:nth-child(2) {
  font-size: 20px;
  font-weight: 400;
  line-height: 24.38px;
  text-align: center;
}
@media (max-width: 992px) {
  .section_11 .sec11_form div:nth-child(2) {
    font-size: 18px;
    line-height: 22.38px;
  }
}

.section_page {
  padding-bottom: 160px;
}
.section_page-row:first-child {
  margin-top: 68px;
}
.section_page-row .section_page-desc {
  padding-right: 15px;
}
.section_page-row .section_page-desc p:last-child {
  margin-bottom: 0 !important;
}
.section_page-row img {
  max-height: 356px;
  object-fit: cover;
  width: 100%;
  object-position: top;
  padding-left: 15px;
}
.section_page-row_sec .section_page-desc {
  padding-left: 15px;
}
.section_page-row_sec .section_page-desc p:last-child {
  margin-bottom: 0 !important;
}
.section_page-row_sec img {
  max-height: 356px;
  object-fit: cover;
  width: 100%;
  object-position: top;
  padding-right: 15px;
}

.page__about .section_6 .bl_philosophy {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  display: flex;
  align-items: center;
  max-width: 448px;
  margin-left: 40px;
  padding-right: 6px;
  padding-left: 6px;
}
.page__about .section__tasks {
  padding-top: 160px;
  padding-bottom: 160px;
}
.page__about .section__tasks-desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  max-width: 774px;
  margin-top: 28px;
  margin-bottom: 32px;
}

.step1 input[type=radio] {
  display: none;
}
.step1 label {
  position: relative;
}
.step1 input[type=radio]:checked ~ label img {
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.6);
}
.step1 input[type=radio]:checked ~ label:after {
  content: "✔";
  font-size: 18px;
  position: absolute;
  right: 10px;
  color: #FC5454;
  bottom: 10px;
  background: #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 21px;
}

.bl_phone a > small {
  text-wrap: nowrap;
}

@media (max-width: 1400px) {
  .banner__top h1 {
    font-size: 42px;
    line-height: 43px;
  }
  .banner__top {
    min-height: 715px;
  }
  .banner__top .slider__progress {
    margin-top: 95px !important;
  }
}
@media (max-width: 1200px) {
  .section_4 img {
    margin-left: unset;
    margin-top: 40px;
    width: 100%;
  }

  .page__new_position .section_3 .section_3__cards .product_card .product_card_link {
    width: 200px;
  }
}
@media (max-width: 1140px) {
  .page__lk .lk__info .i_btn {
    min-width: unset;
  }

  .tabh__glasses .nav-tabs .nav-link {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .banner__top {
    min-height: 645px;
  }
  .banner__top .slider__progress {
    margin-top: 40px !important;
  }

  .section_map-wrapper {
    padding-left: 0;
  }

  .page__lk .lk__info .i_btn {
    min-width: 364px;
    margin-top: 24px;
  }

  .section_1 {
    padding: 128px 0;
  }
  .section_1 .txt__bg {
    margin-top: 83px;
  }
  .section_1 .bl__video {
    height: 484px;
    max-height: 28vh;
    min-height: 309px;
  }
  .section_2__items > div:not(:last-child) {
    margin-bottom: 40px;
  }

  .section_6 .bl_tabs .nav-link {
    border-left: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    margin-top: 20px;
  }
  .section_6 .bl_tabs .nav-link.active {
    border-left: none;
    border-bottom: 3px solid #FC5454;
  }
  .section_6 .bl_tabs .nav-pills {
    margin-bottom: 60px;
    justify-content: center;
  }

  .banner__top .change__slide .slide__item .slide__item-point {
    display: none;
  }

  .banner__top .change__slide .slide__item > img,
.banner__top .change__slide .slide__item.slide3 > img {
    width: 50%;
  }

  .banner__top .change__slide {
    top: 60%;
    margin-left: -13vw;
  }

  .banner__top .change__slide .slide__item {
    left: unset;
  }

  .section_page-row_sec img,
.section_page-row img {
    padding-left: 0;
    padding-right: 0;
    margin-top: 24px;
  }

  .section_page-row_sec .section_page-desc {
    padding-left: 0;
    padding-right: 0;
  }

  .page__about .section_6 .bl_philosophy {
    max-width: unset;
    margin-left: 0;
  }

  .page__about .section_6 {
    padding-bottom: 62px;
  }

  .section_page-row .section_page-desc {
    padding-right: 0;
  }

  .page__about .section__tasks {
    padding-top: 155px;
    padding-bottom: 117px;
  }

  .offcanvas.submenu .nav-link, .offcanvas.mobile__menu .nav-link {
    font-size: 28px;
  }

  .page__catalog .filter__btns .i_btn {
    width: 100%;
  }

  .t__glasses thead {
    display: none;
  }

  .t__glasses tbody td.md:after,
.t__glasses tbody td.sm:after,
.t__glasses tbody td.xs:after {
    display: none;
  }

  .t__glasses tbody tr:nth-child(even) {
    background: transparent;
  }

  .t__glasses tbody .hide_md {
    display: none;
  }

  .t__glasses tbody .show_md {
    display: block;
  }

  .page__checkout .wrapper__inner form {
    max-width: unset;
    width: 100%;
    margin-bottom: 16px;
  }

  .page__manufact .nav-tabs {
    justify-content: center;
  }

  .page__manufact .nav-tabs:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .page__catalog .catalog__tab-top .i_btn {
    width: 100%;
    margin-top: 24px;
  }

  .page__lk .lk__info .i_btn {
    min-width: unset;
    width: 100%;
  }

  .banner__top-lay {
    margin-left: 35px;
    margin-right: 20px;
  }

  .banner__top h1 {
    width: 88%;
  }

  .banner__top .subtitle {
    font-size: 23px;
    width: 88%;
    line-height: 25px;
  }

  .product_card_front-price.md span:first-child {
    font-size: 20px;
  }

  .product_card_front-price.md span:last-child {
    top: -6px;
  }

  .page__new_position .section_3 .section_3__cards .product_card .product_card_front-price {
    top: -2px;
  }

  .page__new_position .section_3 .section_3__cards .product_card .product_card_link {
    width: 176px;
    height: 38px;
  }

  .page__new_position .section_3 .section_3__cards .product_card > div {
    padding: 12px;
  }

  footer .footer_info > div {
    justify-content: center !important;
  }
}
@media (max-width: 576px) {
  .page__index .section_6 h3 {
    font-size: 18px;
    line-height: 18px;
  }

  .news_card.md {
    min-height: 420px;
  }

  .news_card .news_card-short {
    font-size: 14px;
    line-height: 18px;
  }

  .tabh__glasses .nav-tabs .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page__cart .cart__summary-btn a {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .section_1 .title_h2 {
    font-size: 32px;
  }

  .section_map-info {
    width: auto;
  }
  .section_map-info > div {
    padding-left: 38px;
    padding-right: 6px;
  }

  .banner__top .change__slide {
    margin-left: 3vw;
    margin-top: -76px;
  }

  .banner__top-tab,
.banner__top-link {
    position: relative;
    z-index: 1;
  }

  .banner__top .change__slide {
    position: unset;
  }

  .banner__top h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .banner__top .subtitle {
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 500;
    line-height: 31.69px;
    text-align: left;
  }

  .page__about .section_page .title_h2,
.page__about .section_6 .title_h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .page__news .title_h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .page__certificate-top img {
    width: 100%;
    height: auto;
  }

  .page__lk .lk__info {
    font-size: 14px;
  }

  .t__glasses tbody .hide_xs {
    display: none;
  }

  .t__glasses tbody .show_xs {
    display: block;
  }

  .t__glasses tbody td .quality_input {
    justify-content: start;
  }

  .page__about .section_6 .bl_philosophy {
    font-size: 14px;
    line-height: 25px;
  }

  .section_page-row .section_page-desc p,
.page__manufact .txt__bg p {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 320px) {
  header .header__top {
    padding-right: 0;
    padding-left: 0;
  }
  header .header__top button.navbar-toggler {
    margin-right: 15px;
  }
  header .header__top .bl_user,
header .header__top .bl_basket {
    margin-left: 15px;
  }

  .banner__top-lay,
.section_1 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .banner__top h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .banner__top-lay {
    margin-left: 0;
  }

  .page__about .section_6 .bl_philosophy {
    font-size: 14px;
    line-height: 24px;
  }
}

/*# sourceMappingURL=template_styles.css.map */
