* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
    font-family: 'icon';
    src: url('../fonts/FontAwesome/fa-brands-400.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'icon';
    src: url('../fonts/FontAwesome/fa-light-300.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'icon';
    src: url('../fonts/FontAwesome/fa-regular-400.woff2') format('woff2');
    font-weight: 400;
    font-style: 400;
    font-display: swap;
}
.fa-light,
.fa-brands,
.fa-solid {
  font-family: icon !important;
}
.fa-solid {
  font-weight: 400;
  font-style: normal;
}

/* Montserrat START */

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat/Montserrat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Montserrat END */

:root {
  --body-bg: #fff;
  --body-color: #282828;
  --greycolor: #FAFAFA;
  --border-color: #EFEFEF;
  --transition: all 0.3s ease-in-out;
  --link-color: #3A3A3C;
  --link-hover-color: #0275CD;
  --color-1: #DB1E25;
  --color-2: #FFC300;
  --color-3: #0D223B;
  --color-4: #EEF6DF;
  --color-5: #797979;
  --color-6: #F6F7F8;
  --body-font: Montserrat;
  --font-size: 18px;  
}

html {
  overflow-x: hidden;
}

body {  
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--body-bg);
  font-family: var(--body-font);
  font-size: var(--font-size);
  color: var(--body-color);
  line-height: 130%;
  font-weight: 400;
  overflow-x: hidden;
}
body.menu-open {
    overflow: hidden;
    width: 100%;
}

section {
  overflow-x: hidden;
}
.linear-gr-1 {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFEFBA 50.96%, #FFFFFF 100%);
}
.wrapper {
  padding-bottom: 60px;
}
.wrapper.style-1 {
  background: #F4F4F4;
}
.wrapper #top-banner {
  padding-top: 0;
}
.inner-wrapper {
  background: #fff;
  padding: 42px;
  border-radius: 40px;
}


ul {
  padding: 0;
  margin: 0;
}
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a {
  display: block;
  text-decoration: none;
  color: var(--link-color);
  transition: var(--transition);
}
a:hover {
  color: var(--color-2);
}
a.line,
a.hoverline:hover {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-style: dotted;
}
a.readmore {
  position: relative;
  color: var(--color-1);
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
}
a.readmore:after {
  position: relative;
  top: 2px;
  content: "\f061";
  font-family: icon;
  padding-left: 10px;
  transition: all 0.2s ease-in-out;
}
a.readmore:hover {
  color: var(--color-2);
}
a.readmore:hover:after {
  padding-left: 13px;
}

/* Heading Titles START */

h1, h2, h3, h4, h5, h6 {
  line-height: 130%;
}

h5 {
  margin-bottom: 16px;
}

.heading__title {
  font-size: 30px;
  line-height: 130%;
	margin-bottom: 30px;
}

.heading__title.center {
  text-align: center;
}
.heading__title.row {
	justify-content: space-between;
}
.heading__title.row .title {
	width: 100%;
	max-width: 90%;
	padding-right: 20px;
}
 span.subtitle {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  font-style: italic;
  margin: 16px 0 45px;
}
span.subtitle.center {
  text-align: center;
}

/* Heading Titles END */

/* Paragraph START */

p {
	line-height: 140%;
	margin: 0;
}
p:not(:last-child) {
	margin-bottom: 12px;
}

.webkit__clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Paragraph END */


/* Buttons START */

button,
input.button {
  transition: var(--transition);
  cursor: pointer;
  width: auto;
}

.custom__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
  height: 60px;
  width: auto;
  padding: 0 40px;
  background: linear-gradient(90deg, #FFC400 0%, #ED9A00 100%);
  border: 1px solid #FFC300;
  color: #000000;
  border-radius: 15px;
  transition: var(--transition);
  cursor: pointer;
}
.custom__btn.small {
  height: 45px;
  padding: 0 30px;
}
.custom__btn:hover {
  background: #fff;
  border-color: #DB1E25;
}
.custom__btn.white {
  background: #fff;
  border-color: #DB1E25;
}
.custom__btn.white:hover {
  background: linear-gradient(90deg, #FFC400 0%, #ED9A00 100%);
  color: #fff;
}
.custom__btn .icon {
  display: inline-block;
  margin-right: 10px;
}
.custom__btn.right-icon .icon {
  margin: 0 0 0 11px;
}
.custom__btn.small {
  height: 48px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 12px;
}
.custom__btn.br-50 {
  border-radius: 50px;
}


/* Buttons END */

/* Swiper */

.slide-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 20px;
  background: var(--color-3);
  color: #fff;  
}

.slide-button:after {
  font-size: 16px;
}
.slide-button {
  width: 32px;
  height: 32px;
  background: var(--color-1);
  color: #fff;
  border-radius: 8px;
}
.slide-button.white {
  background: #fff;
  color: #636366;
}

.slider-buttons-row {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 8px;
  margin-left: auto;
}

.slider-buttons-row .slide-button {
  position: relative;
  top: inherit !important;
  left: inherit !important;
  right: inherit !important;
  bottom: inherit !important;
  transform: none !important;
}

/* END */


/* Custom Form START */

input, button, textarea, select {
  font-family: var(--body-font);
  outline: none;
  background: none;
  border: none;
  color: var(--body-color);
  width: 100%;
}

input::placeholder {
  opacity: 1 !important;
}

/* Убираем кнопки для всех input[type="number"] */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* Для Firefox */
}

.field__group {
  position: relative;
  z-index: 1;
}

.field__group input,
.field__group select {
  width: 100%;
  height: 70px;
  border: 1px solid var(--border-color);
  border-color: transparent;
  border-radius: 50px;
  background: #fff;
  padding: 0 22px;
  font-size: 18px;
  font-weight: 400;
}
.field__group textarea {
	width: 100%;
	border: 1px solid var(--border-color);
  padding: 0 15px;
}


.field__group label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  font-size: 18px;
  font-weight: 400;
  color: #636366;
  transition: all 0.1s ease-in-out;
  z-index: 3;
}
.field__group input:focus + label {
  top: 6px;
  left: 22px;
  transform: none;
  font-size: 12px;
}

/* Custom Form END */

/* Animation START */

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* END */

/* Icons START */

.fa {
  font-family: icon;
}

/* Icons END */

/* Images START */

img {
  display: block;
  width: 100%;
  height: auto;
}
img.center {
  margin: 0 auto;
}
img.object {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Images END */

/* Custom list START */

.custom__list ul li {
  position: relative;
  font-size: 16px;
  line-height: 120%;
  padding-left: 20px;
}
.custom__list ul li:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-2);
}
.custom__list ul li:not(:last-child) {
  margin-bottom: 10px;
}

/* END */

/* Margin and Padding START */

.p-80 {
  padding: 80px 0;
}
.p-60 {
  padding: 60px 0;
}
.p-35 {
  padding: 35px 0;
}

/* Margin and Padding END */

#header {
  position: relative;
  background: #fff;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
  z-index: 95;
}
#header.sticky {
  position: fixed;
  top: 0;
}
#header.sticky .top-header {
  display: none;
}

.top-header {
  background: var(--greycolor);
  padding: 10px 0;
  font-weight: 500;
  font-size: 16px;
}

.header-center {
  height: 70px;
  align-content: center;
}
.header-center .gap {
  gap: 30px;
}
.header-center .logo {
  max-width: 102px;
}

.header-center .navigation ul li:not(:last-child) {
  margin-right: 20px;
}
.header-center .navigation ul li > a {
  font-weight: 500;
  font-size: 16px;
  color: #3A3A3A;
}
.header-center .navigation ul li > a:hover {
  color: var(--color-1);
}
.header-center .custom__btn {
  padding: 0 16px;
}

#top-banner .banner-item {
  background-repeat: no-repeat !important;
  background-size: 50% !important;
  background-position: right center !important;
  padding: 70px 0 40px;
}
#top-banner .banner-item .content {
  max-width: 60%;
}
#top-banner .banner-item .content .title {
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 30px;
  animation: fadeInDown 1.2s both;
}
#top-banner .banner-item .content .title span {
  color: var(--color-1);
}
#top-banner .banner-item .content .description {
  margin-bottom: 45px;
  animation: fadeInUp 1.5s both;
}
#top-banner .banner-item .buttons {
  gap: 30px;
  animation: fadeInUp 1.9s both;
}

.banner-triggers {
  gap: 30px;
  margin-top: 50px;
  font-weight: 500;
}
.banner-triggers .box {
  position: relative;
  padding-left: 35px;
  width: 100%;
  max-width: 23%;
}
.banner-triggers .box:nth-child(1) {
  animation: fadeInUp 2.1s both;
}
.banner-triggers .box:nth-child(2) {
  animation: fadeInUp 2.3s both;
}
.banner-triggers .box:nth-child(3) {
  animation: fadeInUp 2.5s both;
}
.banner-triggers .box:nth-child(4) {
  animation: fadeInUp 2.7s both;
}
.banner-triggers .box:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: icon;
  content: "\f560";
  color: var(--color-1);
}

#top-banner .slider-buttons-row {
  bottom: 60px;
  right: 60px;
}

.iconbox-1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 18px 24px;
  margin-bottom: 30px;
}
.iconbox-1 .icon {
  width: 50px;
  height: 50px;
  align-content: center;
}
.iconbox-1 .title {
  line-height: 120%;
}
.iconbox-1 .content {
  max-width: 72.4%;
}
.col-4 .iconbox-1 .content {
  max-width: 81.1%;
}

.iconbox-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-size: 16px;
}
.iconbox-2 .icon {
  width: 24px;
}

#iconbox-2 .gap-20 {
  gap: 27px;
}

.triigger-item {
  border-radius: 30px 0 30px 0;
  background: #fff;
  overflow: hidden;
  margin-bottom: 27px;
  border: 1px solid var(--border-color);
}
.triigger-item.shadow {
  box-shadow: 0px 4px 4px 0px rgba(222, 222, 222, 0.5);
}
.triigger-item figure {
  height: 142px;
  overflow: hidden;
}
.triigger-item .title {
  padding: 19px;
  font-size: 16px;
  line-height: 120%;
}
.digit-list li {
  font-size: 20px;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 11px;
  
}
.digit-list li:not(:last-child) {
  margin-bottom: 10px;
}
.digit-list li span {
  display: block;
  font-size: 48px;
  line-height: 120%;
  font-weight: 700;
  color: var(--color-2);
  width: 30px;
  text-align: center;

}
.video {
  border-radius: 30px;
  overflow: hidden;
  height: 283px;
  margin-bottom: 30px;
}
.video iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
#video-box h3 {
  font-size: 24px;
  line-height: 130%;
  margin: 0;
}
#video-box .subtitle {
  margin-bottom: 12px;
}
#testimonials .slider-wrapper {
  padding: 0 55px;
}
#testimonials .swiper-slide {
  border-radius: 15px;
  overflow: hidden;
}

/* FAQ START */

.faq__wrapper .item {
  position: relative;
  background: #fff;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
}
.faq__wrapper .item:not(:last-child) {
  margin-bottom: 24px;
}

.faq__wrapper .item .heading {
  background: #fff;
  font-size: 19px;
  font-weight: 500;
  line-height: 130%;
  border-radius: 16px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.faq__wrapper .item .heading .fa-minus,
.faq__wrapper .item.active .heading .fa-plus {
  display: none;
}
.faq__wrapper .item.active .heading .fa-minus {
  display: block;
}
.faq__wrapper .item .heading .icon-quest {
  color: var(--color-1);
}
.faq__wrapper .item .heading .queston {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  padding-left: 18px;
  padding-right: 24px;
  width: 100%;
  max-width: 96.4%;
}
.faq__wrapper .item .heading .icon {
  transition: all 0.2s ease-in-out;
  width: 20px;
  height: 20px;
  color: var(--color-2);
}
.faq__wrapper .item.active .heading {
  padding-bottom: 24px;
}
.faq__wrapper .item.active .heading .icon {
  transform: rotate(180deg);
}
.faq__wrapper .item .answer {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  -webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  height: 0;
}

.faq__wrapper .item.active .answer {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
  height: auto;
  padding-top: 28px;
  border-top: 1px solid #D9D9D9;
  z-index: 10;
}


/* END */

.tarif {
background: linear-gradient(0deg, #FFC400, #FFC400);
padding: 30px 50px;
border-radius: 30px;
}
.tarif h2 {
  color: #fff;
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 24px;
}
.tarif ul {
  margin-bottom: 24px;
}
.tarif ul > li {
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
}
.tarif ul > li > span {
  color: var(--color-1);
}
.tarif ul > li:not(:last-child) {
  margin-bottom: 24px;
}
.tarif figure {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 390px;
}

.custom__form {
  background: var(--color-1);
  padding: 35px 45px;
  border-radius: 30px;
  color: #fff;
}
.custom__form h2 {
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 24px;
}
.custom__form p {
  font-size: 16px;
}
.custom__form form {
  margin-top: 24px;
}
.custom__form input {
  background: #fff;
  height: 46px;
  padding: 0 16px;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  border: 1px solid #fff;
}
.custom__form input::placeholder {
  color: #000;
}
.custom__form input:focus {
  background: none;
  color: #fff;
}
.custom__form input:focus::placeholder {
  color: #fff;
}
.custom__form .custom__btn {
  font-size: 16px;
  height: 46px;
  padding: 0 16px;
}
.custom__form .col-4:not(:last-child) {
  padding-right: 20px;
}

#footer {
  background: #585858;
  color: #fff;
  padding: 40px 0 20px;
}
.footer-logo {
  background: #fff;
  border-radius: 16px;
  padding: 10px;
  max-width: 120px;
  margin-bottom: 16px;
}
#footer ul > li:not(:last-child) {
  margin-bottom: 12px;
}
#footer ul > li,
#footer ul > li > a {
  font-size: 16px;
  color: #fff;
}
#footer ul > li > a:hover {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-style: dotted;
  color: var(--color-2);
}
#footer .custom__btn {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  border-color: #fff;
}
.developer {
  font-size: 13px;
  margin-left: auto;
  text-align: right;
}
.developer a {
  display: inline-block;
  color: var(--color-2);
}

.lang-select {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: var(--border-color);
    padding: 0 6px;
    height: 48px;
    align-content: center;
    border-radius: 6px;
    margin-left: 12px;
}

.lang-current {
    display: flex;
    align-items: center;
    gap: 8px;
    user-select: none;
    font-size: 9px;
}
.lang-current::after {
    content: "\f078";
    font-family: "icon";
    font-size: 9px;
    margin-left: 3px;
    transition: transform .3s ease;
}

.lang-select.open .lang-current::after {
    transform: rotate(180deg);
}

.lang-current img,
.lang img {
    width: 20px;
    height: 20px;
}

.lang {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    background: var(--greycolor);
    border: 1px solid var(--border-color);
    font-size: 12px;
    border-radius: 12px;
    min-width: 100px;
    overflow: hidden;
    z-index: 100;
}

.lang-select.open .lang {
    display: block !important;
}

.lang li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    cursor: pointer;
}

.lang li:hover {
    background: #f5f5f5;
}

.lang li.active {
    font-weight: 600;
}

/* Modal START */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.83);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-content {
    position: relative;
    background: var(--border-color);
    padding: 50px 70px;
    max-width: 670px;
    width: 100%;
    transform: scale(0);
    transition: transform 0.3s ease;
    border-radius: 20px;
    transform-origin: center;
    overflow: hidden;
    z-index: 1;
}
.modal-content .rf-form {
  position: relative;
  z-index: 4;
}
.modal-content:after,
.modal-content:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 120%;
  border-radius: 50px;
  content: "";
  z-index: 2;
}
.modal-content:after {
  top: -15%;
  left: -15%;
  background: #FFF4D2;
  transform: rotate(25deg);
}
.modal-content:before {
  bottom: -15%;
  right: -15%;
  height: 90%;
  width: 40%;
  background: E7E7E7;
  transform: rotate(55deg);
}

.modal-content .check {
  position: relative;
  z-index: 4;
}
.modal-content .custom__btn {
  border-radius: 8px;
}
.dynamic-content {
  position: relative;
  z-index: 4;
}
.heading-modal__title {  
    font-weight: 400;
    font-size: 30px;
    line-height: 130%;
    margin-bottom: 20px;
}

.modal-window__close {
  position: absolute;
  z-index: 10;
  top: 45px;
  right: 45px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.modal-window__close:hover {
  transform: rotate(90deg);
}
.modal-window__close:before,
.modal-window__close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 2.4em;
  width: 1px; 
  background-color: var(--body-color);
}
.modal-window__close:before {
  transform: rotate(45deg);
}
.modal-window__close:after {
  transform: rotate(-45deg);
}

/* Modal END */

.rf-form .row-controls {
  gap: 16px;
}
.rf-form .field {
  width: 100%;
  max-width: 48.4%;
}
.rf-form .field.name {
  width: 100%;
  max-width: 100%;
}
.rf-form .field input {
  background: #fff;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 16px;
  height: 55px;
}
.rf-form .field.w-100 {
  max-width: 100%;
}
.rf-form .checkbox {
  display: none;
}
.rf-form .check {
  margin-bottom: 16px;
}
.rf-form .check label {
  position: relative;
  padding-left: 45px;
}
.rf-form .check label:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  content: "";
  border: 1px solid #555;
  cursor: pointer;
}
.rf-form .check label:after {
  position: absolute;
  top: 8px;
  left: 5px;
  font-family: icon;
  font-size: 18px;
  content: "\f00c";
  cursor: pointer;
  opacity: 0;
}
.rf-form .check input:checked + label:after {
  opacity: 1;
}
.rf-form .check label,
.rf-form .check label a {
  font-size: 14px;
  display: inline-block;
  line-height: 120%;
}
.rf-form .check label a {
  color: var(--color-2);
}
.rf-form .check label a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-position: under;
}

.burger {
  position: relative;
  display: none;  
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: var(--border-color);
  z-index: 90;  
}
.burger p {
  font-size: 9px;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.burger span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 60%;
  margin-left: -15px;
  margin-top: -7px;
}
.burger span, .burger span::before, .burger span::after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 6px;
  background-color: var(--body-color);
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger span::before, .burger span::after {
  position: absolute;
  content: "";
}
.burger span::before {
  top: -9px;
}
.burger span::after {
  top: 9px;
}
.burger.clicked span {
  background-color: transparent;
}
.burger.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.burger.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.burger.clicked span:before, .burger.clicked span:after {
  background-color: var(--body-color);
}
.burger:hover {
  cursor: pointer;
}

/*  NAV
========================================== */
.nav__burger {
  flex-direction: column;  
  background: #2A2A2A;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 340px;
  width: 100%;
  padding: 40px 30px;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.nav__burger .flexbox {
    display: block;
}
.nav__burger.top-position {
  top: 72px;
}
.nav__burger.show {
  display: flex;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.nav__burger .custom__btn {
    margin-top: auto;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 400;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #191919C4;
  opacity: 0;
  visibility: hidden;
}
.overlay.show {
  opacity: 1;
  z-index: 89;
  visibility: visible;
}
.burger-logo {
    position: absolute;
    top: 27px;
    left: 16px;
    max-width: 107px;
}

.mobnav .row {
  display: block;
}

.mobnav li:not(:last-child) {
    margin-bottom: 16px;
}
.mobnav li a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 16px;
  border-radius: 12px;
}
.mobnav li a:hover {
  background: var(--color-2);
}
.close-burger {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
    width: 45px;
    height: 45px;
    top: 16px;
    right: 16px;
    background: var(--color-1);
    border-radius: 8px;
}
.close-burger svg {
    transition: all 0.2s ease-in-out;
    width: 16px;
    height: 16px;
}
.close-burger:hover svg {
  transform: rotate(90deg);
}
.close-burger svg path {
    stroke: #fff;
}