@charset "UTF-8";
.header {
  background: transparent;
  position: absolute;
  z-index: 600;
}
.header__wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header__logo {
  flex-basis: 25%;
  align-items: center;
  flex-shrink: 0;
  z-index: 10;
}
.header__logo img {
  max-width: 75%;
}
.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: #F3EA98;
  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: 0;
  height: 1px;
  background: rgba(248, 248, 248, 0.166);
  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: #0B1F33;
}
.header-page .header__icon {
  fill: #159A72;
}
.header-page .header__p {
  color: #0B1F33;
}
.header-page .header__phone {
  color: #0B1F33;
}
.header-page .header__phone:hover {
  color: #0B1F33;
}
.header-page .lang {
  color: #66727F;
  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;
}
.select {
  width: 100%;
  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;
}
.lang-item{
  color: #0000009e;
}
.li-wrp{
  display: flex;
  align-items: center;
  color: #0000009e;
}
.li-wrp img{
  margin-right: 5px;
}

.bgmain {
  position: relative;
}
.bgmain__content {
  background: rgba(0, 0, 0, 0.58);
  position: absolute;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 100%;
  color: #fff;
  padding-top: 280px;
}
.bgmain__inner {
  width: 70%;
}
.bgmain__slider img {
  display: block;
  min-height: 867px;
  -o-object-fit: cover;
  object-fit: cover;
}
.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: 64px;
  margin-bottom: 20px;
  font-weight: 700;
}
.bgmain__h1 span {
  color: #F6D7B2;
}
.bgmain__p {
  font-size: 20px;
  line-height: 1.4;
}

@media only screen and (max-width: 828px) {
  .bgmain__content {
    padding-top: 200px;
  }
  .bgmain__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 578px) {
  .bgmain__content {
    padding-top: 150px;
  }
  .bgmain__slider img {
    min-height: 667px;
  }
  .bgmain__h1 {
    font-size: 34px;
  }
  .bgmain__p {
    font-size: 18px;
  }
}
.heading-title {
  font-family: "RoadRadio", sans-serif;
  color: #0B1F33;
  line-height: 1.3;
  font-size: 54px;
  margin-bottom: 0;
}

.heading-subtitle {
  font-family: "RoadRadio", sans-serif;
  color: #66727F;
  line-height: 1.3;
  font-size: 35px;
  margin-bottom: 40px;
  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;
  }
}
.heading {
  background: #F9F9F9;
  padding: 30px 0px 60px 0;
  margin-top: 135px;
}
.heading h1 {
  font-family: "RoadRadio", sans-serif;
  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: 18px;
  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-top: 54px;
  }
}
.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 #C12B0D;
  color: #0B1F33;
  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: #0B1F33;
}
.content h3 {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #0B1F33;
}
.content p {
  color: #66727F;
  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.3;
  padding: 7px 0;
  color: #66727F;
  font-size: 18px;
}

@media only screen and (max-width: 945px) {
  .content {
    padding: 10px;
  }
  .content .main-text {
    padding: 20px 20px 20px 30px;
    border-left: 3px solid #2E4E72;
  }
}
@media only screen and (max-width: 768px) {
  .content__white {
    padding: 15px;
    background: #fff;
    margin-right: 0px;
    position: relative;
    z-index: 60;
  }
}
.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: 18px;
}

.btn-blue {
  background: #2E4E72;
  border: 1px solid #2E4E72;
  color: #fff;
}
.btn-blue:hover {
  background: #355a84;
  border: 1px solid #355a84;
  color: #fff;
}

.btn-transparent {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-transparent:hover {
  background: rgba(255, 255, 255, 0.1333333333);
  color: #fff;
}

.button__box {
  position: relative;
  display: inline-block;
  margin-top: 50px;
}

.button__box .t-btn.green {
  box-shadow: inset 0px -4px 14px rgba(255, 255, 255, 0.2), inset 0px 0px 30px rgba(255, 255, 255, 0.25);
  background: radial-gradient(24.77% 115.96% at 74% 100%, #62EBC4 0%, rgba(89, 219, 182, 0) 100%), radial-gradient(29.88% 116.01% at 50% -15.45%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(97.75deg, #1BC491 0%, #029468 65.45%);
  font-weight: 600;
  font-size: 20px;
  font-family: "RoadRadio", sans-serif;
  color: #fff;
  border-radius: 4px;
}

.button__box .t-btn.green .btn-bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 320ms;
}

.button__box .t-btn.green span {
  position: relative;
  z-index: 5;
}

.button__box .t-btn.green:hover .btn-bg-image {
  width: 110%;
  height: 110%;
}

.button__box .btn-shadow {
  position: absolute;
  pointer-events: none;
  width: 340px;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
  top: -1rem;
  transition: 320ms;
}

.t-btn {
  width: 340px;
  height: 88px;
}

.button__box .t-btn {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .button__box .btn-shadow {
    width: 125%;
    top: -3rem;
  }
}
.t-btn .blick {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 1px 100%;
  transition: all 0.2s;
  overflow: hidden;
  cursor: pointer;
  pointer-events: 4px;
  transform: translateZ(0);
}

.blick:after {
  content: "";
  top: -50%;
  right: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 7.5em);
  opacity: 0;
  position: absolute;
  z-index: 3;
  animation: sheens 5s infinite;
}
@keyframes sheens {
  0%, 79% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: rotateZ(120deg) translate(-5em, 14.5em);
  }
  80% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateZ(120deg) translate(-5em, 14.5em);
  }
  95% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateZ(120deg) translate(1em, -15em);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: rotateZ(120deg) translate(1em, -15em);
  }
}
.green-block {
  background: #159A72;
}

.gray-block {
  background: #E7E4E4;
}

.gray2-block {
  background: #fff;
}

.light-gray-block {
  background: rgba(217, 217, 217, 0.36);
}

.dark-gray-block {
  background: #3D4252;
}

.blocks {
  position: relative;
  margin-top: -70px;
  z-index: 100;
}
.blocks__item {
  width: 100%;
  padding: 30px;
  position: relative;
  min-height: 200px;
}
.blocks__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #0B1F33;
}
.blocks__wrp {
  box-shadow: 0 20px 20px rgba(117, 117, 117, 0.1607843137);
}
.blocks .green-title {
  font-family: "RoadRadio", sans-serif;
}
.blocks__p {
  line-height: 1.4;
  color: #66727F;
  font-size: 18px;
}
.blocks__btn {
  padding: 20px 30px;
  display: inline-block;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.blocks__img {
  position: absolute;
  right: 0;
  bottom: 0px;
}

.text-gray {
  color: #3D4252;
}

@media only screen and (max-width: 1200px) {
  .blocks__item {
    width: 100%;
    padding: 15px;
  }
  .blocks__btn {
    padding: 15px 20px;
    left: 15px;
    bottom: 15px;
  }
}
@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: 30%;
  }
  .blocks__title {
    font-size: 20px;
  }
  .blocks__p {
    font-size: 14px;
  }
}
.tizers {
  background: #F4F4F4;
  padding-top: 120px;
  padding-bottom: 30px;
  margin-top: -60px;
}

.tizers-wrp {
  position: relative;
  z-index: 60;
}

.tizer {
  display: flex;
  flex-direction: column;
  font-size: 18px;
}
.tizer__img {
  flex-shrink: 0;
  margin-bottom: 10px;
}
.tizer__title {
  font-weight: 700;
  color: #0B1F33;
  margin-bottom: 10px;
  line-height: 1.3;
}
.tizer__text {
  color: #66727F;
  line-height: 1.3;
}

@media only screen and (max-width: 1200px) {
  .tizers-wrp {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .tizers {
    background: #F4F4F4;
    padding-top: 80px;
    padding-bottom: 30px;
    margin-top: -30px;
  }
  .tizer {
    font-size: 14px;
  }
  .tizer__img img {
    width: 40px;
    height: 40px;
  }
}
.responces {
  padding-bottom: 60px;
  padding-top: 60px;
}
.responces__slider {
  width: 100%;
  padding-bottom: 20px;
}
.responces .swiper-slide {
  height: unset;
}
.responces__item {
  border: 1px solid rgba(0, 0, 0, 0.1058823529);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  height: 100%;
}
.responces__img {
  border-radius: 8px;
  margin-bottom: 20px;
  height: 257px;
}
.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: #0B1F33;
}
.responces__rating {
  background: url(../img/arr.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  font-family: "RoadRadio", sans-serif;
}
.responces__age {
  font-family: "RoadRadio", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #66727F;
  margin-bottom: 20px;
}
.responces__text-top {
  color: #0B1F33;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 7px;
  font-weight: 700;
}
.responces__text-bottom {
  color: #66727F;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 7px;
  font-weight: 400;
  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: #0B1F33;
  margin-bottom: 20px;
}
.responces__link {
  font-weight: 700;
  color: #0B1F33;
  font-size: 18px;
  margin-bottom: 20px;
}
.responces__link:hover {
  color: #159A72;
}
.responces__photo {
  font-size: 14px;
  color: #66727F;
  padding: 5px;
  border: 1px solid #ececec;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.responces__photo:hover {
  border: 1px solid #a6a6a6;
  color: #159A72;
}
.responces__icon {
  width: 20px;
  height: 20px;
  fill: #2E4E72;
  margin-left: 10px;
}
.responces .swiper-pagination {
  display: none;
}

@media only screen and (max-width: 576px) {
  .responces__slider {
    margin: 0 0;
  }
  .responces__item {
    margin-right: 0;
  }
  .responces__rating {
    margin-right: 0;
  }
  .responces__name {
    font-size: 18px;
  }
  .responces__text-top {
    font-size: 14px;
  }
  .responces__text-bottom {
    font-size: 14px;
  }
  .responces__link {
    font-size: 14px;
  }
  .responces .swiper-pagination {
    display: block;
  }
}
.arrows__wrp {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  position: relative;
  display: flex;
  justify-content: center;
}

.swiper-button-next, .swiper-button-prev {
  position: relative;
  height: 52px;
  width: 103px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #159A72;
  border-radius: 10px;
  margin: 30px;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 16px;
}

.arrows-button {
  height: 52px;
  width: 103px;
  margin: 0 5px;
  border: none;
  box-shadow: none;
  background: #2E4E72;
  border-radius: 8px;
}
.arrows-button:hover {
  background: #1f354e;
}

.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: #0B1F33;
  font-size: 24px;
  font-weight: 700;
}
.staff .responces__age {
  color: #66727F;
}
.staff ul {
  list-style-type: none;
}
.staff__li {
  color: #66727F;
  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;
  }
}
#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;
}

.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__btn {
  width: 100%;
  background: #fff;
  border: 1px solid #C12B0D;
  color: #C12B0D;
  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 #C12B0D;
  color: #fff;
  background: #C12B0D;
}

.content-contacts {
  margin: 20px 0;
}

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: #0B1F33;
}

.modal-subtitle {
  margin-bottom: 20px;
  color: #66727F;
}

.modal-contacts {
  padding: 20px 40px;
}
.modal-contacts__heading {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #0B1F33;
}
.modal-contacts__contacts a {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #0B1F33;
  margin-bottom: 5px;
}
.modal-contacts__bottom {
  margin-top: 40px;
  font-size: 14px;
  display: inline-flex;
  color: #0B1F33;
  align-items: center;
  padding: 10px 17px;
  border: 1px solid #ececec;
  -moz-column-break-after: 4px;
  break-after: 4px;
}
.modal-contacts__bottom span {
  margin-left: 10px;
}
.modal-contacts__bottom .ic_modal {
  width: 20px;
  height: 20px;
  fill: #f15a25;
}

.files {
  font-size: 10px;
}

.form-group_modal {
  padding: 40px 40px;
}
.form-group_modal label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  width: 100%;
}

.form_input__modal {
  padding: 13px 0px;
  border: none;
  border-bottom: 1px solid lightgray;
  margin-bottom: 20px;
  border-radius: 0px;
  width: 100%;
  background: transparent;
}
.form_input__modal:focus {
  border-bottom: 2px solid #C12B0D;
}

.form_group__bottom-modal {
  padding: 0px 40px;
  flex-direction: column;
  margin-bottom: 20px;
}

.form_btn__modal {
  padding: 17px 40px;
  background: #C12B0D;
  color: #fff;
  border: 1px solid #C12B0D;
  transition: all 0.3s;
  display: block;
  margin-bottom: 30px;
  border-radius: 4px;
}
.form_btn__modal:hover {
  background: #fff;
  color: #244d72;
  border: 1px solid #C12B0D;
}

.politika_modal {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.close-menu__modal {
  position: absolute;
  right: 15px;
  top: 30px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  z-index: 900;
}

.close-menu__modal span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0B1F33;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.close-menu__modal span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.close-menu__modal span:nth-child(2) {
  transform: rotate(45deg);
}

.close-menu__modal span:nth-child(3) {
  transform: rotate(-45deg);
}

.close-menu__modal span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.reg_tabs {
  margin: 0 40px;
}

.modal-header_reg {
  border-bottom: 1px solid transparent;
  flex-direction: column;
  padding: 30px 0;
}

.modal-header {
  padding: 40px 20px 20px 40px;
  display: flex;
  flex-direction: column;
}
.modal-header h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
}
.modal-header h5 span {
  font-weight: 300;
  font-size: 18px;
}
.modal-header a {
  display: block;
  font-size: 22px;
  text-decoration: none;
  font-weight: 700;
}

.modal-body {
  position: relative;
  z-index: 700;
  padding: 0;
}

#success {
  margin: auto auto;
  max-width: 460px;
  height: 400px;
  background-color: #fff;
  background-image: none;
  text-align: center;
  padding: 40px;
  display: none;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  box-shadow: 1px 10px 20px rgba(30, 30, 30, 0.3019607843);
  bottom: 50%;
}

.span-hidden {
  display: none;
}

.text_success {
  font-size: 34px;
  line-height: 1.5;
}

.radio_title {
  font-size: 12px;
  font-weight: 600;
}

.radio_mtitle {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.radio_block {
  display: flex;
  font-size: 12px;
  align-items: center;
  margin-bottom: 7px;
}
.radio_block input,
.radio_block .radio_title,
.radio_block .radio_old-price {
  margin-right: 10px;
}

.radio_old-price {
  text-decoration: line-through;
  opacity: 0.5;
}

.radio_new-price {
  font-family: "Arial";
  font-weight: 700;
}

.form_group__bottom-modal p {
  font-size: 11px;
  margin-left: 10px;
}

.modal-content .custom_chek {
  display: flex;
  align-items: center;
  padding: 15px 0px;
}
.modal-content .custom_chek p {
  font-size: 11px;
  margin-left: 10px;
  line-height: 1.3;
}

@media only screen and (max-width: 568px) {
  .modal-title {
    font-size: 22px;
    margin-top: 20px;
  }
  .form-group_modal,
  .form_group__bottom-modal {
    padding: 20px 20px;
  }
  .modal-header {
    padding-top: 60px;
  }
  .modal_heading {
    padding: 0px 0px;
    margin-bottom: 20px;
  }
  .text_success {
    font-size: 24px;
    line-height: 1.5;
  }
}
.modal-content {
  height: auto !important;
  overflow: hidden !important;
}

.span-hidden {
  display: none;
}

.checkbox-text {
  margin-left: 10px;
  line-height: 1.3;
  margin-top: -5px;
  color: #C12B0D;
}

.checkbox-text a {
  color: #C12B0D;
}

.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: #66727F;
  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%;
  }
}
.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  margin-top: auto;
  padding: 60px 0;
  background: #0B1F33;
}
.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: #F3EA98;
  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: #66727F;
  padding: 13px 20px;
  display: block;
}
.dropdown-list__link:hover {
  color: #0B1F33;
}

.dropdown-submenu__list-item {
  margin-bottom: 10px;
}

.open .nav__link {
  color: #0B1F33;
}

.open .nav__link--drop::after {
  background-image: url("../img/download.svg");
}

@media (min-width: 946px) {
  .nav__link--drop:hover::after {
    transform: rotate(180deg);
    transition: all 0.3s;
  }
  .nav__item:hover .nav__list--dropdown {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
  }
}
.burger {
  width: 40px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
  display: none;
}

.burger::before,
.burger::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.burger::after {
  top: auto;
  bottom: 0;
}

.burger span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #fff;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
}

.lock {
  overflow: hidden;
}

@media (max-width: 946px) {
  .burger {
    display: block;
  }
  .mobile-back {
    display: block;
  }
  .main-menu {
    position: fixed;
    left: 0;
    top: 0;
    max-width: 400px;
    width: 80%;
    height: 100vh;
    z-index: 100;
    box-shadow: 5px 0 15px -5px rgba(0, 0, 0, 0.8);
    background-color: #fff;
    transform: translateX(-150vw);
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
  }
  .nav__list {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    padding-top: 17%;
    position: relative;
    justify-content: flex-start;
  }
  .nav__item {
    margin-left: 0 !important;
    font-size: 20px;
    width: 100%;
    padding: 0;
    position: static;
  }
  .nav__link,
  .dropdown-submenu__list-item a {
    padding: 13px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dropdown-submenu__list-item {
    padding: 0;
  }
  .nav__link {
    border-bottom: 1px solid #ececec;
  }
  .nav__link::after {
    transform: rotate(-90deg);
  }
  .nav__list--dropdown {
    position: absolute;
    top: 0;
    right: auto;
    left: 100%;
    box-shadow: none;
    width: 100%;
    display: none;
  }
  .dropdown-submenu__item {
    width: 100%;
    padding: 0;
    border: none !important;
  }
  .dropdown-submenu__title {
    padding: 0 30px;
  }
  .dropdown-submenu__banner {
    display: inline-block;
    padding: 20px;
  }
  .nav__list.transformation {
    transform: translateX(-100%);
    transition: all 0.3s;
  }
  .nav__list--dropdown.transformation {
    opacity: 1;
    visibility: visible;
    display: block;
    transform: none;
    background-color: #fff;
    transition: all 0.3s;
  }
  .main-menu.open {
    transform: translateX(0);
    transition: all 0.3s;
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
  }
  .mobile-back a {
    position: relative;
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .mobile-back a::before {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("../img/download.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    transform: rotate(90deg);
  }
}
.close_btn {
  display: none;
  position: absolute;
  z-index: 60;
  right: 10px;
  top: 17px;
  cursor: pointer;
}
.close_btn .ic_close {
  width: 20px;
  height: 20px;
}

.nav__contacts {
  display: none;
  padding: 20px;
}
.nav__contacts .nav__icon {
  width: 20px;
  height: 20px;
  fill: #159A72;
  margin-right: 15px;
  flex-shrink: 0;
}
.nav__contacts .nav__phone {
  margin-bottom: 20px;
  display: flex;
}
.nav__contacts .nav__phone a {
  color: #0B1F33;
  font-weight: 600;
  font-size: 20px;
  display: block;
}
.nav__contacts .nav__email {
  display: flex;
}
.nav__contacts .nav__email a {
  font-size: 16px;
  color: #0B1F33;
  margin-bottom: 20px;
}
.nav__contacts .nav__adress {
  display: flex;
}
.nav__contacts .nav__adress p {
  font-size: 14px;
  line-height: 1.4;
  color: #0B1F33;
}

.scrolled .burger::before,
.scrolled .burger::after, .header-page .burger::before,
.header-page .burger::after {
  background-color: #0B1F33;
}
.scrolled .burger span, .header-page .burger span {
  background-color: #0B1F33;
}
.scrolled .nav__link, .header-page .nav__link {
  color: #0B1F33;
  font-size: 18px;
  opacity: 0.8;
}
.scrolled .nav__link:hover, .header-page .nav__link:hover {
  opacity: 1;
  color: #0B1F33;
}
.scrolled .nav__link--drop::after, .header-page .nav__link--drop::after {
  background-image: url("../img/download.svg");
}
.scrolled .nav__item:not(:last-child), .header-page .nav__item:not(:last-child) {
  margin-right: 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;
  }
  .content-contacts .content__wrp {
    padding: 20px 0;
    background: #fff;
    margin-top: -30px;
    width: 100%;
    box-shadow: 0 0 20px #ececec;
}
}
.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: #66727F;
  line-height: 1.3;
  margin-left: 15px;
  letter-spacing: 0.3px;
}
.checkbox-text a {
  color: #66727F;
  text-decoration: underline;
}

.text-modal {
  color: #282828;
}
.text-modal a {
  color: #C12B0D;
}
.text-modal a:hover {
  color: #C12B0D;
}

.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;
  }
}


