@charset "UTF-8";
.header {
  padding: 7px 0 0 0;
}
.header__wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header__logo {
  flex-basis: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo a {
  flex-shrink: 0;
}
.header__logo-mobile {
  display: none;
}
.header__adress {
  display: flex;
  flex-direction: column;
  padding-left: 60px;
  align-items: end;
  gap: 9px;
}
.header__adress-wrp {
  display: flex;
  align-items: center;
}
.header__adress-wrp p {
  line-height: 1;
  font-size: 16px;
}
.header__icon {
  width: 16px;
  height: 20px;
  margin-right: 15px;
  flex-shrink: 0;
  fill: #E97D55;
}
.header__contacts {
  flex-basis: 50%;
  display: flex;
  justify-content: end;
  gap: 30px;
}
.header__contact {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 9px;
}
.header__nav {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__phone {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #0B1F33;
}
.header__phone:hover {
  color: #0B1F33;
}
.header__info {
  color: #66727F;
  font-size: 16px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #0B1F33;
  cursor: pointer;
}
.header__info a {
  color: #66727F;
}
.header__info a:hover {
  color: #E97D55;
}
.header__btn {
  padding: 10px 10px;
  background: #E97D55;
  color: #fff;
  border-radius: 4px;
  margin: 4px 0;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  cursor: pointer;
  transition: all 0.3s;
}
.header__btn:hover {
  background: #ec8e6c;
}
.header .nav__contacts,
.header .search-mobile {
  display: none;
}
.header__right {
  display: flex;
  gap: 15px;
  align-items: center;
}
.header__nav {
  position: relative;
  margin-top: 10px;
}
.header__nav::before {
  content: "";
  display: block;
  width: 9999999px;
  height: 1px;
  position: absolute;
  left: -50%;
  top: -3px;
  background: #EAEAEA;
}
.header__ic {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-right: 7px;
}
.header__phone-mobile {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .header__logo {
    flex-basis: 60%;
  }
  .header__contacts {
    flex-basis: 40%;
  }
  .header__phone {
    font-size: 18px;
  }
  .header__btn {
    font-size: 14px;
    padding: 5px 7px;
  }
}
@media only screen and (max-width: 1200px) {
  .header__adress-wrp p {
    font-size: 14px;
  }
  .header__info {
    font-size: 14px;
  }
  .header__phone {
    font-size: 18px;
  }
}
@media only screen and (max-width: 981px) {
  .header__info {
    font-size: 12px;
  }
}
@media only screen and (max-width: 946px) {
  .header__wrp {
    justify-content: space-between;
  }
  .header__logo a {
    flex-shrink: 1;
  }
  .header__adress {
    display: none;
  }
  .header__contacts {
    display: none;
  }
  .header__nav {
    flex-basis: auto;
    margin-top: 0;
    justify-content: end;
    gap: 10px;
  }
  .header__nav::before {
    display: none;
  }
  .header .nsearch {
    display: none;
  }
}
@media only screen and (max-width: 578px) {
  .header__logo-mobile {
    display: block;
    width: 50px;
    height: 50px;
  }
  .header__logo-desktop {
    display: none;
  }
  .header__btn-desktop {
    display: none;
  }
  .header__phone-mobile {
    display: block;
    color: #0B1F33;
    font-weight: 700;
    font-size: 16px;
  }
}
.page-single .header {
  background: #fff;
}

.btn {
  display: inline-flex;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

.btn-orange {
  background: #E97D55;
  color: #fff;
  border-radius: 50px;
}
.btn-orange span {
  margin-right: 10px;
}
.btn-orange:hover {
  background: #e66c3e;
  color: #fff;
}

.btn-transparent {
  background: transparent;
  color: #0B1F33;
  border-radius: 4px;
  border: 1px solid #E97D55;
}
.btn-transparent:hover {
  background: #E97D55;
  color: #fff;
}

.btn__icon {
  padding: 0 100px 0 30px;
  height: 89px;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 50px;
}
.btn__icon span {
  border-radius: 50%;
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 71px;
  height: 71px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E97D55;
  overflow: hidden;
  /*       border: 1px solid#ffffff32; */
}
.btn__icon:hover .preved {
  left: 50%;
}
.btn__icon:hover .nexed {
  left: calc(300% + 30px);
}

@media only screen and (max-width: 1200px) {
  .btn__icon {
    height: 60px;
    padding: 0 80px 0 20px;
  }
  .btn__icon span {
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 50px;
    height: 50px;
  }
}
.icon-btn {
  width: 33px;
  height: 27px;
  filter: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  fill: #fff;
}

.btn_ic {
  width: 18px;
  height: 18px;
  fill: #fff;
}

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

.nav__list {
  display: flex;
  align-items: center;
  margin: 0;
}

.nav__item:not(:last-child) {
  margin-right: 30px;
}

.nav__item {
  position: relative;
  padding: 15px 0;
}

.nav__link {
  color: #282828;
  font-size: 17px;
}
.nav__link:hover {
  color: #E97D55;
}

.nav__link--drop::after {
  content: "";
  width: 7px;
  height: 7px;
  background-image: url("../img/download.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: 200;
}

.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: #282828;
  padding: 13px 20px;
  display: block;
}
.dropdown-list__link:hover {
  color: #E97D55;
}

.dropdown-submenu__list-item {
  margin-bottom: 10px;
}

@media (min-width: 1080px) {
  .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: #000;
}

.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: #000;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.lock {
  overflow: hidden;
}

@media (max-width: 1080px) {
  .burger {
    display: block;
  }
  .mobile-back {
    display: block;
  }
  .main-menu {
    position: fixed;
    left: 0;
    top: 0;
    max-width: 400px;
    width: 80%;
    height: 100vh;
    z-index: 600;
    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: 10%;
    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;
}

@media only screen and (max-width: 946px) {
  .open .close_btn {
    display: block;
  }
}
@media only screen and (max-width: 1400px) {
  .nav__link {
    font-size: 15px;
  }
  .nav__item:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1400px) {
  .nav__link {
    font-size: 14px;
  }
}
.header {
  position: absolute;
  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(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.menu-fixed .header__adress p {
  font-size: 16px;
}
.menu-fixed .header__info {
  font-size: 13px;
}
.menu-fixed .header__adress,
.menu-fixed .header__contact {
  gap: 6px;
}
.menu-fixed .header__wrp {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.menu-fixed .header__logo img {
  max-width: 70%;
  padding-bottom: 4px;
}
.menu-fixed .header__nav {
  padding: 0;
  margin: 0;
}
.menu-fixed .nav__item {
  padding: 7px 0;
}
.menu-fixed .open .nav__item {
  padding: 0;
}
.menu-fixed .nav__link {
  font-size: 15px;
}

.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: 1200px) {
  .menu-fixed .header__logo {
    width: auto;
  }
  .menu-fixed .nav__link {
    font-size: 14px;
  }
}
@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;
    padding-bottom: 3px;
  }
  .menu-fixed .header__logo {
    display: inline;
  }
  .menu-fixed .header__logo img {
    max-width: 100%;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 946px) {
  .header .nav__contacts {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    padding-left: 15px;
    gap: 10px;
  }
  .header .nav__contact {
    display: flex;
    align-items: center;
  }
  .header .nav__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: #E97D55;
    flex-shrink: 0;
  }
  .header .nav__phone a {
    font-weight: 700;
    font-size: 18px;
    color: #0B1F33;
    line-height: 1.3;
  }
  .header .nav__email a {
    color: #66727F;
    font-size: 14px;
    line-height: 1.3;
  }
  .header .nav__adress p {
    color: #66727F;
    font-size: 14px;
    line-height: 1.3;
  }
  .header .search-mobile {
    display: flex;
    margin: 20px 0 10px 15px;
  }
  .header .search-mobile form {
    display: flex;
  }
  .header .search-mobile input {
    width: 90%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #66727F;
    font-size: 14px;
  }
  .header .search-mobile .search__icon {
    width: 20px;
    height: 20px;
  }
  .header .search-mobile .header__social-link {
    background: transparent;
    border: none;
    box-shadow: none;
  }
}
.heading-title {
  color: #0B1F33;
  font-family: "CenturyGotic", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  .heading-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .heading-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 578px) {
  .heading-title {
    font-size: 16px;
  }
}
.heading {
  background: #E6EBEB;
  padding: 30px 0px 60px 0;
}
.heading h1 {
  font-size: 32px;
  color: #0B1F33;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 600;
}

.breadcrumbs li {
  display: inline-block;
  font-size: 15px;
  color: #66727F;
}
.breadcrumbs li a {
  color: #66727F;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  color: #66727F;
}
.breadcrumbs li + li::before {
  color: #66727F;
  content: "—";
  padding: 0 5px;
}

@media only screen and (max-width: 945px) {
  .heading {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 546px) {
  .heading {
    padding: 20px 0;
  }
  .heading h1 {
    font-size: 22px;
  }
}
.bgmain {
  margin: 15px 0 60px 0;
}
.bgmain__img {
  border-radius: 30px;
  width: 100%;
}
.bgmain__btns {
  padding: 10px;
  background: #F5F5F5;
  border-radius: 80px;
  display: inline-flex;
  margin-left: 40px;
  margin-top: -40px;
  position: relative;
  z-index: 60;
}
.bgmain__wrp {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.032px solid rgba(255, 255, 255, 0.31);
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  transition: all 0.3s;
}
.bgmain__icon {
  width: 14px;
  height: 14px;
  fill: #fff;
  flex-shrink: 0;
}
.bgmain__btn {
  border-radius: 80px;
  text-transform: none;
  padding: 0 0 0 45px;
  font-size: 18px;
  line-height: 1.2;
  box-shadow: inset 0 0 7px 6px rgba(255, 255, 255, 0.25);
  border: none;
}
.bgmain__btn span {
  margin-right: 15px;
}
.bgmain__btn:hover .bgmain__wrp {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.bgmain__btn:first-child {
  margin-right: 10px;
}
.bgmain__title {
  margin: 40px 0;
  width: 90%;
}
.bgmain__tizers {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 30px;
  font-size: 24px;
  line-height: 1.4;
  color: #66727F;
  font-weight: 300;
}
.bgmain__tizers li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bgmain__services {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bgmain__service {
  border-radius: 10px;
  padding: 20px 10px 20px 15px;
  width: 100%;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.04);
  background: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s;
}
.bgmain__service:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
}
.bgmain__service:hover .bgmain__stitle {
  color: #E97D55;
}
.bgmain__dot {
  border-radius: 100%;
  background: #e97d55;
  box-shadow: 0 4px 20px 0 #e56031;
  width: 17px;
  height: 17px;
  display: inline;
  transition: all 0.3s;
  flex-shrink: 0;
}
.bgmain__swrp {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bgmain__stitle {
  font-size: 16px;
  font-weight: 600;
  color: #0B1F33;
  line-height: 1.3;
  transition: all 0.3s;
}
.bgmain__link {
  display: flex;
  color: #66727F;
  font-weight: 300;
  gap: 10px;
  align-items: center;
}
.bgmain__arrow {
  width: 17px;
  height: 10px;
  fill: #66727F;
}

.tizer__img2 {
  width: 30px;
  height: 30px;
  fill: #E97D55;
}

@media only screen and (max-width: 1200px) {
  .bgmain__btn {
    font-size: 14px;
  }
  .bgmain__title {
    margin: 20px 0;
  }
  .bgmain__tizers {
    font-size: 16px;
  }
  .bgmain__service {
    padding: 10px;
  }
  .bgmain__stitle {
    font-size: 14px;
  }
  .bgmain__link {
    font-size: 14px;
  }
  .tizer__img2 {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .bgmain__tizers p {
    font-size: 18px;
  }
  .bgmain .order1 {
    order: 1;
  }
  .bgmain .order2 {
    order: 2;
  }
}
@media only screen and (max-width: 670px) {
  .bgmain__btns {
    margin-left: 0;
  }
  .bgmain__wrp {
    padding: 15px;
  }
  .bgmain__icon {
    width: 10px;
    height: 10px;
  }
  .bgmain__btn {
    font-size: 15px;
    padding: 0 0 0 25px;
  }
  .bgmain__btn span {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 578px) {
  .bgmain__tizers {
    gap: 10px;
  }
  .bgmain__tizers p {
    font-size: 16px;
  }
  .bgmain__tizers p:first-child {
    padding-right: 15px;
  }
}
.tizer {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.04);
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tizer__top {
  display: flex;
  gap: 20px;
  align-items: center;
}
.tizer__title {
  font-weight: 600;
}
.tizer__text {
  color: #66727F;
  line-height: 1.5;
}

.tizers-title {
  margin: 40px 0 20px 0;
}

@media only screen and (max-width: 1200px) {
  .tizer__title {
    font-size: 14px;
  }
  .tizer__text {
    font-size: 14px;
  }
  .tizer__top img {
    max-width: 30%;
  }
}
.yelow-block {
  background: #E6EEF2;
  border-radius: 20px 0 0 0;
}

.gray-block {
  background: #E7E4E4;
}

.gray2-block {
  background: rgba(194, 194, 194, 0.16);
  border-radius: 0 20px 0 0;
}

.light-gray-block {
  background: rgba(217, 217, 217, 0.36);
}

.dark-gray-block {
  background: #ececec;
}

.blocks {
  margin: 60px 0;
}
.blocks__heading {
  margin-bottom: 20px;
}
.blocks__item {
  width: 100%;
  padding: 30px;
  position: relative;
  min-height: 250px;
}
.blocks__title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #0B1F33;
}
.blocks__p {
  line-height: 1.5;
  color: #66727F;
}
.blocks__btn {
  padding: 20px 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
  margin: auto;
  max-width: 267px;
  background: #dae4eb;
}
.blocks__btn:hover {
  background: #cad6de;
}
.blocks__img {
  position: absolute;
  right: 0;
  bottom: 0px;
}
.blocks__img img {
  display: block;
}
.blocks__nopadding {
  padding: 0 !important;
}
.blocks__nopadding img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.text-gray {
  color: #ececec;
}

.lena__title {
  display: block;
  font-weight: 600;
  margin-bottom: 7px;
}

.lena__post {
  font-size: 14px;
  color: #66727F;
}

@media only screen and (max-width: 1200px) {
  .blocks__item {
    width: 100%;
    padding: 15px;
  }
  .blocks__btn {
    padding: 15px 20px;
    left: 15px;
    bottom: 15px;
  }
  .blocks__title {
    font-size: 14px;
  }
  .blocks__p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 904px) {
  .blocks__btn {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blocks__item {
    min-height: auto;
  }
  .blocks__img {
    bottom: 0;
    right: 0;
    width: 10%;
  }
  .yelow-block .blocks__p {
    max-width: 70%;
  }
}
@media only screen and (max-width: 578px) {
  .blocks {
    margin: 30px 0;
  }
  .blocks__item {
    overflow: hidden;
  }
  .blocks__img {
    z-index: 60;
    right: 0;
    width: 25%;
  }
  .blocks .lena__title {
    font-size: 14px;
  }
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #E97D55;
  z-index: 100;
}

.gallery-wrp {
  position: relative;
}

.gallery-wrp .swiper-slide {
  height: 341px;
}

.gallery-item {
  height: 100%;
}
.gallery-item img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery__title {
  margin-bottom: 30px;
}

.gallery {
  padding-top: 60px;
}

@media only screen and (max-width: 967px) {
  .gallery-wrp .swiper-slide {
    height: 200px;
  }
}
@media only screen and (max-width: 578px) {
  .gallery {
    padding-top: 30px;
  }
  .gallery p {
    font-size: 15px;
  }
}
.masonry {
  background: #fff;
}

.heading-wrp {
  display: flex;
  gap: 30px;
  margin: 30px 0;
}

.heading-subtitle {
  line-height: 1.5;
  flex-basis: 60%;
}

.gallery_title {
  flex-basis: 40%;
  flex-shrink: 1;
}

@media only screen and (max-width: 1200px) {
  .heading-subtitle {
    font-size: 14px;
  }
}
.partners {
  --partners-gap: 32px;
  --partners-logo-width: 264px;
  --partners-logo-height: 145px;
  padding-bottom: 60px;
  background: #F7F8F9;
  margin: 60px 0;
  overflow-x: hidden;
}

.partners-title {
  margin-bottom: 20px;
}

.partners__items {
  justify-items: center;
  align-items: center;
}

.partners__text-before {
  width: 256px;
  padding-right: 32px;
  flex-shrink: 0;
}

.partners__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.partners__image {
  transition: all ease-out 0.2s;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  max-width: 210px;
  max-height: 70px;
}

.partners__link:hover ~ .partners__image-wrap .partners__image {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.partners__image-wrap {
  transition: all ease-out 0.2s;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.partners__link:hover ~ .partners__image-wrap {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.partners__item {
  position: relative;
}

.partners__slider-first {
  margin-bottom: var(--partners-gap);
}

.carousel-wrapper {
  display: grid;
  grid-gap: var(--partners-gap);
  grid-template-rows: var(--partners-logo-height);
  grid-template-columns: repeat(var(--partners-columns-count), var(--partners-logo-width));
}

.partners__item {
  background: #fff;
}

.carousel-container.partners__slider-first {
  animation: var(--partners-animation-time) linear 0s infinite normal none running carousel;
}

.carousel-container.partners__slider-second {
  animation: var(--partners-animation-time) linear 0s infinite normal none running carousel-reverse;
}

.carousel-container {
  display: grid;
  grid-gap: var(--partners-gap);
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  width: calc(var(--partners-logo-width) * var(--partners-columns-count) + var(--partners-gap) * (var(--partners-columns-count) - 1));
}

@keyframes carousel {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-1 * (100% + var(--partners-gap))));
  }
}
@keyframes carousel-reverse {
  0% {
    transform: translateX(calc(-1 * (100% + var(--partners-gap))));
  }
  100% {
    transform: translateX(0px);
  }
}
.partners__topic {
  justify-content: space-between;
  cursor: default;
  padding: 0px 0px 68px;
}

.partners__topic-left,
.partners__topic-right {
  max-width: 50%;
}

.partners__topic-left {
  padding-right: 32px;
  font-size: 3.3333em;
  font-size: clamp(1.4rem, 1.009rem + 1.84vw, 3.3333rem);
  line-height: 1.2;
}

.partners__topic-right {
  padding-left: 20px;
  padding-top: 5px;
}

.partners__subtitle {
  font-size: clamp(1.1333rem, 1.0847rem + 0.2027vw, 1.3333rem);
  line-height: 1.5;
  padding-bottom: 20px;
}

.partners__link-all .svg-arrow-right-xxs {
  display: inline-block;
  margin-left: 14px;
}

.partners__link-all:hover .svg-arrow-right-xxs use {
  stroke: var(--dark);
}

@media (max-width: 991px) {
  .partners {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .partners__text-before {
    width: 100%;
    padding-bottom: 32px;
  }
  .partners .partners__items {
    --gr-4: 3;
    gap: 30px 20px;
  }
  .partners-topic__inner {
    flex-direction: column;
  }
  .partners__topic-left,
  .partners__topic-right {
    max-width: 100%;
  }
  .partners__topic-right {
    padding-left: 0;
    padding-top: 15px;
  }
  .partners__topic {
    /* padding-top: 60px; */
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .carousel-container {
    --partners-gap: 16px;
  }
}
.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.partners-wrp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.partners-wrp p {
  line-height: 1.7;
  color: #000;
  padding-left: 40px;
}

.partners__title {
  font-size: 28px;
  color: #000;
  line-height: 1.4;
  max-width: 50%;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .partners-wrp {
    flex-wrap: wrap;
  }
  .partners-wrp p {
    padding-left: 0;
  }
  .partners__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .partners {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.news {
  margin-top: 40px;
}
.news .news__title {
  margin-bottom: 30px;
}
.news .news__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news .news__item {
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
}
.news .news__date {
  color: #66727F;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.news .news__text {
  line-height: 1.3;
  color: #0B1F33;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.news .news__desc {
  line-height: 1.4;
  color: #66727F;
}

@media only screen and (max-width: 1200px) {
  .news .news__date {
    font-size: 14px;
  }
  .news .news__text {
    font-size: 14px;
  }
  .news .news__desc {
    font-size: 14px;
  }
}
.sidebar__btns {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sidebar__btn {
  width: 100%;
  padding: 25px 30px;
  margin: 5px;
  display: block;
  border-radius: 4px;
}
.sidebar__tizers {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
.sidebar__tizer {
  display: flex;
  align-items: center;
}
.sidebar .tizer__img {
  flex-shrink: 0;
  flex-basis: 12%;
}
.sidebar .tizer__title {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}
.sidebar__title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: center;
  font-weight: 600;
  color: #0B1F33;
  margin-top: 20px;
}

.cert {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cert__img {
  background: url(../img/cert-bg.png);
  background-size: contain;
  background-position: top;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  width: 190px;
  height: 288px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.cert__img .gallery2 {
  max-width: 150px;
  max-height: 240px;
  display: block;
  margin-top: 20px;
}
.cert__txt {
  text-align: center;
  color: #0B1F33;
  line-height: 1.3;
  background-size: 18px;
}

@media only screen and (max-width: 576px) {
  .certificates {
    padding: 30px 0;
  }
  .cert__img {
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    padding: 10px 20px 20px 20px;
  }
  .cert__img .gallery2 {
    margin-top: 0px;
  }
}
#cardSlider2 {
  --carousel-button-bg: #fff;
  --carousel-slide-width: 100%;
  --carousel-button-width: 38px;
  --carousel-button-height: 38px;
  --carousel-button-svg-width: 17px;
  --carousel-button-svg-height: 17px;
  --carousel-button-svg-stroke-width: 3;
  --carousel-button-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
      rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
      rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.carousel__button.is-prev {
  left: 0px;
}

.carousel__button.is-next {
  right: 0px;
}

.carousel__track {
  align-items: flex-start;
}

@media only screen and (max-width: 576px) {
  #cardSlider2 {
    --carousel-slide-width: 100%;
  }
}
#cardSlider3 {
  --carousel-button-bg: #fff;
  --carousel-slide-width: 50%;
  --carousel-button-width: 38px;
  --carousel-button-height: 38px;
  --carousel-button-svg-width: 17px;
  --carousel-button-svg-height: 17px;
  --carousel-button-svg-stroke-width: 3;
  --carousel-button-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
      rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
      rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.content {
  color: #0B1F33;
  background: #fff;
  padding: 20px;
  margin-top: -40px;
  box-shadow: 0px 10px 20px rgba(182, 192, 206, 0.17);
}
.content table {
  font-size: 16px;
  line-height: 1.3;
  color: #0B1F33;
}
.content h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 7px 0;
  line-height: 1.3;
}
.content h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 7px 0;
  line-height: 1.3;
}
.content p {
  line-height: 1.5;
  padding: 7px 0;
  color: #66727F;
}
.content ol {
  color: #66727F;
  list-style-type: decimal;
  padding: 15px 0 15px 30px;
}
.content ol li {
  line-height: 1.7;
}
.content ul {
  color: #66727F;
  list-style-type: disc;
  padding: 15px 0 15px 30px;
}
.content ul li {
  line-height: 1.7;
}
.content__img img {
  margin-bottom: 20px;
  display: block;
}
.content .table-responsive {
  margin-bottom: 40px;
}

@media only screen and (max-width: 578px) {
  .content {
    padding: 0px;
    margin-top: 0px;
    box-shadow: none;
  }
  .content table {
    font-size: 12px;
    line-height: 1.3;
    color: #0B1F33;
    margin-bottom: 30px;
  }
  .content h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 7px 0;
    line-height: 1.3;
  }
  .content h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 7px 0;
    line-height: 1.3;
  }
  .content p {
    font-size: 14px;
  }
  .content ol {
    font-size: 14px;
    list-style-type: none;
    padding: 10px 10px 20px;
  }
  .content ol li {
    line-height: 1.7;
  }
  .content ul {
    font-size: 14px;
    list-style-type: disc;
    padding: 10px 0 10px 20px;
  }
}
.main-text {
  background: #ececec;
  padding: 20px 20px 20px 40px !important;
  border-left: 2px solid #E97D55;
  margin: 20px 0;
  line-height: 1.4;
}

@media only screen and (max-width: 578px) {
  .main-text {
    padding: 20px 10px 20px 30px !important;
    margin: 20px 0;
    line-height: 1.4;
    font-size: 14px;
  }
}
.documents {
  display: flex;
  flex-direction: column;
  border: 1px solid #ececec;
}

.documents__item:not(:last-child) {
  border-bottom: 1px solid #ececec;
}

.documents__item {
  display: flex;
  align-items: stretch;
  color: #0B1F33;
  font-size: 18px;
  line-height: 1.3;
}

.documents__item:hover {
  box-shadow: 0 0 20px #ececec;
}

.documents__icon {
  flex-basis: 5%;
  flex-shrink: 0;
  border-right: 1px solid #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.documents__size {
  color: #66727F;
  font-size: 12px;
  margin-top: 10px;
  opacity: 0.7;
}

.documents__title {
  flex-basis: 95%;
  padding: 30px 20px;
}

@media only screen and (max-width: 968px) {
  .documents__icon {
    flex-basis: auto;
    padding: 10px;
  }
  .documents__title {
    flex-basis: auto;
  }
}
@media only screen and (max-width: 576px) {
  .documents__item {
    font-size: 16px;
  }
}
.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: #66727F;
  margin-bottom: 10px;
}
.contacts__input {
  margin-bottom: 10px;
}
.contacts__input a {
  color: #0B1F33;
  font-size: 18px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.contacts__time {
  display: block;
  margin-bottom: 7px;
  color: #0B1F33;
}
.contacts__btn {
  width: 100%;
  background: #fff;
  border: 1px solid #E97D55;
  color: #E97D55;
  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 #E97D55;
  color: #fff;
  background: #E97D55;
}

.content-contacts {
  margin: 20px 0;
}

.rekv-btn {
  display: inline-block;
  width: auto;
}

.panel {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  flex-direction: column;
  right: 10px !important;
  border-radius: 80px;
  background: #E5D7C4;
  padding: 4px;
  z-index: 100;
}
.panel__ic {
  width: 60px;
  height: 60px;
}
.panel__ic:not(:last-child) {
  margin-bottom: 15px;
}
.panel__ic:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 578px) {
  .panel__ic {
    width: 40px;
    height: 40px;
  }
}
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: #282828;
}

.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: #E97D55;
}

.files {
  font-size: 10px;
}

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

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

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

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

.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;
}

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

.button__modal {
  padding: 20px 40px;
}

.cresults__checkbox {
  margin-top: 20px;
}
.cresults__checkbox .checkbox-text {
  margin-left: 0;
  display: block;
}

.form__radios {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 16px 27px 24px;
  border-radius: 8px;
  background: #eee;
  margin-bottom: 15px;
}

.form__radios__modals {
  flex-direction: column;
  padding: 0px;
  align-items: start;
  background: none;
}

.form__radios__btns__modals {
  display: flex;
  gap: 10px;
}

.form__radios__title__modals {
  font-size: 14px !important;
  color: #66727F !important;
  margin-bottom: 10px;
}

.radio-mess input {
  display: none;
}

.radio__img {
  width: 62px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.8;
}

.radio-mess input:checked ~ .radio__img {
  opacity: 1;
}

.form__radios__title {
  color: #0B1F33;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.5px;
}

.cresults__agreement .checkbox-text {
  color: #5C5C77;
  font-size: 14px;
}

.cresults__agreement .checkbox-text a {
  color: #E97D55;
  font-size: 14px;
  text-decoration: underline;
}

@media only screen and (max-width: 576px) {
  .cresults__agreement .checkbox-text {
    font-size: 12px;
    line-height: 1.4;
  }
  .cresults__agreement .checkbox-text a {
    font-size: 12px;
  }
  .form__radios__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .form__radios {
    flex-wrap: wrap;
  }
}
.custom-checkbox {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.checkbox-hidden {
  display: none;
}

.checkbox-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  max-width: 19px;
  flex: 0 0 20px;
  height: 20px;
  border-radius: 2px;
  border-radius: 1px;
  background: rgba(202, 204, 216, 0.4);
  margin-right: 10px;
}

.custom-checkbox input:checked + .checkbox-wrap::after {
  transform: scale(1);
  opacity: 1;
}

.custom-checkbox .checkbox-wrap::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/check-ic.svg) no-repeat 0 0;
  background-size: 100%;
  will-change: transform;
  transform: scale(0);
  opacity: 0;
  transition: all 0.1s linear;
}

.just-validate-error-label {
  font-size: 12px;
  color: #5C5C77 !important;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  margin-top: auto;
  padding: 60px 0;
  background: #172A3A;
  color: #fff;
}
.footer__logo {
  display: flex;
  align-items: center;
  flex-basis: 30%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.footer__phones {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.footer__phone {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: block;
}
.footer__phone:hover {
  color: #fff;
}
.footer__text {
  display: flex;
  gap: 4px;
  margin-bottom: 30px;
}
.footer__text a {
  color: #fff;
  opacity: 0.6;
}
.footer__text a:hover {
  opacity: 1;
}
.footer__icon {
  width: 19px;
  height: 19px;
  fill: #E97D55;
  margin-right: 10px;
}
.footer__payment {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin: 20px 0;
}
.footer__title {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__contacts a {
  color: #fff;
}
.footer__li {
  padding: 12px 0;
}
.footer__a {
  color: #fff;
  opacity: 0.6;
}
.footer__a:hover {
  color: #fff;
  opacity: 1;
}
.footer__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footer__privacy {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.6;
}
.footer__delosait {
  font-size: 14px;
}
.footer__delosait a {
  color: #6d6f74;
}
.footer__ic {
  width: 15px;
  height: 15px;
  fill: rgb(180, 18, 18);
}

@media only screen and (max-width: 578px) {
  .footer__btns {
    margin-bottom: 20px;
  }
  .footer__privacy {
    margin-bottom: 20px;
  }
  .footer__title {
    margin-bottom: 10px;
  }
  .footer__block {
    margin: 20px 0;
  }
}

textarea{
  width: 100%;
  border: none;
  border-bottom: 1px solid #8c8e90;
  padding: 15px;
}

.documents {
  display: flex;
  flex-direction: column;
  border: 1px solid #ececec;
}

.documents__item:not(:last-child) {
  border-bottom: 1px solid #ececec;
}

.documents__item {
  display: flex;
  align-items: stretch;
  color: #0B1F33;
  font-size: 18px;
  line-height: 1.3;
}

.documents__item:hover {
  box-shadow: 0 0 20px #ececec;
}

.documents__icon {
  flex-basis: 5%;
  flex-shrink: 0;
  border-right: 1px solid #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.documents__size {
  color: #66727F;
  font-size: 12px;
  margin-top: 10px;
  opacity: 0.7;
}

.documents__title {
  flex-basis: 95%;
  padding: 30px 20px;
}

@media only screen and (max-width: 968px) {
  .documents__icon {
    flex-basis: auto;
    padding: 10px;
  }

  .documents__title {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 576px) {
  .documents__item {
    font-size: 16px;
  }
}


.ruks__item{
  padding: 15px;
  border: 1px solid #ececec;
  margin: 15px;
}
.ruks__name{
  font-weight: 700;
  line-height: 1.3;
  font-size: 18px;
  color: #0B1F33;
  margin: 10px 0;
  display: block;
}