@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Inter:ital@1&display=swap"); /*example font-size:30px;  font-size:pxToRem(30); */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::-webkit-scrollbar {
  height: 12px;
  width: 8px;
}

*::-webkit-scrollbar-thumb {
  background-color: #70AFEA;
  border-radius: 4px;
  border: 3px solid transparent;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

:root {
  --c_bg1: #70AFEA;
--src:'';	
}

html {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #333;
  font-family: "Inter", sans-serif;
  height: 100%;
  scroll-behavior: smooth;
}
@media (min-width: 767px) {
  html {
    font-size: 1vw;
  }
}
@media (min-width: 1199px) {
  html {
    font-size: 0.82vw;
  }
}

body {
  background-color: #F8FAFC;
}

h1 {
  color: #135;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 62.4px */
  letter-spacing: -0.96px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 36px */
    letter-spacing: -0.6px;
    text-transform: uppercase;
  }
}

h2 {
  color: #135;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

h3 {
  color: #135;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.75rem;
}

h4 {
  color: #135;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

p {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

a {
  color: #70AFEA;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
a:hover {
  color: #327ADF;
}

input {
  padding: 1.5rem 2rem;
  color: #4F4F4F;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 1.5rem;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

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

.page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.page__container {
  margin: 4rem 0;
}
@media (max-width: 1199px) {
  .page__container {
    margin: 3rem 0;
  }
}
@media (max-width: 767px) {
  .page__container {
    margin: 1.5rem 0;
  }
}

.jb-blur {
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}

.section_title {
  width: 100%;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.3;
  color: #113355;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (max-width: 1199px) {
  .section_title {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .section_title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.875rem;
  }
}
.section_title span {
  color: #70AFEA;
}

.section_subtitle {
  font-size: 1.5rem;
}
@media (max-width: 1199px) {
  .section_subtitle {
    display: 1.25rem;
  }
}
@media (max-width: 767px) {
  .section_subtitle {
    display: none;
  }
}

.swiper-pagination {
  position: unset;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .swiper-pagination {
    margin-top: 0.75rem;
  }
}
.swiper-pagination-bullet {
  opacity: 1;
  background-color: #CDD2D8;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}
.swiper-pagination-bullet-active {
  background-color: #70AFEA;
}

.scroll {
  position: fixed;
  right: 4rem;
  bottom: 10.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  z-index: 1000;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (max-width: 1199px) {
  .scroll {
    right: 3rem;
  }
}
@media (max-width: 767px) {
  .scroll {
    right: 15px;
    bottom: 15px;
  }
}
.scroll__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: none;
          animation: none;
  background-color: #70AFEA;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (max-width: 767px) {
  .scroll__btn {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.scroll__btn svg {
  width: 1.5625rem;
  height: 1.5625rem;
}
@media (max-width: 767px) {
  .scroll__btn svg {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.scroll__btn:hover {
  background-color: #327ADF;
}
.scroll__icon {
  margin-top: 3px;
}
.scroll .hide {
  -webkit-animation: hide 1s linear forwards;
          animation: hide 1s linear forwards;
}
.scroll .show {
  -webkit-animation: show 1s linear forwards;
          animation: show 1s linear forwards;
}

.jb-container {
  max-width: 100%;
  padding: 0 4rem;
}
@media (max-width: 1199px) {
  .jb-container {
    padding: 0 3rem;
  }
}
@media (max-width: 767px) {
  .jb-container {
    padding: 0 0.9375rem;
  }
}

.jb-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .jb-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1.5rem auto 1.5rem auto;
    grid-template-columns: repeat(3, auto);
    padding: 0.9375rem 0 0.6875rem 0;
    gap: 1.5rem;
    -webkit-transition: row-gap 0.3s linear;
    -moz-transition: row-gap 0.3s linear;
    transition: row-gap 0.3s linear;
  }
}
.jb-menu__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 2rem;
  margin-left: 0.625rem;
}
@media (max-width: 767px) {
  .jb-menu__list {
    display: none;
    gap: 0px;
    padding: 1.5rem 0rem 3rem 0rem;
    text-transform: uppercase;
    margin-left: 0;
  }
}
.page-template-tmp__main .jb-header .jb-menu__list li a {
  color: #fff;
}
.page-template-tmp__main .jb-header .jb-menu__list li a:hover {
  color: #70AFEA;
}
@media (max-width: 767px) {
  .jb-menu__list li {
    border-bottom: 1px solid rgba(112, 175, 234, 0.25);
    padding: 1.25rem 0;
    width: 100%;
    text-align: center;
  }
}
.jb-menu__burger {
  display: none;
}
@media (max-width: 767px) {
  .jb-menu__burger {
    background-color: #70AFEA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0.25rem;
    /* or 21px */
    letter-spacing: -0.01em;
    color: #FFFFFF;
  }
}
.jb-menu__burger:hover {
  opacity: 1;
}
.jb-menu__burger span {
  opacity: 1;
  position: absolute;
  height: 0.125rem;
  background: #fff;
  left: 0.75rem;
  right: 0.75rem;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.jb-menu__burger span:first-child {
  top: 0.875rem;
}
.jb-menu__burger span:nth-child(2) {
  visibility: hidden;
  top: 1.1875rem;
}
.jb-menu__burger span:nth-child(3) {
  top: 1.1875rem;
}
.jb-menu__burger span:nth-child(4) {
  top: 1.5rem;
}
.jb-menu__burger.active span {
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.jb-menu__burger.active span:first-child {
  opacity: 0;
}
.jb-menu__burger.active span:nth-child(2) {
  visibility: visible;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.jb-menu__burger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.jb-menu__burger.active span:nth-child(4) {
  opacity: 0;
}
.jb-menu__contacts {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media (max-width: 767px) {
  .jb-menu.active {
    background: rgba(0, 0, 0, 0.01);
    -webkit-backdrop-filter: blur(24px);
            backdrop-filter: blur(24px);
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    padding: 0.9375rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 0.6875rem;
  }
}
@media (max-width: 767px) {
  .jb-menu.active .jb-menu__list {
    border-top: 1px solid #70AFEA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 2/1/3/4;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .jb-menu.active .jb-header__logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}
@media (max-width: 767px) {
  .jb-menu.active .jb-socials {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
}
.jb-menu.active .jb-menu__burger a {
  height: 100%;
}
@media (max-width: 767px) {
  .jb-menu.active .jb-menu__burger {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/2/4;
    grid-column: 3;
  }
}
.jb-menu.active .jb-header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

body.active {
  overflow: hidden;
}

.jb-socials {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (max-width: 1199px) {
  .jb-socials {
    margin: 0;
    gap: 6px;
  }
}
.jb-socials li a svg {
  display: block;
  width: 2.875rem;
  height: 2.875rem;
  border: 1px solid #70AFEA;
  border-radius: 0.25rem;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.jb-socials li a svg:hover {
  border-color: #327ADF;
}
.jb-socials li a svg:hover path {
  fill: #327ADF;
}
@media (max-width: 1199px) {
  .jb-header .jb-socials li a svg {
    width: 2rem;
    height: 2rem;
  }
}
.jb-socials.dark svg {
  background-color: rgba(0, 0, 0, 0.3);
}
.jb-socials.dark svg path {
  fill: white;
}
.jb-socials.dark svg:hover {
  background-color: #327ADF;
}
.jb-socials.dark svg:hover path {
  fill: white;
}

.socials__telegram {
  margin: 0.6875rem;
  width: 1.5rem;
  height: 1.5rem;
}
.socials__whatsapp {
  margin: 0.6875rem;
  width: 1.5rem;
  height: 1.5rem;
}
.socials__vk {
  margin: 0.6875rem;
  width: 1.5rem;
  height: 1.5rem;
}

.jb-header__logo {
  margin-right: 0.5rem;
  position: relative;
}
.jb-header__logo:after {
  content: "";
  width: 1px;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.3019607843);
  position: absolute;
  top: 0;
  right: -1.875rem;
}
@media (max-width: 767px) {
  .jb-header__logo:after {
    display: none;
  }
}
.jb-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jb-header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media (max-width: 1199px) {
  .jb-header__contacts {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 3/1/4/4;
    display: none;
  }
}
.jb-header .jb-btn_mail {
  display: none;
  color: white;
}
@media (max-width: 1199px) {
  .jb-header .jb-btn_mail {
    display: block;
  }
}

.page-template-tmp__main .jb-section_header {
  position: absolute;
  width: 100%;
}

.jb-btn {
  padding: 0.8125rem 1.5rem;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: #70AFEA;
  border-radius: 0.25rem;
  white-space: nowrap;
}
.jb-btn:hover {
  background-color: #327ADF;
  color: #fff;
}
.jb-btn_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.jb-btn_phone::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url("img/icon__btn_phone.svg") center center/contain no-repeat;
}
.jb-btn_mail {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.jb-form {
  /* input[type="radio"] {
  	position: relative;
  	margin-right: pxToRem(12px) !important;
  	transform: translateY(-2px);
  	width: pxToRem(20px);
  	height: pxToRem(20px);

  	&::before {
  		content: "";
  		position: absolute;
  		width: pxToRem(24px);
  		height: pxToRem(24px);
  		top: 0;
  		left: 0;
  		background-color: $c_bg4;
  		border: 1px solid #CECECE;
  		border-radius: 4px;
  	}

  	&:checked {
  		&::before {
  			border: 1px solid $c_bg1;
  			background-image: url("img/check-mark.svg");
  			background-position: center;
  			background-repeat: no-repeat;
  		}
  	}
  } */
}
.jb-form input[type=text],
.jb-form input[type=tel] {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #70AFEA;
  color: #113355 !important;
  padding: 1.5rem 2rem;
  max-width: 25rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .jb-form input[type=text],
  .jb-form input[type=tel] {
    max-width: 100%;
  }
}
.jb-form.dark input[type=text], .jb-form.dark input[type=tel] {
  background: unset;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  color: white !important;
}
.jb-form.dark input[type=text].wpcf7-not-valid, .jb-form.dark input[type=tel].wpcf7-not-valid {
  color: #FF0000 !important;
}
.jb-form.dark input[type=text].wpcf7-not-valid::-webkit-input-placeholder, .jb-form.dark input[type=tel].wpcf7-not-valid::-webkit-input-placeholder {
  color: #FF0000 !important;
}
.jb-form.dark input[type=text].wpcf7-not-valid::-moz-placeholder, .jb-form.dark input[type=tel].wpcf7-not-valid::-moz-placeholder {
  color: #FF0000 !important;
}
.jb-form.dark input[type=text].wpcf7-not-valid:-ms-input-placeholder, .jb-form.dark input[type=tel].wpcf7-not-valid:-ms-input-placeholder {
  color: #FF0000 !important;
}
.jb-form.dark input[type=text].wpcf7-not-valid::-ms-input-placeholder, .jb-form.dark input[type=tel].wpcf7-not-valid::-ms-input-placeholder {
  color: #FF0000 !important;
}
.jb-form.dark input[type=text].wpcf7-not-valid::placeholder, .jb-form.dark input[type=tel].wpcf7-not-valid::placeholder {
  color: #FF0000 !important;
}
.jb-form input[type=text]:focus,
.jb-form input[type=tel]:focus {
  border: 1px solid #327ADF !important;
  background-color: #e9edf2 !important;
  outline: none;
}
.jb-form input.wpcf7-not-valid {
  border: 1px solid #FF0000 !important;
  color: #FF0000 !important;
}
.jb-form input.wpcf7-not-valid::-webkit-input-placeholder {
  color: #FF0000 !important;
}
.jb-form input.wpcf7-not-valid::-moz-placeholder {
  color: #FF0000 !important;
}
.jb-form input.wpcf7-not-valid:-ms-input-placeholder {
  color: #FF0000 !important;
}
.jb-form input.wpcf7-not-valid::-ms-input-placeholder {
  color: #FF0000 !important;
}
.jb-form input.wpcf7-not-valid::placeholder {
  color: #FF0000 !important;
}
.jb-form.dark input[type=text], .jb-form.dark input[type=tel] {
  background: unset;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  color: white !important;
}
.jb-form.dark input[type=text]:focus, .jb-form.dark input[type=tel]:focus {
  background: unset !important;
  color: white !important;
}
.jb-form.dark .wpcf7-response-output {
  margin: 2rem 0 0 0;
  color: white;
}
.jb-form input[type=submit] {
  width: auto;
  z-index: 100;
  padding: 1.5rem 2.375rem;
  font-size: 1rem;
  font-weight: 600;
  overflow: hidden;
  border-radius: 0.25rem;
  cursor: pointer;
  background-color: #70AFEA;
  color: #fff !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.jb-form input[type=submit]:hover {
  background-color: #327ADF !important;
}
.jb-form input[type=submit]:hover {
  background-color: #195AB7;
}
.jb-form .wpcf7-not-valid-tip {
  display: none;
}
.jb-form form .wpcf7-response-output {
  margin: 0;
  padding: 1rem;
}
.jb-form form.invalid .wpcf7-response-output {
  border-color: #70AFEA;
  border-radius: 0.25rem;
  margin: 1rem 0 0 0;
  padding: 1rem 2rem;
}
.jb-form.dark form.invalid .wpcf7-response-output {
  color: white;
}
.jb-form__label {
  margin-bottom: 1.5rem;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .jb-form__label {
    margin-bottom: 0.75rem;
  }
}
.jb-form .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.5rem;
  margin-bottom: 1.5rem;
}
.jb-form .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .jb-form .wpcf7-radio {
    gap: 0.75rem 1.5rem;
    margin-bottom: 0.75rem;
  }
}
.jb-form .wpcf7-radio input {
  margin-right: 0.25rem;
}
.jb-form__policy {
  margin: 0.75rem 0;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.4;
}
.jb-form input::-webkit-input-placeholder, .jb-form textarea::-webkit-input-placeholder {
  color: #4F4F4F;
}
.jb-form input::-moz-placeholder, .jb-form textarea::-moz-placeholder {
  color: #4F4F4F;
}
.jb-form input:-ms-input-placeholder, .jb-form textarea:-ms-input-placeholder {
  color: #4F4F4F;
}
.jb-form input::-ms-input-placeholder, .jb-form textarea::-ms-input-placeholder {
  color: #4F4F4F;
}
.jb-form input::placeholder,
.jb-form textarea::placeholder {
  color: #4F4F4F;
}
.jb-form.dark input::-webkit-input-placeholder, .jb-form.dark textarea::-webkit-input-placeholder {
  color: white !important;
}
.jb-form.dark input::-moz-placeholder, .jb-form.dark textarea::-moz-placeholder {
  color: white !important;
}
.jb-form.dark input:-ms-input-placeholder, .jb-form.dark textarea:-ms-input-placeholder {
  color: white !important;
}
.jb-form.dark input::-ms-input-placeholder, .jb-form.dark textarea::-ms-input-placeholder {
  color: white !important;
}
.jb-form.dark input::placeholder, .jb-form.dark textarea::placeholder {
  color: white !important;
}
.jb-form .wpcf7-spinner {
  display: none;
}

.jb-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  padding: 1.5rem 0;
  font-weight: 300;
  border-top: 0.0625rem solid #CECECE;
}
@media (max-width: 767px) {
  .jb-footer__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.75rem;
  }
}
.jb-footer__copyright a {
  font-size: 0.875rem;
  text-decoration: underline;
  font-weight: 300;
  color: #333;
}
.jb-footer__copyright a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .jb-footer .jb-menu {
    gap: 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.5rem 0;
  }
}
@media (max-width: 767px) {
  .jb-footer .jb-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
    padding: 1.5rem 0 1.5rem 0;
  }
}
@media (max-width: 767px) {
  .jb-footer .jb-menu__list li {
    padding: 0;
    border: 0;
    text-align: left;
  }
}
.jb-footer .jb-menu__list a {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  font-size: 1rem;
  color: #333;
}
.jb-footer .jb-menu__list a:hover {
  color: #327ADF;
}
@media (max-width: 767px) {
  .jb-footer .jb-socials {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 767px) {
  .jb-footer .jb-socials svg {
    width: 2.875rem;
    height: 2.875rem;
  }
}
@media (max-width: 767px) {
  .jb-footer .jb-header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.jb-modal {
  padding: 3rem;
  max-width: 28vw;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .jb-modal {
    padding: 0.9375rem;
    max-width: 100%;
  }
}
.jb-modal__title {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  color: #113355;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .jb-modal__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.5rem;
  }
}
.jb-modal__text {
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media (max-width: 1199px) {
  .jb-modal__text {
    font-size: 1rem;
  }
}

.jb-breadcrumbs {
  margin: 20px auto;
}
.jb-breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jb-breadcrumbs ul li {
  color: #70AFEA;
}
.jb-breadcrumbs ul li::after {
  content: " / ";
  display: inline-block;
  padding: 0 3px;
}
.jb-breadcrumbs ul li:last-child::after {
  content: "";
}

.jb-blog__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
}

.jb-blog__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.jb-blog__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.jb-blog__grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.jb-blog__grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media (max-width: 1399px) {
  .jb-blog__grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .jb-blog__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .jb-blog__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jb-blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.jb-blog__item:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.jb-blog__item-img img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.jb-blog__item-desc {
  padding: 2rem;
}
.jb-blog__item-desc h3 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #113355;
  text-transform: uppercase;
  margin-bottom: 0;
}
.jb-blog__item-desc p {
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #333;
}

.jb-pagination {
  padding: 32px 0 64px 0;
}
@media (max-width: 1199px) {
  .jb-pagination {
    overflow-x: auto;
  }
}
.jb-pagination nav {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.jb-pagination nav .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.jb-pagination nav .nav-links a,
.jb-pagination nav .nav-links span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  border: 2px solid #70AFEA;
  border-radius: 50%;
}
.jb-pagination nav .nav-links .prev,
.jb-pagination nav .nav-links .next {
  display: none;
}

.jb-blog-item h1,
.jb-blog-item h2,
.jb-blog-item h3,
.jb-blog-item h4,
.jb-blog-item h5,
.jb-blog-item h6 {
  margin-top: 20px;
}
.jb-blog-item h1:first-child,
.jb-blog-item h2:first-child,
.jb-blog-item h3:first-child,
.jb-blog-item h4:first-child,
.jb-blog-item h5:first-child,
.jb-blog-item h6:first-child {
  margin-top: 0;
}
.jb-blog-item .wp-block-image * {
  float: none;
}
.jb-blog-item h1 {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .jb-blog-item h1 {
    font-size: 1.875rem;
  }
}
.jb-blog-item h2 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .jb-blog-item h2 {
    font-size: 1.5rem;
  }
}
.jb-blog-item h2 * {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .jb-blog-item h2 * {
    font-size: 1.5rem;
  }
}
.jb-blog-item img {
  margin-top: 20px;
}
.jb-blog-item p {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .jb-blog-item p {
    font-size: 1rem;
  }
}
.jb-blog-item__last-posts-title {
  margin-top: 5rem;
}
.jb-blog-item__last-posts-title h2 {
  color: #135;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 62.4px */
  letter-spacing: -0.96px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media (max-width: 1199px) {
  .jb-blog-item__last-posts-title h2 {
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 36px */
    letter-spacing: -0.6px;
    text-transform: uppercase;
  }
}
.jb-blog-item__last-posts .jb-blog__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
}
.jb-blog-item__last-posts .jb-blog__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.jb-blog-item__last-posts .jb-blog__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.jb-blog-item__last-posts .jb-blog__grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.jb-blog-item__last-posts .jb-blog__grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media (max-width: 1399px) {
  .jb-blog-item__last-posts .jb-blog__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .jb-blog-item__last-posts .jb-blog__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.quote__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0rem 0.625rem;
  width: 26.5rem;
  background-color: rgba(0, 0, 0, 0.007);
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  padding: 2rem 2rem 2rem 2rem;
  outline: 0.0625rem solid #70AFEA;
  outline-offset: -pxToRem(1px);
}
@media (max-width: 575px) {
  .quote__box {
    width: 100%;
  }
}
.banner .quote__box {
  margin-top: 18.875rem;
}
@media (max-width: 767px) {
  .banner .quote__box {
    display: none;
  }
}
.quote__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem 0rem;
  width: 17rem;
}
.quote__icon {
  width: 1.75rem;
  height: 1.25rem;
}
.quote__text {
  font-style: italic;
  font-weight: 500;
  color: white;
}
.quote__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0rem 0.75rem;
}
.quote__author__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem 0rem;
  width: 11.75rem;
}
.quote__author__name {
  width: 100%;
  font: 600 0.875rem/1.21 "Inter", Helvetica, Arial, serif;
  color: #70AFEA;
}
.quote__author__position {
  font: 300 0.875rem/1.21 "Inter", Helvetica, Arial, serif;
  color: rgb(255, 255, 255);
}
.quote__avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 2rem 2rem 2rem 2rem;
  outline: 0.0625rem solid rgb(75, 110, 155);
  outline-offset: -pxToRem(1px);
}
.quote__logo {
  width: 2.625rem;
}
@media (max-width: 575px) {
  .quote__logo {
    display: none;
  }
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0rem 0.625rem;
  background: var(--src) center center/cover no-repeat;
  padding: 4rem 4rem 0;
  height: 100vh;
}
@media (max-width: 1199px) {
  .banner__container {
    padding: 3rem 3rem 0;
  }
}
@media (max-width: 767px) {
  .banner__container {
    padding: 2rem 0.9375rem 0;
  }
}
.banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 58.25rem;
}
@media (max-width: 767px) {
  .banner__content {
    width: auto;
  }
}
.banner__title {
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 1.3;
  color: rgb(255, 255, 255);
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .banner__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  .banner__title {
    font-size: 3.375rem;
  }
}
@media (max-width: 767px) {
  .banner__title {
    font-size: 1.875rem;
  }
}
.banner__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 1199px) {
  .banner__text {
    width: auto;
    font-size: 1.25rem;
  }
}
.banner__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.1875rem 0rem 0rem;
  width: 30.1875rem;
  border-radius: 0.5rem;
  padding: 1.5rem 2rem;
  outline: 0.0625rem solid #70AFEA;
  outline-offset: -1px;
}
@media (max-width: 1199px) {
  .banner__desc {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .banner__desc {
    padding: 1.25rem;
  }
}
.banner__highlight {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  color: #70AFEA;
  text-transform: uppercase;
  padding-left: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media (max-width: 1199px) {
  .banner__highlight {
    width: auto;
  }
}
.banner__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  width: 17.0625rem;
  padding: 1.5rem 2.875rem;
}

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.services__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4rem 0 4.6875rem;
  position: relative;
}
@media (max-width: 767px) {
  .services__container {
    margin: 3rem 0 0rem;
  }
}
.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0px 0.625rem;
  width: 100%;
}
@media (max-width: 767px) {
  .services__list {
    width: 100%;
    gap: 0px;
  }
}
.services__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 23.66%;
  height: unset;
  border-radius: 0.5rem;
  padding: 2rem;
  outline: 0.0625rem solid rgb(205, 210, 216);
  outline-offset: -pxToRem(1px);
}
@media (max-width: 767px) {
  .services__box {
    width: 100%;
    padding: 1.5rem;
  }
}
.services__box__title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #113355;
  text-transform: uppercase;
  margin-bottom: 0;
}
.services__box__img {
  margin-top: 1.25rem;
  width: 100%;
  height: auto;
}
.services__box__text {
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #333;
}

.quiz1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.quiz1 .section_title br {
  display: none;
}
@media (max-width: 1399px) {
  .quiz1 .section_title br {
    display: block;
  }
}
@media (max-width: 767px) {
  .quiz1 .section_title br {
    display: none;
  }
}
.quiz1__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.1875rem 0px;
  margin: 3.3125rem 0 4rem;
}
@media (max-width: 767px) {
  .quiz1__container {
    margin: 3rem 0;
    gap: 1.5rem 0px;
  }
}
.quiz1__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem 0rem;
}
.quiz1__title .section_title {
  margin-bottom: 0;
}
.quiz1__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0rem 0.625rem;
}
@media (max-width: 767px) {
  .quiz1__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem 0.625rem;
  }
}
.quiz1__box {
  width: 74.56%;
  height: 31vw;
  background-color: white;
  border-radius: 0.5rem;
  border: 1px solid rgb(206, 206, 206);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .quiz1__box {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 767px) {
  .quiz1__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: unset;
    margin-bottom: unset;
  }
}
.quiz1__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 23.66%;
  height: 31vw;
  background: #70AFEA var(--src) center bottom/contain no-repeat;
  padding: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .quiz1__banner::before {
    content: "";
    width: 4rem;
    height: 3rem;
    position: absolute;
    bottom: 0;
    left: 1.5rem;
    background-image: url("img/arrow-down-to-quiz.svg");
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-size: cover;
  }
}
@media (max-width: 1199px) {
  .quiz1__banner {
    display: none;
    font-size: 1.25rem;
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .quiz1__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
    height: 116vw;
    background-position-y: 125%;
  }
}

.quiz2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 4rem;
}
@media (max-width: 1199px) {
  .quiz2 {
    padding-top: 2rem;
  }
}
@media (max-width: 767px) {
  .quiz2 {
    padding-top: 0.9375rem;
  }
}
@media (max-width: 1399px) {
  .quiz2 .section_title br:nth-child(2) {
    display: none;
  }
}
.quiz2 .section_title br:nth-child(3) {
  display: none;
}
@media (max-width: 1399px) {
  .quiz2 .section_title br:nth-child(3) {
    display: block;
  }
}
@media (max-width: 767px) {
  .quiz2 .section_title br:nth-child(3) {
    display: none;
  }
}
.quiz2__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0rem 3.5rem;
  margin-top: 2.25rem;
}
@media (max-width: 767px) {
  .quiz2__features {
    margin-top: 1.5rem;
  }
}
@media (max-width: 575px) {
  .quiz2__features {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem 3.5rem;
  }
}
.quiz2__features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 1.5rem;
}
.quiz2__features__icon {
  width: 4rem;
  height: 4rem;
  background: var(--src) center center/contain no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1199px) {
  .quiz2__features__icon {
    width: 3rem;
    height: 3rem;
  }
}
.quiz2__features__text {
  font-size: 1.25rem;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .quiz2__features__text {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .quiz2__features__text br {
    display: none;
  }
}
.quiz2__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0rem 0.625rem;
  margin: 2.25rem 0rem 3.5rem;
  background: #E9EDF2 var(--src) right center/contain no-repeat;
  padding: 4rem;
}
@media (max-width: 1199px) {
  .quiz2__content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .quiz2__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem 0.625rem;
    margin: 0;
    padding: 0.9375rem;
    background: none;
  }
}
.quiz2__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 23.66%;
  height: auto;
  background: #70AFEA var(--src) center bottom/contain no-repeat;
  padding: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .quiz2__banner::before {
    content: "";
    width: 4rem;
    height: 3rem;
    position: absolute;
    bottom: 0;
    left: 1.5rem;
    background-image: url("img/arrow-down-to-quiz.svg");
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
@media (max-width: 1199px) {
  .quiz2__banner {
    display: none;
    font-size: 1.25rem;
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .quiz2__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
    height: 116vw;
    background-position-y: 111%;
  }
}
.quiz2__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 74.55%;
  min-height: 31vw;
  background-color: white;
  border-radius: 0.5rem;
  border: 1px solid rgb(206, 206, 206);
}
@media (max-width: 1199px) {
  .quiz2__box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .quiz2__box {
    margin-top: unset;
    margin-bottom: unset;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4rem;
}
@media (max-width: 1199px) {
  .selection {
    padding-top: 2rem;
  }
}
@media (max-width: 767px) {
  .selection {
    padding-top: 0.9375rem;
  }
}
.selection .section_title br {
  display: none;
}
@media (max-width: 1399px) {
  .selection .section_title br {
    display: block;
  }
}
@media (max-width: 767px) {
  .selection .section_title br {
    display: none;
  }
}
.selection__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0px 0.625rem;
  margin: 0 0 2.375rem;
  width: 100%;
  background: var(--src) center center/cover no-repeat;
  padding: 4rem 4rem 4rem 4rem;
}
@media (max-width: 767px) {
  .selection__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem 0.625rem;
    margin: 0;
    padding: 1.5rem 0.9375rem;
  }
}
.selection__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 28.5rem;
}
@media (max-width: 767px) {
  .selection__content {
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
.selection__content__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2rem;
  color: white;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .selection__content__title {
    font-size: 1.5rem;
  }
}
.selection__content__title span {
  color: #70AFEA;
}
.selection__content__text {
  margin-top: 1.5625rem;
  font-size: 1.25rem;
  color: white;
}
@media (max-width: 767px) {
  .selection__content__text {
    margin-top: 0.75rem;
    font-size: 1rem;
  }
}
.selection__content__text p {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .selection__content__text p {
    margin-bottom: 1.4rem;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.selection__content__text span {
  color: #70AFEA;
}
.selection__content__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem 0rem;
  margin: 3.125rem 0rem 0rem;
  width: 100%;
}
@media (max-width: 767px) {
  .selection__content__form {
    margin-top: 1.5rem;
  }
}
.selection__content__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(0, 0, 0, 0.007);
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  padding: 1.5rem 2rem 1.5rem 2rem;
  outline: 0.0625rem solid #70AFEA;
  outline-offset: -pxToRem(1px);
}
.selection__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .selection__sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem 0rem;
    margin: 2.25rem 0rem 0rem;
    width: 100%;
  }
}
.selection__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem 0rem;
  width: 100%;
}
@media (max-width: 767px) {
  .selection__contacts {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.selection__contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0rem 2rem;
}
@media (max-width: 767px) {
  .selection__contacts__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.5rem 0.625rem;
  }
}
.selection__contacts__text {
  text-align: right;
  color: white;
  margin-top: 0.75rem;
  max-width: 14.375rem;
}
@media (max-width: 767px) {
  .selection__contacts__text {
    max-width: unset;
  }
}
.selection__socials .selection__contacts__text {
  display: none;
}
@media (max-width: 767px) {
  .selection__socials .selection__contacts__text {
    display: block;
  }
}

.why-choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .why-choose .section_title {
    margin-bottom: 0;
  }
}
.why-choose__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 0px;
  margin: 3.1875rem 0 3.375rem;
}
@media (max-width: 1199px) {
  .why-choose__container {
    gap: 0px;
  }
}
@media (max-width: 767px) {
  .why-choose__container {
    margin: 3rem 0 0rem;
  }
}
.why-choose__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0rem 0.625rem;
  width: 100%;
}
@media (max-width: 767px) {
  .why-choose__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.why-choose__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 18.58%;
  background-color: white;
  border-radius: 0.5rem;
  outline: 1px solid rgb(205, 210, 216);
  outline-offset: -1px;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .why-choose__item {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .why-choose__item {
    padding: 1.5rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    outline: unset;
    border-bottom: 1px solid rgb(205, 210, 216);
    width: 100%;
    background-color: unset;
    border-radius: 0;
  }
}
.why-choose__icon {
  width: 4rem;
  height: 4rem;
}
@media (max-width: 1199px) {
  .why-choose__icon {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .why-choose__icon {
    margin-top: unset;
    margin-right: unset;
    margin-bottom: unset;
    margin-left: unset;
  }
}
.why-choose__text {
  margin-top: 2rem;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .why-choose__text {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .why-choose__text {
    margin-top: unset;
    margin-right: unset;
    margin-bottom: unset;
    margin-left: unset;
  }
}

.checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.checklist__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0rem 0.625rem;
  margin: 4.625rem 0 3.5625rem;
}
@media (max-width: 1199px) {
  .checklist__container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    margin: 3.75rem 0 1.875rem;
  }
}
@media (max-width: 767px) {
  .checklist__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem 0.625rem;
    margin: 3rem 0 0rem;
  }
}
.checklist__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 32.14%;
  padding: 4rem;
  border: 1px solid #CECECE;
  border-radius: 0.5rem;
}
@media (max-width: 1199px) {
  .checklist__content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .checklist__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
    min-width: unset;
    padding: 1.5rem;
  }
}
.checklist__content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.75rem 0rem;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .checklist__content__header {
    margin-bottom: 0.75rem;
  }
}
.checklist__content__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.3;
  color: #113355;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .checklist__content__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.875rem;
  }
}
.checklist__content__text {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .checklist__content__text {
    font-size: 1rem;
  }
}
.checklist__image {
  width: 66.07%;
  border-radius: 0.5rem;
  background: var(--src) center center/cover no-repeat;
}
@media (max-width: 767px) {
  .checklist__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    aspect-ratio: 345/255;
  }
}
.checklist input[type=submit], .checklist input[type=text], .checklist input[type=tel] {
  width: 100%;
  max-width: unset;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 4.4375rem 0 3.9375rem;
  min-height: 45vw;
  background: var(--src) center center/cover no-repeat;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .about__container {
    margin: 3rem 0 2rem;
    aspect-ratio: 1/1;
  }
}
.about__title {
  position: relative;
  font: 600 3rem/1.29 "Inter", Helvetica, Arial, serif;
  color: rgb(255, 255, 255);
  padding: 4rem 4rem 4rem 4rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .about__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.5rem;
    font-size: 1.875rem;
  }
}
.about__btn {
  position: absolute;
  top: 40%;
  left: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 11.25rem;
  height: 11.25rem;
  background: var(--src) center center/100% 100% no-repeat;
}
@media (max-width: 767px) {
  .about__btn {
    top: 35%;
    left: 37%;
    width: 6rem;
    height: 6rem;
  }
}
.about__btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.stages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .stages {
    display: none;
  }
}
.stages__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  margin: 4.0625rem 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .stages__container {
    margin: 2.5rem 0;
  }
}
.stages__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 9.5625rem;
}
.stages__list {
  position: absolute;
  top: 0rem;
  left: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0rem 0.625rem;
  width: 100%;
  height: 9.5625rem;
}
.stages__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20%;
  min-height: 9.5625rem;
}
.stages__item__text {
  position: absolute;
  top: 5.75rem;
  right: 0rem;
  bottom: 2.375rem;
  left: 2.25rem;
  width: 18.75rem;
  height: 1.4375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}
.stages__item__line {
  position: absolute;
  top: 3rem;
  right: 8.5rem;
  bottom: 0.3125rem;
  left: 1.5rem;
  width: 1px;
  height: 6.25rem;
  background-color: rgb(206, 206, 206);
}
.stages__item__number {
  position: absolute;
  top: 0rem;
  left: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  background-color: #70AFEA;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
  color: white;
}
.stages__item__point {
  position: absolute;
  bottom: 0rem;
  left: 1.1875rem;
  width: 0.6875rem;
  height: 0.6875rem;
}
.stages__line {
  position: absolute;
  top: 4.625rem;
  left: 0rem;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 112rem;
  height: 0.6875rem;
}
.stages__line__hr {
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  width: 100%;
  height: 0.0625rem;
  background-color: rgb(206, 206, 206);
}
.stages__line__point {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 0.6875rem;
  height: 0.6875rem;
}

.staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.staff__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4.75rem 0 4.3125rem;
  width: 100%;
}
@media (max-width: 767px) {
  .staff__container {
    margin: 3rem 0 0rem;
  }
}
.staff__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  /* @include lg {
      gap: 0px pxToRem(20px);
  }

  @include sm {
      gap: 0px;
  } */
}
.staff__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(255, 255, 255);
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  outline: 0.0625rem solid rgb(206, 206, 206);
  outline-offset: -pxToRem(1px);
  width: 18%;
  height: unset;
}
@media (max-width: 767px) {
  .staff__item {
    width: 100%;
  }
}
.staff__item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 20.8125rem;
  background: var(--src) center center/cover no-repeat;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .staff__item__image {
    min-height: 30rem;
  }
}
@media (max-width: 767px) {
  .staff__item__image {
    min-height: 660px;
  }
}
@media (max-width: 575px) {
  .staff__item__image {
    min-height: 540px;
  }
}
@media (max-width: 479px) {
  .staff__item__image {
    min-height: 440px;
  }
}
@media (max-width: 383px) {
  .staff__item__image {
    min-height: 20.8125rem;
  }
}
.staff__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem 0rem;
  padding: 2rem;
  height: 100%;
}
@media (max-width: 1199px) {
  .staff__item__content {
    padding: 1.25rem;
    width: 100%;
  }
}
.staff__item__content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.75rem 0rem;
}
.staff__item__content__title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #113355;
}
@media (max-width: 1199px) {
  .staff__item__content__title {
    font-size: 1.375rem;
  }
}
.staff__item__content__text {
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 400;
}
.staff__item__contacts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0rem 0.75rem;
}
@media (max-width: 1199px) {
  .staff__item__contacts {
    gap: 0.75rem 0.75rem;
  }
}
@media (max-width: 1199px) {
  .staff .jb-btn:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .staff .jb-btn:before {
    display: block;
  }
}
@media (max-width: 767px) {
  .staff .jb-btn_phone {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.testimonials .section_title br {
  display: none;
}
@media (max-width: 1399px) {
  .testimonials .section_title br {
    display: block;
  }
}
@media (max-width: 767px) {
  .testimonials .section_title br {
    display: none;
  }
}
.testimonials__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 4rem 0rem 3.75rem;
  position: relative;
}
@media (max-width: 767px) {
  .testimonials__container {
    margin: 3rem 0rem 0rem;
  }
}
.testimonials__title {
  width: 80%;
}
@media (max-width: 767px) {
  .testimonials__title {
    width: unset;
  }
}
.testimonials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0px;
  cursor: -webkit-grab;
  cursor: grab;
}
@media (max-width: 767px) {
  .testimonials__list {
    gap: 0;
  }
}
.testimonials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 45.5rem;
  background-color: rgb(255, 255, 255);
  border-radius: 0.5rem;
  padding: 2rem;
  border: 1px solid rgb(206, 206, 206);
  height: unset;
}
@media (max-width: 767px) {
  .testimonials__item {
    width: 100%;
    padding: 1.5rem;
  }
}
.testimonials__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.testimonials__item__rating {
  height: 1.1875rem;
}
.testimonials__item__text {
  margin: 1.5rem 0rem 0rem;
  line-height: 1.4;
}
.testimonials__item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0rem 0.625rem;
  margin: 1.375rem 0rem 0rem;
  width: 100%;
}
@media (max-width: 767px) {
  .testimonials__item__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.testimonials__item__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0rem 1.25rem;
}
.testimonials__item__author__img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials__item__author__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
  line-height: 1.4;
  color: #113355;
  text-transform: uppercase;
}
.testimonials__item__source {
  line-height: 1.4;
  color: #70AFEA;
}
@media (max-width: 767px) {
  .testimonials__item__source {
    margin-top: 12px;
  }
}
.testimonials__item__source a {
  text-decoration: underline;
}
.testimonials__swiper-button {
  top: 1.875rem;
}
@media (max-width: 767px) {
  .testimonials__swiper-button {
    display: none;
  }
}
.testimonials__swiper-button:after {
  content: url("img/arrow.svg");
  border: 1px solid black;
  padding: 1rem;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: unset;
}
.testimonials__swiper-button.swiper-button-prev {
  right: 7.875rem;
  left: unset;
}
.testimonials__swiper-button.swiper-button-next {
  right: 3.1875rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
}
.contacts__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4.25rem 0 0;
}
@media (max-width: 767px) {
  .contacts__container {
    margin: 3rem 0 0;
  }
}
.contacts__title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contacts__title {
    font-size: 1.875rem;
  }
}
.contacts__box {
  position: absolute;
  /* top: pxToRem(57px); */
  left: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 29.25rem;
  background-color: #70AFEA;
  border-radius: 0.5rem;
  padding: 2rem;
}
@media (max-width: 1399px) {
  .contacts__box {
    left: 3rem;
  }
}
@media (max-width: 767px) {
  .contacts__box {
    position: unset;
    margin: 24px 15px;
    max-width: calc(100% - 30px);
    width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.contacts__box a:hover {
  opacity: 0.85;
}
.contacts__box__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem 0;
  margin-top: 2.25rem;
}
@media (max-width: 767px) {
  .contacts__box__col {
    margin-top: 1.5rem;
  }
}
.contacts__box__label {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contacts__box__label {
    font-size: 1.25rem;
  }
}
.contacts__box__text, .contacts__box__text a {
  font-size: 1.25rem;
  line-height: 1.4;
  color: white;
}
@media (max-width: 767px) {
  .contacts__box__text, .contacts__box__text a {
    font-size: 1rem;
  }
}
.contacts__box__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.75rem;
  margin: 1.5rem 0 0;
}
@media (max-width: 767px) {
  .contacts__box__buttons .jb-socials {
    display: none;
  }
}
@media (max-width: 479px) {
  .contacts__box__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0.5rem 0.75rem;
  }
}
.contacts__box__buttons .jb-btn {
  padding: 0.8125rem 1.5rem;
  color: #333;
  background-color: white;
}
.contacts__box__buttons .jb-btn:before {
  background-image: url(img/icon__btn_phone_dark.svg);
}
.contacts__box__buttons .jb-socials svg, .contacts__box__buttons .jb-socials svg:hover {
  border-color: white;
}
.contacts__box__buttons .jb-socials svg path, .contacts__box__buttons .jb-socials svg:hover path {
  fill: white;
}
.contacts__map {
  height: 45rem;
}
@media (max-width: 767px) {
  .contacts__map {
    height: 29.375rem;
  }
}

/*@import 'modules/jb-bem-block';  for example */