.header {
  background: #19171C;
  position: absolute;
  z-index: 100;
}
.header::after {
  content: "";
  width: 3000px;
  position: absolute;
  left: 0;
  top: 89px;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
  display: block;
}
.header__wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.header__logo {
  flex-basis: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  z-index: 10;
  padding: 10px 0;
}
.header__logo img {
  max-width: 173px;
  max-height: 69px;
}
.header__descriptor {
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  line-height: 1.3;
  padding-left: 15px;
}
.header__descriptor:hover {
  color: #fff;
  opacity: 0.6;
}
.header__adress {
  flex-basis: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 35px;
  z-index: 10;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.header__adress p {
  color: #fff;
  line-height: 1.4;
  font-size: 16px;
}
.header__icon {
  width: 20px;
  height: 24px;
  fill: #D6A92B;
  margin-right: 15px;
  flex-shrink: 0;
}
.header__social {
  flex-basis: 30%;
  display: flex;
  justify-content: end;
  padding: 0 70px;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  z-index: 10;
}
.header__p {
  color: #fff;
  font-size: 16px;
  opacity: 0.7;
  line-height: 1.4;
}
.header__social-items {
  display: flex;
}
.header__social-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__social-item:not(:last-child) {
  margin-right: 10px;
}
.header__ws {
  background: #26D366;
}
.header__tg {
  background: #26A0D4;
}
.header__ws2 {
  background: #26D366 !important;
}
.header__tg2 {
  background: #26A0D4 !important;
}
.header__social-icon {
  fill: #fff;
  width: 22px;
  height: 22px;
}
.header__contacts {
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  z-index: 10;
}
.header__phone {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.header__phone:hover {
  color: #fff;
}
/* .header__phone:not(:last-child) {
  margin-bottom: 10px;
} */
.header__mail {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  opacity: 0.8;
}
.header__mail:hover {
  color: #fff;
  opacity: 1;
}
.header__nav {
  flex-basis: 100%;
  z-index: 20;
  background: #EDE7E1;
  position: relative;
  line-height: 1;
}
.header__nav::before {
  content: "";
  display: block;
  border-bottom: 1px solid #D6D6D6;
  position: absolute;
  width: 9000px;
  height: 66px;
  background: #EDE7E1;
  z-index: -1;
  left: -50%;
  top: 0;
}

.logo-scrolled {
  display: none;
}

.header-page::after {
  content: "";
  width: 3000px;
  position: absolute;
  left: 0;
  top: 89px;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
  display: block;
}
.header-page .header__adress {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.header-page .header__adress p {
  color: #0B1F33;
}
.header-page .header__icon {
  fill: #018AAE;
}
.header-page .header__p {
  color: #0B1F33;
}
.header-page .header__phone {
  color: #0B1F33;
}
.header-page .header__phone:hover {
  color: #0B1F33;
}
.header-page .header__social {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.header-page .header__mail {
  color: #0B1F33;
}
.header-page .header__mail:hover {
  color: #0B1F33;
}

.scrolled .logo-scrolled {
  display: inline-flex;
  margin-right: 20px;
}
.scrolled .header__logo, .scrolled .header__adress, .scrolled .header__social, .scrolled .header__contacts {
  display: none;
}
.scrolled .header__wrp {
  flex-wrap: nowrap;
  align-items: center;
}
.scrolled .header__nav {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  justify-content: space-between;
}
.scrolled::after {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .header__adress {
    padding: 0 0 0 10px;
  }
  .header__adress p {
    font-size: 14px;
  }
  .header__descriptor {
    font-size: 12px;
  }
  .header__social {
    padding: 0 40px;
  }
  .header::after {
    top: 89px;
  }
  .header__p {
    font-size: 14px;
  }
  .header__contacts a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .header__adress {
    padding: 0 0 0 0;
  }
  .header__adress p {
    font-size: 11px;
  }
  .header__descriptor {
    font-size: 11px;
  }
  .header__social {
    padding: 0 20px;
  }
  .header::after {
    top: 90px;
  }
  .header__contacts {
    flex-basis: 14%;
    padding-left: 10px;
  }
  .header__contacts a {
    font-size: 14px;
  }
  .header__p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 946px) {
  .header__adress, .header__social, .header__contacts {
    display: none;
  }
  .header::after {
    display: none;
  }
  .header__wrp {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .header__nav {
    flex-basis: 40%;
    display: flex;
    justify-content: end;
    align-items: center;
    background: #19171C;
  }
  .header__nav::before {
    display: none;
  }
  .header__logo {
    flex-basis: 50%;
    border-radius: 0 0 4px 4px;
    padding: 0;
    margin-right: 5px;
  }
  .scrolled .header__logo {
    padding: 20px 3px;
  }
}
@media only screen and (max-width: 716px) {
  .header__descriptor {
    display: none;
  }
  .header__logo {
    justify-content: start;
  }
}
@media only screen and (max-width: 576px) {
  .header__logo img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .bg-colors__green {
    width: 100%;
    height: 500px;
  }
  .bg-colors__dark {
    width: 100%;
    height: 500px;
    top: 500px;
  }
}
@media only screen and (max-width: 677px) {
  .bg-colors__green {
    height: 600px;
  }
  .bg-colors__dark {
    width: 100%;
    height: 500px;
    top: 600px;
  }
}
@media only screen and (max-width: 576px) {
  .bg-colors__green {
    height: 700px;
  }
  .bg-colors__dark {
    width: 100%;
    height: 200px;
    top: 700px;
  }
}
.header-page .header__descriptor {
  color: #66626B;
}

.header {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.menu-fixed {
  box-shadow: 0 4px 15px -10px rgba(0, 0, 0, 0.6);
  position: fixed;
  animation: slide-down 0.7s;
  z-index: 1000;
}
.menu-fixed .header__nav {
  display: none;
}

@media only screen and (max-width: 945px) {
  .menu-fixed .header__nav {
    display: flex;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  margin-top: auto;
  padding: 60px 0;
  background: #19171C;
}
.footer hr {
  background-color: #fff;
  opacity: 0.1;
  margin: 20px 0;
}
.footer__logos {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.footer__logos .ic_logo {
  fill: #4dbfe0;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.footer__logos .logo__title {
  font-size: 24px;
  color: #fff;
}
.footer__name {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer__descriptor {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #66727F;
  margin-bottom: 20px;
}
.footer__title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer__phones {
  margin-bottom: 30px;
}
.footer__phone {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.footer__ws {
  margin-bottom: 20px;
}
.footer__ws a {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
}
.footer__ws a:hover {
  opacity: 1;
}
.footer__contact {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  color: #fff;
  opacity: 0.5;
}
.footer__contact a {
  font-size: 16px;
  display: block;
  line-height: 1.4;
  color: #fff;
}
.footer__contact a:hover {
  opacity: 1;
}
.footer__contact span {
  color: #fff;
  opacity: 0.5;
}
.footer__ic {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  fill: #f15a25;
  margin-right: 10px;
}
.footer__menu {
  margin-bottom: 30px;
}
.footer__menu a {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 15px;
  display: block;
  line-height: 1.4;
}
.footer__menu a:hover {
  opacity: 1;
}
.footer__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__privacy {
  flex-basis: 50%;
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
  line-height: 1.4;
}
.footer__delosait {
  display: flex;
  flex-basis: 20%;
  justify-content: flex-end;
}
.footer__delosait a {
  font-size: 12px;
  opacity: 0.5;
  color: #fff;
}
.footer__delosait a:hover {
  opacity: 1;
}

.payment {
  display: flex;
}
.payment__item {
  margin-right: 11px;
}

@media only screen and (max-width: 560px) {
  .footer__privacy {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .footer__delosait {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .footer__title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .footer__menu a {
    font-size: 14px;
    line-height: 1.3;
  }
  .footer__phone {
    font-size: 16px;
  }
  .footer__contact a {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .footer__ic {
    margin-top: 0;
  }
  .footer__delosait {
    justify-content: flex-start;
  }
}
.nav__list {
  display: flex;
  align-items: center;
  margin: 0;
}

.nav__item:not(:last-child) {
  margin-right: 40px;
}

.nav__item {
  position: relative;
  padding: 25px 0;
}

.nav__link {
  color: #19171C;
  font-size: 16px;
  opacity: 0.8;
}
.nav__link:hover {
  opacity: 1;
  color: #f15a25;
}

.nav__link--drop::after {
  content: "";
  width: 7px;
  height: 7px;
  background-image: url("../img/download-white.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s;
}

.nav__list--dropdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 100%;
  display: block;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.07);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  width: 280px;
  z-index: 90;
}

.dropdown-submenu {
  display: flex;
  align-items: initial;
}

.dropdown-submenu__item {
  flex-grow: 1;
  min-width: 200px;
  padding: 0px 30px;
}

.dropdown-submenu__list {
  padding: 0;
}

.dropdown-submenu__item:not(:last-child) {
  border-right: 1px solid #bfbfbf;
}

.dropdown-submenu__item:first-child {
  padding-left: 0;
}

.dropdown-submenu__item:last-child {
  padding-right: 0;
}

.mobile-back {
  display: none;
}

.mobile-back__link {
  color: #66727F;
  font-weight: 500;
}

.dropdown-list__item {
  border-bottom: 1px solid #ececec;
}

.dropdown-list__link {
  font-size: 15px;
  color: #66626B;
  padding: 13px 20px;
  display: block;
}
.dropdown-list__link:hover {
  color: #0B1F33;
}

.dropdown-submenu__list-item {
  margin-bottom: 10px;
}

.open .nav__link {
  color: #0B1F33;
}

.open .nav__link--drop::after {
  background-image: url("../img/download.svg");
}

@media (min-width: 946px) {
  .nav__link--drop:hover::after {
    transform: rotate(180deg);
    transition: all 0.3s;
  }
  .nav__item:hover .nav__list--dropdown {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
  }
}
.burger {
  width: 40px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
  display: none;
}

.burger::before,
.burger::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.burger::after {
  top: auto;
  bottom: 0;
}

.burger span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #fff;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
}

.lock {
  overflow: hidden;
}

@media (max-width: 946px) {
  .burger {
    display: block;
  }
  .mobile-back {
    display: block;
  }
  .main-menu {
    position: fixed;
    left: 0;
    top: 0;
    max-width: 400px;
    width: 80%;
    height: 100vh;
    z-index: 100;
    box-shadow: 5px 0 15px -5px rgba(0, 0, 0, 0.8);
    background-color: #fff;
    transform: translateX(-150vw);
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
  }
  .nav__list {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    padding-top: 17%;
    position: relative;
    justify-content: flex-start;
  }
  .nav__item {
    margin-left: 0 !important;
    font-size: 20px;
    width: 100%;
    padding: 0;
    position: static;
  }
  .nav__link,
  .dropdown-submenu__list-item a {
    padding: 13px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dropdown-submenu__list-item {
    padding: 0;
  }
  .nav__link {
    border-bottom: 1px solid #ececec;
  }
  .nav__link::after {
    transform: rotate(-90deg);
  }
  .nav__list--dropdown {
    position: absolute;
    top: 0;
    right: auto;
    left: 100%;
    box-shadow: none;
    width: 100%;
    display: none;
  }
  .dropdown-submenu__item {
    width: 100%;
    padding: 0;
    border: none !important;
  }
  .dropdown-submenu__title {
    padding: 0 30px;
  }
  .dropdown-submenu__banner {
    display: inline-block;
    padding: 20px;
  }
  .nav__list.transformation {
    transform: translateX(-100%);
    transition: all 0.3s;
  }
  .nav__list--dropdown.transformation {
    opacity: 1;
    visibility: visible;
    display: block;
    transform: none;
    background-color: #fff;
    transition: all 0.3s;
  }
  .main-menu.open {
    transform: translateX(0);
    transition: all 0.3s;
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
  }
  .mobile-back a {
    position: relative;
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .mobile-back a::before {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("../img/download.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    transform: rotate(90deg);
  }
}
.close_btn {
  display: none;
  position: absolute;
  z-index: 60;
  right: 10px;
  top: 17px;
  cursor: pointer;
}
.close_btn .ic_close {
  width: 20px;
  height: 20px;
}

.nav__contacts {
  display: none;
  padding: 20px;
}
.nav__contacts .nav__icon {
  width: 20px;
  height: 20px;
  fill: #018AAE;
  margin-right: 15px;
  flex-shrink: 0;
}
.nav__contacts .nav__phone {
  margin-bottom: 20px;
  display: flex;
}
.nav__contacts .nav__phone a {
  color: #0B1F33;
  font-weight: 600;
  font-size: 20px;
  display: block;
}
.nav__contacts .nav__email {
  display: flex;
}
.nav__contacts .nav__email a {
  font-size: 16px;
  color: #0B1F33;
  margin-bottom: 20px;
}
.nav__contacts .nav__adress {
  display: flex;
}
.nav__contacts .nav__adress p {
  font-size: 14px;
  line-height: 1.4;
  color: #0B1F33;
}

.scrolled .burger::before,
.scrolled .burger::after, .header-page .burger::before,
.header-page .burger::after {
  background-color: #0B1F33;
}
.scrolled .burger span, .header-page .burger span {
  background-color: #0B1F33;
}
.scrolled .nav__link, .header-page .nav__link {
  color: #0B1F33;
  font-size: 18px;
  opacity: 0.8;
}
.scrolled .nav__link:hover, .header-page .nav__link:hover {
  opacity: 1;
  color: #0B1F33;
}
.scrolled .nav__link--drop::after, .header-page .nav__link--drop::after {
  background-image: url("../img/download.svg");
}
.scrolled .nav__item:not(:last-child), .header-page .nav__item:not(:last-child) {
  margin-right: 20px;
}

.open .nav__contacts {
  display: block;
}

@media only screen and (max-width: 946px) {
  .open .close_btn {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .nav__link {
    font-size: 16px;
  }
}
.mobile_buttons {
  display: none;
}

@media only screen and (max-width: 946px) {
  .mobile_buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 10px;
  }
  .mobile_buttons a {
    background: #f15a25;
    width: 37px;
    height: 37px !important;
    margin-right: 2px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
  }
  .mobile_buttons .ic_mob {
    width: 20px;
    height: 20px;
    fill: #fff;
  }
}
.btn {
  display: inline-flex;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  font-size: 16px;
}

.btn-orange {
  background: #f15a25;
  border: 1px solid #f15a25;
  color: #fff;
}
.btn-orange:hover {
  background: #f36c3d;
  color: #fff;
}

.btn-transparent {
  border: 1px solid gold;
  background: transparent;
  color: fontd;
}
.btn-transparent:hover {
  background: gold;
  color: #fff;
}

.home__h1 {
  color: #19171C;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 15px;
}
.home__h1 span {
  font-weight: 300;
  font-size: 38px;
}
.home__action{
    font-size: 24px;
    padding: 10px;
    background: #19171C;
    color: #fff;
    margin-bottom: 15px;
    display:inline-block;
    border-radius:4px;
    line-height: 1.3;
}
.home__subtitle {
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  color: #19171C;
  font-size: 18px;
  position: relative;
}
.home__wrp img{
  width:20%;
  opacity: .3;
    
    }
.home p {
  line-height: 1.3;
  font-size: 18px;
  color: #66626B;
  margin-bottom: 20px;
}
.home__btn {
  padding: 25px 30px;
}
.home__info {
  margin: 60px 0;
}

@media only screen and (max-width: 1200px) {
  .home__h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 978px) {
  .home__h1 {
    font-size: 28px;
  }
  .home__action{
      font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .home__h1 {
    font-size: 22px;
  }
  .home__h1 span {
  font-size: 22px;
  }
   .home__action{
      font-size: 14px;
  }
  .home p {
    font-size: 14px;
  }
  .home__btn {
    padding: 25px 30px;
  }
  .home__info {
    margin: 40px 0;
  }
  .home__wrp{
      text-align: center;
      }
  .home__wrp img{
    display:none;
    }
    
}
.bonus {
  padding: 80px 0;
  background: #19171C;
}
.bonus__title {
  margin-bottom: 20px;
}
.bonus__subtitle {
  color: #D6A92B;
  font-size: 20px;
  margin-bottom: 60px;
}
.bonus__light {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(211, 87, 12, 0.21);
  filter: blur(150px);
  z-index: 1;
}
.bonus img {
  position: relative;
  z-index: 10;
}
.bonus__block {
  margin-bottom: 60px;
  color: #fff;
  width: 320px;
}
.bonus__top {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px;
}
.bonus__bottom {
  font-size: 16px;
  opacity: 0.7;
  line-height: 1.3;
}
.bonus__bordered {
  display: flex;
  justify-content: center;
  margin: 60px 0 40px 0;
  align-items: center;
  flex-direction: column;
}
.bonus__info {
  border: 1px solid rgba(255, 255, 255, 0.2274509804);
  padding: 30px 35px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
.bonus__btn {
  padding: 30px 35px;
  display: inline-block;
  margin-top: 40px;
}

@keyframes fadeInOut {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
.bonus__light {
  background: rgba(211, 87, 12, 0.21);
  opacity: 1;
  animation-name: fadeInOut;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

@media only screen and (max-width: 1038px) {
  .bonus__block {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .bonus .text-end,
  .bonus .text-start {
    text-align: center !important;
  }
  .bonus__image {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .bonus {
    padding: 40px 0;
  }
  .bonus__top {
    font-size: 18px;
  }
  .bonus__bottom {
    font-size: 14px;
  }
  .bonus__block {
    margin-bottom: 30px;
  }
}
.heading-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  color: #19171C;
}

.heading-title-white {
  color: #EDE7E1;
}

.heading-center {
  display: block;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .heading-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 978px) {
  .heading-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 576px) {
  .heading-title {
    font-size: 22px;
  }
}
.formt {
  display: flex;
  justify-content: center;
}
.formt__wrp {
  background: #D9D9D9;
  padding: 26px 60px;
  max-width: 90%;
  position: relative;
  z-index: 10;
  margin-top: -60px;
}
.formt__title {
  display: flex;
  justify-content: center;
  color: #19171C;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}
.formt__subtitle {
  font-size: 20px;
  margin-bottom: 40px;
  color: #66626B;
  text-align: center;
  display: flex;
  justify-content: center;
}
.formt__input {
  border: none;
  box-shadow: none;
  padding: 20px 30px;
  font-size: 18px;
  color: #19171C;
  width: 100%;
  display: inline-block;
}
.formt label:not(:last-child) {
  margin-right: 10px;
}
.formt__top {
  margin-bottom: 30px;
  display: flex;
}
.formt__bottom {
  display: flex;
}
.formt__btn {
  padding: 20px 80px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.formt__info {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #66626B;
  max-width: 337px;
}

@media only screen and (max-width: 1400px) {
  .formt__input {
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 963px) {
  .formt__wrp {
    max-width: 100%;
  }
  .formt__top, .formt__bottom {
    flex-wrap: wrap;
  }
  .formt__input {
    display: block;
  }
  .formt label {
    width: 100%;
  }
  .formt label:not(:last-child) {
    margin-right: 0;
  }
  .formt__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 576px) {
  .formt__wrp {
    padding: 15px;
  }
  .formt__title {
    font-size: 22px;
  }
  .formt__subtitle {
    font-size: 14px;
  }
  .formt__input {
    font-size: 14px;
  }
  .formt__btn {
    padding: 20px 0;
    width: 100%;
  }
}
.catalog {
  margin: 60px 0;
}
.catalog__subtitle {
  text-align: center;
  margin: 20px 0 40px 0;
  line-height: 1.3;
  font-size: 20px;
  line-height: 1.3;
  color: #66626B;
}
.catalog__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFF7EF;
  width: 100%;
  padding: 15px;
}
.catalog__img {
  display: flex;
  justify-content: center;
}
.catalog__title {
  color: #19171C;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}
.catalog__info {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.catalog__char {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  flex-wrap: wrap;
  padding: 7px 0;
}
.catalog__char--title {
  font-size: 14px;
  color: #19171C;
  line-height: 1.4;
  font-weight: 700;
  margin-right: 5px;
}
.catalog__char--mean {
  font-size: 14px;
  color: #66626B;
  line-height: 1.4;
}
.catalog__btn {
  margin-top: auto;
  padding: 20px 30px;
}

@media only screen and (max-width: 576px) {
  .catalog {
    margin: 30px 0;
  }
  .catalog__item {
    padding: 7px;
  }
  .catalog__subtitle {
    font-size: 16px;
  }
  .catalog__title {
    font-size: 14px;
  }
  .catalog__char--title {
    font-size: 12px;
    font-weight: 500;
  }
  .catalog__char--mean {
    font-size: 12px;
  }
  .catalog__btn {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.case__item.is-visible {
  animation: showBlock 0.3s linear forwards;
}

@keyframes showBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.case__item {
  display: flex;
  align-items: stretch;
}

.case__item:nth-child(n+9) {
  display: none;
}

.case__item.is-visible {
  display: flex;
}

.btn-ic {
  width: 9px;
  height: 5px;
  fill: #19171C;
}

.btn-center {
  text-align: center;
  margin: 20px 0;
}

.show-more {
  background: #D9D9D9;
  border: 1px solid #D9D9D9;
  color: #19171C;
  padding: 20px 40px;
  border-radius: 4px;
}
.show-more span {
  margin-left: 10px;
}
.show-more:hover {
  background: #cccccc;
}

@media only screen and (max-width: 576px) {
  .show-more {
    font-size: 14px;
  }
}
.deliv {
  margin: 60px 0;
}
.deliv__wrp {
  background: #19171C;
  position: relative;
  overflow: hidden;
  padding: 60px;
  display: flex;
  justify-content: space-between;
}
.deliv__light {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(211, 87, 12, 0.45);
  filter: blur(150px);
  width: 400px;
  height: 400px;
  z-index: 1;
}
.deliv__info {
  position: relative;
  z-index: 10;
}
.deliv p, .deliv ul {
  color: #fff;
  opacity: 0.7;
  padding: 10px 0;
  line-height: 1.4;
}
.deliv__bold {
  opacity: 1 !important;
  max-width: 537px;
}
.deliv__heading {
  max-width: 630px;
  margin-bottom: 20px;
}
.deliv ul {
  list-style-type: disc;
  padding-left: 40px;
}
.deliv ul li {
  line-height: 1.8;
}
.deliv__btn {
  margin-top: 40px;
  padding: 20px 40px;
}
.deliv__map {
  position: absolute;
  right: 0;
  top: 10%;
}

@media only screen and (max-width: 1200px) {
  .deliv__map {
    filter: brightness(50%);
  }
  .deliv__light {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 576px) {
  .deliv__wrp {
    padding: 30px;
  }
  .deliv__bold {
    max-width: 100%;
  }
  .deliv__heading {
    max-width: 100%;
  }
  .deliv p {
    font-size: 14px;
  }
  .deliv ul li {
    font-size: 14px;
  }
  .deliv__btn {
    padding: 20px 0;
    width: 100%;
  }
}
.about {
  margin: 60px 0;
}
.about__title {
  margin-bottom: 30px;
}
.about__info {
  padding: 30px;
  background: #fff;
  margin-right: -60px;
  position: relative;
  z-index: 60;
}
.about p {
  line-height: 1.5;
  padding: 7px 0;
  color: #66626B;
}
.about__bold {
  color: #19171C;
  font-weight: 600;
}
.about ul {
  list-style-type: disc;
  padding-left: 40px;
}
.about ul li {
  line-height: 1.8;
  color: #66626B;
}
.about__h3 {
  padding: 15px 0;
  font-size: 20px;
  font-weight: 700;
  color: #19171C;
}

@media only screen and (max-width: 768px) {
  .about__info {
    margin-right: 0;
    padding: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .about__wrp {
    padding: 20px;
  }
  .about p {
    font-size: 14px;
  }
  .about ul li {
    font-size: 14px;
  }
}
.action {
  margin: 60px 0;
  background: url("../img/bg.jpg");
  background-size: cover;
 /*  background-attachment: fixed; */
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
.action__subtitle {
  text-transform: uppercase;
  color: #fff;
  opacity: 0.7;
  margin-bottom: 20px;
}
.action__title {
  margin-bottom: 40px;
}
.action__light {
  position: absolute;
  background: rgba(211, 87, 12, 0.7);
  filter: blur(300px);
  width: 650px;
  height: 450px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 0.3;
}
.action__block {
  background: rgba(28, 12, 4, 0.92);
  border-radius: 4px;
  padding: 30px;
  position: relative;
  z-index: 60;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.action__name {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.3;
}
.action__btn {
  margin-top: auto;
  padding: 20px 30px;
}

@media only screen and (max-width: 576px) {
  .action__name {
    font-size: 16px;
  }
}
.price {
  margin: 60px 0 0 0;
  position: relative;
}
.price__img {
  position: absolute;
  z-index: 1;
  left: 25%;
  bottom: -6px;
}
.price__wrp {
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 60;
}
.price__subtitle {
  color: #66626B;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}
.price__title-form {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 600;
  color: #19171C;
}
.price__form {
  display: flex;
  flex-direction: column;
}
.price__input {
  border: none;
  box-shadow: none;
  background: #EDE6DF;
  margin-bottom: 15px;
  width: 100%;
  padding: 15px 20px;
}
.price__btn {
  padding: 20px 30px;
  margin-bottom: 20px;
}
.price__info {
  font-size: 14px;
  color: #66626B;
  line-height: 1.3;
  margin-bottom: 20px;
}
.price__title {
  margin-bottom: 40px;
}

.price-table {
  position: relative;
}
.price-table thead td {
  color: #fff;
  background: #19171C;
  padding: 20px 20px;
  border: none;
}
.price-table thead td:not(:last-child) {
  border-right: 2px solid #EDE7E1;
}
.price-table td {
  background: #fff;
  color: #19171C;
  padding: 20px 20px;
  text-align: center;
}
.price-table td:not(:last-child) {
  border-right: 2px solid #EDE7E1;
}

.price__blur {
  height: 170px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 247, 239, 0.04) 0%, #EDE6E0 100%);
  position: absolute;
  left: 0;
  bottom: 10px;
  display: block;
}

@media only screen and (max-width: 1400px) {
  .price__img {
    width: 40%;
  }
}
@media only screen and (max-width: 978px) {
  .price__img {
    display: none;
  }
  .price__wrp {
    margin-bottom: 30px;
  }
  .price-table {
    width: 100%;
  }
  .price-table {
    position: relative;
  }
  .price-table thead td {
    padding: 15px 10px;
  }
  .price-table thead td:not(:last-child) {
    border-right: 2px solid #EDE7E1;
  }
  .price-table td {
    padding: 15px 5px;
    font-size: 14px;
  }
}
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-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  color: #0B1F33;
}

.modal-subtitle {
  margin-bottom: 20px;
  color: #66626B;
}

.modal-contacts {
  padding: 20px 40px;
}
.modal-contacts__heading {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #0B1F33;
}
.modal-contacts__contacts a {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #0B1F33;
  margin-bottom: 5px;
}
.modal-contacts__bottom {
  margin-top: 40px;
  font-size: 14px;
  display: inline-flex;
  color: #0B1F33;
  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: #f15a25;
}

.files {
  font-size: 10px;
}

.form-group_modal {
  padding: 40px 40px;
}
.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 #f15a25;
}

.form_group__bottom-modal {
  padding: 0px 40px;
  flex-direction: column;
  margin-bottom: 20px;
}

.form_btn__modal {
  padding: 17px 40px;
  background: #f15a25;
  color: #fff;
  border: 1px solid #f15a25;
  transition: all 0.3s;
  display: block;
  margin-bottom: 30px;
  border-radius: 4px;
}
.form_btn__modal:hover {
  background: #fff;
  color: #244d72;
  border: 1px solid #f15a25;
}

.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: #0B1F33;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.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;
}

@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 {
  margin-left: 10px;
  line-height: 1.3;
  margin-top: -5px;
}

.custom-checkbox {
  display: flex;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.checkbox-hidden {
  display: none;
}

.checkbox-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  max-width: 20px;
  flex: 0 0 20px;
  height: 20px;
  border-radius: 5px;
  background: #E94B37;
  margin-top: 5px;
}

.custom-checkbox input:checked + .checkbox-wrap::after {
  transform: scale(1);
  opacity: 1;
}

.custom-checkbox .checkbox-wrap::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(../img/svg-check-ic.svg) no-repeat 0 0;
  background-size: 100%;
  will-change: transform;
  transform: scale(0);
  opacity: 0;
  transition: all 0.1s linear;
}

.checkbox-text {
  font-size: 13px;
  color: #66626B;
  line-height: 1.3;
  margin-left: 15px;
  letter-spacing: 0.3px;
}
.checkbox-text a {
  color: #f15a25;
  text-decoration: underline;
}

.text-modal {
  color: #66727F;
}
.text-modal a {
  color: #f15a25;
}
.text-modal a:hover {
  color: #f15a25;
}

.cresults__agreement {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}

.thanks{
  padding: 40px 0;
}
.thanks h1{
  font-size: 24px ;
  font-weight: 700;
  margin-bottom: 15px;
}
.thanks p{
  font-size: 20px;

}
/* @media only screen and (max-width : 576px) {
    .cresults__agreement{
       margin-bottom: 20px;

    }

} */