@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    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-BoldItalic.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    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: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    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: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/nunito/Nunito-Black.woff2') format('woff2'),
        url('../fonts/nunito/Nunito-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Nunito';
    src: url('../fonts/nunito/Nunito-Bold.woff2') format('woff2'),
        url('../fonts/nunito/Nunito-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Nunito';
    src: url('../fonts/nunito/Nunito-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/nunito/Nunito-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/nunito/Nunito-ExtraBold.woff2') format('woff2'),
        url('../fonts/nunito/Nunito-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Nunito';
    src: url('../fonts/nunito/Nunito-SemiBold.woff2') format('woff2'),
        url('../fonts/nunito/Nunito-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/nunito/Nunito-Light.woff2') format('woff2'),
        url('../fonts/nunito/Nunito-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/nunito/Nunito-Italic.woff2') format('woff2'),
        url('../fonts/nunito/Nunito-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/nunito/Nunito-Regular.woff2') format('woff2'),
        url('../fonts/nunito/Nunito-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
  line-height: 1;
  position: relative;
  font-family: 'Montserrat';
  color: #242734;
}

body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: 'Montserrat';
}

img {
  max-width: 100%;
  height: auto;
}

::-webkit-input-placeholder {
  color: #242734;
  opacity: 0.4;
  font-family: 'Nunito';
}

::-moz-placeholder {
  color: #242734;
  opacity: 0.4;
  font-family: 'Nunito';
}

::-ms-input-placeholder {
  color: #242734;
  opacity: 0.4;
  font-family: 'Nunito';
}

::-moz-placeholder {
  color: #242734;
  opacity: 0.4;
  font-family: 'Nunito';
}

.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

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

.text-balance {
    text-wrap: balance;
}

.flex-candidates {
    display: flex;
    justify-content: center;
    gap: 370px;
}

@media screen and (max-width: 1024px) {
  .flex-candidates {
    gap: 160px;
  }
}

@media screen and (max-width: 560px) {
  .flex-candidates {
    justify-content: center;
    gap: 10px;
    flex-direction: column;
  }
}

.text-bold {
    font-weight: 700;
}

.m-0 {
  margin: 0px;
}

.r-30 {
  height: 30px;
  width: 100%;
}

.ml-8 {
  margin-left: 8px;
}
.w-320 {
    width: 320px;
}

.mt-20 {
  margin-top: 20px;
}

.font-w-none {
    font-weight: normal;
}

.flag-border {
    border: 1px solid black;
    border-radius: 5px;
}

.display-inline {
  display: inline-block !important;
}

.relative {
  position: relative;
}

.w-120 {
  width: 120px !important;
}

.ui-icon-service-telegram {
    display: none !important;
}

.pt-70 {
  padding-top: 70px;
}

.opacity-full {
    opacity: 1;
}

.text-line-through {
    text-decoration: line-through;
}

@media screen and (max-width: 1024px) {
  .pt-70 {
    padding-top: 50px;
  }
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.border-8 img {
    border-radius: 8px;
}
.border-none {
    border: none !important;
}

.reverse {
    flex-direction: row-reverse;
}

.border-table {
    border: 1px solid #d6d6d6;
}

@media screen and (max-width: 1024px) {
  .pt-100 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 1024px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}
.text-left {
    text-align: left;
}

.js-dosar-result h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px
}
.js-dosar-result table {

}
.js-dosar-result table th {
font-weight: 500;
padding: 10px;
border: 1px solid #bcbcbc;
}    
.js-dosar-result table td {
border: 1px solid #bcbcbc;
padding: 10px;
text-align: center;
}


.transformX-50 {
  transform: translate(-50%) !important;
}

.text-decoration-none {
    text-decoration: none;
}

.border-radius-8 {
  border-radius: 8px;
}

.nav-country-link {
  min-width: min-content;
}

.slide-content-wrap {
  display: none !important;
}

.pdf-wrapper {
    width: 100%;
    height: 1000px;
}

.case-player,
.case-full-slide {
  width: 80vw;
  max-width: 800px;
}

.color-blue {
    color: #3C5BFF;
}

.nav-country-img img {
  width: 22px;
  height: 22px;
}

.w-max {
  width: max-content;
  max-width: 100%;
}

.section-pagination-wrap {
  margin: 30px 0px;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .section-pagination-wrap {
    margin-top: 20px;
  }
}

.section-pagination ul {
  display: flex;
  align-items: center;
}

.section-pagination ul a {
  border-radius: 4px;
  padding: 8px 20px;
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .section-pagination ul a {
    font-size: 14px;
  }
}

.section-pagination ul a:hover {
  opacity: 0.8;
}

.section-pagination ul a.active {
  background: rgba(60, 91, 255, 0.08);
}


.section-container {
  max-width: 1216px;
  margin: 0 auto;
  position: relative;
}


@media screen and (max-width: 1280px) {
  .section-container {
    padding: 0px 25px;
  }
}

.section-container-black {
  background-color: #242734;
}

.section-span {
  margin-bottom: 24px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .section-span {
    margin-bottom: 20px;
  }
}

.mobile-container {
  padding: 0 20px;
}

.section-header {
  display: flex;
  justify-content: space-between;
}

.section-border:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  opacity: 0.08;
  background: #242734;
}

.section-border-black {
  background-color: #424550;
  height: 1px;
  width: 100%;
}

.section-title {
  display: flex;
  align-items: center;
}

.section-title h2 {
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .section-title h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
}

.section-title svg {
  margin-right: 16px;
}

.text-apec {
    width: 650px;
}

@media screen and (max-width: 768px) {
    .text-apec {
        width: 100%;
    }

}


@media screen and (max-width: 1024px) {
  .section-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}

.skills {
    padding: 10px 0px 200px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 0px
}

@media screen and (max-width: 1024px) {
  .skills {
    padding: 10px 0px 160px 0px;
    gap: 90px
}
}

.skill {
    width: 160px;
    height: 160px;
    position: relative;
}

.skill-outer {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15),
    -6px -6px 10px -1px rgba(255,255,255,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.skill-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2),
                inset -4px -4px 6px -1px rgba(255,255,255,0.7),
                -0.5px -0.5px 0px rgba(255,255,255,1),
                0.5px 0.5px 0px rgba(0,0,0,0.15),
                0px 12px 10px -10px rgba(0,0,0,0.05);
}

.skill-circle {
    fill: none;
    stroke: url(#GradientColor);
    stroke-width: 20px;
    stroke-dasharray: 472;
    stroke-dashoffset: 165;
    /* animation: anim-circle 2s linear forwards; */
}
/* @keyframes anim-circle {
    100% {
        stroke-dashoffset: 165;
    }
}
 */
.skill-circle-svg {
    position: absolute;
    top: 0;
    left: 0;
}

.skill-number {
    font-size: 24px;
    font-weight: 700;
    color: #3C5BFF;
}

.skill-desc {
    text-align: center;
    margin-top: 20px;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 27px;
}

.dropdown {
  position: relative;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.dropdown-select {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.dropdown-select.dropdown-active {
  filter: invert(27%) sepia(52%) saturate(4443%) hue-rotate(228deg) brightness(105%) contrast(101%);
}

.dropdown-carret {
  margin-left: 4px;
  display: flex;
}

.dropdown-icon {
  margin-right: 4px;
  display: flex;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 25px;
  left: 0px;
  border-radius: 8px;
  background: #F8F8F8;
  padding: 12px;
}

.dropdown-menu li {
  margin-bottom: 12px;
}

.dropdown-menu li:last-child {
  margin-bottom: 0px;
}

.dropdown-menu li a {
  margin-right: 12px;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s;
}

.dropdown-menu li a:hover {
  color: #3C5BFF;
}

.menu-open {
  display: block;
}

.modal {
  display: none;
}

.content-none li::before {
    content: none !important;
    content: counter(item) ') '; /* Добавляем к числам скобку */
    counter-increment: item; /* Задаём имя счетчика */
}

.modal-wrap {
  background: #fff;
  position: relative;
  padding: 32px;
  max-width: 432px;
  border-radius: 8px; 
}


.modal-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -32px;
}

@media screen and (max-width: 640px) {
  .modal-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -23px;
    }
}

@media screen and (max-width: 1024px) {
  .modal-wrap {
    padding: 16px;
  }
}

.nav-country-mobile strong {
  font-weight: 700;
  font-size: 16px;
}

.download {
  padding: 100px 0px 60px 0px;
}

@media screen and (max-width: 1024px) {
  .download {
    padding: 50px 0px 50px 0px;
  }
}

.download-btn {
  margin-top: 40px;
  border-radius: 4px;
  background: #3C5BFF;
  padding: 16px 32px;
  display: inline-block;
  color: #FFF;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transition: 0.3s;
  text-decoration: none;
}

.download-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  .download-btn-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

ul.custom-dash-list {
  list-style-type: none; 
}

ul.custom-dash-list li::before {
  content: "—"; 
  margin-right: 0.5em; 
}


.download-wrap {
  padding: 64px;
  border-radius: 8px;
  background: #F8F8F8;
}

@media screen and (max-width: 1024px) {
  .download-wrap {
    padding: 20px;
  }
}

.download-title {
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .download-title {
    font-family: Nunito;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}

.download-desc {
  margin-top: 32px;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

@media screen and (max-width: 1024px) {
  .download-desc {
    margin-top: 20px;
  }
}

.download-list {
  margin-top: 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}

@media screen and (max-width: 1024px) {
  .download-list {
    margin-top: 20px;
  }
}

.download-list li {
  margin-bottom: 20px;
}

.download-list li:last-child {
  margin-bottom: 0px;
}

.download-list-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.download-list-item svg {
  min-width: 24px;
}

.download-img {
  position: absolute;
  top: -100px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .download-img {
    position: static;
    margin-top: -80px;
  }
}

.header {
  position: relative;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  transition: 0.5s;
}

.header-fixed {
  z-index: 100;
  position: fixed;
  width: 100%;
  background-color: #fff;
  transition: 0.5s;
  animation: show_header;
  animation-duration: 0.3s;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  top: 0;
}

.header.header-fixed .nav {
  display: none;
}

.header.header-fixed .marquee {
  display: none;
}

.header.header-fixed .nav-main {
  padding: 17px 0px;
}

@media screen and (max-width: 1024px) {
  .header.header-fixed .nav-main {
    padding: 10px;
  }
}

.warning-wrap {
    padding: 32px;
    border-radius: 32px;
    background: #FBFBFB;
    gap: 30px
}

@media screen and (max-width: 768px) {
    .warning-wrap {
        padding: 16px;
    }
}

.warning-title {
    color: #242734;
    font-family: Nunito;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: normal; 
}

.warning-desc {
    margin-top: 15px;
    color: #242734;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    }

.petition {
    padding-top: 80px;
    padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .petition {
      padding-top: 10px;
        padding-bottom: 10px;
    }

}

.petition-item {
    margin-bottom: 35px;
}

.petition-item-text {
    margin-top: 16px;
    color: #636363;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.header.header-fixed .nav-logo {
  display: none;
}

.header.header-fixed .nav-logo-mobile {
  display: block;
}

.header.header-fixed .nav-links li .nav-item {
  font-size: 13px;
}

.header.header-fixed .nav-main-contacts {
  display: flex;
}

.nav-logo-mobile {
  display: none;
}

.nav-main-contacts {
  display: none;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .nav-main-contacts {
    display: none !important;
  }
}

.nav-main-contacts-link {
  margin-right: 20px;
}

.nav-main-contacts-call {
  display: flex;
  align-items: center;
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: 0.3s;
}

.nav-main-contacts-call:hover {
  opacity: 0.8;
}

@keyframes show_header {
  0% {
    opacity: 0;
    top: -70px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

.header-border {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
}

.header-search {
  position: absolute;
  top: 30px;
  z-index: 10;
  left: 0;
  width: 100%;
}

.nav {
  color: #242734;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  font-family: 'Nunito';
}

@media screen and (max-width: 1024px) {
  .nav {
    display: none;
  }
}

.nav-compare {
  display: flex;
  align-items: center;
  margin-left: 24px;
  font-size: 12px;
  transition: 0.2s;
  color: #242734;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.nav-compare:hover {
  filter: invert(27%) sepia(52%) saturate(4443%) hue-rotate(228deg) brightness(105%) contrast(101%);
}

.nav-compare span {
  margin-left: 4px;
}

.nav-social {
  display: flex;
  align-items: last baseline;
}

.nav-social ul {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.nav-social ul::after {
  content: '';
  display: none;
  background-color: #E4E5E6;
  width: 1px;
  height: 21px;
}

.nav-social ul li {
  margin-right: 24px;
}

.nav-social ul li:last-child {
  margin-right: 0px;
}

.nav-social ul li:hover a {
  filter: invert(27%) sepia(52%) saturate(4443%) hue-rotate(228deg) brightness(105%) contrast(101%);
}

.nav-social ul li a {
  transition: 0.2s;
  color: #242734;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.nav-social ul li a svg {
  margin-right: 4px;
}

.nav-phone {
  margin-right: 24px;
  color: #242734;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: 0.3s;
}

.nav-phone:hover {
  color: #3C5BFF;
}

.nav-langs {
  display: flex;
  align-items: center;
}

.nav-search {
  cursor: pointer;
  /* margin-left: 24px; */
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #242734;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s;
}

.nav-search:hover {
  opacity: 0.8;
}

.nav-search svg {
  margin-right: 2px;
}

.nav-links {
  margin-left: 45px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (max-width: 1280px) {
  .nav-links {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .nav-links {
    display: none;
  }
}

.nav-links li {
  position: relative;
  margin-right: 16px;
  display: inline-block;
}

.nav-links li:hover .nav-submenu {
  display: block;
}

.nav-links li:hover .nav-link::before {
  display: block;
}

.nav-links li:hover .nav-link {
  color: #3C5BFF;
}

.nav-links li:hover .nav-link svg {
  filter: brightness(0) saturate(100%) invert(33%) sepia(91%) saturate(4065%) hue-rotate(225deg) brightness(101%) contrast(100%);
  transform: rotate(180deg);
}

.nav-links li:last-child {
  margin-right: 0px;
}

.nav-links li .nav-item {
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
  color: #242734;
  text-decoration: none;
  transition: 0.3s;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.nav-links li .nav-item:hover {
  color: #3C5BFF;
}

.nav-links li .nav-item span {
  margin-left: 5px;
}

@media screen and (max-width: 1280px) {
  .nav-links li .nav-item {
    font-size: 11px;
  }
}

.nav-links li .nav-item-small {
  font-size: 13px;
}

.nav-link:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-color: #F8F8F8;
  display: none;
  position: absolute;
  border-radius: 4px;
  transform: translateX(-90%) rotate(45deg);
  top: 25px;
  left: 50%;
}

.nav-more {
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  display: flex;
  justify-content: center;
  transition: 0.3s;
}

.nav-more:hover {
  opacity: 0.8;
}

.nav-submenu {
  padding-top: 15px;
  position: absolute;
  transform: translateX(-10%);
  z-index: 1;
  display: none;
  width: 805px;
}

.nav-submenu-content {
  padding: 24px;
  border-radius: 8px;
  background: #F8F8F8;
}

.nav-country-img {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-submenu-content li a {
  display: flex;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.3s;
  margin-bottom: 14px;
}

.nav-submenu-content li a span {
  margin-left: 3px;
}

.nav-submenu-content li a:hover {
  opacity: 0.8;
}

.nav-submenu-subtitle {
  font-size: 16px;
  margin-bottom: 12px;
  white-space: nowrap;
}

.nav-wrap {
  font-family: Nunito;
  display: flex;
  align-items: center;
}

.nav-main {
  padding-top: 32px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .nav-main {
    padding-top: 20px;
    padding-left: 25px;
    margin-left: -25px;
	transition: 0.5s;
  }

}

.nav-burger {
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1024px) {
  .nav-burger {
    display: block;
  }
}

.nav-small {
  font-size: 13px;
}

.submenu-w-4-col {
  width: 805px;
}

.submenu-w-3-col {
  min-width: 100%;
}

.nav-submenu-content li {
  margin: 0;
  display: block;
}

.nav-country-img img {
  border-radius: 50%;
}

.nav-country-img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.primary {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .primary {
    padding-bottom: 35px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .primary-selection {
    padding-bottom: 10px;
  }
}

.primary-webinar {
  margin-top: 36px;
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
}

.primary-installment {
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .primary-webinar {
    justify-content: center;
  }
}

.primary-webinar-price {
  padding: 4px 8px;
  margin-right: 32px;
  border-radius: 4px;
  background: #F8F8F8;
}


@media screen and (max-width: 1024px) {
  .primary-webinar-img {
    top: 100px;
    right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .primary-webinar-img {
    position: static;
    display: flex;
    justify-content: center;
  }
}

.primary-webinar-img img {
  width: 1025px;
  border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  .primary-webinar-img img {
    width: 398px;
    height: 238px;
  }
}

@media screen and (max-width: 768px) {
  .primary-webinar-img img {
    max-width: 100%;
    height: auto;
  }
}

.primary-form {
  border-radius: 8px;
  width: 450px;
  position: absolute;
  bottom: 15%;
  right: 0;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.16);
}

.primary-form-25 {
  bottom: 7%;
}

@media screen and (max-width: 1100px) {
  .primary-form {
    max-width: calc(100vw - 72px);
    width: 90%;
    margin: 20px auto auto auto;
    position: relative;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.16);
  }
}

@media screen and (max-width: 767px) {
  .primary-form {
    margin-top: -70px;
  }
}

.primary-mobile-form {
  display: none;
  background: #FFF;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .primary-mobile-form {
    margin-top: -75px;
    display: block;
  }
}

.primary-guide {
  margin-top: 32px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transition: 0.3s;
}

.primary-guide:hover {
  opacity: 0.8;
}

.primary-guide svg {
  margin-right: 8px;
}

@media screen and (max-width: 640px) {
  .primary-guide {
    justify-content: center;
  }
}

.primary-wrap {
  padding-top: 35px;
  padding-bottom: 110px;
}

@media screen and (max-width: 1024px) {
  .primary-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.primary-img {
  position: absolute;
  top: 0;
  right: -330px;
}

@media screen and (max-width: 1024px) {
  .primary-img {
    top: 100px;
    right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .primary-img {
    margin-top: 40px;
    position: static;
    display: flex;
    justify-content: center;
  }
}

.primary-img img {
  width: 1025px;
  height: 625px;
}

@media screen and (max-width: 1024px) {
  .primary-img img {
    width: 398px;
    height: 238px;
  }
}

@media screen and (max-width: 768px) {
  .primary-img img {
    max-width: 100%;
    height: auto;
  }
}

.primary-content {
  max-width: 450px;
}

.primary-big-content {
  max-width: 530px;
}

@media screen and (max-width: 1024px) {
  .primary-content {
    max-width: 360px;
  }
}

@media screen and (max-width: 768px) {
  .primary-content {
    max-width: 100%;
    text-align: center;
  }
}

.primary-desc {
  margin-top: 32px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (max-width: 1024px) {
  .primary-desc {
    margin-top: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}

.primary-title:not(.typed-title) {
  margin-top: 10px;
  font-family: Nunito;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
}

@media screen and (max-width: 1024px) {
  .primary-title:not(.typed-title) {
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: 43px;
  }
}

.primary-title:not(.typed-title) span {
  font-weight: 300;
}

@media screen and (max-width: 1024px) {
  .primary-title:not(.typed-title) span {
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
  }
}

/* TYPED */
@media screen and (max-width: 768px) {
	.hide-xs {
		display: none;
	}
}


.primary-title.typed-title,
.primary-title.typed-title span {
  margin-top: 10px;
  font-family: Nunito;
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 52px;
}
.primary-title.typed-title strong {
  font-weight: 800;
}

@media screen and (max-width: 1024px) {
  .primary-title.typed-title strong {
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: 43px;
  }
}


@media screen and (max-width: 1024px) {
  .primary-title.typed-title {
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
  }
}



/* END TYPED */


.primary-btn {
  margin-top: 48px;
  cursor: pointer;
  color: #fff;
  background-color: #3C5BFF;
  border: none;
  outline: none;
  border-radius: 4px;
  display: inline-flex;
  padding: 24px 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transition: 0.3s;
  text-decoration: none;
}

.primary-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .primary-btn {
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .primary-btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 460px) {
  .primary-btn {
    width: 100%;
    padding: 24px 0px;
  }
}

.primary-conditions {
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  .primary-conditions {
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    background: #F8F8F8;
    text-align: start;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.primary-conditions ul li {
  margin-top: 24px;
}

@media screen and (max-width: 1024px) {
  .primary-conditions ul li {
    margin-top: 8px;
  }
}

.primary-condition {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.primary-condition-icon {
    min-width: 42px;
    height: 42px;
    background-size: contain;
      background-repeat: no-repeat;
      margin-right: 16px;
      background-position: center;
    
}

@media screen and (max-width: 1024px) {
  .primary-condition-icon {
    min-width: 32px;
    height: 32px;
    
  }
}

.primary-condition-text {
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

@media screen and (max-width: 1024px) {
  .primary-condition-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.primary-condition-text span {
  color: #242734;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

@media screen and (max-width: 1024px) {
  .primary-condition-text span {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.primary-mobile-conditions {
  padding: 16px;
  display: none;
  border-radius: 8px;
  background: #F8F8F8;
  text-align: start;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .primary-mobile-conditions {
    display: block;
  }
}

.primary-prices {
  display: flex;
  min-width: 600px;
}

@media screen and (max-width: 768px) {
  .primary-prices {
    min-width: 100%;
    justify-content: space-between;
  }
}

.primary-prices-wrap {
  margin-top: 50px;
  margin-right: 32px;
}

@media screen and (max-width: 768px) {
  .primary-prices-wrap {
    margin-right: 0px;
  }
}

.primary-prices-wrap span {
  color: #242734;
  font-family: Nunito;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .primary-prices-wrap span {
    text-align: center;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
}

.primary-prices-wrap ul {
  margin-top: 5px;
}

.primary-prices-wrap ul li {
  margin-top: 3px;
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .primary-prices-wrap ul li {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.primary-prices-title {
  color: #242734;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .primary-prices-title {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.candidates-wrapper {
  padding: 100px 0px;
  max-width: 1416px;
  margin: 0 auto;
  border-radius: 8px;
  background: #F8F8F8;
}

@media screen and (max-width: 1024px) {
  .candidates-wrapper {
    padding: 70px 0px;
  }
}

.candidates-item {
  margin: 10px 0px;
}

.candidates-title {
  font-family: Nunito;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .candidates-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}

.candidates-wrap {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .candidates-wrap {
    margin-top: 40px;
  }
}

.candidates-item-header {
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.candidates-item-header svg {
  margin-right: 16px;
}

.candidates-item-text {
  margin-top: 17px;
  color: #636363;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}

@media screen and (max-width: 1024px) {
  .candidates-item-text {
    margin-top: 5px;
  }
}

.candidates-item-text li {
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  .candidates-item-text li {
    margin-top: 5px;
  }
}

.candidates-item-text li:first-child {
  margin-top: 0px;
}

.pluses {
  padding: 100px 0px;
}

@media screen and (max-width: 1024px) {
  .pluses {
    padding: 35px 0px;
  }
}

.pluses-title {
  display: flex;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .pluses-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}

.pluses-title svg {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .pluses-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}

.pluses-span {
  color: #636363;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .pluses-span {
    color: #242734;
    font-family: Nunito;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
}

.pluses-wrap {
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .pluses-wrap {
    margin-top: 30px;
  }
}

.pluses-item {
  margin: 15px 0px;
}

.pluses-item-title {
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .pluses-item-title {
    font-size: 16px;
    font-style: normal;
  }
}

.pluses-item-content {
  margin-top: 8px;
  color: #636363;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

@media screen and (max-width: 1024px) {
  .pluses-item-content {
    margin-top: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
}

.pluses-img {
  border-radius: 8px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pluses-img img {
  border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  .pluses-img {
    display: none;
  }
}

.adventages {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .adventages {
    padding-top: 50px;
  }
}

.adventages-wrap {
  background-color: #F8F8F8;
  padding: 32px 10px;
  border-radius: 8px;
}

@media screen and (max-width: 640px) {
  .adventages-wrap {
    padding: 10px 0px;
  }
}

.adventages li {
  border-right: 1px solid #EFEFEF;
}

@media screen and (max-width: 1024px) {
  .adventages li {
    border: none;
    margin-top: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .adventages li:first-child {
    margin-top: 0px;
  }
}

.adventages li:last-child {
  border: none;
}

.adventages-header {
  padding: 0 10px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .adventages-header {
    padding: 0;
  }
}

.adventages-header svg {
  margin-right: 16px;
}

.adventages-header h3 {
  color: #000;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.adventages-content {
  padding: 0 10px;
  padding-top: 12px;
  color: #636363;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}

@media screen and (max-width: 640px) {
  .adventages-content {
    padding: 0;
  }
}

.lawyer {
    background-color: #242734;
}

.lawyer-link {
    display: inline-block;
    margin-top: 10px;
    color: #fff ;
      font-family: Montserrat;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-decoration: none;
      transition: 0.3s;
}

.lawyer-link:hover {
    color: #3B5BFF;
}

.lawyer-content {
    color: #F8F8F8;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.lawyer-wrap {
    padding: 130px 0px;
    postiton: relative;
}
.lawyer-title {
    margin-top: 32px;
    font-family: Nunito;
      font-size: 38px;
      font-style: normal;
      font-weight: 800;
      line-height: 44px;
      
}
.lawyer-desc {
    margin-top: 12px;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
}

.lawyer-desc span {
    color: #3B5BFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
}

.lawyer-img {
    border-radius: 8px;
    position: absolute;
    top: -30px;
    right: 0px;
}

.lawyer-img img {
    border-radius: 8px;
}

.lawyer-mob {
    display: none;
}

.lawyer-mt-70 {
    margin-top: 70px;
    
}

.lawyer-mob-2 {
    display: none;
}

@media screen and (max-width: 1280px) {
  
  .lawyer-img {
    right: 25px;
  }
  .lawyer-wrap {
    padding: 120px 0px 70px 0px;
    }
}

@media screen and (max-width: 1100px) {
  
  .lawyer-img {
    width: 370px;
  }
 
}

@media screen and (max-width: 992px) {
    
    .lawyer-head-span {
        display: none;
    }    
    
    .lawyer-mt-70 {
    margin-top: 70px;
    
    }
    
  .lawyer-title {
      margin-top: 0px;
      font-size: 36px;
    }
    
    .lawyer-desc {
        margin-top: 10px;
        font-size: 22px;
        line-height: 28px; 
    }
    
    .lawyer {
        margin-top: 50px;
    }
    .lawyer-content{
        margin-top: 50px;
    }
    
   .lawyer-img {
       display: none;
  }
  .lawyer-mob {
      margin: -150px auto 0 auto;
      width: 280px;
      display: block;
  }
  .lawyer-mob-2 {
      margin: -150px auto 0 auto;
      width: 280px;
      display: block;
  }
  
  .lawyer-mob img {
      border-radius: 8px;
  }
  .lawyer-mob-2 img {
      border-radius: 8px;
  }
  
}

.services {
  padding: 130px 0px;
}

@media screen and (max-width: 1024px) {
  .services {
    padding: 35px 0px;
  }
}

.services-btn {
  max-width: 246px;
  margin: 0 auto;
  cursor: pointer;
  color: #FFF;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-radius: 4px;
  background-color: #3C5BFF;
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  outline: none;
  border: none;
  transition: 0.3s;
}

.services-btn:hover {
  opacity: 0.8;
}

.services-main {
  height: 510px;
  transform: scaleY(1.02);
  padding: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
  background: #FFF;
  align-items: center;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
}

.services-main span {
  color: #636363;
  text-align: center;
  margin-bottom: 40px;
}

.services-wrap {
  padding-top: 58px;
}

/* @media screen and (max-width: 1280px) {
  .services-wrap {
    display: none;
  }
} */

.services-tabs {
  display: flex;
  justify-content: space-between;
}

/* @media screen and (max-width: 1280px) {
  .services-tabs {
    display: none;
  }
} */

.services-tabs li {
  color: #3C5BFF;
  padding: 0 20px;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.services-tab {
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-title {
  text-align: center;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.services-desc {
  text-align: center;
  color: #636363;
  margin-top: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 40px;
}

.services-link {
  display: flex;
  align-items: center;
  margin-top: 40px;
  color: #3C5BFF;
  text-decoration: none;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transition: 0.3s;
}

.services-link:hover {
  opacity: 0.8;
}

.services-link svg {
  transition: 0.3s;
}

.services-link:hover svg {
  -moz-transform: translate(5px, 0);
}

.services-link svg {
  margin-left: 16px;
}

.services-elements {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 40px;
  background-color: #f8f8f8;
}

.services-item {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.services-item span {
  margin-top: 3px;
  color: #636363;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.3;
}

.services-name-country {
  color: #242734;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.services-name-country_description {
  color: #242734;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 5px 0px;
}

.services-name-programm {
    color: #636363;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    width: 100%;
    text-align: center;
    font-weight: 600;
    opacity: 0.3;
}
    
}
.services-img-small {
  width: 48px;
  height: auto;
}

.services-img-big {
  width: 48px;
  height: auto;
}


.services-img-small img {
  width: 48px;
  height: auto;
  border-radius: 50%;
}

.services-img-big {
  width: 128px;
  height: auto;
}

.services-img-big img {
  width: 128px;
  height: auto;
  border-radius: 50%;
}

.services-count-img {
  width: 190px;
  height: 120px;
  margin: 0 auto 0 32px;
}

.card-text-content {
	margin-left: 30px;
}

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

.services-count-img img {
  width: 190px;
  height: 120px;
}

.services-count-name {
  margin-top: 20px;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.services-cont-item {
  color: #636363;
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.services-cont-item span {
  color: #242734;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.services-cont-link {
  text-align: left;
  text-decoration: none;
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transition: 0.3s;
}

.services-cont-link:hover {
  opacity: 0.8;
}

.services-count {
  display: flex;
  flex-direction: column;
/*  align-items: center; */
}

.services-mobile {
  display: none;
  margin-top: 22px;
}

@media screen and (max-width: 1280px) {
  .services-mobile {
    display: block;
  }
}

.services-mobile-item {
  margin-top: 16px;
  padding: 24px;
  border: 2px solid #F8F8F8;
  border-radius: 8px;
}

.services-mobile-item h3 {
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.services-mobile-content {
  margin-top: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.services-link-mobile {
  margin-top: 8px;
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  align-items: center;
  display: flex;
  transition: 0.3s;
}

.services-link-mobile:hover {
  opacity: 0.8;
}

.services-link-mobile:hover svg {
  transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
}

.services-link-mobile svg {
  margin-left: 16px;
  transition: 0.3s;
}

@media screen and (max-width: 1280px) {
  .about {
    background-color: #242734;
  }
}

.about-header {
  position: relative;
}

.about-video {
  z-index: 50;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1280px) {
  .about-video {
    padding-top: 30px;
    width: 380px;
  }
}

@media screen and (max-width: 1200px) {
  .about-video {
    padding-top: 0px;
    display: none;
  }
}

.about-video-wrap {
  position: relative;
}

.about-video-wrap img {
    border-radius: 8px;
}

.about-video-wrap svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
  transition: 0.3s;
}

.about-video-wrap svg:hover {
  opacity: 0.8;
}

.about-stats {
  padding-bottom: 57px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media screen and (max-width: 1280px) {
  .about-stats {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
  }
}

.about-stats-item {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .about-stats-item {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.about-stats-item span {
  font-family: Nunito;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 1280px) {
  .about-stats-item span {
    font-size: 32px;
    font-style: normal;
  }
}

.about-content {
  padding: 70px 0px 150px 0px;
  background-color: #242734;
}

@media screen and (max-width: 1200px) {
  .about-content {
    padding: 0px;
  }
}

.about-wrap {
  color: #F8F8F8;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .about-wrap {
    padding-bottom: 50px;
  }
}

.about-title {
  margin-top: 32px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-title span {
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 1280px) {
  .about-title span {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}

@media screen and (max-width: 768px) {
  .about-title {
    margin-top: 0px;
  }
}

.about-text {
  position: relative;
  padding-left: 67px;
  margin-top: 73px;
  color: #F8F8F8;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 27px;
  border-left: 3px solid #FF415A;
}

@media screen and (max-width: 1280px) {
  .about-text {
    margin-top: 25px;
    padding-left: 0px;
    border-left: 0px;
  }
}

.about-text::before {
  content: "“";
  position: absolute;
  top: 60px;
  left: -9px;
  color: #313440;
  font-size: 180px;
}

@media screen and (max-width: 1280px) {
  .about-text::before {
    display: none;
  }
}

.about-name span {
  color: #F8F8F8;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.about-name {
  margin-top: 23px;
  font-style: normal;
}

@media screen and (max-width: 1280px) {
  .about-head {
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .about-head {
    width: 65%;
  }
}

.about-video-mobile {
  display: none;
  position: relative;
}

.about-video-mobile img {
  border-radius: 8px;
}

@media screen and (max-width: 1200px) {
  .about-video-mobile {
    display: block;
    width: 250px;
  }
}


@media screen and (max-width: 768px) {
  .about-video-mobile {
    width: 150px;
  }
}

.about-video-mobile svg {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
}

.privilege {
  background: #F8F8F8;
  padding: 120px 0px;
}

@media screen and (max-width: 1024px) {
  .privilege {
    padding: 35px 0px;
  }
}

.privilege-wrap {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .privilege-wrap {
    margin-top: 40px;
  }
}

.privilege-title {
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .privilege-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}

.privilege-title svg {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .privilege-title svg {
    transform: translate(90deg);
  }
}

.privilege-item {
  margin: 16px 0px;
}

@media screen and (max-width: 1024px) {
  .privilege-item {
    margin: 8px 0px;
  }
}

.privilege-item-title {
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .privilege-item-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
}

.privilege-item-desc {
  color: #636363;
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

@media screen and (max-width: 1024px) {
  .privilege-item-desc {
    margin-top: 4px;
  }
}

.privilege-img {
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 9 / 5;
}

@media screen and (max-width: 1024px) {
  .privilege-img {
    margin-top: 40px;
  }
}

.privilege-video {
  cursor: pointer;
  transition: 0.3s;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 9 / 5;
  position: relative;
}

.privilege-video:hover {
  opacity: 0.8;
}
.privilege-video img {
	width: 100%;
	border-radius: 8px;
}
.privilege-video svg {
	position: absolute;
	left: calc(50% - 32px);
    top: calc(50% - 32px);
}

@media screen and (max-width: 1024px) {
  .privilege-video {
    margin-top: 40px;
  }
}

.paginations-link {
  display: flex;
  align-items: center;
  color: #636363;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition: 0.3s;
}

.paginations-link:hover {
  color: #000;
}

@media screen and (max-width: 640px) {
  .paginations-link {
    justify-content: center;
    text-align: center;
  }
}

.goals {
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .goals {
    padding-bottom: 70px;
  }
}

.goals-video span {
    position: absolute;
    transform: translateY(65px);
    color: #fff;
    font-family: Nunito;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}


@media screen and (max-width: 1024px) {
  .goals-video span {
      display: none;
  }
}

.goals-video-logo {
    position: absolute;
    bottom: 18px;
    right: 26px;
}

@media screen and (max-width: 1024px) {
    .goals-video-logo {
        display: none;
    }
}

.goals-wrap {
  padding-top: 16px;
}

.goals-title {
  font-family: Nunito;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
}

@media screen and (max-width: 1024px) {
  .goals-title {
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
  }
}

@media screen and (max-width: 640px) {
  .goals-title {
    text-align: center;
  }
}

.goals-title span {
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
}

@media screen and (max-width: 1024px) {
  .goals-title span {
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: 38px;
  }
}

.goals-desc {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .goals-desc {
    margin-top: 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}

@media screen and (max-width: 640px) {
  .goals-desc {
    text-align: center;
  }
}

.goals-video {
    position: relative;
  cursor: pointer;
  margin-top: 80px;
  aspect-ratio: 9 / 5;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
}

.goals-video:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .goals-video {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .goals-item {
    margin-top: 54px;
  }
}

.goals-items {
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .goals-items {
    margin-top: 0px;
  }
}

.goals-item-header {
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

.goals-item-header svg {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .goals-item-header {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
}

.goals-item-desc {
  margin-top: 37px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .goals-item-desc {
    margin-top: 20px;
  }
}

.evolution {
  padding: 120px 0px;
}

@media screen and (max-width: 1024px) {
  .evolution {
    padding: 35px 0px;
  }
}

.evolution-title {
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

.evolution-title svg {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .evolution-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
  .evolution-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}

.evolution-wrap {
  position: relative;
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .evolution-wrap {
    position: relative;
    margin-top: 20px;
  }
}

.evolution-item-title {
  margin-top: 24px;
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .evolution-item-title {
    margin-top: 0px;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
}

.evolution-item {
  padding-right: 40px;
}

@media screen and (max-width: 1024px) {
  .evolution-item {
    margin-top: 20px;
    display: flex;
  }
}

.evolution-item svg {
  margin-right: 24px;
}

.evolution-item-desc {
  margin: 12px 0px;
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .evolution-item-desc {
    margin: 4px 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
}

.evolution-item-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

@media screen and (max-width: 1024px) {
  .evolution-item-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
}

.evolution-road {
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #FFF 0%, #3C5BFF 100%);
}

@media screen and (max-width: 1024px) {
  .evolution-road {
    display: none;
  }
}

.team {
  padding: 130px 0px 80px 0px;
}

@media screen and (max-width: 1024px) {
  .team {
    padding: 70px 0px 40px 0px;
  }
}

.team-title {
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

.team-title svg {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .team-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .team-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}

.team-swiper {
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .team-swiper {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .team-item {
    display: flex;
    margin-bottom: 24px;
  }
}

.team-item-img {
  border-radius: 8px;
  width: 100%;
  height: 280px;
  width: 280px;
}

.author-item-img {
  border-radius: 8px;
  height: 280px;
  width: 280px;
}

.author-item-img img {
  border-radius: 8px;
  height: 280px;
  min-width: 280px;
}

.author {
    display: flex;
    width: 100%;
    gap: 30px
}

@media screen and (max-width: 1024px) {
  .author {
    flex-direction: column;
}
}

.author {
    
      color: #242734;
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 27px;
}

.author-links {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.author-desc p {
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .team-item-img {
    margin-right: 16px;
    width: 100px;
    height: 100px;
  }
}

.team-item-img img {
  border-radius: 8px;
  min-width: 100px;
  height: 280px;
}

@media screen and (max-width: 1024px) {
  .team-item-img img {
    width: 100px;
    height: 100px;
  }
}

.team-swiper-mobile {
  display: none;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .team-swiper-mobile {
    display: flex;
  }
}

.team-item-name {
  margin-top: 16px;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .team-item-name {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 0px;
  }
}

.team-item-prof {
  margin: 8px 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

@media screen and (max-width: 1024px) {
  .team-item-prof {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
}

.team-item-desc {
  color: #636363;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

@media screen and (max-width: 1024px) {
  .team-item-desc {
    height: 85px;
    overflow: hidden;
  }
}

.team-button-prev {
  left: -50px !important;
  color: black !important;
}

@media screen and (max-width: 1360px) {
  .team-button-prev {
    left: 10px !important;
    color: #3C5BFF !important;
  }
}

@media screen and (max-width: 1280px) {
  .team-button-prev {
    display: none !important;
  }
}

.team-button-next {
  color: black !important;
  right: -50px !important;
}

@media screen and (max-width: 1360px) {
  .team-button-next {
    right: 10px !important;
    color: #3C5BFF !important;
  }
}

@media screen and (max-width: 1280px) {
  .team-button-next {
    display: none !important;
  }
}

@media screen and (max-width: 1363px) {
  .team-button-prev {
    display: none;
  }
}

@media screen and (max-width: 1363px) {
  .team-button-next {
    display: none;
  }
}

.programms {
  padding: 100px 0px;
}

@media screen and (max-width: 1024px) {
  .programms {
    padding: 35px 0px;
  }
}

.programms-title {
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
  display: flex;
  align-items: center;
}

.programms-title svg {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .programms-title svg {
    min-width: 32px;
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}

@media screen and (max-width: 1024px) {
  .programms-title {
    align-items: start;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
}

.programms-wrap {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .programms-wrap {
    margin-top: 40px;
  }
}

.next {
    padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .next {
        padding-bottom: 40px;
    }
}

.why-items {
    margin-top: 60px;
}

.next-items {
    margin-top: 60px;
    padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
    .next-items {
        padding-bottom: 40px;
    }
}

.next-item-num {
    color: #3C5BFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
}

.next-item-desc {
    margin-top: 16px;
    color: #242734;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    }

.next-item {
    padding: 24px;
    border-radius: 12px;
    background: #FBFBFB; 
    margin-bottom: 20px;
}

.programms-card {
  padding: 24px;
  border-radius: 8px;
  border: 2px solid #F8F8F8;
  background: #FFF;
  margin-bottom: 24px;
}

.programms-card-visa {
  padding: 24px;
  border-radius: 8px;
  border: 2px solid #F8F8F8;
  background: #FFF;
  margin-bottom: 24px;

}

.programms-desc-visa {
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    max-height: 145px;
}

.programms-desc-visa::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -13px;
    left: 0;
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255,255,255,0.2302054610906863)), color-stop(0.55, rgba(255,255,255,0.9528945367209384)));
    background: -webkit-linear-gradient(rgba(255,255,255,0.2302054610906863) 0%, rgba(255,255,255,0.9528945367209384) 55%);
    background: -moz-linear-gradient(rgba(255,255,255,0.2302054610906863) 0%, rgba(255,255,255,0.9528945367209384) 55%);
    background: -o-linear-gradient(rgba(255,255,255,0.2302054610906863) 0%, rgba(255,255,255,0.9528945367209384) 55%);
    background: linear-gradient(rgba(255,255,255,0.2302054610906863) 0%, rgba(255,255,255,0.9528945367209384) 55%);
    height: 40px;
    width: 100%;
}

.programms-desc-visa.other-show::before {
    display: none;
}

.visa-other.active {
    transform: rotate(180deg);
}

.visa-other {
    cursor: pointer;
    color: #3C5BFF;
      font-family: Nunito;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
      padding: 16px 0px;
      outline: none;
      border: none;
      background-color: #fff;
}


@media screen and (max-width: 1024px) {
  .programms-card {
    padding: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .programms-card-visa {
    padding: 16px;
  }
}

.programms-img {
  margin-right: 8px;
  width: 32px;
  aspect-ratio: 1 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.programms-flag {
  color: #242734;
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.programms-card-header {
  color: #636363;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.programms-header-content {
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
}

.programms-header-sum {
  margin-left: 16px;
}

.programms-card-title {
  margin-top: 16px;
  font-family: Nunito;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .programms-card-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
}

.programms-card-items {
  margin-top: 24px;
}

@media screen and (max-width: 1024px) {
  .programms-card-items {
    margin-top: 10px;
  }
}

.programms-card-item {
  color: #636363;
  align-items: center;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-top: 24px;
}

.programms-card-item-icon {
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 16px;
    background-position: center;
    min-width: 42px;
    min-height: 42px;
    
}

.programms-card-item-planet {
    background-image: url(../img/programm-card-planet.svg);
    
}

.programms-card-item-clock {
    background-image: url(../img/programm-card-clock.svg);

}

.programms-card-item-member {
    background-image: url(../img/programm-card-member.svg);

}

@media screen and (max-width: 1024px) {
  .programms-card-item-icon {
    min-width:32px;
    min-height: 32px;
}
}



@media screen and (max-width: 1024px) {
  .programms-card-item {
    margin-top: 8px;
  }
}

.programms-card-item:first-child {
  margin-top: 0px;
}

.programms-card-item img {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .programms-card-item img {
    width: 32px;
    height: 32px;
  }
}

.programms-card-item span {
  color: #242734;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.programms-desc {
  margin-top: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

@media screen and (max-width: 1024px) {
  .programms-desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.programms-card-link {
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 16px 0px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 4px;
  background: rgba(60, 91, 255, 0.16);
  cursor: pointer;
}

.programms-card-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .programms-card-link {
    margin-top: 24px;
  }
}

.programms-small-title {
  margin-top: 40px;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.mircare {
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .mircare {
    padding-bottom: 70px;
  }
}

.mircare-wrapper {
  padding: 100px 0px;
  max-width: 1416px;
  margin: 0 auto;
  border-radius: 8px;
  background: #F8F8F8;
}

@media screen and (max-width: 1024px) {
  .mircare-wrapper {
    padding: 35px 0px;
  }
}

.mircare-title {
  text-align: center;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .mircare-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}

.mircare-subtitle {
  margin-top: 32px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .mircare-subtitle {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .mircare-item {
    margin-bottom: 24px;
  }
}

.mircare-items {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .mircare-items {
    margin-top: 40px;
  }
}

.mircare-item-title {
  display: flex;
  align-items: center;
  color: #000;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.mircare-item-title svg {
  margin-right: 16px;
}

.mircare-item-text {
  margin-top: 12px;
  color: #636363;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.package-list li{
    margin: 0;
}

.package-list li:not(:last-child) {
    margin: 0;
}

.package-list-li {
    position: relative;
}
.package-list .package-list-li:not(:last-child):after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #242734;
    opacity: 0.1;
    right: 0;
    top: 0;
}

.package-list-wrap {
    padding: 0 20px;
}

.residences {
  padding-bottom: 130px;
}

.visas-navigation {
    margin-top: 60px;
    border-bottom: 2px solid #f8f8f8;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    gap: 60px;
    color: #242734;
    

      font-family: Nunito;
      font-size: 21px;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
}

.visas-navigation-country {
    text-align: center;
}

.visas-navigation-item {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #242734;
    align-items: center;
}

.visas-navigation-item:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: 0;
    background-color: #242734;
    transition: 0.3s;
    
}
.visas-navigation-item:hover:after {
    position: absolute;
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    bottom: -5px;
    right: 0;
    background-color: #242734;
    
}

@media screen and (max-width: 1024px) {
  .residences {
    padding-bottom: 70px;
  }
}

.residences-header {
  margin-top: 17px;
}

.residences-title {
  font-family: Nunito;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
}

.residences-table {
  margin-top: 43px;
}

.residences-subtitle {
  margin-top: 60px;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.residences-table {
  margin-top: 43px;
}

@media screen and (max-width: 1024px) {
  .residences-table {
    margin-top: 30px;
  }
}

.residences-table-header {
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  padding-bottom: 8px;
  display: none;
}

@media screen and (min-width: 768px) {
  .residences-table-header {
    display: block;
  }
}

.residences-item {
  cursor: pointer;
  display: block;
  text-decoration: none;
  padding: 23px 0px;
  border-bottom: 2px solid #f8f8f8;
  transition: 0.3s;
  color: #242734;
}


.residences-item:hover {
  opacity: 0.6;
  
}

.hover-none:hover {
  opacity: 1;
  cursor: auto;
}

.residences-item ul li {
  margin-top: 8px;
}

.residences-item ul li:first-child {
  margin-top: 0px;
}

.residences-card-country {
  color: #242734;
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.residences-card-country svg {
  margin-right: 16px;
}

.residences-card-price {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #242734;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-top: 8px;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .residences-card-price {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .residences-card-price {
    font-size: 14px;
  }
}

.residences-span-mobile {
  display: block;
  font-weight: 400;
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .residences-span-mobile {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .residences-span-mobile {
    font-size: 14px;
  }
}

.residences-card-term {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #242734;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .residences-card-term {
    margin: 8px 0px;
  }
}

@media screen and (max-width: 640px) {
  .residences-card-term {
    font-size: 14px;
  }
}

.residences-card-adventages {
  display: flex;
  align-items: center;
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}


.residences-card-adventages-icon {
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 16px;
    
}

.residences-card-adventages-planet {
    background-image: url(../img/adventages-planet.svg);
    min-width: 24px;
    min-height: 24px;
}

.residences-card-adventages-clock {
    background-image: url(../img/adventages-clock.svg);
    min-width: 24px;
    min-height: 24px;
}

.residences-card-adventages-family {
    background-image: url(../img/adventages-family.svg);
    min-width: 24px;
    min-height: 24px;
}

@media screen and (max-width: 640px) {
  .residences-card-adventages {
    font-size: 10px;
  }
}

.residences-card-adventages img {
  margin-right: 16px;
  min-width: 16px;
}

@media screen and (max-width: 640px) {
  .residences-card-adventages img {
    margin-right: 8px;
  }
}

.residences-card-adventages span {
  color: #242734;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

@media screen and (max-width: 640px) {
  .residences-card-adventages span {
    font-size: 14px;
  }
}

.footer {
  border-top: 1px solid #D4D4DB;
}

.footer-wrap {
  padding-top: 58px;
}

@media screen and (max-width: 1024px) {
  .footer-wrap {
    display: none;
  }
}

.footer-links li {
  margin-top: 24px;
}

.footer-links li:first-child {
  margin-top: 0px;
}

.footer-links li a {
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
  color: #242734;
  text-decoration: none;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer-links li a:hover {
  border-bottom: 1px solid #242734;
}

.footer-links-small li {
  display: flex;
  justify-content: start;
  padding-bottom: 10px;
}

.footer-links-small li a {
  text-decoration: none;
  transition: 0.3s;
  color: #636363;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-links-small li a:hover {
  color: #242734;
}

.footer-soc {
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 21px;
}

.footer-soc ul {
  margin-top: 30px;
}

.footer-soc ul li {
  margin-bottom: 12px;
}

.footer-soc ul li:last-child {
  margin-bottom: 0px;
}

.footer-soc ul li a {
  transition: 0.3s;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #242734;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.footer-soc ul li a:hover {
  opacity: 0.8;
}

.footer-soc ul li a svg {
  margin-right: 8px;
}

.footer-contacts {
  margin-top: 50px;
  padding-bottom: 60px;
}

.footer-address {
  background-color: #F8F8F8;
  border-radius: 4px;
  padding: 16px;
  height: 161px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.footer-address-header {
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 21px;
}

.footer-address a {
  color: #242734;
  text-decoration: none;
  transition: 0.3s;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.footer-address a:hover {
  opacity: 0.8;
}

.footer-street {
  margin-top: 12px;
  color: #636363;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.footer-brands {
  padding: 43px 0;
  border-bottom: 1px solid #D4D4DB;
  border-top: 1px solid #D4D4DB;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-brands-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #D4D4DB;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: Nunito;
  transition: 0.3s;
}

.footer-brands-item-contrast {

    display: flex;
    align-items: center;
    text-decoration: none;
    color: #D4D4DB;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: Nunito;
    transition: 0.3s;
}

.footer-brands-item-contrast img {
  filter: grayscale(100%) contrast(40%);
  margin-right: 16px;
  transition: 0.3s;
}

.footer-brands-item-contrast:hover img {
  filter: none;
}


.footer-brands-item:hover {
  color: #242734;
}

.footer-brands-item:hover img {
  filter: none;
}

.footer-brands-item img {
  filter: grayscale(100%);
  margin-right: 16px;
  transition: 0.3s;
}

.footer-brands-item-filter-none img {
    filter: none;
}

.footer-brands-item-filter-none {
    color: #242734;
}


.footer-docs {
  display: flex;
  align-items: center;
}

.footer-docs li {
  margin-right: 10px;
}

.footer-docs li:last-child {
  margin-right: 0px;
}

.footer-docs li a {
  color: #636363;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-docs li a:hover {
  color: #242734;
}

.footer-imc {
  margin-left: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.footer-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.footer-copy,
.footer-copy a {
  padding-bottom: 55px;
  color: #636363;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

.footer-mobile {
  padding-top: 44px;
  display: none;
}
.footer-mobile .mobile-dropdowns {
	background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer-mobile {
    display: block;
  }
}

.footer-mobile-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-mobile ul li:first-child {
  margin-left: 0px;
}

.footer-mobile ul li a {
  transition: 0.3s;
}

.footer-mobile ul li a:hover {
  opacity: 0.8;
}

.footer-mobile ul li a svg {
  transition: 0.3s;
}

.footer-soc-item {
  margin-left: 24px;
}

.excellence {
  background-color: #242734;
  padding: 50px 0px;
}

@media screen and (max-width: 1024px) {
  .excellence {
    padding: 30px 0;
  }
}

.excellence-wrap {
  padding-top: 50px;
  padding-top: 20px;
}

.excellence-item {
  padding: 35px 0;
}

@media screen and (max-width: 1024px) {
  .excellence-item {
    padding: 10px 0;
  }
}

.excellence-header {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.excellence-icon {
  background-color: #3C5BFF;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}

.excellence-desc {
  margin-top: 16px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

@media screen and (max-width: 1024px) {
  .excellence-desc {
    margin-top: 5px;
  }
}

.reference {
  position: relative;
  padding: 100px 0px 60px 0px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .reference {
    padding: 35px 0px;
  }
}

.reference-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reference-title {
  display: flex;
}

.reference-title svg {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .reference-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}

.reference-title h2 {
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .reference-title h2 {
    font-family: Nunito;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}

.reference-span {
  color: #636363;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .reference-span {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
}

.reference-link {
  padding: 10px 16px;
  border-radius: 4px;
  border: 2px solid rgba(60, 91, 255, 0.16);
  background: rgba(60, 91, 255, 0.04);
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .reference-link {
    display: none;
  }
}

.reference-link:hover {
  opacity: 0.7;
}

.reference-link svg {
  margin-left: 10px;
}

.reference-mobile-link {
  width: 155px;
  margin-top: 40px;
  color: #3C5BFF;
  display: flex;
  padding: 8px 16px;
  border-radius: 4px;
  border: 2px solid rgba(60, 91, 255, 0.16);
  background: rgba(60, 91, 255, 0.04);
  align-items: center;
  text-decoration: none;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.3s;
  justify-content: space-between;
  display: none;
}

.reference-mobile-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  .reference-mobile-link {
    display: flex;
  }
}

.reference-swiper {
  margin-top: 62px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .reference-swiper {
    margin-top: 40px;
  }
}

.reference-video {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  aspect-ratio: 17 / 10;
  background-position: center;
  border-radius: 8px;
  transition: 0.3s;
}

.reference-video:hover {
  opacity: 0.8;
}

.reference-video:hover svg {
  opacity: 0.8;
}

.reference-video svg {
  transition: 0.3s;
}

.reference-btn {
  width: 64px;
  height: 64px;
  cursor: pointer;
}

.reference-button-prev {
  left: -50px !important;
  color: black !important;
}

.msg-reviews-prev,.msg-reviews-next {
  color: black !important;
}

@media screen and (max-width: 1360px) {
  .reference-button-prev {
    left: 10px !important;
    color: #3C5BFF !important;
  }
}

@media screen and (max-width: 1280px) {
  .reference-button-prev {
    display: none !important;
  }
}

.reference-button-next {
  color: black !important;
  right: -50px !important;
}

@media screen and (max-width: 1360px) {
  .reference-button-next {
    right: 10px !important;
    color: #3C5BFF !important;
  }
}

@media screen and (max-width: 1280px) {
  .reference-button-next {
    display: none !important;
  }
}

.cases {
  background-color: #F8F8F8;
  padding: 130px 0px;
}

.cases-wrap {
  padding-bottom: 40px;
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .cases-wrap {
    margin-top: 40px;
    padding-bottom: 30px;
  }
}

.cases-block {
  padding: 40px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .cases-block {
    padding: 16px;
  }
}

.cases-block-title {
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.cases-block-member {
  margin-top: 18px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .cases-block-member {
    margin-top: 16px;
  }
}

.cases-block-prof {
  margin-top: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}

.cases-block-desc {
  margin-top: 18px;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 27px;
}

@media screen and (max-width: 1024px) {
  .cases-block-desc {
    margin-top: 16px;
  }
}

.cases-block-link {
  display: flex;
  align-items: center;
  margin-top: 25px;
  text-decoration: none;
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transition: 0.3s;
}

.cases-block-link:hover {
  opacity: 0.8;
}

.cases-block-link svg {
  margin-left: 16px;
}

.cases-block-img img {
  border-radius: 8px;
  width: 100%;
}

.cases-block-img {
  display: block;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}

.cases-block-img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .cases-block-img {
    margin-top: 16px;
  }
}

.cases-block-img svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .cases {
    padding: 35px 0px;
  }
}

.cases-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cases-title {
  display: flex;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

.cases-title svg {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .cases-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
    min-width: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .cases-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}

.cases-header-span {
  color: #636363;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  display: inline-block;  
}

@media screen and (max-width: 1024px) {
  .cases-header-span {
    font-family: Nunito;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
}

.cases-header-link {
  padding: 8px 16px;
  text-decoration: none;
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  border: 2px solid rgba(60, 91, 255, 0.16);
  background: rgba(60, 91, 255, 0.04);
  transition: 0.3s;
}

.cases-header-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .cases-header-link {
    display: none;
  }
}

.cases-swiper {
  margin-top: 62px;
}

@media screen and (max-width: 1024px) {
  .cases-swiper {
    margin-top: 40px;
  }
}

.cases-item {
  cursor: pointer;
  padding: 40px;
  border-radius: 8px;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .cases-item {
    padding: 24px;
  }
}

.cases-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}

.cases-content-header-title {
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .cases-content-header h3 {
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
}

.cases-content-text {
  flex-grow: 1;
  margin-top: 18px;
  color: #242734;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 27px;
}

@media screen and (max-width: 1024px) {
  .cases-content-text {
    margin-top: 16px;
  }
}

.cases-content-footer {
  margin-top: 18px;
}

.cases-content-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transition: 0.3s;
}

.cases-content-link:hover {
  opacity: 0.8;
}

.cases-content-link:hover svg {
  transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
}

.cases-content-link svg {
  transition: 0.3s;
  margin-left: 16px;
}

.cases-link {
  display: block;
  margin-top: 16px;
  text-decoration: none;
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: 0.3s;
}

.cases-link:hover {
  opacity: 0.8;
}

.cases-hero {
  margin-top: 18px;
  color: #242734;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cases-hero span {
  color: #242734;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}

@media screen and (max-width: 1024px) {
  .cases-hero {
    margin-top: 16px;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.cases-video {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  border-radius: 8px;
  transition: 0.3s;
  z-index: 1000;
  max-height: 347px;
}

/* .cases-video:hover {
  opacity: 0.8;
} */

.cases-video:hover svg {
  opacity: 0.8;
}

.cases-video svg {
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  .cases-video {
    display: none;
  }
}

.cases-shadow {
  z-index: 1;
  height: 100%;
  width: 250px;
  background: linear-gradient(270deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .cases-shadow {
    display: none;
  }
}

.cases-swiper-wrapper {
  width: 1300px;
}

@media screen and (max-width: 1380px) {
  .cases-swiper-wrapper {
    width: 100%;
  }
}

.cases-mobile-video {
  margin-bottom: 32px;
  cursor: pointer;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  transition: 0.3s;
  display: none;
}

@media screen and (max-width: 1200px) {
  .cases-mobile-video {
    display: flex;
  }
}

.cases-mobile-video:hover {
  opacity: 0.8;
}

.cases-button-next {
  z-index: 1;
  color: black !important;
  right: 150px !important;
}

@media screen and (max-width: 1360px) {
  .cases-button-next {
    right: 90px !important;
  }
}

@media screen and (max-width: 1024px) {
  .cases-button-next {
    display: none !important;
  }
}

.case {
  padding-bottom: 100px;
}

.case-header-desktop {
  display: block;
}

@media screen and (max-width: 1024px) {
  .case-header-desktop {
    display: block;
  }
}

.case-header-mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .case-header-mobile {
    display: block;
  }
}

.case-shadow {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
}

.case-card {
  padding: 24px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media screen and (max-width: 1024px) {
  .case-card-img {
    margin-top: 40px;
  }
}

.case-card-title {
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.case-card-prof {
  margin: 17px 0px;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}

@media screen and (max-width: 1024px) {
  .case-card-prof {
    margin: 3px 0 18px 0px;
  }
}

.case-card-desc {
  font-family: Montserrat;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 27px;
}

.case-card-text {
    max-height: 190px;
    overflow: hidden;
    position: relative;
}

.read-more-checker {
    opacity: 0;
    position: absolute;
}

.read-more-checker-eng {
    opacity: 0;
    position: absolute;
}

.read-more-button {
    cursor: pointer;
    color: #3C5BFF;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    transition: 0.3s;
}

.read-more-checker ~ .read-more-button:after {
    content: "Читать далее";
}

.read-more-checker:checked ~ .read-more-button:after {
    content: "Скрыть";
}

.read-more-checker .read-more-button:after {
    content: "Читать еще";
}

.read-more-button:hover {
    opacity: 0.8;
}

.read-more-checker-eng ~ .read-more-button:after {
    content: "Read more";
}

.read-more-checker-eng:checked ~ .read-more-button:after {
    content: "Hide";
}

.read-more-checker-eng .read-more-button:after {
    content: "Read more";
}

.read-more-button:hover {
    opacity: 0.8;
}

.read-more-checker:checked ~ .case-card-text {
    max-height: none;
}

.read-more-checker-eng:checked ~ .case-card-text {
    max-height: none;
}

@media screen and (max-width: 1024px) {
  .case-card-desc {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 21px;
  }
}

.case-card-video {
  position: relative;
  display: block;
  margin-top: 32px;
  transition: 0.3s;
  cursor: pointer;
}
.case-card-video img {
	border-radius: 5px;
}

.case-card-video:hover {
  opacity: 0.8;
}

.case-card-video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .case {
    padding-bottom: 70px;
  }
}

.case-wrap {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .case-wrap {
    margin-top: 40px;
  }
}

.case-title {
  margin-top: 17px;
  font-family: Nunito;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
}

@media screen and (max-width: 1024px) {
  .case-title {
    font-size: 38px;
  }
}

@media screen and (max-width: 640px) {
  .case-title {
    text-align: center;
  }
}

.case-start {
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.case ul {
  padding-left: 12px;
  margin-top: 16px;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.case-quest-title {
    font-family: Nunito;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: normal; 
}

.case-quest-question {
    color: #636363;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal; 
}

.case-quest-answer {
    margin-top: 8px;
    font-family: Montserrat;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 27px;
}

.case-quest-answer-not-italic {
    margin-top: 8px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.case-quest-answer-row {
    font-family: Montserrat;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 27px;
}

.case-quest-item {
    margin-top: 16px;    
}

.case-quest-item-row {
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 1024px) {
    .case-quest-item-row {
    margin-top: 5px;
    display: block;
    align-items: center;
    gap: 10px;
}

  
}

.case-quest-list {
    padding-left: 0px !important;
    margin-bottom: 64px;
    padding-right: 55px;
}

@media screen and (max-width: 1024px) {
    .case-quest-title {
        font-family: Nunito;
        font-size: 21px;
        font-style: normal;
        font-weight: 800;
        line-height: normal; 
    }
    .case-quest-list {
        margin-bottom: 50px;
    }
  
}


.case-start-item {
  position: relative;
}

.case-start-item::before {
  top: 50%;
  left: -10px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #242734;
  position: absolute;
  border-radius: 50%;
  transform: translateY(-50%);
}

.case-results {
  margin-top: 32px;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.case-results-border {
  z-index: -10;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: linear-gradient(180deg, #FFF 0%, #3C5BFF 100%);
  width: 3px;
  height: calc(100% - 10px);
}

@media screen and (max-width: 1024px) {
  .case-results-border {
    bottom: 15px;
    height: calc(100% - 15px);
  }
  
  .case-results {
  font-size: 14px;
}
  
}

.case-results ul {
  margin-top: 18px;
}

.case-results-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.case-results-item:last-child {
  margin-bottom: 0px;
}

.case-results-item svg {
  margin-right: 16px;
}

.case-results-item-wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .case-results-item-wrap {
    display: block;
  }
}

.case-results-item-title {
  display: flex;
  align-items: center;
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-right: 30px;
}

.case-results-item-desc {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.case-total {
  margin: 32px 0px;
  padding: 24px;
  border-radius: 8px;
  background: #3C5BFF;
  color: #F8F8F8;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.case-total ul {
  margin-top: 16px;
}

.case-total ul li {
  position: relative;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

@media screen and (max-width: 640px) {
  .case-total ul li {
    margin-bottom: 5px;
  }
}

.case-total ul li:last-child {
  margin-bottom: 0px;
}

.case-total ul li::before {
  top: 50%;
  left: -10px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .case-total ul li::before {
    top: 25%;
  }
}

.case-pagination {
  padding: 56px 0px;
}

@media screen and (max-width: 1024px) {
  .case-pagination {
    padding: 0px;
  }
}

.case-pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .case-pagination-wrap {
    flex-direction: column;
  }
}

.case-pagination-link a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  border: 2px solid rgba(60, 91, 255, 0.16);
  background: rgba(60, 91, 255, 0.04);
  transition: 0.3s;
}

.case-pagination-link a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .case-pagination-link a {
    margin-top: 30px;
  }
}

.case-pref {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  .case-pref {
    padding: 30px 0px;
    border-bottom: 1px solid #d9d9d9;
  }
}

.case-pref:hover {
  opacity: 0.8;
}

.case-pref-wrap {
  max-width: 300px;
  gap: 16px;
  display: flex;
  align-items: center;
}

.case-pref-img img {
  min-width: 64px;
  min-height: 64px;
  border-radius: 8px;
}

.case-pref-nav {
  color: #3C5BFF;
  text-align: left;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.case-pref-desc {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  opacity: 0.4;
}

.case-next {
  transition: 0.3s;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 16px;
}

@media screen and (max-width: 1024px) {
  .case-next {
    padding: 30px 0px;
    border-bottom: 1px solid #d9d9d9;
  }
}

@media screen and (max-width: 640px) {
  .case-next {
    gap: 10px;
  }
}

.case-next:hover {
  opacity: 0.8;
}

.case-next-wrap {
  max-width: 300px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.case-next-nav {
  color: #3C5BFF;
  text-align: right;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.case-next-desc {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  opacity: 0.4;
}

.media {
  padding-top: 100px;
  padding-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .media {
    padding-top: 50px;
  }
}

.media-title {
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .media-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}

.media-title svg {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .media-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}

.media-items {
  margin-top: 66px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .media-items {
    margin-top: 40px;
    padding-bottom: 50px;
  }
}

.media-item {
  display: block;
  padding: 0px 24px 24px 24px;
  transition: 0.3s;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #F8F8F8;
  margin: 4px 0px;
}

@media screen and (max-width: 576px) {
  .media-item {
    padding: 16px;
    display: flex;
    align-items: center;
  }
}

.media-item:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
}

.media-item:hover .media-svg svg {
  filter: brightness(0) saturate(100%) invert(33%) sepia(91%) saturate(4065%) hue-rotate(225deg) brightness(101%) contrast(100%);
}

.media-svg svg {
  transition: 0.1s;
}

.media-desc {
  height: 80px;
  color: #242734;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

@media screen and (max-width: 576px) {
  .media-desc {
    margin-left: 16px;
  }
}

.media-svg {
  margin-top: 16px;
}

@media screen and (max-width: 640px) {
  .media-svg {
    display: none;
  }
}

.media-img {
  height: 80px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .media-img {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .media-img img {
    width: 100px;
    max-width: 100px;
  }
}

.reviews {
  padding: 100px 0px;
}
.reviews-button-next {
  z-index: 1;
  color: black !important;
  right: 310px !important;
}

@media screen and (max-width: 1360px) {
  .reviews-button-next {
    right: 130px !important;
  }
}

@media screen and (max-width: 1024px) {
  .reviews-button-next {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .reviews {
    padding: 35px 0px;
  }
}

.reviews-span {
  color: #636363;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  
  /* font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px; */
}

@media screen and (max-width: 1024px) {
  .reviews-span {
    font-family: Nunito;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* font-size: 28px;
    font-weight: 800;
    line-height: 28px; */
  }
}

.reviews-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews-title {
  display: flex;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}


.reviews_title {
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

.reviews h2 {
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .reviews h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 28px;
  }
  
  .reviews_title {
    font-size: 28px;
    font-weight: 800;
    line-height: 28px;
  }
  .reviews-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 28px;
  }
}

.reviews-header svg {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .reviews-header svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
    min-width: 24px;
  }
  
}

.reviews-header-link {
  white-space: nowrap;
  display: flex;
  padding: 8px 16px;
  text-decoration: none;
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  border: 2px solid rgba(60, 91, 255, 0.16);
  background: rgba(60, 91, 255, 0.04);
  transition: 0.3s;
}

.visas-header-link {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  text-decoration: none;
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  border: 2px solid rgba(60, 91, 255, 0.16);
  background: rgba(60, 91, 255, 0.04);
  transition: 0.3s;
}

.visas-desc {
    font-size: 13px;
    line-height: normal;
}

.visas-desc-title {
    font-weight: 600;
}

.visas-desc-list {
    margin-top: 5px;
}

.reviews-header-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .reviews-header-link {
    display: none;
  }
}

.reviews-swiper {
  margin-top: 58px;
}

.reviews-video {
  cursor: pointer;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  .reviews-video {
    padding: 16px;
  }
}

.reviews-video:hover {
  opacity: 0.8;
}

.reviews-video-content {
  width: 250px;
  margin-top: 34px;
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .reviews-video-content {
    margin-top: 10px;
  }
}

.reviews-video-header {
  position: absolute;
  top: 24px;
  left: 24px;
}

@media screen and (max-width: 1024px) {
  .reviews-video-header {
    top: 16px;
    left: 16px;
  }
}

.reviews-video-title {
  color: #FFF;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .reviews-video-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
}

.reviews-video-avatar img {
  min-width: 40px;
  min-height: 40px;
  margin-right: 16px;
  border-radius: 4px;
}


.reviews-item {
  cursor: pointer;
  padding: 24px;
  border-radius: 8px;
  border: 2px solid #F8F8F8;
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .reviews-item {
    padding: 16px;
    margin-top: 8px;
  }
}

.reviews-item:first-child {
  margin-top: 0px;
}

.reviews-item-title {
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .reviews-item-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
}

.reviews-item-text {
  height: 130px;
  color: #242734;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  overflow: hidden;
  margin: 16px 0px;
}

@media screen and (max-width: 1024px) {
  .reviews-item-text {
    margin: 10px 0px;
    height: 107px;
  }
}

.reviews-item-content {
  display: flex;
  align-items: center;
  color: #636363;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.reviews-item-avatar img {
  margin-right: 16px;
  border-radius: 4px;
  min-width: 40px;
}

@media screen and (max-width: 1024px) {
  .reviews-item-avatar img {
    border-radius: 100%;
    max-width: 16px;
  }
}

.reviews-swiper-wrapper {
  width: 1450px;
}

@media screen and (max-width: 1280px) {
  .reviews-swiper-wrapper {
    width: 100%;
  }
}

.selection {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .selection {
    margin-top: 40px;
  }
}

.selection-wrapper {
  padding-top: 80px;
  padding-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .selection-wrapper {
    padding-bottom: 0px;
  }
}

.selection-repeat {
  color: #3C5BFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
}

.selection-phone {
  color: #242734;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
  transition: 0.3s;
}

.selection-phone:hover {
  opacity: 0.8;
}

.selection-title {
  font-family: Nunito;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 640px) {
  .selection-title {
    text-align: left;
  }
}

.selection-total {
  margin-top: 32px;
  color: #242734;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.selection-total span {
  margin-right: 8px;
}

@media screen and (max-width: 640px) {
  .selection-total {
    text-align: left;
  }
}

.selection-pref {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  gap: 8px;
  color: #242734;
  margin-bottom: 32px;
  transition: 0.3s;
}

.selection-pref:hover {
  opacity: 0.8;
}

.selection-img {
  top: 150px;
}

.selection-question {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: Nunito;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.selection-content {
  max-width: 600px;
}

.selection-items {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .selection-items {
    margin-top: 20px;
  }
}

.selection-items li {
  margin-bottom: 12px;
}

.selection-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-radius: 8px;
  background: #F8F8F8;
  color: #242734;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  transition: 0.3s;
  border: none;
  outline: none;
}

.selection-item:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .selection-item {
    padding: 16px;
  }
}

.selection-number {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  border-radius: 8px;
  background: #3C5BFF;
  width: 30px;
  height: 30px;
}

.guarant {
  padding: 130px 0px 100px 0px;
}

.guarant > .section-container > .section-span {
  display: none;
}

@media screen and (max-width: 1024px) {
  .guarant {
    padding: 35px 0px;
  }
}

.guarant-span {
  color: #636363;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .guarant-span {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .guarant-items {
    margin-top: 40px;
  }
}

.guarant-desc {
  margin-top: 34px;
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  max-width: 450px;
}

@media screen and (max-width: 1024px) {
  .guarant-desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}

@media screen and (max-width: 640px) {
  .guarant-desc {
    max-width: 100%;
  }
}

.guarant-item {
  display: flex;
  margin-bottom: 32px;
}

.guarant-item-img svg {
  margin-right: 12px;
}

.guarant-item-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.guarant-item-text a {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  color: #3C5BFF;
  transition: 0.3s;
}

.guarant-item-text a:hover {
  opacity: 0.8;
}

.guarant-title {
  display: flex;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .guarant-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}

.guarant-title svg {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .guarant-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}

.directions {
  padding: 100px 0px 0px 0px;
}

@media screen and (max-width: 1024px) {
  .directions {
    padding: 35px 0px;
  }
}

.directions-title {
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .directions-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
}

.directions-title svg {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .directions-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}

.directions-wrap {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .directions-wrap {
    margin-top: 40px;
  }
}

.directions-item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  border: 2px solid #F8F8F8;
  background: #FFF;
  margin-bottom: 32px;
}

.directions-item-title {
  margin: 16px 0px;
  font-family: Nunito;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.directions-visa {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.directions-price {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.directions-link {
  margin-top: 32px;
  padding: 16px 0px;
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  background: rgba(60, 91, 255, 0.16);
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}

.directions-link:hover {
  opacity: 0.8;
}

.recall {
  padding-top: 17px;
}

.recall-title {
  font-family: Nunito;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
}

@media screen and (max-width: 1024px) {
  .recall-title {
    font-size: 38px;
    text-align: center;
  }
}

.recall-filter-wrap {
  margin-right: 32px;
}

@media screen and (max-width: 768px) {
  .recall-filter-wrap {
    margin-right: 0px;
    margin-bottom: 16px;
  }
}

.recall-filters {
  margin-top: 60px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .recall-filters {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .recall-filters {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.recall-filter {
  width: 300px;
}

.recall-option {
  font-family: Nunito;
}

.recall-count {
  margin-top: 60px;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .recall-count {
    margin-top: 30px;
  }
}

.recall-swiper {
  margin-top: 45px;
  width: 1400px;
}

@media screen and (max-width: 1610px) {
  .recall-swiper {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .recall-swiper {
    margin-top: 30px;
  }
}

.recall-img img {
  border-radius: 8px;
}

.recall-video {
  border-radius: 8px;
  transition: 0.3s;
  cursor: pointer;
}

.recall-video:hover {
  opacity: 0.8;
}

.recall-img {
  position: relative;
}

.recall-img svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.recall-item-title {
  margin-top: 8px;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px;
}

.recall-bottom {
  width: 100%;
  margin-top: 13px;
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.recall-bottom-img img {
  margin-right: 16px;
  min-width: 24px;
  height: 24px;
  border-radius: 4px;
}

.recall-cards {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .recall-cards {
    margin-top: 20px;
  }
}

.recall-card {
  padding: 24px;
  border-radius: 8px;
  border: 2px solid #F8F8F8;
  margin-bottom: 32px;
}

.recall-card-title {
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.recall-card-text {
  margin: 16px 0px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.recall-card-img img {
  margin-right: 16px;
  min-width: 40px;
  height: 40px;
}

.recall-card-bottom {
  display: flex;
  align-items: center;
  color: #636363;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.blog {
    padding-bottom: 100px;
}

.blog-form-wrap {
    padding: 70px 20px;
}


@media screen and (max-width: 1024px) {
  .blog {
    padding-bottom: 70px;
  }
  
    .blog-form-wrap {
        padding: 60px 0px;
    }
}
.blog-wrapper {
  max-width: 1416px;
  margin: 0 auto;
  border-radius: 32px;
  background: #F8F8F8;
}

@media screen and (max-width: 1024px) {
  .blog-wrapper {
    border-radius: 0px;
    padding-bottom: 70px;
  }
}

.blog-header {
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 68px;
}

@media screen and (max-width: 1024px) {
  .blog-header {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.blog-header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-header-wrap span {
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.blog-header-wrap a {
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  border: 2px solid rgba(60, 91, 255, 0.16);
  background: rgba(60, 91, 255, 0.04);
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.3s;
}

.blog-header-wrap a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .blog-header-wrap a {
    display: none;
  }
}

.blog-articles {
  margin-top: 32px;
  margin-bottom: 51px;
}

@media screen and (max-width: 1024px) {
  .blog-articles {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.blog-article {
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .blog-article {
    display: flex;
    margin-bottom: 20px;
  }
}

.blog-article-img {
  display: block;
  height: 190px;
  transition: 0.3s;
}
.blog-article-img img {
	border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  .blog-article-img {
    height: auto;
  }
}

.blog-article-img:hover {
  opacity: 0.8;
}

.blog-article-img img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .blog-article-img img {
    max-width: 200px;
  }
}

@media screen and (max-width: 640px) {
  .blog-article-img img {
    max-width: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .blog-article-content {
    margin-left: 14px;
  }
}

.blog-article-tags {
  display: flex;
  align-items: center;
  margin-top: 16px;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .blog-article-tags {
    display: none;
  }
}

.blog-article-tags li {
  margin-right: 5px;
}

.blog-article-tags li:last-child {
  margin-right: 0px;
}

.blog-article-tags li a {
  text-decoration: none;
  color: #3C5BFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s;
}

.blog-article-tags li a:hover {
  opacity: 0.8;
}

.blog-article-title {
  display: block;
  color: #242734;
  text-decoration: none;
  margin: 8px 0px;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  .blog-article-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 0px;
  }
}

.blog-article-title:hover {
  text-decoration: underline;
}

.blog-mm {
  margin-top: 32px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .blog-mm {
    padding-bottom: 20px;
  }
}

.blog-mm-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-mm-header a {
  display: flex;
  align-items: center;
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
  transition: 0.3s;
}

.blog-mm-header a:hover {
  opacity: 0.8;
}

.blog-mm-header a img {
  margin-left: 8px;
}

.blog-mm-desc {
  margin-top: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .blog-mm-desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }
}

.blog-mm-name {
  display: flex;
  align-items: center;
}

.blog-mm-name span {
  margin-left: 8px;
}

.blog-mm-card {
  padding: 24px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .blog-mm-card {
    margin-bottom: 20px;
    padding: 16px;
  }
}

.blog-title {
  display: flex;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .blog-title {
    align-items: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}

.blog-title svg {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .blog-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}

.blog-socials {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .blog-socials {
    display: none;
  }
}

.blog-socials li {
  margin-right: 32px;
}

.blog-socials li:last-child {
  margin-right: 0px;
}

.blog-social-item {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #636363;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.3s;
}

.blog-social-item svg {
  margin-right: 16px;
}

.blog-social-item:hover {
  opacity: 0.8;
}

.blog-article-bot {
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  flex-wrap: wrap;
}

.blog-bot-item {
  margin-right: 16px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .blog-bot-item {
    margin-right: 12px;
  }
}

.blog-bot-item-icon {
  margin-right: 4px;
}

.blog-mobile-link {
  margin-bottom: 20px;
  width: 155px;
  color: #3C5BFF;
  display: flex;
  padding: 8px 16px;
  border-radius: 4px;
  border: 2px solid rgba(60, 91, 255, 0.16);
  background: rgba(60, 91, 255, 0.04);
  align-items: center;
  text-decoration: none;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.3s;
  justify-content: space-between;
  display: none;
}

.blog-mobile-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  .blog-mobile-link {
    display: flex;
  }
}

.compare-title {
  font-family: Nunito;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
  margin-top: 17px;
}

@media screen and (max-width: 1024px) {
  .compare-title {
    font-size: 38px;
    text-align: center;
  }
}

.compare-subtitle {
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 640px) {
  .compare-subtitle {
    text-align: center;
  }
}

.compare-filter {
  max-width: 100%;
}

.compare-wrap {
  padding: 50px 0px;
}

@media screen and (max-width: 1024px) {
  .compare-wrap {
    padding: 30px 0px;
  }
}

.compare-items {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .compare-items {
    margin-top: 30px;
  }
}

.compare-item-last {
  display: block;
}

@media screen and (max-width: 1024px) {
  .compare-item-last {
    display: none;
  }
}

.compare-content-block {
  margin-top: 4px;
  padding-top: 24px;
  background-color: #f8f8f8;
  border-radius: 4px;
}

@media screen and (max-width: 640px) {
  .compare-content-block {
    padding-top: 10px;
  }
}

.compare-content-block ul {
  margin-top: 24px;
}

@media screen and (max-width: 640px) {
  .compare-content-block ul {
    margin-top: 10px;
  }
}

.compare-content-block ul li {
  padding: 15px 24px;
  color: #636363;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  border-bottom: 1px solid #EBEBEB;
}

.compare-content-block ul li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  .compare-content-block ul li {
    padding: 10px 6px;
    font-size: 12px;
  }
}

.compare-content-block ul li span {
  color: #242734;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

@media screen and (max-width: 640px) {
  .compare-content-block ul li span {
    font-size: 12px;
  }
}

.compare-content-title {
  color: #636363;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 640px) {
  .compare-content-title {
    font-size: 12px;
  }
}

.request {
  padding: 100px 0px;
}

@media screen and (max-width: 1024px) {
  .request {
    padding: 35px 0px;
  }
}

.request-form {
  min-width: 100%;
  color: #000;
  background-color: #fff;
}

.request-textarea {
  padding: 24px;
  resize: none;
  width: calc(100% - 50px);
  outline: none;
  border: none;
  border-radius: 4px;
  background: #F8F8F8;
  padding-left: 24px;
}

.request-title {
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

.request-partner-title {
    color: #000;
    font-family: Nunito;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

@media screen and (max-width: 1024px) {
  .request-title {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
}

.request-desc {
  margin-top: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

@media screen and (max-width: 1024px) {
  .request-desc {
    text-align: center;
  }
}

.request-inputs {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .request-inputs {
    margin-top: 20px;
  }
}

.request-input {
  box-sizing: border-box;
  padding: 0px 0px 0px 24px;
  height: 60px;
  outline: none;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: none;
  background-color: #F8F8F8;
  border-radius: 8px;
  transition: 0.3s;
  border: 2px solid #fff;
}

.request-input:focus {
  border: 2px solid #3C5BFF;
}

.request-input-wrap {
  margin-bottom: 16px;
}

.request-input-news {
    width: 100%
}

@media screen and (min-width: 992px) {
  .request-input-news {
        width: auto;
    }
}
.gap-10 {
    gap: 0px;
}

@media screen and (min-width: 992px) {
  .gap-10 {
    gap: 10px;
}
}

.request-check {
  cursor: pointer;
}

.request-check-input {
  transition: 0.3s;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.request-check-input:checked + .request-check-box {
  background-image: url(../img/check-on.svg);
}

.request-check-input-white {
  transition: 0.3s;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.request-check-input-white:checked + .request-check-box {
  background-image: url(../img/check-on-white.svg);
}

.request-check-box {
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #F8F8F8;
  border-radius: 4px;
}

.request-check-text {
/*  max-width: 330px; */
  position: absolute;
  left: 46px;
  color: #636363;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

@media screen and (max-width: 1024px) {
  .request-check-text {
    left: 60px;
  }
}

.request-check-text a {
  color: #636363;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  text-decoration-line: underline;
  transition: 0.3s;
}

.request-check-text a:hover {
  color: #000;
}

.request-submit {
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  margin-top: 100px;
  border-radius: 4px;
  background: #3C5BFF;
  padding: 24px 40px;
  width: 100%;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transition: 0.3s;
}

.request-submit-red {
    background: #FF415A;;
}

.news-submit {
    margin: 0 auto;
    cursor: pointer;
      color: #fff;
      border: none;
      outline: none;
      height: 54px;
      border-radius: 4px;
      background: #3C5BFF;
      display: flex;
      align-items: center;
      padding: 0 10px;
      justify-content: center;
      width: 270px;
      font-family: Nunito;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
      transition: 0.3s;
}
.border-news {
    border: 1px solid #f8f8f8;
    padding: 10px;
    border-radius: 8px;
}
.news-submit:hover {
  opacity: 0.8;
}

.request-submit:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .request-submit {
    margin-top: 120px;
  }
}

.request-img {
  padding-left: 100px;
}

@media screen and (max-width: 991px) {
  .request-img {
    display: none;
  }
}

.request-img img {
  border-radius: 8px;
}

.request-img-mobile {
  margin-bottom: 15px;
  display: none;
  width: 100%;
  justify-content: center;
}

@media screen and (max-width: 990px) {
  .request-img-mobile {
    display: flex;
  }
}

.licenses {
  padding: 100px 0px;
}

.licenses-item {
  margin-bottom: 10px;
}

.licenses-title {
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

.licenses-title svg {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
    
  .licenses {
      padding: 50px 0px;
  }
  .licenses-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .licenses-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}

.licenses-wrap {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .licenses-wrap {
    display: none;
  }
}

.licenses-swiper {
  margin-top: 50px;
  display: none;
}

@media screen and (max-width: 1024px) {
  .licenses-swiper {
    display: flex;
  }
}

.offices-p-top {
  padding-top: 100px;
}

@media screen and (max-width: 1024px) {
  .offices-p-top {
      padding-top: 60px;
   }
}

.offices-title {
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

.offices-title svg {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .offices-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}

@media screen and (max-width: 1024px) {
  .offices-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}

.offices-wrap {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .offices-wrap {
    display: none;
  }
}

.offices-wrapper {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .offices-img {
    display: none;
  }
}

.offices-item {
  border-radius: 8px;
  background: #F8F8F8;
}

.offices-item-wrap {
  padding: 24px;
}

.offices-header {
  display: flex;
  align-items: center;
}

.offices-city {
  margin-left: 24px;
  color: #636363;
  font-family: Nunito;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.offices-city span {
  color: #242734;
  font-family: Nunito;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .offices-city {
    margin-left: 0px;
  }
}

.offices-address {
  margin-top: 32px;
  color: #242734;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.offices-address span {
  color: #636363;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

@media screen and (max-width: 1024px) {
  .offices-address {
    margin-top: 16px;
  }
}

.offices-phone {
  margin-top: 32px;
  color: #242734;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.offices-phone a {
  display: block;
  margin-top: 8px;
  color: #242734;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  transition: 0.3s;
}

.offices-phone a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .offices-phone {
    margin-top: 16px;
  }
}

.offices-schedule {
  margin-top: 32px;
  color: #242734;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.offices-schedule span {
  color: #636363;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

@media screen and (max-width: 1024px) {
  .offices-schedule {
    margin-top: 16px;
  }
}

.offices-desc {
  color: #636363;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.offices-item-btn {
  color: #fff;
  outline: none;
  border: none;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  margin-top: 48px;
  width: 100%;
  border-radius: 4px;
  background: #3C5BFF;
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.offices-item-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .offices-item-btn {
    margin-top: 16px;
  }
}

.offices-tabs {
  margin-top: 40px;
  display: none;
}

@media screen and (max-width: 1024px) {
  .offices-tabs {
    display: block;
  }
}

.offices-tabs-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .offices-tabs-container {
    justify-content: space-between;
  }
}

.offices-tab {
  cursor: pointer;
  transition: 0.3s;
  padding-bottom: 14px;
  border-bottom: 3px solid #fff;
}

.offices-tabs-container {
  border-bottom: 1px solid #f8f8f8;
}

.offices-active-tab {
  padding-bottom: 14px;
  border-bottom: 3px solid #3C5BFF;
}

.offices-svg-wrap img {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
}

.command {
  background-color: #242734;
  padding: 100px 0px 130px 0px;
}

@media screen and (max-width: 1024px) {
  .command {
    padding: 70px 0px;
  }
}

.command-title {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

.command-title svg {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .command-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}

@media screen and (max-width: 1024px) {
  .command-title {
    font-family: Nunito;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}

.command-wrap {
  margin-top: 70px;
  margin-bottom: 70px;
}

@media screen and (max-width: 1024px) {
  .command-wrap {
    margin-top: 30px;
  }
}

.command-wrapper {
  padding-top: 100px;
}

@media screen and (max-width: 1024px) {
  .command-wrapper {
    padding-top: 70px;
  }
}

.command-item {
  margin: 30px 0px;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .command-item {
    margin: 11px 0px;
  }
}

.command-item-icon {
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #3C5BFF;
}

.command-item-desc {
  color: #fff;
  font-family: Nunito;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .command-item-desc {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}

.command-members {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .command-members {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .command-member-img {
    margin-right: 16px;
    width: 100px;
    height: 100px;
  }
}

.command-member-img img {
  width: 100%;
  border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  .command-member-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
	min-width: 100px;
    
  }
}

@media screen and (max-width: 1024px) {
  .command-member {
    margin: 13px 0px;
    display: flex;
  }
}

.command-member-name {
  margin-top: 16px;
  color: #fff;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .command-member-name {
    margin-top: 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
}

.command-member-prof {
  margin-top: 8px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.command-member-desc {
  color: #7c7d85;
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.faq {
  padding: 100px 0px;
}

@media screen and (max-width: 1024px) {
  .faq {
    padding: 35px 0px;
  }
}

.faq-title {
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .faq-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}

.faq-title svg {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .faq-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}

.faq-wrap {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .faq-wrap {
    margin-top: 40px;
  }
}

.request-wrap-partner {
    margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .request-wrap-partner {
    margin-top: 40px;
  }
}

.faq-box {
  padding: 0 24px;
  position: relative;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 2px solid #F8F8F8;
}

@media screen and (max-width: 1024px) {
  .faq-box {
    padding: 0px 16px;
  }
}

.faq-label {
  padding: 24px 50px 24px 0px;
  cursor: pointer;
  position: relative;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  display: flex;
  align-items: center;
}
/*
.faq-label::after {
  content: '+';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 32px;
  color: #636363;
  font-weight: 300;
}
*/
.faq-label::after {
	content: '';
    position: absolute;
    top: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/assets/template/img/arrow-down.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s;
    right: 0;
    opacity: 0.7;
	transform-origin: center;
}
.faq-label.active::after {
  content: '';
  transform: rotate(180deg);
}
/*
.faq-label.active::after {
  content: '\2014';
  font-size: 20px;
}
*/

.faq-label.active .faq-content {
  padding-top: 24px;
}

@media screen and (max-width: 1024px) {
  .faq-label {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 16px 50px 16px 0px;
  }
}

.faq-number {
  margin-right: 16px;
  min-width: 30px;
  heigt: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  border-radius: 8px;
  background: #3C5BFF;
}

.faq-content p {
  padding-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .faq-content p {
    padding-bottom: 16px;
  }
}

.faq-content {
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  color: #242734;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-height: 0;
}

@media screen and (max-width: 1024px) {
  .faq-content {
    font-size: 14px;
  }
}

.faq-header-span {
  color: #636363;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .faq-header-span {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
}

.documents {
  padding: 100px 0px;
}

@media screen and (max-width: 1024px) {
  .documents {
    padding: 10px 0px;
  }
}

.documents-title {
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .documents-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}

.documents-title svg {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .documents-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}

.documents-wrap {
  margin-top: 60px;
}

.documents-item {
  display: flex;
  padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .documents-item {
    margin-bottom: 40px;
  }
}

.documents-item-title {
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .documents-item-title {
  text-align: center;
}
}

.documents-item-text {
  margin-top: 8px;
  color: #636363;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

@media screen and (max-width: 1024px) {
  .documents-img {
    margin: 0 auto;
    max-width: 200px;
  }
}

.documents-img img {
  width: 100%;
}

.video {
  background: #F8F8F8;
  padding: 100px 0px;
}

@media screen and (max-width: 1024px) {
  .video {
    padding: 70px 0px;
  }
}

.video-title {
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .video-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}

.video-title svg {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .video-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}

.video-wrap {
  display: block;
  position: relative;
  margin-top: 60px;
  width: 100%;
  border-radius: 8px;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  .video-wrap {
    margin-top: 40px;
  }
}

.video-wrap:hover {
  opacity: 0.8;
}

.video-wrap img {
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
}

.video-wrap svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .video-wrap svg {
    min-width: 64px;
    height: 64px;
  }
}

.care {
  padding: 100px 0px;
}

@media screen and (max-width: 1024px) {
  .care {
    padding: 35px 0px;
  }
}

.care-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.care-title {
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .care-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}

.care-title svg {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .care-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}

.care-notice {
  color: #FF415A;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #FFF1F3;
}

@media screen and (max-width: 1024px) {
  .care-notice {
    display: none;
  }
}

.care-notice svg {
  margin-left: 8px;
}

.care-item {
  display: flex;
  margin: 15px 0px;
}

@media screen and (max-width: 1024px) {
  .care-item {
    margin: 8px 0px;
  }
}

.care-item svg {
  margin-right: 24px;
  min-width: 40px;
  height: 40px;
}

.care-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.care-items {
  margin-top: 50px;
}

.smi-header {
  padding-bottom: 30px;
}

.smi-title {
  margin-top: 17px;
  font-family: Nunito;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
}

@media screen and (max-width: 1024px) {
  .smi-title {
    font-size: 38px;
  }
}

.error {
  padding-bottom: 130px;
}

@media screen and (max-width: 1024px) {
  .error {
    padding-bottom: 70px;
  }
}

.error-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error-num {
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 240px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.error-num-blue {
  color: #3C5BFF;
}

.error-num-yellow {
  color: #FFD337;
}

.error-num-red {
  color: #FF415A;
}

.error-desc {
  text-align: center;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

.error-text {
  margin-top: 23px;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.error-text ul {
  margin: 18px 0px;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.error-btn {
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 4px;
  background: #3C5BFF;
  padding: 24px 40px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transition: 0.3s;
}

.error-btn:hover {
  opacity: 0.8;
}

.error-btn svg {
  margin-left: 16px;
}

.news-tags a {
  text-decoration: none;
  color: #3C5BFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-right: 6px;
  transition: 0.3s;
  display: inline-block;
}

.news-tags a:hover {
  opacity: 0.8;
}

.news-title {
  font-family: Nunito;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
}

@media screen and (max-width: 1024px) {
  .news-title {
    font-size: 38px;
  }
}

@media screen and (max-width: 640px) {
  .news-title {
    text-align: center;
  }
}

.news-header {
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .news-header {
    justify-content: center;
  }
}

.news-span {
  margin-bottom: 24px;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.news-wrap {
  margin-top: 50px;
  padding-right: 20px;
}

.news-wrap li {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #f8f8f8;
}

.news-wrap li:first-child {
  padding-top: 0px;
}

.news-card {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .news-card {
    align-items: start;
  }
}

.news-card-title {
  color: #242734;
  text-decoration: none;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  transition: 0.3s;
}

.news-card-title:hover {
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  .news-card-title {
    font-size: 16px;
  }
}

.news-card-img {
  transition: 0.3s;
}

.news-card-img:hover {
  opacity: 0.8;
}

.news-card-img img {
  width: 176px;
  border-radius: 7px;
  min-width: 175px;
}

@media screen and (max-width: 640px) {
  .news-card-img img {
    min-width: 100px;
  }
}

.news-card-content {
  padding-left: 16px;
}

.news-card-date {
  margin-top: 8px;
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

@media screen and (max-width: 1240px) {
  .news-articles {
    display: none;
  }
}

.news-link {
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .news-link {
    display: none;
  }
}

.news-link a {
  margin-left: 3px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #3C5BFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  transition: 0.3s;
}

.news-link a:hover {
  opacity: 0.8;
}

.news-nav {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .news-nav {
    margin-top: 40px;
  }
}

.news-search {
  position: relative;
  border-radius: 4px;
  background: #F8F8F8;
}

@media screen and (max-width: 768px) {
  .news-search {
    margin-bottom: 10px;
  }
}

.news-search-icon {
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  left: 0;
}

.news-search input {
  font-family: Nunito;
  font-size: 18px;
  width: 100%;
  padding: 18px 24px 18px 60px;
  background: #F8F8F8;
  border-radius: 4px;
  border: 2px solid #fff;
  outline: none;
  transition: 0.1s;
  appearance: auto;
  box-sizing: border-box;  
}

@media screen and (max-width: 1024px) {
  .news-search input {
    padding: 18px 24px 18px 70px;
  }
}


.news-search input:focus {
  border: 2px solid #3C5BFF;
}

.news-blog {
  margin-top: 70px;
}

@media screen and (max-width: 1024px) {
  .news-blog {
    margin-top: 40px;
  }
}

.guaranty-items-row .col-lg-4:nth-child(1) .guaranty-item {
  padding: 0 10px 30px 0;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

@media screen and (max-width: 1024px) {
  .guaranty-items-row .col-lg-4:nth-child(1) .guaranty-item {
    border-right: none;
  }
}

.guaranty-items-row .col-lg-4:nth-child(2) .guaranty-item {
  padding: 0 10px 30px 10px;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

@media screen and (max-width: 1024px) {
  .guaranty-items-row .col-lg-4:nth-child(2) .guaranty-item {
    border-right: none;
  }
}

.guaranty-items-row .col-lg-4:nth-child(3) .guaranty-item {
  padding: 0 0 30px 10px;
  border-bottom: 1px solid #eaeaea;
}

.guaranty-items-row .col-lg-4:nth-child(4) .guaranty-item {
  padding: 10px 10px 30px 0;
  border-right: 1px solid #eaeaea;
}

@media screen and (max-width: 1024px) {
  .guaranty-items-row .col-lg-4:nth-child(4) .guaranty-item {
    border-right: none;
    border-bottom: 1px solid #eaeaea;
  }
}

.guaranty-items-row .col-lg-4:nth-child(5) .guaranty-item {
  padding: 10px 10px 30px 10px;
  border-right: 1px solid #eaeaea;
}

@media screen and (max-width: 1024px) {
  .guaranty-items-row .col-lg-4:nth-child(5) .guaranty-item {
    border-right: none;
    border-bottom: 1px solid #eaeaea;
  }
}

.guaranty-items-row .col-lg-4:nth-child(6) .guaranty-item {
  padding: 10px 0 30px 10px;
}

.guaranty-items {
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .guaranty-items {
    margin-top: 50px;
  }
}

.guaranty-item {
  background-color: #fff;
}

.guaranty-item-header {
  padding-right: 30px;
  padding-top: 30px;
  padding-left: 15px;
}

.guaranty-item-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #F8F8F8;
}

.guaranty-item-title {
  padding-right: 30px;
  margin-top: 24px;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.guaranty-item-desc {
  margin-top: 16px;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.guaranty-title {
  margin-top: 17px;
  color: #242734;
  font-family: Nunito;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
}

@media screen and (max-width: 1024px) {
  .guaranty-title {
    font-size: 38px;
  }
}

.guaranty-primary {
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .guaranty-primary {
    padding-bottom: 50px;
  }
}

.guaranty-primary-wrap {
  margin-top: 60px;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 32px;
  border-radius: 8px;
  background: #F8F8F8;
}

@media screen and (max-width: 1024px) {
  .guaranty-primary-wrap {
    flex-direction: column;
    padding: 16px;
    margin-top: 40px;
    gap: 16px;
  }
}

.guaranty-primary-img img {
  width: 500px;
}

@media screen and (max-width: 1024px) {
  .guaranty-primary-img img {
    width: 100px;
  }
}

.guaranty-primary-desc {
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

@media screen and (max-width: 1024px) {
  .guaranty-primary-desc {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
}

.anchor-submenu {
  margin-top: 8px;
  padding-left: 24px;
  color: #3C5BFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.anchor-submenu li a {
  cursor: pointer;
}

.anchor-submenu li {
  margin-bottom: 8px;
}

.article-menu-content {
  font-weight: normal;
}

.article-menu-content ol {
  counter-reset: li;
  padding-bottom: 0;
  margin-bottom: 0;
}

.article-menu-content ol li {
  list-style: none;
  line-height: 2;
}

.article-menu-content li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}

.article-content h3 {
  color: #242734;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-top: 20px;
}

.article-content h4 {
  color: #242734;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: -10px;
}

.article-content h5 {
  color: #242734;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: -10px;
}

.article {
  padding: 0px 0px 60px 0px;
}

@media screen and (max-width: 1024px) {
  .article {
    padding: 0px 0px 40px 0px;
  }
}

.article-table-wrap {
  margin: 24px 0px;
  overflow-x: auto;
}

.article-table-wrap table {
  text-align: start;
  width: 100%;
}

.article-table-wrap table thead {
  border-bottom: 1px solid #d6d6d6;
}

.article-table-wrap table thead th {
  padding: 12px 12px 12px 0px;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  opacity: 0.6;
  text-align: start;
}

@media screen and (max-width: 640px) {
  .article-table-wrap table thead th {
    font-size: 12px;
  }
}

.article-table-wrap table tbody td {
  padding: 12px 12px 12px 0px;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}

.article-table-wrap table tbody th {
  padding: 12px 12px 12px 0px;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .article-table-wrap table tbody td {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .article-table-wrap table tbody th {
    font-size: 12px;
  }
}


.article-table-wrap table tbody td p {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}

.article-table-wrap table tbody th p {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}


@media screen and (max-width: 640px) {
  .article-table-wrap table tbody td p {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .article-table-wrap table tbody th p {
    font-size: 12px;
  }
}

.article-table-wrap table tbody tr {
  border-bottom: 1px solid #d6d6d6;
}

.article-table-wrap table tbody tr:last-child {
  border-bottom: none;
}

.program-table {
    padding: 100px 0px;
    background-color: #F8F8F8;
}

@media screen and (max-width: 1024px) {
  .program-table{
    padding: 60px 0px;
  }
}


.program-table-wrap table {
    border-radius: 30px;
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

@media screen and (max-width: 1024px) {
  .program-table-wrap table {
    border-radius: 8px;
  }
}

.border-yellow-bottom {
    border-bottom: 2px solid #FFCA0C;
}

.table-border {
    border: 2px dotted #9F9F9F;
}

.table-right {
    border-right: 2px dotted #9F9F9F;
}

.table-right-top {
    border-right: 2px dotted #9F9F9F;
    border-top: 2px dotted #9F9F9F;
}

.table-left {
    border-left: 2px dotted #9F9F9F;
}

.table-right-left {
    border-right: 2px dotted #9F9F9F;
    border-left: 2px dotted #9F9F9F;
}

.table-right-left-bottom {
    border-left: 2px dotted #9F9F9F;
    border-right: 2px dotted #9F9F9F;
    border-bottom: 2px dotted #9F9F9F;
}

.table-left-bottom {
    border-left: 2px dotted #9F9F9F;
    border-bottom: 2px dotted #9F9F9F;
}

.table-right-bottom-top {
    border-right: 2px dotted #9F9F9F;
    border-bottom: 2px dotted #9F9F9F;
    border-top: 2px dotted #9F9F9F;
}

.program-table-wrap {
    overflow-x: auto;
    margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .program-table-wrap {
    margin-top: 40px;
}

}

.program-table-wrap table thead th:first-child {
    border-top-left-radius: 30px;
}

@media screen and (max-width: 1024px) {
  .program-table-wrap table thead th:first-child {
    border-top-left-radius: 8px;
}
}

.program-table-wrap table thead th:last-child {
    border-top-right-radius: 30px;
}

@media screen and (max-width: 1024px) {
  .program-table-wrap table thead th:last-child {
    border-top-right-radius: 8px;
}
}

.table-left-bottom-radius {
    border-bottom-right-radius: 30px;    
}

@media screen and (max-width: 1024px) {
  .table-left-bottom-radius {
    border-bottom-right-radius: 8px;    
}
}

.program-table-wrap table thead th {
    padding: 10px 0px;
    background-color: #FFCA0C;
    color: #242734;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 21px;
    text-align: center;
    vertical-align: middle;
}

.program-table-hexagon {
    position: absolute;
    top: 452px;
    right: -209px;
    width: 240px;
    height: 210px;                           
    background-color: #004AAD;         
    clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%); 
    margin: 20px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1530px) {
  .program-table-hexagon {
    display: none;
  }
}

.programm-table-attention {
    text-align: start;
    display: none;
    background-color: #004AAD;
    color: #FFF;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.programm-table-attention-exc {
    margin-right: 6px;
    font-size: 48px;
}

@media screen and (max-width: 1530px) {
  .programm-table-attention {
    display: flex;
    justify-content: start;
    align-items: center;
  }
}

@media screen and (max-width: 1024px) {
  .programm-table-attention {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

.programm-table-attention span {
    font-weight: 500;
}

.program-table-hexagon-text {
    padding: 0px 30px;
    color: #FFF;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    text-align: center;
}

.program-table-hexagon-text span {
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .program-table-wrap table thead th {
    font-size: 16px;
  }
}

.program-table-wrap table tbody tr th {
    padding: 20px 10px;
    vertical-align: middle;
}

.program-table-wrap table tbody tr th svg {
    margin-left: 5px;
    
}

.table-small-text {
    color: #242734;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; 
}


.table-big-text {
    color: #242734;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .table-big-text {
font-size: 16px;
}
}
.table-swap {
     color: #FFCA0C;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 21px; 
    text-transform: uppercase;   
}
.table-text-start {
    text-align: start;
}

.table-bg-blue {
    background-color: #E9F0FE;
}

.table-pl-30 {
    padding-left: 30px;
}

.article-anchor {
  padding: 24px;
  border-radius: 8px;
  background: #F8F8F8;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 40px;
}

.article-anchor-items {
  margin-top: 24px;
}

.article-anchor-items a {
  cursor: pointer;
  color: #3C5BFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.article-anchor-items li {
  margin-bottom: 8px;
}

.text-underline {
    text-decoration-line: underline;
}

.article-title {
  margin-top: 17px;
  font-family: Nunito;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
}

@media screen and (max-width: 1024px) {
  .article-title {
    font-size: 38px;
    line-height: 48px;
  }
}

.article-tags a {
  color: #3C5BFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
}

.article-tags a:hover {
  opacity: 0.8;
}

.article-date {
  margin-top: 16px;
  gap: 16px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .article-date {
    display: block;
  }
}

.article-date-items {
  display: flex;
  align-items: center;
  gap: 16px;
}

.article-date-item-icon {
    background-size: contain;
    background-repeat: no-repeat;
}

.article-date-item-eye {
    background-image: url(../img/article-date-item-eye.svg);
    width: 16px;
    height: 16px;
}

.article-date-item-calendar {
    background-image: url(../img/article-date-item-calendar.svg);
    width: 16px;
    height: 16px;
}

.article-date-item-clock {
    background-image: url(../img/article-date-item-clock.svg);
    width: 16px;
    height: 16px;
}

.article-date-item-user {
    background-image: url(../img/article-date-item-user.svg);
    width: 16px;
    height: 16px;
}


@media screen and (max-width: 640px) {
  .article-date-items {
    margin-top: 8px;
  }
}

.article-date-item {
  gap: 4px;
  display: flex;
  align-items: center;
  color: #242734;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.article-desc {
  margin-top: 40px;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .article-desc {
    margin-top: 30px;
  }
}

.article-img {
  margin-top: 40px;
  width: 100%;
}

.article-img img {
  width: 100%;
  border-radius: 8px;
}

.article-content {
  margin-top: 40px;
}

.article-content h2 {
  color: #242734;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.article-content p {
  margin-top: 20px;
  color: #242734;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.article-content img {
  margin-top: 32px;
}

.article-content b {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.article-video {
  display: block;
  margin: 30px 0px;
  position: relative;
  transition: 0.3s;
}

.article-video:hover {
  opacity: 0.8;
}

.article-video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.article-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0px;
  margin-top: 63px;
  border-radius: 8px;
  background: #F8F8F8;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  gap: 16px;
}

@media screen and (max-width: 1024px) {
  .article-footer {
    margin-top: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-footer {
    flex-direction: column;
  }
}

.article-footer-socials {
  color: #242734;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 45px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 640px) {
  .article-footer-socials {
    flex-direction: column;
  }
}

.article-footer-socials ul {
  display: flex;
  align-items: center;
  gap: 16px;
}

.article-footer-socials ul li a {
  transition: 0.3s;
}

.article-footer-socials ul li a:hover {
  opacity: 0.8;
}

.article-like {
  display: flex;
  gap: 16px;
  align-items: center;
}

.article-like-down {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 35px;
  border-radius: 8px;
  background: #FFF;
  padding: 16px;
  color: #636363;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  transition: 0.3s;
  position: relative;
}

.article-like-down:hover {
  opacity: 0.8;
}

.article-like-down.like-active .article-like-icon::before {
  content: url(../img/like-down-active.svg);
  position: absolute;
  width: 24px;
}

.article-like-down.like-active {
  color: #F44F5A;
}

.article-like-up.like-active .article-like-icon::before {
  content: url(../img/like-up-active.svg);
  position: absolute;
  width: 24px;
}

.article-like-up.like-active {
  color: #21AD64;
}

.article-like-icon::before {
  content: url(../img/like-down.svg);
  position: absolute;
  width: 24px;
}

.article-like-up {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 35px;
  border-radius: 8px;
  background: #FFF;
  padding: 16px;
  color: #636363;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  transition: 0.3s;
  position: relative;
}

.article-like-up:hover {
  opacity: 0.8;
}

.article-like-up .article-like-icon::before {
  content: url(../img/like-up.svg);
  position: absolute;
  width: 24px;
  top: 50%;
  transform: translateY(-35%);
}

.article-list {
  margin: 24px 0px;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

ul.article-list li.mb-30:before {
      position: absolute;
      content: ".";
      font-size: 40px;
      margin-left: -14px;
      padding-right: 8px;
      text-decoration: none !important;
      vertical-align: 20%;
      transform: translateY(-42%);
}

ul.article-list li:before {
      position: absolute;
      content: ".";
      font-size: 40px;
      margin-left: -14px;
      padding-right: 8px;
      text-decoration: none !important;
      vertical-align: 20%;
      transform: translateY(-42%);
}

ul.article-list li ul li:before, ol.article-list li ul li:before {
      position: absolute;
      content: "-";
      font-size: 40px;
      margin-left: -20px;
      padding-right: 8px;
      text-decoration: none !important;
      vertical-align: 20%;
      transform: translateY(-10%);
}


.article-list li.mb-30 {
  margin-bottom: 16px;
  position: relative;
  padding-left: 45px;
}

.article-list li {
  padding-left: 45px;
  margin-bottom: 10px;
}

.article-list .services {
    padding: 70px 0px;
}

.article-list li:last-child {
  margin-bottom: 0px;
}

.article-quote-wrap {
  position: relative;
  margin: 35px 0px;
  padding-left: 45px;
  font-family: Montserrat;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 27px;
  border-left: 3px solid #FF415A;
}

.article-quote-wrap b {
  font-weight: 700;
}

.article-quote-wrap::before {
  content: "“";
  position: absolute;
  top: -40px;
  left: -10px;
  font-family: Montserrat;
  font-size: 200px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  opacity: 0.06;
}

.comments {
  padding-top: 60px;
}

@media screen and (max-width: 1024px) {
  .comments {
    padding-top: 40px;
  }
}

.comments-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .comments-header {
    flex-direction: column;
    gap: 16px;
  }
}

.comments-title {
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.comments-title span {
  color: #636363;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.comments-link {
  cursor: pointer;
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  border-radius: 4px;
  padding: 8px 16px;
  border: 2px solid rgba(60, 91, 255, 0.16);
  background: rgba(60, 91, 255, 0.04);
  transition: 0.3s;
}

.comments-link:hover {
  opacity: 0.8;
}

.comments-wrap {
  margin-top: 30px;
}

.comments-wrap li {
  margin-bottom: 16px;
}

.comments-wrap li:last-child {
  margin-bottom: 0px;
}

.comments-item {
  border-radius: 8px;
  background: #F8F8F8;
  padding: 24px;
}

.comments-item-author {
  margin-left: 70px;
  color: #242734;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.comments-item-date {
  color: #242734;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.comments-content {
  margin-top: 36px;
  color: #242734;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.comments-content p {
  margin-top: 8px;
}

.comments-item-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contract {
  padding: 100px 0px;
  background: #F8F8F8;
}

@media screen and (max-width: 1024px) {
  .contract {
    padding: 35px 0px;
  }
}

.contract-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

.contract-wrap {
  margin-top: 70px;
}

@media screen and (max-width: 1024px) {
  .contract-wrap {
    margin-top: 40px;
  }
}

.contract-img {
  display: inline-block;
  position: relative;
}



.contract-img-link {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 100px;
  transition: 0.3s;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 1024px) {
  
    .contract-img-link {
      font-size: 15px;
      padding: 10px 8px;
  }
}

.contract-img-link:hover {
  opacity: 0.8;
}

.contract-content {
  padding-left: 50px;
}

@media screen and (max-width: 1024px) {
  .contract-content {
    padding-left: 0px;
  }
}

.contract-content-title {
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.contract-content-desc {
  margin-top: 24px;
  font-family: Montserrat;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
}

.contract-content-desc strong {
  font-weight: bold;
}

.contract-content-desc p {
  margin-bottom: 24px;
}

.props {
  padding: 100px 0px;
}

@media screen and (max-width: 1024px) {
  .props {
    padding: 35px 0px;
  }
}

.props-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

.props-item-header {
  display: flex;
  align-items: center;
}

.props-item {
    border-radius: 8px;
    background: #F8F8F8;
    padding: 20px;

}

.props-item-title {
  color: #242734;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.props-item-text {
  color: #636363;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.props-content {
  margin-top: 40px;
}

.props-content li {
  margin-bottom: 8px;
}

.props-content li:last-child {
  margin-bottom: 8px;
}

.webinar {
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .webinar {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .webinar {
    padding-top: 70px;
  }
}

.webinar-team {
  padding: 100px 0px;
}

@media screen and (max-width: 1024px) {
  .webinar-team {
    padding: 70px 0px;
  }
}

.webinar-steps {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .webinar-steps {
    margin-top: 30px;
  }
}

.webinar-check-text {
  padding-top: 7px;
  margin-left: 45px;
  color: #636363;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.webinar-check-text a {
  color: #636363;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.webinar-desc {
  font-size: 18px;
  line-height: 30px;
}

.webinar-desc-q {
  font-size: 18px;
  line-height: 30px;
}
.webinar-desc-q span {
  font-style: italic;
}

@media screen and (max-width: 640px) {
  .webinar-desc {
    font-size: 14px;
  }
}

.webinar-desc span {
  color: #242734;
  font-family: Montserrat;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

@media screen and (max-width: 640px) {
  .webinar-desc span {
    font-size: 14px;
  }
}

.webinar-list {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  list-style: normal;
}

@media screen and (max-width: 640px) {
  .webinar-list {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .webinar-list {
    margin-top: 16px;
  }
}

.webinar-list li {
  margin-top: 8px;
}

.webinar-list li:first-child {
  margin-top: 0px;
}

.webinar-title {
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .webinar-title {
    font-family: Nunito;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}

.webinar-title svg {
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .webinar-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}

.webinar-lead {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .webinar-lead {
    margin-top: 40px;
  }
}

.webinar-lead-block {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .webinar-lead-block {
    display: flex;
  }
}

@media screen and (max-width: 640px) {
  .webinar-lead-img {
    margin-right: 16px;
    width: 100px;
    height: 100px;
  }
}

.webinar-lead-img img {
  width: 100%;
  border-radius: 8px;
}

@media screen and (max-width: 640px) {
  .webinar-lead-img img {
    width: 100%;
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
	min-width: 100px;
	max-width: 100px;
  }
}

.webinar-lead-name {
  margin-top: 16px;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 640px) {
  .webinar-lead-name {
    margin-top: 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
}

.webinar-lead-prof {
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

@media screen and (max-width: 640px) {
  .webinar-lead-prof {
    font-size: 12px;
  }
}

.webinar-form {
  padding-bottom: 70px;
}

.webinar-form-wrap {
  padding: 64px;
  border-radius: 8px;
  background: #F8F8F8;
}

@media screen and (max-width: 1024px) {
  .webinar-form-wrap {
    padding: 16px;
  }
}

.webinar-form-title {
  text-align: center;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .webinar-form-title {
    font-size: 24px;
  }
}

.webinar-form-date {
  text-align: center;
  margin-top: 35px;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .webinar-form-date {
    margin-top: 8px;
    font-size: 24px;
  }
}

.webinar-form-desc {
  text-align: center;
  margin-top: 35px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

@media screen and (max-width: 1024px) {
  .webinar-form-desc {
    margin-top: 8px;
  }
}

.webinar-form-inputs {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .webinar-form-inputs {
    margin-bottom: 10px;
  }
}

.webinar-form-btn {
  cursor: pointer;
  border-radius: 4px;
  background: #3C5BFF;
  color: #FFF;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  height: 60px;
  width: 100%;
  outline: none;
  border: none;
  transition: 0.3s;
}

.webinar-form-btn:hover {
  opacity: 0.8;
}

.webinars-title {
  margin-top: 17px;
  font-family: Nunito;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
}

@media screen and (max-width: 1024px) {
  .webinars-title {
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
  }
}

.webinars-wrap {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .webinars-wrap {
    margin-top: 40px;
  }
}

.webinars-card {
  border-radius: 8px;
  border: 2px solid #F8F8F8;
  margin-bottom: 32px;
}

.webinars-card-title {
  margin-top: 14px;
  font-family: Nunito;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .webinars-card-title {
    font-size: 20px;
  }
}

.webinars-card-desc {
  margin-top: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .webinars-card-desc {
    font-size: 14px;
  }
}

.webinars-card-link {
  margin-top: 50px;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  border: 2px solid rgba(60, 91, 255, 0.16);
  background: rgba(60, 91, 255, 0.04);
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  transition: 0.3s;
}

.webinars-card-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .webinars-card-link {
    margin-top: 16px;
  }
}

.webinars-card-img img {
  width: 100%;
  height: 255px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .webinars-card-img img {
    height: 200px;
  }
}

.webinars-card-content {
  padding: 32px;
}

@media screen and (max-width: 1024px) {
  .webinars-card-content {
    padding: 16px;
  }
}

.webinars-card-header {
  display: flex;
  align-items: center;
  color: #636363;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.webinars-card-price {
  margin-right: 24px;
}

.search-case {
  margin-bottom: 16px;
}

.search-title {
  margin-top: 17px;
  font-family: Nunito;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
}

@media screen and (max-width: 1024px) {
  .search-title {
    font-size: 38px;
  }
}

@media screen and (max-width: 640px) {
  .search-title {
    text-align: center;
  }
}

.search-cases {
  margin-top: 30px;
}

.search-wrap {
  margin-top: 30px;
  margin-bottom: 50px;
}

.search-nav {
  margin-top: 50px;
}

.search-subtitle {
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.search-content {
  margin-top: 50px;
}

.search-countries {
  margin-top: 30px;
  padding-bottom: 50px;
}

.search-country {
  color: #242734;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  transition: 0.3s;
  margin-bottom: 8px;
}

.search-country:hover {
  opacity: 0.8;
}

.pt-30 {
  padding-top: 30px;
}

.blue-vacation {
  background: #E4E9FF;
}

.orange-vacation {
  background: #FFF1E4;
}

.purple-vacation {
  background: #FBE4FF;
}

.red-vacation {
  background: #FFE4E4;
}

.gray-vacation {
  background: #F3F3F3;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.partners-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.partners-background-black {
  background-color: #242734;
  height: 100%;
}

.partners-background-img {
  height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.partner-form-wrap {
    padding: 100px 0px 100px 0px;
}

.partner-wrap {
    padding: 100px 0px;
}

@media screen and (max-width: 1024px) {
    .partner-wrap {
        padding: 60px 0px;
    }
}

@media screen and (max-width: 1024px) {
      .partner-form-wrap {
        padding: 60px 0px 0px 0px;
    }
}

@media screen and (max-width: 1024px) {
  .partners-background {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .partners-counter {
    background-color: #242734;
  }
}

.partners-counter-wrap {
  padding: 84px 0px;
  max-width: 470px;
}

@media screen and (max-width: 1024px) {
  .partners-counter-wrap {
    height: auto;
  }
}

.partners-counter-header {
  display: flex;
  color: #fff;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
  gap: 16px;
}

.partners-counter-header svg {
  min-width: 24px;
}

.partners-vacation {
  padding: 100px 0px;
}

@media screen and (max-width: 1024px) {
  .partners-vacation {
    padding: 70px 0px;
  }
}

.partners-vacation-wrap {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .partners-vacation-wrap {
    margin-top: 40px;
  }
}

.partners-vacation-item {
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 16px;
}

.partners-vacation-title {
  margin-top: 24px;
  color: #000;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.partners-vacation-desc {
  margin-top: 16px;
  color: #636363;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.partners-advantages {
  padding: 130px 0px;
}

@media screen and (max-width: 1024px) {
  .partners-advantages {
    padding: 70px 0px;
  }
}

.partners-advantages-wrap {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .partners-advantages-wrap {
    margin-top: 40px;
  }
}

.partners-advantages-item {
  border-radius: 8px;
  border: 2px solid #F8F8F8;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}

.partners-advantages-title {
  margin: 12px;
  text-align: center;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.partners-advantages-desc {
  color: #636363;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.partners-help {
  padding: 130px 0px;
}

@media screen and (max-width: 1024px) {
  .partners-help {
    padding: 70px 0px;
  }
}

.partners-help-items {
  margin-top: 60px;
}

.partners-help-item {
  padding: 20px 0px;
  border-radius: 8px;
  background: #F8F8F8;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .partners-help-item {
    padding: 16px;
  }
}

.partners-help-desc {
  margin: 20px 10px;
  color: #242734;
  text-align: center;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .partners-help-desc {
    margin: 16px;
  }
}

.partners-help-link {
  text-decoration: none;
  color: #3C5BFF;
  padding: 8px 16px;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  border: 2px solid rgba(60, 91, 255, 0.16);
  background: rgba(60, 91, 255, 0.04);
  transition: 0.3s;
}

.partners-help-link:hover {
  opacity: 0.8;
}

.partners-title {
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .partners-title {
    font-size: 34px;
    align-items: start;
  }
}

.partners-title svg {
  min-width: 24px;
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .partners-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}

.partners-wrap-items {
  margin-top: 120px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .partners-wrap-items {
    margin-top: 40px;
  }
}

.partners-wrap-item {
  padding: 32px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.32);
  color: #F8F8F8;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .partners-wrap-item {
    padding: 16px;
    margin-bottom: 8px;
    font-size: 14px;
  }
}

.partners-wrap-item span {
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.partners-primary {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.partners-primary-wrap {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partners-primary-title {
  margin: 16px;
  max-width: 450px;
  color: #FFF;
  text-align: center;
  font-family: Nunito;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
}

@media screen and (max-width: 1024px) {
  .partners-primary-title {
    font-size: 38px;
  }
}

.partners-primary-desc {
  max-width: 450px;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (max-width: 1024px) {
  .partners-primary-desc {
    font-size: 16px;
  }
}

.partners-primary-btn {
  cursor: pointer;
  margin-top: 40px;
  gap: 16px;
  display: flex;
  align-items: center;
  padding: 24px 40px;
  border-radius: 4px;
  background: #3C5BFF;
  border: none;
  outline: none;
  color: #FFF;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transition: 0.3s;
  text-decoration: none;
}

.partners-primary-btn:hover {
  opacity: 0.8;
}

.partners-paginations {
  color: #FFF;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.counter {
  height: 64px;
  width: 384px;
  border-radius: 4px;
  background-color: #fff;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .counter {
    width: 100%;
  }
}

.counter-btn {
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 0 24px;
  outline: none;
  border: none;
  background-color: #fff;
  height: 100%;
  cursor: pointer;
  transition: 0.3s;
}

.counter-btn:hover {
  background-color: #f8f8f8;
}

@media screen and (max-width: 640px) {
  .counter-btn {
    padding: 0px 12px;
  }
}

.counter-total-text {
  margin-top: 50px;
  gap: 20px;
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

.counter-total-price {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
  background: #FF415A;
}

.counter-input input {
  width: 100%;
  outline: none;
  border: none;
  text-align: center;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.counter-input input:disabled {
  color: #000;
}

.counter-wrap {
  margin-top: 52px;
}

.counter-desc {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.timeline {
  padding: 80px 0px 30px 0px;
}

.timeline-dot {
  position: absolute;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #3C5BFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media screen and (max-width: 640px) {
  .timeline-dot {
    left: 10px;
  }
}

.timeline-header {
  display: flex;
  justify-content: center;
}

.timeline-wrap {
  padding: 100px 0px;
  border-radius: 8px;
  background: #F8F8F8;
}

@media screen and (max-width: 1024px) {
  .timeline-wrap {
    padding: 50px 0px;
  }
}

.timeline-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

@media screen and (max-width: 640px) {
  .timeline-title {
    padding-left: 16px;
  }
}

.timeline-items {
  max-width: 700px;
  margin: 66px auto 0px auto;
  position: relative;
}

.timeline-items::before {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 50px);
  background-color: #3C5BFF;
  left: calc(50% - 1px);
  bottom: 50px;
}

@media screen and (max-width: 640px) {
  .timeline-items::before {
    left: 30px;
  }
}

.timeline-item {
  position: relative;
  margin-bottom: 50px;
}

.timeline-item:last-child {
  margin-bottom: 0px;
}

.timeline-item-title {
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.timeline-item:nth-child(odd) {
  padding-left: calc(50% + 50px);
}

@media screen and (max-width: 640px) {
  .timeline-item:nth-child(odd) {
    padding-left: 70px;
  }
}

.timeline-item:nth-child(even) {
  padding-right: calc(50% + 50px);
  text-align: right;
}

@media screen and (max-width: 640px) {
  .timeline-item:nth-child(even) {
    text-align: left;
    padding-right: 0px;
    padding-left: 70px;
  }
}

.timeline-item-desc {
  color: #636363;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.timeline-item-desc a {
  text-decoration: none;
  color: #3C5BFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.bg-white {
  background-color: #fff !important;
}

.text-white {
    color: #fff;
}

.bg-gray {
  background-color: #F8F8F8;
}

.mobile-dropdowns {
  background: #242734;
  margin-top: 0px;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.mobile-dropdowns ul a {
  text-decoration: none;
  color: #242734;
  display: flex;
  align-items: center;
}

.mobile-dropdowns ul a ul li a {
  margin: 8px 0px;
}

.mobile-dropdowns ul a span {
  margin-left: 3px;
}

.mobile-brands {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-docs {
  display: flex;
  justify-content: space-between;
}

.mobile-docs ul li a {
  color: #636363;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  transition: 0.3s;
  text-decoration: none;
}

.mobile-docs ul li a:hover {
  color: #000;
}

.mobile-imc {
  text-align: end;
  display: flex;
  flex-direction: column;
  align-items: end;
  color: #242734;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}

.mobile-copy {
  color: #636363;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  padding-top: 36px;
}

.mobile-menu {
  width: auto;
  padding: 50px 75px 0px 0px;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  transform: translateX(-100%);
  transition: 0.3s;
  background-color: #fff;
  z-index: 10;
  left: 0px;
  overflow-y: auto;
  background: #242734;
  max-height: 100vh;
}
.mobile-menu:after {
	content: '';
	position: absolute;
	top: -100px;
	right: 0;
	width: 75px;
	height: calc(100% + 200px);
	background: #fff;
	display: block;
}


.accordion {
  transition: height 0.5s ease-in;
}

.accordion-item {
  padding: 12px 0px;
  border-bottom: 1px solid #D4D4DB;
  padding-top: 10px;
}

.contentBx .label {
  cursor: pointer;
}

.contentBx ul li a {
  margin: 8px 0px;
}

.contentBx .content {
  position: relative;
  padding-left: 10px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
/*
.contentBx .content li {
  padding-top: 10px;
}
*/
.label.active::before {
  transform: rotate(180deg);
}

.label {
  position: relative;
}

.label::before {
	content: '';
	background-image: url(/assets/template/img/arrow-down.svg);
	position: absolute;
    top: calc(50% - 6px);
    right: 0;
    width: 16px;
    height: 16px;
    transition: 0.2s;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
    transform-origin: center;
}

.hidden-tab-content {
  display: none;
}

.active-tab {
  border-radius: 4px;
  background: rgba(60, 91, 255, 0.08);
}

.swiper-container {
  max-width: 1216px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .swiper-container {
    padding-left: 20px;
  }
}

.intl-tel-input {
  width: 100%;
}

.left-80 {
  left: 80px;
}

@media screen and (max-width: 1024px) {
  .left-80 {
    left: 60px;
  }
}

.confirm-shake {
  animation: shake 0.3s;
  animation-iteration-count: infinite;
}

.formhandler-spinner {
  width: 28px;
  height: 28px;
  border: 2px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: formhandler 1s linear infinite;
  position: relative;
  top: 7px;
  margin: -10px 5px 0 0;
}

@keyframes formhandler {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes shake {
  0% {
    transform: translate(1px, 0px);
  }
  10% {
    transform: translate(-1px, 0px);
  }
  20% {
    transform: translate(-3px, 0px);
  }
  30% {
    transform: translate(3px, 0px);
  }
  40% {
    transform: translate(1px, 0px);
  }
  50% {
    transform: translate(-1px, 0px);
  }
  60% {
    transform: translate(-3px, 0px);
  }
  70% {
    transform: translate(3px, 0px);
  }
  80% {
    transform: translate(-1px, 0px);
  }
  90% {
    transform: translate(1px, 0px);
  }
  100% {
    transform: translate(1px, 0px);
  }
}

.request-check-wrap {
  position: relative;
  width: 100%;
}

.counter-container {
  max-width: 1510px;
  margin: 0 auto;
  position: relative;
}

.paginations {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .paginations {
    justify-content: center;
  }
}

.paginations li .paginations-link img {
  transform: rotate(180deg);
}

.paginations li:last-child .paginations-link img {
  display: none;
}

.paginations-link span {
  display: block;
  line-height: 22px;
}

.article-like-icon {
  width: 24px;
  height: 24px;
}

.xlike__link {
  display: flex;
  column-gap: 10px;
}

.xlike__count_dislike,
.xlike__count_like {
  font-family: Nunito;
  font-size: 16px;
  font-weight: 800;
}

.xlike__count_dislike {
  color: #F44F5A;
}

.xlike__count_like {
  color: #21AD64;
}

.comment_form textarea.request-input {
  height: 180px;
  padding: 20px;
}

.comment_form .request-submit {
  margin-top: 20px;
}

.comments-item-avatar {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #3C5BFF;
  padding: 3px;
}

.primary-form.modal-wrap .request-form {
  min-width: 100%;
}
.residences-card-country img {
	width: 54px;
	height: 54px;
	margin-right: 10px;
	border-radius: 50%;
}
.w-100 {
	width: 100%;
}
.section-title-link {
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 4px;
    border: 2px solid rgba(60, 91, 255, 0.16);
    background: rgba(60, 91, 255, 0.04);
    color: #3C5BFF;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.3s;
	margin-left: auto;
	display: flex;
    column-gap: 5px;
	max-height: 25px;	
}
@media screen and (max-width: 767px) {
  .section-title-link {
    margin-left: 0;
  }
}
.case-results-list {
	margin-left: 0;
    padding-left: 0!important;	
	position: relative;
}
.case-results-list:before {
	content:'';
	display: block;
	z-index: -10;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: linear-gradient(180deg, #FFF 0%, #3C5BFF 100%);
    width: 3px;
    height: calc(100% - 10px);	
}
.case-results-list li {
	position: relative;
	display: flex;
	align-items: start;
	padding-left: 38px;
	margin-bottom: 20px;
}

.case-results-list-date {
    width: 140px;
    white-space: nowrap;
}
.case-results-list li strong {
	color: #3C5BFF;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
	margin-right: 25px;
}
.case-results-list li:before {
	content:'';
	display: block;
	width: 22px;
	height: 22px;
	background: url(/assets/template/img/li-1.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.case-card-img img {
	border-radius: 5px;
}
.article-tags {
	display: flex;
	flex-wrap: wrap;
}
.article-tags li{
	margin-left: 8px;
}
.float-right {
	float: right;
	width: 20%;
	padding: 0 20px;
}
.directions-img img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
}
.webinar_subscribe_btn {
    display: flex;
    margin: 40px auto 0 auto;
    width: max-content;
}

.inline-table {
	display: inline-table;
}
.just-list::after {
	display: none;
}
.faq-wrap {
	counter-reset: faq_count 0;
}
.faq-wrap .faq-box {
  counter-increment: faq_count 1;
}
.faq-box .faq-number:before {
	content: counter(faq_count);
}
.ui-autocomplete {
	padding-top: 20px!important;
}
.mse2-ac-item {
	font-size: 16px;
    font-weight: bold;
	line-height: 22px;
	margin-bottom: 
}
.mse2-ac-link {
	padding: 10px 10px 10px 20px;
}
.mse2-ac-item small {
	font-weight: normal;
	font-size: 14px;
}
.mse2-ac-item small b {
	font-weight: 600;
}
.services-item-visa {
	cursor: pointer;
}

.policy {
    padding: 70px 0px;
}

.policy-text {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.policy h1 {
    font-family: Nunito;
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: 52px;
}

.policy h2 {
    font-family: Nunito;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: normal; 
}

.policy-text p {
    margin: 20px 0px;
}

.policy-text b {
    font-weight: 700;
}
.policy-text ul {
    padding-left: 20px;
}

.policy-text ul li {
    padding: 10px 0px;
}
.policy-text p strong {
    font-weight: 700
}

.policy-text p a {
    color: #3C5BFF;
}

.thanks {
  min-width: 650px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.16);
  padding: 24px;
}
.thanks-img img {
  width: 100%;
}
.thanks-title {
  margin-top: 24px;
  font-family: Nunito;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .thanks-title {
    font-size: 26px;
    line-height: 32px;
  }
}

@media screen and (max-width: 780px) {
  .thanks {
    min-width: 320px;
  }
}
.thanks-desc {
  color: #000;
  text-align: center;
  margin-top: 24px;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media screen and (max-width: 1024px) {
  .thanks-desc {
    line-height: 26px;
  }
}
.thanks-link {
  text-decoration: none;
  color: #3C5BFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  transition: 0.3s;
}
.thanks-link:hover {
  opacity: 0.8;
}

.tg {
    background-color: #3B5BFF;
}

.tg-wrap {
    padding: 80px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .tg-wrap {
        flex-direction: column;
    }
}

@media screen and (max-width: 640px) {
    .tg-wrap {
        align-items: start;
        padding: 40px 0px;
    }
}

.tg-text {
    position: relative;
}

.tg-block-icon {
    position: absolute;
    top: -30px;
    right: -75px;
}

@media screen and (max-width: 768px) {
    .tg-block-icon {
        display: none;
    }
}

.tg-link-btn {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #FFF;
    color: #3B5BFF;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    gap: 10px;
    transition: 0.3s;
}

@media screen and (max-width: 640px) {
    .tg-link-btn {
        padding: 16px 32px;
    }
}

@media screen and (max-width: 1024px) {
    .tg-link {
        margin-top: 64px;
    }
}

@media screen and (max-width: 640px) {
    .tg-link-btn-svg {
        display: none;
    }
}

.tg-link-btn:hover {
    opacity: 0.7;
}

.tg-title {
    
    font-family: Nunito;
    color: #fff;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: 44px;
}

@media screen and (max-width: 1024px) {
    .tg-title {
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .tg-title {
        text-align: start;
        font-size: 28px;
        font-style: normal;
        font-weight: 800;
        line-height: 28px;
    }
}

.tg-subtitle {
    font-family: Montserrat;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 1024px) {
    .tg-subtitle {
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .tg-subtitle {
        text-align: start;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
    .tg-title-break {
        display: inline-block;
    }
}

.dosar-wrap {
  border-radius: 8px;
  background: #F8F8F8;
  padding: 64px;
}
@media screen and (max-width: 1024px) {
  .dosar-wrap {
    padding: 40px 0px;
  }
}
.dosar-title {
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}
@media screen and (max-width: 1024px) {
  .dosar-title {
    font-size: 28px;
    line-height: 28px;
  }
}


.dosar-desc {
  color: #242734;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.dosar-link {
  margin-top: 32px;
  text-decoration: none;
  display: inline-block;
  padding: 16px 32px;
  border-radius: 4px;
  background: #3C5BFF;
  color: #FFF;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transition: 0.3s;
}
.dosar-link:hover {
  opacity: 0.8;
}
.dosar-img {
  position: relative;
}
.dosar-telegram-img {
  position: absolute;
  width: 67px;
  height: 67px;
  top: -10px;
  left: -20px;
}

@media screen and (max-width: 1024px) {
  .dosar-bg {
    background: #F8F8F8;
    }
}

.dosar-only-telegram {
    transform: scale(1.4);
}

.compare_select {
	display: contents;
}
.b-modal {
	position: relative;
}



/*------------------------------*/
.menu-opened {
	overflow-y: hidden;
}
.burger {
	display: block;
    width: 29px;
    height: 30px;
    position: relative;
    left: 0;
    top: 5px;
    cursor: pointer;
    z-index: 99;
}
.burger span {
	display: block;
	position: relative;
	width: 100%;
	height: 4px;
	background: #000;
	transition: 0.3s;
	transform-origin: center;
}
.burger span:nth-child(1) {
	top: 0;
}
.burger span:nth-child(2) {
	top: 5px;
}
.burger span:nth-child(3) {
	top: 10px;
}
.menu-opened .burger span:nth-child(1) {
		transform: rotate(45deg) translate(8px, 8px);
}
.menu-opened .burger span:nth-child(2) {
		opacity: 0
}
.menu-opened .burger span:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px);
}	
.menu-opened .mobile-menu {
	transform: translateX(0);
}
/*
.menu-opened .header {
	background: #242734;
}
*/

.menu-opened .mobile-menu:before {
	content: '';
	display: block;
	width: 100%;
	height: 80px;
	background: #242734;
	position: absolute;
	left: 0;
	top: -80px;

}
/*	
.header:before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background: #242734;
	position: absolute;
	transition: 0.3s
}

.menu-opened .header:before {
	width: calc(100% - 75px);
}
*/
.header-right-mobile {
	display: none;
	position: absolute;
	right: 0;
	height: 100%;
	width: 75px;
	background: #fff;
	top: 0;	
}
.menu-opened .header-right-mobile {
	height: 100vh;
}
.menu-opened .header .nav-wrap>a img {
	display: none;
}
.menu-opened .header .nav-wrap>a:before {
	content: '';
	width: 160px;
	height: 30px;
	background-image:url(../img/logo_w.svg);
	background-position:center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}	

@media screen and (max-width: 1024px) {
	.header-right-mobile {
		display: block;
	}
}


.menu-opened .header {
	box-shadow:unset;
	background-color: transparent;
	transition: 0s;
}
.header.dark {
	background: #242734;
}
.mobile-items .slide-label {
	cursor: pointer;
}
.mobile-items .slide-label,
.mobile-items .mobile-item a {
	color: #fff; 
}
.header-fixed .nav-burger {
	margin-right: -11px;
}




.mobile-slides * {
	font-family: nunito;
}

.mobile-slides .mobile-items {
	width: calc(100vw - 115px);
	position: relative;
	padding-top: 80px;
}

.mobile-slides .content {
	position: absolute;
	background: #242734;
	top: 0;
	max-height: calc(100vh + 550px);
	right: calc(-100% - 115px);
	height: 100%;
	width: 100%;
	height: calc(100vh + 550px);
}

.mobile-container {
	transition: 0.5s;
}

.mobile-container.translated {
	transform: translateX(calc(-100% - 75px));
}

.mobile-slides .mobile-item {
	max-width: 100%;
	font-size: 18px;
	margin-bottom: 24px;
}

.mobile-slides .mobile-item .content .nav-mobile-countries li {
	font-size: 18px;
	margin-bottom: 24px;
	padding: 0;
}

.slide-back {
	border-radius: 8px;
	padding: 10px 10px 10px 30px;
	font-size: 16px;
	font-weight: 600;
	font-family: nunito;
	color: #fff;
	position: relative;
	cursor: pointer;
	background-color: #363844;
	width: max-content;
	margin-top: 40px;
	margin-bottom: 24px;
}

.slide-back:before {
	content: '';
	display: block;
	width: 5px;
	height: 10px;
	-webkit-clip-path: polygon(100% 0%, 0 50%, 100% 100%);
	clip-path: polygon(100% 0%, 0 50%, 100% 100%);
	background: #fff;
	position: absolute;
	left: 13px;
	top: calc(50% - 5px);
}

.keys-desc-item {
    gap: 22px;
    margin-bottom: 20px;

}

.keys-desc {
    text-align: left;
}

.primary-keys-wrap {
    padding-bottom: 350px;
}

.primary-help-wrap {
    padding-bottom: 210px;
}

@media screen and (max-width: 1100px) {
  .primary-help-wrap {
        padding-bottom: 40px;
    }

}

@media screen and (max-width: 1100px) {
  .primary-keys-wrap {
    padding-bottom: 40px;
    }
}


.care-keys {
    padding: 0 0 100px 0;
}

.care-keys-item {
    margin-bottom: 50px;
}

@media screen and (max-width: 1100px) {
  .care-keys-item {
    margin-bottom: 30px;
    }

}

.care-get-item {
    margin-bottom: 30px;
    border-radius: 12px;
    background: #FBFBFB;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.keys-form {
    padding-bottom: 120px;
}

.request-keys-title {
    color: #000;
    font-family: Nunito;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
}

.keys-form-check-text {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    position: relative;
      left: 46px;
      width: 85%;
}

.keys-form-wrap {
    padding: 62px;
    border-radius: 32px;
    background: #242734; 
}

.keys-form-title {
    color: #FFF;
    font-family: Nunito;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: 44px; 
}

.care-get-title {
    margin-top: 24px;
    color: #000;
    text-align: center;
    font-family: Nunito;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; 
}

.care-keys-title {
    margin-top: 16px;
    color: #242734;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
}

.care-get-desc {
    margin-top: 16px;
    color: #636363;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.care-keys-desc {
    margin-top: 5px;
    color: #636363;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
}

.category-header {
	font-size: 18px;
	font-weight: 800;
	color: #7c7d85;
	margin-bottom: 24px;
}

.nav-mobile-content {
	height: 100%;
	overflow-y: auto;
    overflow-x: hidden;
}

.nav-mobile-region {
	font-size: 16px;
	color: #636363;
	width: calc(100% - 0px);
	display: flex;
	text-align: left;
	white-space: nowrap;
}

.nav-mobile-region:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #636363;
	margin: 12px 15px auto 15px;

}

.mobile-nav-footer {
	width: 100%;
	margin: 0 15px 0 0px;
}

.nav-footer-contact {
	border-top: 1px solid #636363;
	border-bottom: 1px solid #636363;
	padding: 30px 0;
}


.nav-footer-contact .phone a {
	text-decoration: none;
	color: #636363;
	font-size: 20px;
	font-weight: 600;
}

.nav-footer-contact .social {
	display: flex;
	column-gap: 15px;
	flex-wrap: wrap;
}

.mobile-items .nav-footer-contact .soc-btn,
.nav-footer-contact .soc-btn {
	display: block;
	background: #fff;
	color: #242734;
	position: relative;
	padding: 10px 25px 10px 50px;
	border-radius: 4px;
	max-width: 125px;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 15px;
}

.nav-footer-contact .soc-btn:before {
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: 20px;
	top: 11px;
}

.nav-footer-contact .soc-btn.wa:before {
	background-image: url(/assets/template/img/wa_app.svg)
}

.nav-footer-contact .soc-btn.tg:before {
	background-image: url(/assets/template/img/tg_app.svg)
}

.nav-footer-lang {
	margin-top: 20px;
}

.nav-footer-lang .nav-langs .dropdown {
	color: #fff;
}

.nav-footer-lang .nav-langs .nav-footer-lang .nav-langs {
	filter: invert(1);
}

.nav-footer-lang ul li a {
	color: #242734 !important;
}

.mobile-item.has-childs {
	width: 100%;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.mobile-item.has-childs:after {
	content: '';
	display: block;
	background-image: url(/assets/template/img/arrow_forward_ios.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 25px;
	background-color: transparent;
}

.partners-paginations .paginations-link {
	color: #fff;
}
.partners-paginations .paginations-link img {
	filter: brightness(5);
}

.mt-16 {
    margin-top: 16px;
}
.pdf-info {
	margin-top: 20px;
}
.iti__flag {
	background-image: url(/assets/template/css/img/flags.png);
}

.text-black {
    color: #242734 !important;
}

.text-white {
    color: #fff !important;
}

.text-blue {
    color: #3C5BFF;
}

.max-w-lawyer-desc {
    max-width: 500px;
}


/* PARTBERS */
.partner-head-wrap {
  padding-top: 35px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .partner-head-wrap {
    padding-bottom: 50px;
  }
}
.partner-head-title {
  margin: 16px 0px;
  margin-top: 10px;
  font-family: Nunito;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
}
@media screen and (max-width: 1024px) {
  .partner-head-title {
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
  }
}
@media screen and (max-width: 768px) {
  .partner-head-title {
    text-align: center;
  }
}
.partner-head-desc {
  margin-top: 32px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .partner-head-desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .partner-head-desc {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .partner-head-img {
    margin-top: 60px;
  }
}
.partner-adventages-wrap {
  padding: 37px 0px;
  border-top: 1px solid rgba(36, 39, 52, 0.2);
  border-bottom: 1px solid rgba(36, 39, 52, 0.2);
}
@media screen and (max-width: 768px) {
  .partner-adventages-wrap {
    padding: 37px 0px 13px 0px;
  }
}
@media screen and (max-width: 1200px) {
  .partner-adventages-item {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .partner-adventages-item {
    display: flex;
    gap: 8px;
  }
}
.partner-adventages-item-title {
  margin-top: 16px;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .partner-adventages-item-title {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
  }
}
.partner-adventages-item-desc {
  margin-top: 7px;
  color: #636363;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .partner-adventages-item-desc {
    margin-top: 0px;
    font-size: 12px;
    line-height: 17px;
  }
}

.goals-video span {
  position: absolute;
  transform: translateY(65px);
  color: #fff;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  .goals-video span {
    display: none;
  }
}

.goals-video-logo {
  position: absolute;
  bottom: 18px;
  right: 26px;
}
@media screen and (max-width: 1024px) {
  .goals-video-logo {
    display: none;
  }
}

.partner-experts {
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .partner-experts {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.partner-experts-title {
  color: #242734;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}
@media screen and (max-width: 1024px) {
  .partner-experts-title {
    font-size: 28px;
    line-height: 28px;
  }
}
.partner-experts-title span {
  text-decoration: underline;
}
.partner-experts-desc {
  margin-top: 23px;
  max-width: 420px;
  color: #242734;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .partner-experts-desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .partner-experts-items {
    margin-top: 20px;
  }
}
.partner-experts-item {
  padding: 16px;
  background-color: #FBFBFB;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .partner-experts-item {
    align-items: start;
  }
}
.partner-experts-item-img {
  position: relative;
  min-width: 64px;
  min-height: 64px;
  border-radius: 16px;
}

.partner-experts-item-img {
  position: relative;
  min-width: 64px;
  min-height: 64px;
  border-radius: 16px;
}

.partner-experts-item-img img {
  width: 64px;
  height: 64px;
}

.partner-experts-item-img img {
  border-radius: 16px;
}

.partner-experts-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: -50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 8px;
}
.partner-experts-item-title {
  color: #000;
  font-family: Nunito;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.partner-experts-item-text {
  color: #636363;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.partner-experts-items li:not(:first-child) {
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .partner-conditions {
    background: #FFF5F2;
  }
}
.partner-conditions-list {
  margin-top: 47px;
}
@media screen and (max-width: 1024px) {
  .partner-conditions-list {
    margin-top: 43px;
  }
}
.partner-conditions-list li:not(:first-child) {
  margin-top: 25px;
}
.partner-conditions-list-item {
  display: flex;
  gap: 22px;
}
.partner-conditions-wrap {
  padding: 55px;
  border-radius: 32px;
  background: #FFF5F2;
}
@media screen and (max-width: 768px) {
  .partner-conditions-wrap {
    padding: 40px 0 40px 0;
  }
}
.partner-conditions-title {
  color: #242734;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}
@media screen and (max-width: 1024px) {
  .partner-conditions-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}
.partner-conditions-desc {
  color: #242734;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 440px;
}
@media screen and (max-width: 1024px) {
  .partner-conditions-desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .partner-conditions-img {
    display: none;
  }
}

.partner-steps {
  padding-top: 180px;
}

@media screen and (max-width: 1024px) {
  .partner-steps {
    padding-top: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .partner-steps {
    padding-top: 50px;
  }
}
.partner-steps-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .partner-steps-wrap {
    margin-top: 30px;
  }
}
.partner-steps-header {
  display: flex;
  justify-content: center;
}
.partner-steps-title {
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}
@media screen and (max-width: 1024px) {
  .partner-steps-title {
    font-size: 28px;
    line-height: 28px;
  }
}
.partner-steps-title svg {
  margin-right: 16px;
  min-width: 24px;
}
@media screen and (max-width: 1024px) {
  .partner-steps-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}

.partner-step {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  height: 100%;
}

.partner-step-main {
  border-radius: 8px;
  background-color: #fff;
}

@media screen and (min-width: 1200px) {
  .partner-step-main {
    background-color: #f8f8f8;
  }
}


@media screen and (max-width: 1024px) {
  .partner-step {
    gap: 16px;
  }
}
.partner-step-btn {
  cursor: pointer;
  color: #fff;
  background-color: #3C5BFF;
  border: none;
  outline: none;
  border-radius: 4px;
  display: flex;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transition: 0.3s;
}
.partner-step-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 400px) {
  .partner-step-btn {
    width: 100%;
  }
}
.partner-step-number {
  color: #3C5BFF;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.partner-step-title {
  color: #000;
  text-align: center;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.partner-step-desc {
  color: #636363;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.partner-active-slide > .partner-swipe {
  opacity: 1;
}

.partner-members {
  background-color: #242734;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .partner-members {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .partner-members-container {
    padding-left: 20px;
  }
}
.partner-members-title {
  justify-content: center;
  display: flex;
  color: #F8F8F8;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}
@media screen and (max-width: 1024px) {
  .partner-members-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 28px;
  }
}
.partner-members-title svg {
  min-width: 24px;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .partner-members-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}

.partner-swiper {
  margin-top: 67px;
}
@media screen and (max-width: 1024px) {
  .partner-swiper {
    margin-top: 30px;
  }
}

.partner-swipe {
  margin: 0 auto;
  opacity: 0.6;
  max-width: 750px;
  border-radius: 8px;
  background: #FFF;
  padding: 40px;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .partner-swipe {
    padding: 24px;
  }
}

.partner-swipe-title {
  color: #242734;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .partner-swipe-title {
    margin-top: 32px;
  }
}
.partner-swipe-desc {
  margin: 18px 0px;
  color: #242734;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.partner-swipe-img img {
    border-radius: 8px;
    width: 350px;
}
@media screen and (max-width: 1024px) {
  .partner-swipe-img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .partner-swipe-img img {
    width: 100px;
    height: 100px;
  }
}

.partner-button-prev {
  color: #fff;
  left: 30%;
}
@media screen and (max-width: 2700px) {
    
    .partner-button-prev {
      color: #fff;
      left: 18%;
    }
  
}

@media screen and (max-width: 768px) {
    
    .partner-button-prev {
      color: #000;
      left: 0%;
    }
  
}

.partner-button-next {
  color: #fff;
  right: 30%;
}
@media screen and (max-width: 2700px) {
    .partner-button-next {
      color: #fff;
      right: 18%;
    }
  
}

@media screen and (max-width: 768px) {
    .partner-button-next {
      color: #000;
      right: 0%;
    }
  
}

.partner-award {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .partner-award {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.partner-award-title {
  display: flex;
  color: #242734;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .partner-award-title {
    font-size: 28px;
    line-height: 28px;
  }
}
.partner-award-title svg {
  margin-right: 16px;
  min-width: 24px;
}
@media screen and (max-width: 1024px) {
  .partner-award-title svg {
    transform: rotate(30deg) translateY(-4px) translateX(5px);
  }
}
.partner-award-item {
  padding: 24px;
  border-radius: 12px;
  background: #FBFBFB;
}
@media screen and (max-width: 1024px) {
  .partner-award-item {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .partner-award-item {
    padding: 16px;
    display: flex;
    gap: 24px;
  }
}

.partner-award-item-icon {
    display: flex;
    align-items: center;
}
.partner-award-item-title {
  margin-top: 24px;
  color: #000;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  .partner-award-item-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .partner-award-item-title {
    margin-top: 0px;
  }
}
.partner-award-item-desc {
  margin-top: 16px;
  color: #636363;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .partner-award-item-desc {
    margin-top: 4px;
  }
}

@media screen and (max-width: 768px) {
  .partner-awards {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1400px) {
  .partner-cabinet {
    background-color: #FFF5F2;
    
  }
}
.partner-cabinet-container {
  max-width: 1400px;
  margin: 0 auto;
}
.partner-cabinet-wrap {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 32px;
  background: #FFF5F2;
}
@media screen and (max-width: 1024px) {
  .partner-cabinet-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.partner-cabinet-laptop {
  position: absolute;
  right: -60px;
  top: -60px;
  
}
@media screen and (max-width: 1500px) {
  .partner-cabinet-laptop {
    width: 70%;
    right: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .partner-cabinet-laptop {
    width: 60%;
    right: 25px;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .partner-cabinet-laptop {
    display: none;
  }
}
.partner-cabinet-desc {
  margin-top: 40px;
  color: #636363;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .partner-cabinet-desc {
    margin-top: 30px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .partner-cabinet-desc {
    
  }
}
.partner-cabinet-text {
  max-width: 420px;
  color: #242734;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.partner-cabinet {
   
  }
@media screen and (max-width: 1024px) {
  .partner-cabinet-text {
    max-width: 360px;
    font-size: 14px;
    line-height: 21px;
  }
}
.partner-cabinet-items {
  margin-top: 30px;
}
.partner-cabinet-items li:not(:first-child) {
  margin-top: 25px;
}
.partner-cabinet-item {
  display: flex;
  gap: 16px;
}


.partner-benefits {
  padding: 120px 0px;
}
@media screen and (max-width: 1024px) {
  .partner-benefits {
    padding: 60px 0px;
  }
}

.partner-benefits-items {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .partner-benefits-items {
    margin-top: 30px;
  }
}
.partner-benefits-item {
  margin-bottom: 25px;
  background-color: #FBFBFB;
  border-radius: 16px;
  padding: 30px;
  color: #242734;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .partner-benefits-item {
    margin-bottom: 12px;
  }
}
.partner-benefits-item span {
  font-weight: 700;
}

/* Вакансии */

.vacancies-btn {
  display: inline-flex;
  text-decoration: none;
}
.vacancies-btn svg {
  transform: rotate(90deg);
}
.vacancies-btn-img {
  position: relative;
}
.vacancies-stats {
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.vacancies-stats-mob {
  display: flex;
  margin-top: 37px;
  gap: 16px;
}
.vacancies-stats__title {
  font-family: Nunito;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #3C5BFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
.vacancies-stats__value {
  font-size: 21px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.vacancies-stats__desc {
  color: #242734;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.vacancies-stats__item {
  padding: 16px;
  border-radius: 16px;
  background-color: #fff;
}
.vacancies-stats__item-mob {
  width: 50%;
  padding: 16px;
  background: #F8F8F8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vacancies-adventages__img {
  min-width: 32px;
}
.vacancies-adventages__item {
  display: flex;
  gap: 16px;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .vacancies-adventages__item {
    margin-bottom: 24px;
    gap: 8px;
  }
}
.vacancies-adventages__desc {
  color: #242734;
  font-size: 20px;
  font-family: Nunito;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .vacancies-adventages__desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
.vacancies-adventages-wrap {
  border-top: 1px solid rgba(36, 39, 52, 0.2);
  border-bottom: 1px solid rgba(36, 39, 52, 0.2);
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .vacancies-adventages-wrap {
    padding-top: 36px;
  }
}
.vacancies-about {
  padding: 100px 0px;
}
@media screen and (max-width: 768px) {
  .vacancies-about {
    padding: 50px 0px;
  }
}
.vacancies-about-desc {
  font-family: Montserrat;
  color: #242734;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.vacancies-about-desc p {
  margin-bottom: 10px;
}
.vacancies-about-desc span {
  font-weight: 700;
}

.vacancies-links {
  padding: 110px 0px;
}
@media screen and (max-width: 768px) {
  .vacancies-links {
    padding: 40px 0px;
  }
}
.vacancies-links__title {
  color: #242734;
  font-family: Nunito;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}
@media screen and (max-width: 768px) {
  .vacancies-links__title {
    color: #242734;
    font-family: Nunito;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
}
.vacancies-links__item {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 24px;
  color: #242734;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
}
.vacancies-links__item:hover {
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.15);
}
.vacancies-links__name {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .vacancies-links__name {
    max-width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .vacancies-links__name {
    max-width: 250px;
  }
}
.vacancies-links__items {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .vacancies-links__items {
    margin-top: 20px;
  }
}
.vacancies-links__items li:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .vacancies-links__items li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.vacancies-links__bottom {
  display: flex;
  align-items: center;
  gap: 24px;
}
.vacancies-links__price {
  color: #242734;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.vacancies-links__city {
  color: #636363;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.vacancies-links__svg {
  position: absolute;
  right: 24px;
  top: 24px;
}

.vacancies-form {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .vacancies-form {
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: #F8F8F8;
  }
}
@media screen and (max-width: 768px) {
  .vacancies-form-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .vacancies-form-title {
    text-align: start;
    font-family: Nunito;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
}
.vacancies-form-subtitle {
  margin-top: 35px;
  color: #242734;
  text-align: center;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .vacancies-form-subtitle {
    margin-top: 16px;
    text-align: start;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
  }
}
.vacancies-form-mail {
  text-decoration: none;
  transition: 0.3s;
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.vacancies-form-mail:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .vacancies-form-mail {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
  }
}
.vacancies-form-textarea {
  color: #242734;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 20px 24px;
  border: none;
  margin-top: 30px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .vacancies-form-textarea {
    margin-top: 0px;
  }
}
.vacancies-form-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  position: absolute;
}
.vacancies-form-bottom {
  margin-top: 35px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .vacancies-form-bottom {
    margin-bottom: 30px;
  }
}
.vacancies-form__btn {
  padding: 24px 40px;
  transition: 0.3s;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 4px;
  background-color: #3C5BFF;
  color: #fff;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .vacancies-form__btn {
    display: none;
  }
}
.vacancies-form__btn:hover {
  opacity: 0.8;
}
.vacancies-form__btn-mob {
  display: none;
}
@media screen and (max-width: 768px) {
  .vacancies-form__btn-mob {
    margin-top: 16px;
    width: 100%;
    display: block;
  }
}
.vacancies-form__label {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #3C5BFF;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  transition: 0.3s;
}
.vacancies-form__label:hover {
  opacity: 0.8;
}

.bg-pink {
  background-color: #FBE4FF;
}

.bg-pink-two {
  background-color: #FFE4E4;
}

.bg-orange {
  background-color: #FFF1E4;
}

.bg-blue {
  background-color: #E4E9FF;
}


/* Проверка почты */
.email-warning {
	display: block;
	height: 0;
	visibility: hidden;
	transition: 0.3s;
	padding: 8px 0 8px 0;
}
.email-warning.view {
	height: 70px;
	visibility: visible;	
}
.email-warning-container {
	background: #ffd2d2;
    border-radius: 8px;
	padding: 10px;
	position: relative;
}
.email-warning-dismiss {
    position: absolute;	
	top: 3px;
    right: 3px;
    background: transparent;
    border: none;
    width: 20px;
    height: 20px;
    display: block;
	cursor: pointer;
}
.email-warning-dismiss:before,
.email-warning-dismiss:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #969696;
	position: absolute;
	top: 50%;
	left: 0;
	transform-origin: center;
}
.email-warning-dismiss:before {
	transform: rotate(45deg);
}
.email-warning-dismiss:after {
	transform: rotate(-45deg);
}
.email-warning-ele {
	
}
.email-warning-text {
	padding-bottom: 7px;	
}
.email-warning-email {
	font-weight: 500;
    width: max-content;
    cursor: pointer;
    padding-bottom: 3px;
	position: relative;
}
.email-warning-email:after {
	content: '';
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: #242734;
}
.check-box {
	display: none;
}
.check-box+label {
	padding-left: 40px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    display: block;
	cursor: pointer;
}
.check-box+label:before {
	position: absolute;
	left: 0;
	top: 0;
	content:'';
	display: block;
	width: 32px;
    height: 32px;
    background-color: #F8F8F8;
    border-radius: 4px;	
}
.check-box+label:after {
	position: absolute;
	left: 0;
	top: 0;
	content:'';
	display: block;
	width: 32px;
    height: 32px;
	background-position: center;
	background-repeat: no-repeat;	
	background-image: url(../img/check-on_tr.svg);
	transition: 0.3s;
	transform: scale(0);

}
.check-box:checked+label:after {
	transform: scale(1);
}

.type-radio {
	display: none;
}
.type-radio+label {
	padding-left: 40px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
	display: block;	
	cursor: pointer;
}
	
.type-radio+label:before {
	position: absolute;
	left: 0;
	top: 0;
	content:'';
	display: block;
	width: 32px;
    height: 32px;
    background-color: #e9e9e9;
    border-radius: 4px;		
}
.type-radio+label:after {
	position: absolute;
	left: 0;
	top: 0;
	content:'';
	display: block;
	width: 32px;
    height: 32px;
	background-position: center;
	background-repeat: no-repeat;	
	background-image: url(../img/check-on_tr.svg);
	transition: 0.3s;
	transform: scale(0);
	background-color: #e9e9e9;
	border-radius: 4px;
}
.type-radio:checked+label:after {
	transform: scale(1);
}

iframe {
    height: fill-available;
    height: -webkit-fill-available;
    height: -moz-available;
}


.benefits {
    padding: 100px 0px;
}

@media screen and (max-width: 1024px) {
  .benefits {
        padding: 60px 0px;
    }
}

.benefits-wrap {
    margin-top: 60px;
}

@media screen and (max-width: 1024px) {
    .benefits-wrap {
        margin-top: 40px;
    }
}

.benefits-text {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    color: #636363;
}

@media screen and (max-width: 1024px) {
    .benefits-text {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
    }
}

.benefits-text p {
    margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
    .benefits-text p {
        margin-bottom: 15px;
    }
}

.job-wrap {
    padding: 130px 250px;
    border-radius: 8px;
    background: #F8F8F8;
}

.job-text {
    color: #636363;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.job-text span {
    color: #242734;
    font-size: 21px;
    font-weight: 800;
    font-family: Nunito;
}

.job-quotes-start {
    position: absolute;
    top: 0px;
    left: -95px;
}

.job-quotes-end {
    position: absolute;
      top: 0;
      right: -95px;
}

@media screen and (max-width: 1024px) {
    .job-wrap {
        padding: 130px 0px;
        border-radius: 0px;
    }
    
    .job {
        background: #F8F8F8;
    }
    
    .job-text {
        font-size: 12px;;
        line-height: 21px;
    }
    
    .job-text span {
        font-size: 16px;
    }
    
    .job-quotes-start {
        position: absolute;
        top: -60px;
        left: 0px;
    }
    
    .job-quotes-end {
          position: absolute;
        top: auto;
        right: 0;
        bottom: -60px;
    }
}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:flex;align-items:center;height:60px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:24px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:Nunito;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:8px 24px;font-family: Nunito;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#f8f8f8;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#242734;font-family:Nunito;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:60px;position:absolute;top:1px;right:20px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#f8f8f8}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding: 6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

@media screen and (max-width: 640px) {
    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 6px;
    }
    .select2-container .select2-selection--single {
        height: 40px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px;
        right: 3px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 12px;
    }
}

