@charset "UTF-8";
.header {
  background: transparent;
  position: absolute;
  z-index: 100;
}
.header__wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header__logo {
  flex-basis: 25%;
  align-items: center;
  flex-shrink: 0;
  z-index: 10;
  padding: 10px 0;
}
.header__adress {
  flex-basis: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0px 0 20px;
  z-index: 10;
}
.header__adress p {
  color: #fff;
  line-height: 1.4;
  font-size: 18px;
}
.header__icon {
  width: 20px;
  height: 24px;
  fill: #e13c43;
  margin-right: 15px;
  flex-shrink: 0;
}
.header__social {
  flex-basis: 25%;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  align-items: center;
  z-index: 10;
}
.header__p {
  color: #fff;
  font-size: 16px;
  opacity: 0.7;
  line-height: 1.4;
}
.header__online {
  background: rgba(255, 255, 255, 0.1764705882);
  padding: 7px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.header__online span {
  width: 11px;
  height: 11px;
  background: #26D366;
  box-shadow: 0px 0px 15px #26D366;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
.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;
  display: flex;
  align-items: center;
}
.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;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.header__nav::after {
  content: "";
  width: 3000px;
  position: absolute;
  left: -50%;
  top: 63px;
  height: 1px;
  background: rgba(102, 102, 102, 0.14);
  display: block;
}

.logo-scrolled {
  display: none;
}

.header-page {
  background: #fff;
}
.header-page::after {
  content: "";
  width: 3000px;
  position: absolute;
  left: 0;
  top: 77px;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
  display: block;
}
.header-page .header__nav::after {
  display: none;
}
.header-page .header__adress p {
  color: #282828;
}
.header-page .header__icon {
  fill: #e13c43;
}
.header-page .header__p {
  color: #282828;
}
.header-page .header__phone {
  color: #282828;
}
.header-page .header__phone:hover {
  color: #282828;
}
.header-page .lang {
  color: #616161;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.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__logo {
    flex-basis: 20%;
  }
  .header__adress {
    padding: 0 0 0 10px;
  }
  .header__adress p {
    font-size: 14px;
  }
  .header__descriptor {
    font-size: 12px;
  }
  .header__social {
    flex-basis: 30%;
    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__logo {
    flex-basis: 20%;
  }
  .header__adress {
    padding: 0 0 0 0;
  }
  .header__adress p {
    font-size: 11px;
  }
  .header__social {
    padding: 0 20px;
    flex-basis: 30%;
  }
  .header::after {
    top: 90px;
  }
  .header__contacts {
    flex-basis: 20%;
    padding-left: 10px;
  }
  .header__contacts a {
    font-size: 14px;
  }
  .header__p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 946px) {
  .header {
    background: rgba(18, 11, 23, 0.7);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    padding: 3px 0;
  }
  .header__adress, .header__social, .header__contacts {
    display: none;
  }
  .header::after {
    display: none;
  }
  .header__wrp {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .header__wrp::before {
    display: none;
  }
  .header__nav {
    flex-basis: 40%;
    display: flex;
    justify-content: end;
    align-items: center;
    /*             background: rgba(18, 11, 23, 0.7);
        backdrop-filter: blur(15px); */
  }
  .header__nav::after {
    display: none;
  }
  .header__logo {
    flex-basis: 50%;
    border-radius: 0 0 4px 4px;
    padding: 0;
    margin-right: 5px;
  }
  .header__logo img {
    max-width: 60%;
  }
  .header-page {
    background: #fff;
  }
  .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 {
    margin-right: 10px;
  }
  .header__logo img {
    max-width: 100%;
  }
}
.language {
  display: flex;
  align-items: center;
  margin-left: 10px;
  position: relative;
}

.lang {
  color: #fff;
  width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #eee;
  line-height: 25px;
  font-size: 14px;
  padding: 7px 10px;
  cursor: pointer;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  border-radius: 4px;
}
.lang:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.lang img{
  margin-right: 5px;
}

ul.select {
  margin: 0;
  padding: 0;
  padding-left: 5px;
  display: none;
  position: absolute;
  top: 55px;
  z-index: 70;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.031372549);
  border-radius: 0 0 4px 4px;
}
.lang-item{
  color: #0000009e;
}
.li-wrp{
  display: flex;
  align-items: center;
  color: #0000009e;
}
.li-wrp img{
  margin-right: 5px;
}


.heading {
  background: #F9F9F9;
  padding: 30px 0px 60px 0;
  margin-top: 135px;
}
.heading h1 {
  font-family: "RoadRadio", sans-serif;
  font-size: 32px;
  color: #282828;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 600;
}

.breadcrumbs li {
  display: inline-block;
  font-size: 18px;
  color: #616161;
}
.breadcrumbs li a {
  color: #616161;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  color: #616161;
}
.breadcrumbs li + li::before {
  color: #616161;
  content: "—";
  padding: 0 5px;
}

@media only screen and (max-width: 945px) {
  .heading {
    margin-top: 54px;
  }
}
.heading-title {
  font-family: "RoadRadio", sans-serif;
  background: linear-gradient(269deg, #FFFFFF 28.57%, rgba(255, 255, 255, 0.51) 116.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1.3;
  font-size: 54px;
  margin-bottom: 20px;
}

.heading-subtitle {
  font-family: "RoadRadio", sans-serif;
  background: linear-gradient(269deg, #FFFFFF 28.57%, rgba(255, 255, 255, 0.51) 116.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1.3;
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: 300;
}

@media only screen and (max-width: 1640px) {
  .heading-title {
    font-size: 44px;
  }
  .heading-subtitle {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1300px) {
  .heading-title {
    font-size: 34px;
  }
  .heading-subtitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 576px) {
  .heading-title {
    font-size: 22px;
  }
  .heading-subtitle {
    font-size: 18px;
  }
}
.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  margin-top: auto;
  padding: 60px 0;
  background: #090d09;
}
.footer hr {
  background-color: #fff;
  opacity: 0.1;
  margin: 20px 0;
}
.footer__logos {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.footer__logos .logo__title {
  font-size: 24px;
  color: #fff;
}
.footer__logos img {
  width: 70%;
}
.footer__descriptor {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  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: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}
.footer__contact {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.footer__contact a {
  font-size: 18px;
  color: #fff;
  opacity: 0.5;
  display: block;
  line-height: 1.4;
}
.footer__contact a:hover {
  opacity: 1;
}
.footer__contact span {
  color: #fff;
  opacity: 0.5;
}
.footer__ic {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  fill: #e13c43;
  margin-right: 10px;
}
.footer__menu {
  margin-bottom: 30px;
}
.footer__menu a {
  font-size: 18px;
  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: 16px;
    line-height: 1.3;
  }
  .footer__phone {
    font-size: 16px;
  }
  .footer__contact a {
    font-size: 16px;
    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: #fff;
  font-size: 18px;
  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: #282828;
  font-weight: 500;
}

.dropdown-list__item {
  border-bottom: 1px solid #ececec;
}

.dropdown-list__link {
  font-size: 15px;
  color: #616161;
  padding: 13px 20px;
  display: block;
}
.dropdown-list__link:hover {
  color: #282828;
}

.dropdown-submenu__list-item {
  margin-bottom: 10px;
}

.open .nav__link {
  color: #282828;
}

.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: red;
  margin-right: 15px;
  flex-shrink: 0;
}
.nav__contacts .nav__phone {
  margin-bottom: 20px;
  display: flex;
}
.nav__contacts .nav__phone a {
  color: #282828;
  font-weight: 600;
  font-size: 16px;
  display: block;
}
.nav__contacts .nav__email {
  display: flex;
}
.nav__contacts .nav__email a {
  font-size: 16px;
  color: #282828;
  margin-bottom: 20px;
}
.nav__contacts .nav__adress {
  display: flex;
}
.nav__contacts .nav__adress p {
  font-size: 14px;
  line-height: 1.4;
  color: #282828;
}

.scrolled .burger::before,
.scrolled .burger::after, .header-page .burger::before,
.header-page .burger::after {
  background-color: #282828;
}
.scrolled .burger span, .header-page .burger span {
  background-color: #282828;
}
.scrolled .nav__link, .header-page .nav__link {
  color: #282828;
  font-size: 18px;
  opacity: 0.8;
}
.scrolled .nav__link:hover, .header-page .nav__link:hover {
  opacity: 1;
  color: #282828;
}
.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: 40px;
}

.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;
  }
}
.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;
  background: rgba(18, 11, 23, 0.7);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.menu-fixed .header__nav {
  display: none;
}

.page-body .menu-fixed {
  background: rgba(255, 255, 255, 0.7);
}
.page-body .menu-fixed::after {
  display: none;
}
.page-body .header__online {
  color: #282828;
  background: #fff;
  box-shadow: 0 7px 10px rgba(199, 199, 199, 0.1647058824);
}

@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);
  }
}
@media only screen and (max-width: 576px) {
  .header {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.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-blue {
  background: #D3F8FB;
  border: 1px solid #D3F8FB;
  color: #3E2419;
  font-family: "RoadRadio", sans-serif;
  font-size: 22px;
}
.btn-blue:hover {
  background: #eafcfd;
}

.btn-red {
  background: #e13c43;
  border: 1px solid #e13c43;
  color: #fff;
  font-family: "RoadRadio", sans-serif;
  font-size: 22px;
}
.btn-red:hover {
  background: #e45258;
  color: #fff;
}

.btn-transparent {
  border: 1px solid rgba(255, 255, 255, 0.6666666667);
  background: transparent;
  color: #fff;
}
.btn-transparent:hover {
  background: rgba(255, 255, 255, 0.1764705882);
  color: #fff;
}

.bgmain {
  background: url("../img/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.bgmain__info {
  padding: 280px 0 150px 480px;
}
.bgmain__h1 {
  font-family: "RoadRadio", sans-serif;
  background: linear-gradient(269deg, #FFFFFF 28.57%, rgba(255, 255, 255, 0.51) 116.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1.3;
  font-size: 54px;
  margin-bottom: 20px;
}
.bgmain__h1 span {
  color: #F6D7B2;
}
.bgmain__arrow {
  background: url("../img/arr.svg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  width: 257px;
  height: 60px;
  padding: 8px 0 5px 5px;
  margin-bottom: 40px;
}
.bgmain__arrow img {
  margin-right: 10px;
}
.bgmain__oae {
  font-family: "RoadRadio", sans-serif;
  background: linear-gradient(180deg, #CB2028 0%, #F25057 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 40px;
  font-weight: 700;
}
.bgmain__text {
  font-size: 18px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.631372549);
  margin-bottom: 40px;
}
.bgmain__text span {
  font-weight: 700;
  color: #fff;
}
.bgmain__btn {
  padding: 30px 40px;
}

@media only screen and (max-width: 1640px) {
  .bgmain__h1 {
    font-size: 44px;
  }
  .bgmain__info {
    padding: 280px 0 150px 580px;
  }
}
@media only screen and (max-width: 1300px) {
  .bgmain__h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .bgmain {
    background-position-x: -100px;
  }
}
@media only screen and (max-width: 946px) {
  .bgmain {
    background-position-x: -400px;
  }
  .bgmain__info {
    padding: 80px 0 150px 280px;
  }
}
@media only screen and (max-width: 768px) {
  .bgmain {
    background-position-x: -500px;
  }
}
@media only screen and (max-width: 576px) {
  .bgmain {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: brightness(59.5%) saturate(0%);
    backdrop-filter: brightness(59.5%) saturate(0%);
    background-blend-mode: multiply;
    background-position-x: -500px;
  }
  .bgmain__h1 {
    font-size: 22px;
  }
  .bgmain__info {
    text-align: center;
    padding: 80px 20px 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bgmain__btn {
    padding: 20px 30px;
    font-size: 18px;
  }
}
.quiz-options--inline .quiz-option__checkbox {
  background: #fff;
}

.quiz-option {
  cursor: pointer;
  color: #fff;
}

.quiz-option:hover .quiz-option__checkbox {
  border-color: #e13c43;
}

.quiz-option__input {
  display: none;
}

.quiz-option__input:checked ~ .quiz-option__wrapper .quiz-option__checkbox {
  border-color: #fff;
  background: #e13c43;
}

.quiz-option__input:checked ~ .quiz-option__wrapper .quiz-option__checkbox svg path {
  fill: #fff;
}

.quiz-option__checkbox {
  width: 1.5625vw;
  height: 1.5625vw;
  background: #f8f8f8;
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  box-sizing: content-box;
  margin-right: 10px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4117647059);
}

.quiz-option__checkbox svg {
  width: 0.417vw;
}

.quiz-option__wrap {
  display: flex;
  align-items: center;
}

.quiz-option__wrapper {
  padding: 30px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2352941176);
  margin: 0 10px 10px 0;
}

.quiz-item__title {
  font-size: 25px;
  font-family: "RoadRadio", sans-serif;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #F6D7B2;
}

.quiz-bottom {
  display: flex;
  align-items: center;
}

.quiz-click p {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin-right: 10px;
}

.quiz-btn {
  padding: 20px 40px;
}

.quiz-btns {
  margin-top: 20px;
}

.btn-text {
  margin-right: 10px;
}

.quiz-semifinal h3 {
  font-size: 32px;
  font-family: "RoadRadio", sans-serif;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #F6D7B2;
}

.quiz-semifinal__text {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 20px 30px;
  border: 1px solid rgba(255, 255, 255, 0.2470588235);
  display: inline-flex;
}

.form-group__label {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5607843137);
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: 300;
}

.select {
  width: 90%;
  background: transparent;
  color: #fff;
  padding: 0.754vw 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 0;
  border-bottom: 1px solid #fff;
}

.select option {
  color: rgba(58, 58, 58, 0.994);
}

.select-images {
  display: flex;
  width: 2.083vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  pointer-events: none;
}

.select-images img {
  width: 100%;
}

.select-wrapper {
  position: relative;
}

.select-wrapper::before {
  content: "";
  background: url(../img/select-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.677vw;
  height: 0.365vw;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5.417vw;
  pointer-events: none;
}

.input {
  width: 90%;
  background: 0 0;
  color: #fff;
  padding: 0.754vw 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-bottom: 1px solid #fff;
}

.quiz-semifinal__inputs {
  display: flex;
  flex-wrap: wrap;
}

.form-group {
  margin-right: 10px;
  margin-bottom: 20px;
}

.quiz-semifinal__btn {
  padding: 20px 30px;
}

.policy {
  display: flex;
  align-items: center;
  gap: 0.46875vw;
  cursor: pointer;
}

.policy input:checked ~ .policy__check {
  background: #e13c43;
}

.policy input:checked ~ .policy__check svg {
  display: block;
}

.policy__check {
  width: 1.042vw;
  height: 1.042vw;
  border-radius: 1px;
  border: 1px solid #e13c43;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.policy__check svg {
  width: 0.417vw;
  display: none;
}

.policy__link {
  color: #fff;
  text-decoration: underline;
}

.policy__text {
  color: rgba(255, 255, 255, 0.3960784314);
}

.rhide {
  display: none;
}

.policy {
  margin-top: 20px;
}

.steps__numbers {
  display: flex;
  max-width: 650px;
  position: relative;
}

.progress {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: gray;
  z-index: 10;
}

.progress__success {
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  background: orange;
  z-index: 100;
  transition: all 0.3s;
}

.step__number {
  flex-shrink: 0;
  margin-right: 100px;
  border: 1px solid #f15a25;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: gray;
  font-size: 22px;
  background: #fff;
  position: relative;
  z-index: 100;
}
.step__number.active-number {
  background: orange;
  color: #fff;
  transition: all 0.3s;
}
@keyframes loadingBg {
  0% {
    background-position: 2%;
  }
  100% {
    background-position: 100%;
  }
}
.quiz-progress {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quiz-progress__bar {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 30px;
  background: #d3f8fb;
  border-radius: 1px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.6117647059);
  border-radius: 8px;
}

.quiz-progress__inner {
  position: absolute;
  left: 0.3125vw;
  top: 50%;
  transform: translateY(-50%);
  height: 26px;
  border-radius: 8px;
  background-color: #e13c43;
  animation: loadingBg 15s infinite linear;
  background-image: url(../img/loading.svg);
}

.quiz-progress p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.manager {
  background: url("../img/bgmanager.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.manager__info {
  width: 100%;
}
.manager__title {
  color: #fff;
  font-family: "RoadRadio", sans-serif;
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.manager__tarifs {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px;
}
.manager__tarifs li {
  line-height: 1.8;
}
.manager__time {
  color: rgba(255, 255, 255, 0.5921568627);
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.manager__card {
  border-radius: 8px;
  background: #fff;
  padding: 15px;
  position: relative;
  z-index: 10;
}
.manager__name {
  color: #3E2419;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.manager__post {
  display: flex;
  align-items: center;
}
.manager__post span {
  font-weight: 300;
  font-size: 16px;
  margin-right: 10px;
  color: #3E2419;
}
.manager__links {
  display: flex;
}
.manager__links a:not(:last-child) {
  margin-right: 10px;
}
.manager__answer {
  color: #3E2419;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
}
.manager__img {
  position: absolute;
  right: -40px;
  bottom: 0;
  z-index: 1;
}

@media only screen and (max-width: 1400px) {
  .manager__img {
    right: -100px;
  }
}
@media only screen and (max-width: 1200px) {
  .manager__img {
    right: -80px;
  }
}
@media only screen and (max-width: 991px) {
  .manager__img {
    right: -100px;
  }
  .manager__post span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .manager__info {
    width: 60%;
  }
  .manager__card {
    width: 250px;
  }
}
.services {
  background: url("../img/bgs.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.services__item {
  background: rgba(18, 21, 21, 0.537254902);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2705882353);
  padding: 25px;
  border-radius: 8px;
  width: 100%;
  cursor: pointer;
}
.services__item:hover {
  border: 1px solid #fff;
}
.services__img {
  height: 155px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
}
.services__img img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.services__title {
  font-family: "RoadRadio", sans-serif;
  background: linear-gradient(269deg, #FFFFFF 28.57%, rgba(255, 255, 255, 0.51) 116.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1.3;
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .services {
    padding: 50px 0;
  }
  .services__item {
    padding: 10px;
  }
}
.subservices {
  padding: 60px 0;
}
.subservices p {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.subservices__item {
  color: #fff;
  padding: 40px 20px;
  background: #121515;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  width: 100%;
}
.subservices__title {
  font-family: "RoadRadio", sans-serif;
  background: linear-gradient(269deg, #FFFFFF 28.57%, rgba(255, 255, 255, 0.51) 116.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1.3;
  font-size: 30px;
  margin-bottom: 20px;
}
.subservices ul {
  list-style-type: disc;
  padding-left: 30px;
}
.subservices li {
  line-height: 1.8;
  font-size: 18px;
  opacity: 0.6;
}
.subservices__btn {
  padding: 20px 20px;
  margin-top: 40px;
}

.subitem-blue {
  background: #D3F8FB;
  color: #3E2419;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.title-brown {
  background: linear-gradient(269deg, #AC9292 28.57%, rgba(60, 29, 29, 0.92) 116.62%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

@media only screen and (max-width: 576px) {
  .subservices {
    padding: 30px 0;
  }
  .subservices__item {
    padding: 20px 15px;
  }
  .subservices__title {
    font-size: 22px;
  }
}
.content .content__wrp {
  padding: 20px;
  background: #fff;
  margin-top: -30px;
  width: 100%;
  box-shadow: 0 0 20px #ececec;
}
.content__white {
  padding: 30px;
  background: #fff;
  margin-right: -90px;
  position: relative;
  z-index: 60;
}
.content__btn {
  padding: 20px 30px;
  margin-top: 20px;
  display: inline-block;
}
.content .main-text {
  background: #ececec;
  padding: 30px 20px 30px 60px;
  border-left: 3px solid #e13c43;
  color: #282828;
  line-height: 1.4;
  font-size: 18px;
  margin: 15px 0;
}
.content h2 {
  font-family: "RoadRadio", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  color: #282828;
}
.content h3 {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #282828;
}
.content p {
  color: #616161;
  line-height: 1.5;
  margin: 7px 0;
  font-size: 18px;
}
.content .text-bold {
  font-weight: 600;
  color: #000;
  margin: 17px 0;
}
.content ul {
  list-style-type: disc;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.content li {
  line-height: 1.5;
  padding: 7px 0;
  color: #616161;
  font-size: 16px;
}

@media only screen and (max-width: 945px) {
  .content {
    padding: 10px;
  }
  .content .main-text {
    padding: 20px 20px 20px 30px;
    border-left: 3px solid #D3F8FB;
  }
}
@media only screen and (max-width: 768px) {
  .content__white {
    padding: 15px;
    background: #fff;
    margin-right: 0px;
    position: relative;
    z-index: 60;
  }
}
.responces {
  padding-bottom: 60px;
}
.responces__slider {
  margin: 0 -10px;
}
.responces__item {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1058823529);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  /*   width: 100%; */
  height: 100%;
}
.responces__img {
  border-radius: 8px;
  width: 100%;
  height: 257px;
  margin-bottom: 20px;
}
.responces__img img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.responces__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}
.responces__name {
  font-family: "RoadRadio", sans-serif;
  font-size: 30px;
  line-height: 1.3;
  color: #fff;
}
.responces__rating {
  background: url(../img/blue-arr.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #3E2419;
  padding: 10px 20px;
  margin-right: -30px;
  font-size: 20px;
  font-family: "RoadRadio", sans-serif;
}
.responces__age {
  font-family: "RoadRadio", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 20px;
}
.responces__text-top {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 7px;
  font-weight: 700;
}
.responces__text-bottom {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 7px;
  font-weight: 400;
  opacity: 0.5;
  margin-bottom: 20px;
}
.responces__bottom {
  margin-top: auto;
}
.responces__bottom-wrp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.responces__date {
  font-family: "RoadRadio", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 20px;
}
.responces__link {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.responces__link:hover {
  color: rgba(255, 255, 255, 0.6078431373);
}
.responces__photo {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2352941176);
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1137254902);
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.responces__photo:hover {
  border: 1px solid #ffffff;
  color: #fff;
}
.responces__icon {
  width: 20px;
  height: 20px;
  fill: #D3F8FB;
  margin-left: 10px;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 576px) {
  .responces__slider {
    margin: 0 0;
  }
  .responces__item {
    margin-right: 0;
  }
  .responces__rating {
    margin-right: 0;
  }
}
.arrows-wrp {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.arrows button {
  height: 52px;
  width: 103px;
  margin: 0 5px;
  border: none;
  box-shadow: none;
  background: #D3F8FB;
  border-radius: 8px;
}
.arrows button:hover {
  background: #a4f1f7;
}

.staff {
  margin-top: 30px;
}
.staff h2 {
  margin-bottom: 30px;
}
.staff .responces__item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1058823529);
}
.staff .responces__name {
  color: #282828;
  font-size: 24px;
  font-weight: 700;
}
.staff .responces__age {
  color: #616161;
}
.staff ul {
  list-style-type: none;
}
.staff__li {
  color: #616161;
  position: relative;
}
.staff__li::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 13px;
  width: 20px;
  height: 20px;
  display: block;
  background: url(../img/favorite.svg);
}
.staff__contacts {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1058823529);
  display: inline-flex;
}
.staff__contact {
  margin-right: 10px;
}
.staff__contact img {
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 768px) {
  .staff {
    margin-top: 30px;
  }
}
.about {
  position: relative;
}
.about p {
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6078431373);
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}
.about__icon {
  width: 15px;
  height: 15px;
  fill: #fff;
  margin-left: 10px;
}
.about__btn {
  font-family: "RoadRadio", sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding: 20px 30px;
  align-self: start;
}
.about img {
  width: 100%;
  position: relative;
  z-index: 20;
}
.about__wrp {
  position: relative;
}
.about__card {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 40;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  color: #3E2419;
}
.about__name {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.about__name span {
  margin-right: 15px;
}
.about__post {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}
.about__links {
  display: flex;
}
.about__links img {
  width: 30px;
  height: 30px;
}
.about__links a {
  margin-right: 10px;
}

.blur-dark {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1157px;
  height: 313px;
  background: linear-gradient(180deg, rgba(5, 7, 5, 0) 0%, #050705 100%);
  display: block;
  z-index: 40;
}

.blur-green {
  position: absolute;
  width: 656px;
  height: 448px;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: rgba(11, 39, 34, 0.38);
  filter: blur(200px);
}

.action {
  position: relative;
  margin-bottom: 30px;
  height: 400px;
}
.action a {
  width: 100%;
  height: 100%;
  display: block;
}
.action img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.action__info-top {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #e13c43;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 4px;
}

.action__info-bottom {
  position: absolute;
  bottom: 0;
  left: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
}

.action__time {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  opacity: 0.8;
  margin-bottom: 15px;
}
.action__time span {
  margin-left: 7px;
}

.ic_action {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.action__title {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 30px;
}

.action__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s;
}

.action:hover .action__overlay {
  opacity: 0.5;
}

.action_pic .carousel__slide{
  margin-bottom: 15px;
  max-height: 500px;
}
.action_pic img{
    display:block;
    width: 100%;
    height:100%;
    object-fit:contain;
}

.action-info {
  display: flex;
  align-items: center;
}
.action-info__yellow {
  display: inline-block;
  background: #e13c43;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 15px;
}
.action-info__white {
  border: 1px solid #ececec;
  color: #282828;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
}
.action-info__white span {
  margin-left: 10px;
}
.action-info .ic_red {
  fill: #e13c43;
  width: 16px;
  height: 16px;
}

.request {
  border: 1px solid #e5e5e5;
  background: #fafafa;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.request__wrp {
  flex-basis: 80%;
  display: flex;
}
.request__wrp img {
  margin-right: 15px;
}
.request__text {
  color: #282828;
  line-height: 1.4;
  font-size: 18px;
  padding-right: 20px;
}
.request__btn {
  flex-basis: 20%;
  background: #e13c43;
  color: #fff;
  font-weight: 600;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.request__btn:hover {
  background: #de262e;
}

@media only screen and (max-width: 1200px) {
  .request {
    flex-wrap: wrap;
  }
  .request__wrp {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .request__btn {
    flex-basis: 30%;
  }
}
@media only screen and (max-width: 712px) {
  .request__wrp img {
    max-width: 40px;
    height: auto;
  }
  .request__btn {
    flex-basis: 100%;
  }
  .request__text {
    padding-right: 0;
  }
}
.news {
  padding: 60px 0;
}
.news__sm {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.news__sm a {
  color: #282828;
  padding: 5px 10px;
  background: #f6f6f6;
  transition: all 0.3s;
}
.news__sm a:hover {
  color: #e13c43;
  background: #ececec;
}
.news h2 {
  margin-bottom: 30px;
}
.news p {
  line-height: 1.7;
  margin-bottom: 40px;
}

.news-item {
  box-shadow: 0 0 20px #ececec;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: #fff;
}
.news-item__image {
  height: 170px;
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.news-item__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-item__image:hover::before {
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  left: 120%;
}
.news-item__image::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 25%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.news-item__date {
  padding: 0 15px;
  font-size: 14px;
  color: #4e4e4e;
}
.news-item__title {
  color: #282828;
  padding: 30px 15px;
  display: block;
  line-height: 1.5;
  font-weight: 600;
  height: 104px;
  overflow: hidden;
}
.news-item__title:hover {
  color: #e13c43;
}

.contacts {
  border: 1px solid #ececec;
  padding: 20px;
}
.contacts__top {
  width: 100%;
  height: 300px;
  position: relative;
  margin-bottom: 20px;
}
.contacts__top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contacts__info {
  position: absolute;
  bottom: 0;
  left: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
}
.contacts__subtitle {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}
.contacts__title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.contacts__group {
  margin: 20px 0;
}
.contacts__label {
  font-size: 16px;
  color: #616161;
  margin-bottom: 10px;
}
.contacts__input {
  margin-bottom: 10px;
}
.contacts__input a {
  color: #282828;
  font-size: 18px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.contacts__btn {
  width: 100%;
  background: #fff;
  border: 1px solid #e13c43;
  color: #e13c43;
  font-weight: 600;
  padding: 15px 5px;
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.contacts__btn:hover {
  border: 1px solid #e13c43;
  color: #fff;
  background: #e13c43;
}

.content-contacts {
  margin: 20px 0;
}

.formt {
  display: flex;
  justify-content: center;
}
.formt label {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.formt__wrp {
  background: rgba(217, 217, 217, 0.4039215686);
  max-width: 100%;
  position: relative;
  z-index: 10;
  margin-top: 30px;
  padding: 15px;
}
.formt__title {
  display: flex;
  justify-content: center;
  color: #000;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 34px;
  text-align: center;
  font-family: "RoadRadio", sans-serif;
}
.formt__subtitle {
  font-size: 20px;
  margin-bottom: 20px;
  color: #616161;
  text-align: center;
  display: flex;
  justify-content: center;
}
.formt__input {
  border: none;
  box-shadow: none;
  padding: 20px 30px;
  font-size: 18px;
  color: #000;
  width: 100%;
  display: inline-block;
}
.formt label:not(:last-child) {
  margin-right: 10px;
}
.formt__top {
  margin-bottom: 10px;
  display: flex;
}
.formt__bottom {
  display: flex;
  justify-content: space-between;
}
.formt__btn {
  padding: 21px 30px;
  text-transform: uppercase;
}
.formt__info {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 10px;
}

@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%;
  }
}
#mainCarousel {
  width: 100%;
  margin: 0 auto 1rem auto;
  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --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;
}

#mainCarousel .carousel__button.is-prev {
  left: -1.5rem;
}

#mainCarousel .carousel__button.is-next {
  right: -1.5rem;
}

#mainCarousel .carousel__button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #A78BFA;
}

#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;
}

.res__info {
  display: flex;
  align-items: center;
}

.res__image {
  overflow: hidden;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  flex-shrink: 0;
}

.res__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body.modal-open {
  padding-right: 0px !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: #282828;
}

.modal-subtitle {
  margin-bottom: 20px;
  color: #616161;
}

.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: #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 #e13c43;
}

.form_group__bottom-modal {
  padding: 0px 40px;
  flex-direction: column;
  margin-bottom: 20px;
}

.form_btn__modal {
  padding: 17px 40px;
  background: #e13c43;
  color: #fff;
  border: 1px solid #e13c43;
  transition: all 0.3s;
  display: block;
  margin-bottom: 30px;
  border-radius: 4px;
}
.form_btn__modal:hover {
  background: #fff;
  color: #244d72;
  border: 1px solid #e13c43;
}

.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;
}

.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;
  color: #e13c43;
}

.checkbox-text a {
  color: #e13c43;
}

.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: #616161;
  line-height: 1.3;
  margin-left: 15px;
  letter-spacing: 0.3px;
}
.checkbox-text a {
  color: #616161;
  text-decoration: underline;
}

.text-modal {
  color: #282828;
}
.text-modal a {
  color: #e13c43;
}
.text-modal a:hover {
  color: #e13c43;
}

.cresults__agreement {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}

/* @media only screen and (max-width : 576px) {
    .cresults__agreement{
       margin-bottom: 20px;

    }

} */

.bottom-links{
  display: none;
}
@media only screen and (max-width : 945px) {
  .bottom-links{
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;

  }
  .bottom-link{
    width: 50%;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bottom-link:hover{
    color: #fff;
  }
  .bottom-ws{
    background: #26D366;
    left: 0;
  }
  .bottom-tg{
    background: #26A0D4;
    right: 0;
  }
}



    .footer__social{
        display: flex;
        margin-bottom: 20px;}
       
     .footer__social img{
            width: 34px;
            height: 34px;
          
        
    }
    .footer__link{
        margin-right: 10px;
        opacity: .7;
    }
        .footer__link:hover{
            opacity: 1;
        }
    