@charset "UTF-8";
.header {
  background: #FFFFFF;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 210;
}
.header__top {
  background: #101D2B;
  display: flex;
  justify-content: center;
  color: #fff;
  padding: 7px 0;
}
.header__top ul {
  display: flex;
}
.header__top ul li:not(:last-child) {
  margin-right: 20px;
}
.header__top ul a {
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
}
.header__top ul a:hover {
  opacity: 1;
}
.header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
}
.header .desktop__hidden {
  display: none;
}
.header__logo {
  flex-shrink: 0;
}
.header .link-green {
  display: flex;
  background: #66C05D;
  color: #fff;
  padding: 15px 20px 15px 50px;
  position: relative;
  border-radius: 4px;
}
.header .link-green:hover {
  color: #fff;
  background: #4ba842;
}
.header .link-green::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 10px;
  z-index: 60;
  background: url(../img/menu2.svg);
  width: 25px;
  height: 25px;
}
.header .link-green::after {
  display: none;
}
.header__search {
  width: 100%;
  position: relative;
}
.header__input {
  width: 100%;
  border: 1px solid #E9E9E9;
  background: #fff;
  height: 53px;
  padding-left: 20px;
  padding-right: 70px;
  font-size: 16px;
}
.header__button {
  background: transparent;
  border: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 20px;
}
.header__glass {
  width: 20px;
  height: 20px;
  fill: #868686;
}
.header__messengers {
  display: flex;
  align-items: center;
}
.header__text {
  font-size: 16px;
  line-height: 1.3;
  color: #66727F;
  padding: 0 15px 0 15px;
}
.header__mes {
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.header__mes:not(:last-child) {
  margin-right: 10px;
}
.header__ic {
  width: 21px;
  height: 21px;
  fill: #fff;
}
.header__ws {
  background: #26D366;
}
.header__tg {
  background: #26A0D4;
}
.header__phone {
  flex-shrink: 0;
  text-align: end;
}
.header__phone a {
  font-size: 20px;
  font-weight: 600;
  color: #0B1F33;
  margin-bottom: 10px;
  display: block;
}
.header__phone a:hover {
  color: #0B1F33;
}
.header__recall {
  color: #66C05D;
  text-decoration: underline;
  cursor: pointer;
}

@media only screen and (max-width: 1400px) {
  .header__logo {
    flex-basis: 20%;
  }
}
@media only screen and (max-width: 1200px) {
  .header__bottom {
    flex-wrap: wrap;
  }
  .header__top {
    display: none;
  }
  .header__messengers {
    display: none;
  }
  .header__phone {
    display: none;
  }
  .header__logo {
    flex-basis: 60%;
    flex-shrink: unset;
    order: 1;
    flex-grow: 1;
  }
  .header__search {
    order: 4;
    flex-grow: 1;
    font-size: 12px;
    flex-basis: 0%;
  }
  .header__input {
    height: 52px;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .header__nav {
    order: 3;
    flex-basis: 30%;
  }
}
.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  margin-top: auto;
}

.footer__top {
  margin-bottom: 80px;
}
.footer__title {
  font-size: 21px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #66727F;
}
.footer__menu li {
  padding: 7px 0;
}
.footer__link {
  color: #66727F;
  line-height: 1.3;
  display: block;
}
.footer__link:hover {
  color: #66C05D;
}
.footer__m-wrp {
  display: flex;
  justify-content: space-between;
}
.footer__social {
  display: flex;
}
.footer__icon-social {
  width: 27px;
  height: 27px;
  fill: #66727F;
}
.footer__button {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background: #ecf1f5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.footer__button:hover {
  background: #66C05D;
}
.footer__button:hover .footer__icon-social {
  fill: #fff;
}
.footer__payment {
  display: flex;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  align-items: center;
  height: 59px;
}
.footer .payment__item:not(:last-child) {
  margin-right: 10px;
}
.footer__green {
  background: #0B1F33;
  padding: 20px;
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.footer__part {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}
.footer__part a {
  color: #fff;
}
.footer__part a:hover {
  opacity: 0.8;
}
.footer__middle {
  margin-top: -45px;
  position: relative;
  z-index: 50;
}
.footer__heart {
  width: 20px;
  height: 20px;
  margin: 0 3px;
  fill: rgb(188, 3, 3);
}
.footer hr {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 578px) {
  .footer__icon-social {
    width: 17px;
    height: 17px;
  }
  .footer__button {
    width: 39px;
    height: 39px;
  }
  .footer__payment {
    display: flex;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    align-items: center;
    height: 39px;
  }
  .footer__middle {
    margin-top: -35px;
  }
  .footer__green {
    flex-wrap: wrap;
    padding: 10px;
  }
  .footer__part {
    text-align: center;
    flex-basis: 100%;
    margin: 5px 0;
    line-height: 1.5;
  }
  .footer__part-delosait a {
    color: rgba(255, 255, 255, 0.5882352941);
    font-size: 11px;
  }
}
.aside {
  position: relative;
  box-shadow: -7px 5px 11px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  display: none;
  order: 2;
}
.aside .aside-block {
  width: 45px;
  position: relative;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: none;
  margin-bottom: 1px;
  cursor: pointer;
  border-bottom: 1px solid #FF6600;
  background-color: #FF6600;
}
.aside .aside-block:hover {
  /*   border-bottom: 1px solid #ececec; */
  background-color: #e65c00;
}
.aside .aside-block:last-child {
  border-bottom: 0;
}
.aside__ic {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.aside__ic1 {
  fill: #fff;
}

.aside__ic3 {
  fill: #fff !important;
}

@media only screen and (max-width: 1200px) {
  .aside {
    display: flex;
    top: auto;
    bottom: 0;
    flex-direction: row;
  }
  .aside .aside-block:not(:last-child) {
    border-right: 1px solid #fff;
    margin-bottom: 0;
  }
}
/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-dropdown-wrapper {
  display: inline-block;
  height: 52px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.cd-dropdown-trigger {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 25px 0px 49px;
  height: 52px;
  background-color: #66C05D;
  color: #ffffff;
  border-radius: 3px;
}
.cd-dropdown-trigger:hover {
  color: #fff;
  text-decoration: none;
}

.cd-dropdown-content .has-children > a:hover {
  text-decoration: none !important;
}

.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
  /* this is the arrow inside the dropdown trigger*/
  content: "";
  position: absolute;
  height: 2px;
  width: 15px;
  background: #ffffff;
  backface-visibility: hidden;
  transition: width 0.3s, transform 0.3s;
}

.cd-dropdown-trigger::before {
  left: 21px;
  top: 21px;
}

.cd-dropdown-trigger::after {
  left: 21px;
  top: 33px;
}

@media only screen and (min-width: 1024px) {
  .cd-dropdown-trigger {
    font-size: 16px;
  }
  .cd-dropdown-trigger.dropdown-is-active {
    /* background-color: $green; */
  }
  .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
    background-color: #66C05D;
  }
  .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    width: 15px;
  }
  .cd-dropdown-trigger.dropdown-is-active::before {
    /* transform the arrow into a 'X' */
    transform: translateX(5px) rotate(-45deg);
    left: 19px;
    top: 25px;
  }
  .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    transform: rotate(45deg);
    top: 25px;
    left: 24px;
  }
}
.cd-dropdown-trigger span {
  z-index: 0;
  position: relative;
}

.cd-dropdown-trigger span:before {
  content: "";
  position: absolute;
  left: -26px;
  top: 9px;
  height: 2px;
  width: 15px;
  background: white;
  z-index: 50;
}

.dropdown-is-active span:before {
  display: none !important;
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}

@media only screen and (min-width: 768px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
}
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 20px;
}

.cd-dropdown {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #0B1F33;
  visibility: hidden;
  /* Force Hardware Acceleration */
  backface-visibility: hidden;
  transform: translateZ(0);
  transform: translateY(-100%);
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}

.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #0B1F33;
  border-bottom: 1px solid #242643;
}

.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #ffffff;
}

.cd-dropdown .cd-close::after {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-dropdown .cd-close::before {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-dropdown.dropdown-is-active {
  visibility: visible;
  transform: translateY(0);
  transition: transform 0.5s 0s, visibility 0s 0s;
}

@media only screen and (min-width: 768px) {
  .cd-dropdown .cd-close {
    top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    position: absolute;
    top: 70px;
    /* reset style*/
    height: auto;
    width: auto;
    transform: translateX(0);
    background-color: #ffffff;
    color: #0B1F33;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  }
  .open-to-left .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .cd-dropdown h2, .cd-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    display: none;
  }
  .cd-dropdown.dropdown-is-active {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  }
}
.cd-dropdown-content, .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transition: transform 0.3s;
  padding-top: 50px;
}

.cd-dropdown-content a, .cd-dropdown-content ul a {
  display: block;
  color: #0B1F33;
  /* truncate text with ellipsis if too long */
  text-overflow: ellipsis;
  border-top-width: 1px;
  border-color: #ececec;
  border-style: solid;
}

.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}

.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}

.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}

.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}

.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: opacity 0.3s, transform 0.3s;
}

.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  transform: translateX(100%);
}

.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}

.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  transform: translateX(-100%);
}

.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 60px;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    color: #0B1F33;
    height: auto;
    line-height: 50px;
    font-size: 16px;
    border-color: #ebebeb;
  }
  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
}
.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #3f8654;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}

.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #0B1F33;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}

@media only screen and (min-width: 1024px) {
  .cd-dropdown-content {
    /* reset mobile style */
    position: static;
    height: auto;
    width: 280px;
  }
  .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: #3f8654;
  }
  .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
    /* reset mobile style */
    transform: translateX(0);
    opacity: 1;
  }
  .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    transform: translateX(0);
    left: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    /* reset mobile style */
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    animation: cd-fade-in 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    animation: cd-fade-out 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    background: #ebebeb;
    pointer-events: auto;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
    color: #ffffff;
    background-color: #0B1F33;
  }
  .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
    border: none;
  }
  .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    padding: 20px 30px 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    width: calc(100% - 60px);
  }
  .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
    width: 100%;
    float: inline-start;
  }
  .cd-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
/*     width: 1150px; */
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .cd-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
    width: 700px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content .cd-secondary-dropdown > li > a {
    color: #0B1F33;
    font-size: 16px;
 /*    margin-bottom: 10px; */
    line-height: 1.3;
  /*   pointer-events: none; */

  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown > li {
    margin: 5px 0;
    border-color: #ebebeb;
    border-style: solid;
    padding: 0 15px;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
    border-right-width: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul {
    /* reset mobile style */
    transform: translate(0);
    position: relative;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown a {
    line-height: 1.3;
    font-size: 12px;
    padding-left: 0;
    color: #66727F;
    padding: 4px 0;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #3f8654;
  }
  .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 30px;
    overflow: hidden;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .cd-dropdown-content .cd-dropdown-gallery {
    width: 600px;
    padding-bottom: 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding: 0;
    height: auto;
    line-height: normal;
    color: #3f8654;
    margin-bottom: 2em;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
  .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
    margin-bottom: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }
  .cd-dropdown-content .cd-dropdown-icons {
    width: 600px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
    background: #ebebeb;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    color: #3f8654;
    font-weight: bold;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    display: block;
    font-size: 1.2rem;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    left: 25px;
  }
  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }
  .cd-dropdown-content > .has-children > ul.is-active {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > a.is-active {
    /* hover effect for .cd-dropdown-content items with subnavigation */
    box-shadow: inset 2px 0 0 #3f8654;
    color: #3f8654;
  }
  .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
    background: #3f8654;
  }
  .open-to-left .cd-dropdown-content > .has-children > a.is-active {
    box-shadow: inset -2px 0 0 #3f8654;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.cd-search input[type=search] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #242643;
  color: #ffffff;
  border: none;
  border-radius: 0;
}

.cd-search input[type=search]::-webkit-input-placeholder {
  color: #ffffff;
}

.cd-search input[type=search]::-moz-placeholder {
  color: #ffffff;
}

.cd-search input[type=search]:-moz-placeholder {
  color: #ffffff;
}

.cd-search input[type=search]:-ms-input-placeholder {
  color: #ffffff;
}

.cd-search input[type=search]:focus {
  background: #ffffff;
  color: #0B1F33;
  outline: none;
}

.cd-search input[type=search]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type=search]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type=search]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type=search]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

@media only screen and (min-width: 1024px) {
  .cd-search input[type=search] {
    background-color: #ebebeb;
  }
  .cd-search input[type=search]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type=search]::-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type=search]:-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type=search]:-ms-input-placeholder {
    color: #b3b3b3;
  }
}
.has-children > a, .go-back a {
  position: relative;
}

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #66727F;
  backface-visibility: hidden;
}

.has-children > a::before, .go-back a::before {
  transform: rotate(45deg);
}

.has-children > a::after, .go-back a::after {
  transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #b3b3b3;
  }
}
.has-children > a {
  padding-right: 40px;
}

.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
  .open-to-left .cd-dropdown-content > .has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
    right: auto;
    left: 20px;
    transform-origin: 1px 50%;
  }
}
.cd-dropdown-content .go-back a {
  padding-left: 40px;
}

.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  transform-origin: 1px 50%;
}

.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  color: #0B1F33;
  background: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 12px;
}

.swiper-button-next1::after,
.swiper-button-prev1::after {
  font-size: 12px;
}

.swiper-button-next2::after,
.swiper-button-prev2::after {
  font-size: 12px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -10px;
}

.swiper-button-next1 {
  right: 0px;
  top: 50%;
  z-index: 10;
}

.swiper-button-prev1 {
  left: 0px;
  top: 50%;
  z-index: 10;
}

@media only screen and (max-width: 578px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
.main-slider img {
  width: 100%;
}

@media only screen and (max-width: 578px) {
  .main-slider .swiper-slide a {
    height: 200px;
    display: block;
  }
  .main-slider .swiper-slide a img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
}
.categories {
  margin: 60px 0;
}

.category {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.category img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.category__title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  background: #66C05D;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border-radius: 0 10px 0 10px;
}

@media only screen and (max-width: 578px) {
  .categories {
    margin: 30px 0;
  }
  .category__title {
    font-size: 12px;
    padding: 7px;
  }
}
.products__wrp {
  position: relative;
  margin-bottom: 30px;
}

.products__slider-wrapper {
  padding-bottom: 30px;
}

.swiper-horizontal > .swiper-scrollbar2,
.swiper-scrollbar2.swiper-scrollbar-horizontal {
  height: 2px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}

.swiper-scrollbar-drag {
  background: #66C05D;
}

.product {
  height: auto;
  position: relative;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.product__slide {
  height: auto;
}
.product__sticker {
  position: absolute;
  left: 0;
  top: 40px;
  background: #E94B37;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  padding: 6px;
  border-radius: 3px;
}
.product__wrp {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px;
}
.product__img {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.product__img img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__number {
  font-size: 13px;
  color: #66727F;
  margin-bottom: 15px;
}
.product__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #0B1F33;
}
.product__buy {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  align-items: center;
  margin: auto 15px 15px 15px;
}
.product__price {
  display: flex;
  flex-direction: column;
}
.product__old-price {
  font-size: 14px;
  color: #66727F;
  text-decoration: line-through;
  margin-bottom: 5px;
}
.product__new-price {
  font-size: 18px;
  color: #0B1F33;
}
.product__btn {
  padding: 10px 20px;
}

@media only screen and (max-width: 576px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .product__title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
  }
  .product__number {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .product__buy {
    flex-wrap: wrap;
  }
  .product__price {
    margin-bottom: 0px;
  }
  .product__btn {
    padding: 10px 30px;
  }
  .product__img {
    width: 100px;
    height: 100px;
  }
  .product__new-price {
    font-size: 14px;
  }
  .product__old-price {
    font-size: 12px;
  }
  .products__slider-wrapper {
    padding-bottom: 25px;
  }
}
.btn {
  display: inline-flex;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

/* .btn-red {
    background: $red;
    border: 1px solid $red;
    color: #fff;

    &:hover {
        background: darken($red, 5%);
        color: #fff;
    }
} */
.btn-green {
  background: #66C05D;
  border: 1px solid #66C05D;
  color: #fff;
}
.btn-green:hover {
  background: #55b94b;
  color: #fff;
}

/* .btn-transparent {
    border: 1px solid $red;
    background: transparent;
    color: $red;

    &:hover {
        background: $red;
        color: #fff;
    }
} */
.icon-btn {
  width: 33px;
  height: 27px;
  filter: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  fill: #66C05D;
}

.preved {
  left: -30px;
  position: absolute;
}

.btn__icon {
  padding: 0 80px 0 30px;
  height: 65px;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 50px;
}
.btn__icon span {
  border-radius: 50%;
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  overflow: hidden;
}
.btn__icon:hover .preved {
  left: 50%;
}
.btn__icon:hover .nexed {
  left: calc(300% + 30px);
}

.btn-ws {
  background: #26D366;
}

.btn-tg {
  background: #26A0D4;
}

@media only screen and (max-width: 576px) {
  .btn__icon {
    height: 50px;
    font-size: 16px;
  }
  .btn__icon span {
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 40px;
    height: 40px;
  }
}
.swiper-horizontal > .swiper-scrollbar3,
.swiper-scrollbar3.swiper-scrollbar-horizontal {
  height: 2px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}

.action-item {
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  border-radius: 20px;
}
.action-item img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.action {
  height: auto;
}

.actions__slider-wrapper {
  padding-bottom: 30px;
}

.actions {
  margin: 60px 0;
}

@media only screen and (max-width: 578px) {
  .actions {
    margin: 30px 0;
  }
}
.brands {
  margin: 60px 0;
}

.brands__slide {
  height: auto;
}

.brand {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
  height: 142px;
  padding: 20px;
}
.brand img {
  max-width: 100%;
}

.slider__brands {
  padding-bottom: 30px;
}

@media only screen and (max-width: 578px) {
  .brands {
    margin: 30px 0;
  }
}
.bottom-form {
  margin: 30px 0 30px 0;
  position: relative;
  z-index: 0;
}
.form-row {
  justify-content: center;
}
.bottom-form__figure {
  position: absolute;
  width: 158px;
  height: 158px;
  display: block;
  background: #FF4C65;
  left: -5%;
  top: -5%;
  border-radius: 50%;
  z-index: -1;
}

.request {
  position: relative;
  border-radius: 20px;
  padding: 50px 30px;
  overflow: hidden;
  border-radius: 10px;
  background: #0B1F33;
  box-shadow: 0px 20px 40px 0px rgba(59, 183, 174, 0.28);
}
.request__img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.request__img img {
  height: 100%;
}
.request__title {
  position: relative;
  z-index: 10;
  font-size: 39px;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 15px;
}
.request__title span {
  font-weight: 700;
  color: #66C05D;
  display: block;
}
.request__subtitle {
  position: relative;
  z-index: 10;
  line-height: 1.3;
  color: #fff;
  font-size: 18px;
}
.request__wrap {
  display: flex;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
.request__input {
  border: none;
  background: transparent;
  font-size: 19px;
  font-family: "Rounded", sans-serif;
  font-weight: 700;
  color: #fff;
  height: 40px;
  border-bottom: 1px solid #fff;
  padding: 5px 5px;
  width: 100%;
}
.request__input::-moz-placeholder {
  color: #fff;
}
.request__input::placeholder {
  color: #fff;
}
.request__btn {
  position: relative;
  z-index: 10;
}
.request__phone {
  margin-left: 10px;
}
.request__text {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  line-height: 1.3;
  margin-bottom: 20px;
  display: block;
}
.request__text a {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 990px) {
  .request__img {
    top: -15%;
    left: -80%;
  }
}
@media only screen and (max-width: 576px) {
  .request {
    padding: 30px 15px;
  }
  .request__title {
    font-size: 28px;
  }
  .request__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .request__wrap {
    flex-wrap: wrap;
  }
  .request__input {
    margin-bottom: 10px;
  }
  .request__phone {
    margin-left: 0;
    margin-top: 15px;
  }
  .request__img {
    display: none;
  }
}
.heading {
  background: #E8EFF9;
  padding: 30px 0px 30px 0;
  margin-bottom: 20px;
}

.heading h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  color: #0B1F33;
  line-height: 1.3;
  margin-bottom: 20px;
}

.breadcrumbs li {
  display: inline-block;
  font-size: 15px;
  color: #787878;
  line-height: 1.3;
}
.breadcrumbs .fa{
  font-size: 25px;
}

.breadcrumbs li a {
  color: #787878;
  text-decoration: none;
}

.breadcrumbs li a:hover {
  color: #787878;
}

.breadcrumbs li + li::before {
  color: #787878;
  content: "—";
  padding: 0 5px;
}

@media only screen and (max-width: 945px) {
  .heading {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 578px) {
  .heading {
    padding: 30px 0px 30px 0;
  }
  .heading h1 {
    font-size: 24px;
  }
}
#mainCarousel {
  width: 100%;
  margin: 0 auto 1rem auto;
  --carousel-button-color: #fff;
  --carousel-button-bg: #E94B37;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
      0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}

#mainCarousel .carousel__slide {
  width: 100%;
  padding: 0;
  text-align: center;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mainCarousel .carousel__slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-style: none;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

#mainCarousel .carousel__button.is-prev {
  left: -1.5rem;
}

#mainCarousel .carousel__button.is-next {
  right: -1.5rem;
}

#mainCarousel .carousel__button:focus {
  outline: none;
  box-shadow: none;
}

#thumbCarousel {
  margin-bottom: 20px;
}

#thumbCarousel .carousel__slide {
  opacity: 0.5;
  padding: 0;
  margin: 0.25rem;
  width: 96px;
  height: 64px;
  overflow: hidden;
}

#thumbCarousel .carousel__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

#thumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  #mainCarousel .carousel__slide {
    height: auto;
  }
  #mainCarousel .carousel__button.is-prev {
    display: none;
  }
  #mainCarousel .carousel__button.is-next {
    display: none;
  }
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #0B1F33;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent transparent transparent;
  font-size: 18px;
  cursor: pointer;
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid #E70014;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent transparent transparent;
  isolation: isolate;
  border-bottom: 2px solid #E70014;
  cursor: pointer;
}

.nav-tabs .nav-link {
  color: #787878;
  font-weight: 500;
  font-size: 18px;
}

.nav-tabs {
  border-bottom: none;
}

.product-single__content {
  padding-top: 30px;
}

@media only screen and (max-width: 576px) {
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    font-size: 15px;
  }
  .nav-tabs .nav-link {
    font-size: 15px;
  }
}
.product-info {
  list-style-type: none !important;
}

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

.product__card-price {
  display: flex;
  color: #787878;
}

.product__card-price .product__old-price {
  order: 2;
}

.product__card-price .product__new-price {
  order: 1;
  font-weight: 500;
  font-size: 22px;
}

.product-page-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product__card-articul {
  font-size: 14px;
  color: #787878;
}

.btn-section {
  margin: 30px 0;
}

.product__btn {
  padding: 20px 30px;
}

@media only screen and (max-width: 578px) {
  .product__btn {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.main-text {
  background: #ececec;
  padding: 20px 20px 20px 30px;
  border-left: 2px solid #66C05D;
  line-height: 1.3;
  font-size: 16px;
  color: #66727F;
  margin: 30px 0;
}

p {
  line-height: 1.3;
  color: #66727F;
  font-size: 18px;
  padding: 7px 0;
}

@media only screen and (max-width: 578px) {
  .main-text {
    padding: 15px 15px 15px 20px;
    font-size: 15px;
    margin-bottom: 20px;
  }
  p {
    font-size: 15px;
    padding: 7px 0;
  }
}
.content {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  z-index: 100;
  position: relative;
}
.content h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 20px 0 5px 0;
  line-height: 1.3;
  color: #0B1F33;
}
.content h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 20px 0 5px 0;
  line-height: 1.3;
  color: #0B1F33;
}
.content h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0 5px 0;
  line-height: 1.3;
  color: #0B1F33;
}
.content p {
  color: #66727F;
  line-height: 1.5;
  margin: 7px 0;
  font-size: 16px;
}
.content ul {
  list-style-type: disc;
  padding-left: 30px;
  line-height: 1.3;
}
.content ol {
  list-style-type: decimal;
  padding-left: 30px;
  line-height: 1.3;
}
.content li {
  line-height: 1.5;
  padding: 7px 0;
  color: #66727F;
  font-size: 16px;
}
.content table {
  min-width: 400px;
  font-size: 16px;
}
.content table td {
  padding: 17px;
  line-height: 1.3;
  color: #66727F;
  vertical-align: middle;
}
.content table img {
  margin-bottom: 0;
}
.content .table-docs td {
  border: 1px solid #ececec;
}
.content .table-docs a {
  color: #66C05D;
}
.content .table-docs a:hover {
  color: #0566B4;
}
.content .documents {
  display: block;
  margin-bottom: 25px;
  color: #66C05D;
  line-height: 1.4;
}
.content .documents:hover {
  color: #0566B4;
}

@media only screen and (max-width: 576px) {
  .content {
    padding: 0px;
  }
  .content h2 {
    font-size: 18px;
  }
  .content h3 {
    font-size: 18px;
  }
  .content p {
    color: #66727F;
    line-height: 1.3;
    margin: 7px 0;
    font-size: 14px;
  }
  .content ul {
    list-style-type: disc;
    padding-left: 30px;
    line-height: 1.3;
  }
  .content li {
    font-size: 14px;
  }
  .content td,
  .content th {
    font-size: 14px;
    line-height: 1.3;
  }
  .content .picture {
    margin-top: 20px;
  }
}
.service-slider {
  margin-top: 20px;
}

.service-item {
  height: 200px;
  display: flex;
}
.service-item img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 578px) {
  .service-item {
    height: 120px;
    display: flex;
  }
  .service-item img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
body.modal-open {
  padding-right: 0px !important;
}

body {
  overflow-y: scroll !important;
}

.compensate-for-scrollbar {
  padding-right: 0px !important;
}

textarea:focus {
  border: none;
  outline: none !important;
}

.modal-header {
  justify-content: center;
  position: relative;
}

.graypart {
  background-color: #f6f9fc;
}

.mc-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-content {
  position: relative;
}

.btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 50;
}

#watchme {
  border: none;
  background: transparent;
  box-shadow: none;
}
#watchme .btn-close {
  right: -30px;
}
#watchme .modal-content {
  border: none;
  background: transparent;
  box-shadow: none;
}

.modal-title {
  font-family: "CenturyGotic", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  color: #0B1F33;
}

.modal-contacts {
  padding: 20px 40px;
}
.modal-contacts__heading {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #282828;
}
.modal-contacts__contacts a {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #282828;
  margin-bottom: 5px;
}
.modal-contacts__bottom {
  margin-top: 40px;
  font-size: 14px;
  display: inline-flex;
  color: #282828;
  align-items: center;
  padding: 10px 17px;
  border: 1px solid #ececec;
  -moz-column-break-after: 4px;
  break-after: 4px;
}
.modal-contacts__bottom span {
  margin-left: 10px;
}
.modal-contacts__bottom .ic_modal {
  width: 20px;
  height: 20px;
  fill: #66C05D;
}

.files {
  font-size: 10px;
}

.form-group_modal {
  padding: 33px;
}
.form-group_modal label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  width: 100%;
}

.form_input__modal {
  padding: 13px 0px;
  border: none;
  border-bottom: 1px solid lightgray;
  margin-bottom: 20px;
  border-radius: 0px;
  width: 100%;
  background: transparent;
}
.form_input__modal:focus {
  border-bottom: 2px solid #66C05D;
}

.form_group__bottom-modal {
  padding: 0px 40px;
  flex-direction: column;
  margin-bottom: 20px;
}

.form_btn__modal {
  padding: 17px 40px;
  background: #66C05D;
  color: #fff;
  border: 1px solid #66C05D;
  transition: all 0.3s;
  display: block;
  margin-bottom: 30px;
  border-radius: 4px;
}
.form_btn__modal:hover {
  background: #fff;
  color: #244d72;
  border: 1px solid #66C05D;
}

.politika_modal {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.close-menu__modal {
  position: absolute;
  right: 15px;
  top: 30px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  z-index: 900;
}

.close-menu__modal span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #282828;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.modal-contacts__bottom:hover {
  color: #66C05D;
}

.close-menu__modal span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.close-menu__modal span:nth-child(2) {
  transform: rotate(45deg);
}

.close-menu__modal span:nth-child(3) {
  transform: rotate(-45deg);
}

.close-menu__modal span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.reg_tabs {
  margin: 0 40px;
}

.modal-header_reg {
  border-bottom: 1px solid transparent;
  flex-direction: column;
  padding: 30px 0;
}

.modal-header {
  padding: 40px 20px 20px 40px;
  display: flex;
  flex-direction: column;
}
.modal-header h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
}
.modal-header h5 span {
  font-weight: 300;
  font-size: 18px;
}
.modal-header a {
  display: block;
  font-size: 22px;
  text-decoration: none;
  font-weight: 700;
}

.modal-body {
  position: relative;
  z-index: 700;
  padding: 0;
}

#success {
  margin: auto auto;
  max-width: 460px;
  height: 400px;
  background-color: #fff;
  background-image: none;
  text-align: center;
  padding: 40px;
  display: none;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  box-shadow: 1px 10px 20px rgba(30, 30, 30, 0.3019607843);
  bottom: 50%;
}

.span-hidden {
  display: none;
}

.text_success {
  font-size: 34px;
  line-height: 1.5;
}

.radio_title {
  font-size: 12px;
  font-weight: 600;
}

.radio_mtitle {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.radio_block {
  display: flex;
  font-size: 12px;
  align-items: center;
  margin-bottom: 7px;
}
.radio_block input,
.radio_block .radio_title,
.radio_block .radio_old-price {
  margin-right: 10px;
}

.radio_old-price {
  text-decoration: line-through;
  opacity: 0.5;
}

.radio_new-price {
  font-family: "Arial";
  font-weight: 700;
}

.form_group__bottom-modal p {
  font-size: 11px;
  margin-left: 10px;
}

.modal-content .custom_chek {
  display: flex;
  align-items: center;
  padding: 15px 0px;
}
.modal-content .custom_chek p {
  font-size: 11px;
  margin-left: 10px;
  line-height: 1.3;
}

.modal__btn {
  padding: 20px 30px;
}

@media only screen and (max-width: 568px) {
  .modal-title {
    font-size: 22px;
    margin-top: 20px;
  }
  .form-group_modal,
  .form_group__bottom-modal {
    padding: 20px 20px;
  }
  .modal-header {
    padding-top: 60px;
  }
  .modal_heading {
    padding: 0px 0px;
    margin-bottom: 20px;
  }
  .text_success {
    font-size: 24px;
    line-height: 1.5;
  }
}
.modal-content {
  height: auto !important;
  overflow: hidden !important;
}

.span-hidden {
  display: none;
}

.checkbox-text {
  line-height: 1.3;
  font-size: 15px;
  margin-top: 15px;
  color: #66727F;
  display: block;
}
.checkbox-text a {
  color: #66C05D;
}

.just-validate-error-label {
  background: #fff !important;
  font-size: 12px !important;
  padding: 4px !important;
  border-radius: 5px !important;
}

.button__modal {
  background: #66C05D;
  padding: 17px 25px;
}
.cd-dropdown-trigger{
  cursor: pointer;
}


@media (max-width: 767px) {
  #rdrf37 .rdf-mobile-toggle {
    display: block;
    background: #f60;
  }
}