@charset "UTF-8";
/* FONT SourceSansPro */
/*images*/
/*=======================START-MEDIA=====================*/
/*=======================END-MEDIA=====================*/
/* media breakpoint mixin */
/* Single property transition mixin */
/*--------- font-face ---------*/
@font-face {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Montserrat-Regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/Montserrat-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../images/Montserrat-Regular.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Montserrat-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Montserrat-SemiBold.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/Montserrat-SemiBold.eot#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../images/Montserrat-SemiBold.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  min-width: 320px;
  overflow-x: hidden;
}

html {
  box-sizing: border-box;
}

html, body {
  height: auto;
}

audio,
video {
  display: block;
}

section {
  max-width: 100%;
}

a {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style-type: none;
}

img {
  max-width: 100%;
  display: block;
  border-style: none;
}

input,
textarea,
select {
  vertical-align: middle;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  width: 100%;
}

input[type=search],
input[type=text],
input[type=file],
input[type=password],
input[type=submit],
input[type=email],
input[type=tel],
textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  outline: none;
}

input[type=email] {
  box-shadow: none;
  -webkit-box-shadow: none;
}

input[type=image] {
  padding: 0;
  border: none;
}

input[type=submit]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

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

input[type=number] {
  -moz-appearance: textfield;
}

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

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

button:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

button {
  cursor: pointer;
  outline: none;
  border: none;
  box-shadow: none;
}

p, span, label, h1, h2, h3, h4, h5, h6, b, strong, i, em {
  max-width: 100%;
  word-wrap: break-word;
  white-space: normal;
  margin: 0;
}

div {
  word-wrap: break-word;
  white-space: normal;
  box-sizing: border-box;
}

iframe {
  border: none;
}

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

.btn--full-reset {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.text-clip {
  white-space: nowrap;
  /* Отменяем перенос текста */
  overflow: hidden;
  /* Обрезаем содержимое */
  text-overflow: ellipsis;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

.bg-cover-center__mod {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-wrap {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.txt-uppercase {
  text-transform: uppercase;
}

.hidden {
  display: none !important;
}

.disable {
  pointer-events: none !important;
}

.hand {
  cursor: pointer !important;
}

.modal-form .btn {
  margin-top: 42px;
}
@media only screen and (max-width: 1500px) {
  .modal-form .btn {
    margin-top: 20px;
  }
}
.modal-form .h4-title {
  margin-bottom: 42px;
}
@media only screen and (max-width: 1500px) {
  .modal-form .h4-title {
    margin-bottom: 32px;
  }
}
.modal-form .input__container {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1500px) {
  .modal-form .input__container {
    margin-bottom: 12px;
  }
}
.modal-form .modal__text {
  color: #999CA1;
  font-size: 22px;
}
@media only screen and (max-width: 1500px) {
  .modal-form .modal__text {
    font-size: 16px;
  }
}

.input__container {
  position: relative;
}
.input__container .value {
  position: absolute;
  right: 20px;
  bottom: 16px;
}
@media only screen and (max-width: 1500px) {
  .input__container .value {
    right: 16px;
    bottom: 12px;
  }
}
.input__container label {
  margin-bottom: 22px;
  font-size: 22px;
  line-height: 155%;
  display: inline-block;
}
@media only screen and (max-width: 1500px) {
  .input__container label {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  .input__container label {
    font-size: 16px;
  }
}
.input__container .text-error,
.input__container .text-message {
  display: none;
  position: absolute;
  bottom: -21px;
}
@media only screen and (max-width: 1500px) {
  .input__container .text-error,
.input__container .text-message {
    bottom: -14px;
    font-size: 12px;
  }
}
.input__container .text-error {
  color: red;
}
.input__container.error .text-error {
  display: block;
}
.input__container.pass .text-error {
  display: none;
}
.input__container.error {
  border-radius: 11px;
  box-shadow: inset 0px 0px 1px 1px red;
}
.input__file .input-like {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.input__file label {
  position: relative;
  z-index: 3;
  cursor: pointer;
  width: 100%;
  display: block;
  max-width: calc(100% - 72px);
  overflow: hidden;
  margin-bottom: 0px;
}
.input__file input {
  position: absolute;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0px;
}
.input__file .icon-cross {
  display: none;
  z-index: 3;
}
.input__file .icon {
  position: relative;
  font-size: 32px;
  z-index: 1;
}
@media only screen and (max-width: 1500px) {
  .input__file .icon {
    font-size: 20px;
  }
}
.input__file .wpcf7-form-control-wrap {
  position: static;
}

.select__container {
  position: relative;
}
.select__container .select2-container {
  width: 100%;
}
.select__container .select2-container .select2-results__option {
  background: rgba(10, 29, 23, 0.04);
  padding: 16px 20px;
  font-size: 22px;
  line-height: 155%;
  border-radius: 11px;
  height: auto;
  border: none;
  background: rgba(255, 255, 255, 0);
  border-radius: 0px;
}
@media only screen and (max-width: 1500px) {
  .select__container .select2-container .select2-results__option {
    padding: 12px 16px;
    font-size: 16px;
  }
}
.select__container .select2-container .select2-selection {
  background: rgba(10, 29, 23, 0.04);
  padding: 16px 20px;
  font-size: 22px;
  line-height: 155%;
  border-radius: 11px;
  height: auto;
  border: none;
}
@media only screen and (max-width: 1500px) {
  .select__container .select2-container .select2-selection {
    padding: 12px 16px;
    font-size: 16px;
  }
}
.select__container .select2-container .select2-selection .select2-selection__rendered {
  padding: 0px;
}
.select__container .select2-container .select2-dropdown {
  background: rgba(255, 255, 255, 0);
  border: 0px;
}
.select__container .select2-container--default .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: auto;
  height: auto;
  vertical-align: center;
  display: flex;
  align-items: center;
  font-size: 32px;
  transition: all 0.3s ease;
}
.select__container .select2-container--default .select2-selection__arrow b {
  display: none;
}
.select__container .select2-container--below.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotateZ(-180deg);
}

@media only screen and (max-width: 1500px) {
  .fourth-step-calc .h3-title {
    font-size: 44px;
  }
}

body {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 14px;
  color: #0A1D17;
  background: #fff;
}
body.fancybox-active {
  overflow: hidden;
}

a {
  color: #0A1D17;
}

#close path {
  fill: #0A1D17;
}

#globe path,
#phone path,
#menu path {
  stroke: #0A1D17;
}

.container {
  width: 100% !important;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1760px;
  margin: auto;
}
@media only screen and (max-width: 1500px) {
  .container {
    max-width: 1280px;
  }
}

.content img {
  display: inline-block;
  margin: 0 auto 46px;
  width: auto;
}
.content h1 {
  font-size: 80px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .content h1 {
    font-size: 24px;
  }
}
.content h2 {
  font-size: 64px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .content h2 {
    font-size: 20px;
  }
}
.content h4, .content h3 {
  font-size: 48px;
  margin-bottom: 17px;
}
.content h6, .content h5 {
  margin-bottom: 14px;
}
.content p {
  margin-bottom: 16px;
}
.content ol,
.content ul {
  margin-bottom: 32px;
}
.content li {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}
.content ul li {
  position: relative;
  padding-left: 18px;
}
.content ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.content a {
  color: #fff;
  transition: all 0.3s ease;
  position: relative;
}
.content a img {
  transition: inherit;
}
.content a:after {
  width: 0px;
  left: 0px;
  position: absolute;
  bottom: 0px;
  height: 2px;
  background: #fff;
  content: "";
  transition: all 0.3s ease;
}
.content a:hover :after {
  width: 100%;
}
.content a:hover img {
  opacity: 0.7;
}
img + .content a:hover:after {
  width: 0px;
}
.content ol {
  counter-reset: myCounter;
}
.content ol li {
  position: relative;
  padding-left: 20px;
}
.content ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ". ";
  position: absolute;
  top: 0;
  left: 0;
}
.content table {
  width: 100%;
  border: 3px solid #0A1D17;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.content table p {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1000px) {
  .content table tr {
    display: flex;
    flex-direction: column;
  }
}
.content table tr:not(:last-child) td {
  border-bottom: 3px solid #0A1D17;
}
.content table td {
  padding: 20px;
}
@media only screen and (max-width: 1000px) {
  .content table td {
    width: 100%;
  }
}
.content table td:first-child {
  background: #fff;
  width: 30%;
  border-right: 3px solid #0A1D17;
}
@media only screen and (max-width: 1000px) {
  .content table td:first-child {
    border-right: 0px;
    width: 100%;
  }
}

blockquote {
  border-left: 8px solid #121314;
  background-color: #F3F4FF;
  padding: 16px 24px 16px 22px;
  margin: 0 0 24px;
}

*:focus {
  outline: none !important;
}

h1, h2, h3, h4, h4, h6, .h1-title, .h2-title, .h3-title, .h4-title, .h5-title, .h6-title {
  display: block;
  font-family: "Montserrat-SemiBold", sans-serif;
  line-height: 120%;
  color: #0A1D17;
}

h1, .h1-title {
  font-size: 42px;
}
@media only screen and (max-width: 1500px) {
  h1, .h1-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1000px) {
  h1, .h1-title {
    font-size: 22px;
  }
}

h2, .h2-title {
  font-size: 47px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1500px) {
  h2, .h2-title {
    font-size: 33px;
  }
}
@media only screen and (max-width: 1000px) {
  h2, .h2-title {
    font-size: 22px;
  }
}

h3, .h3-title {
  font-size: 33px;
}
@media only screen and (max-width: 1500px) {
  h3, .h3-title {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1000px) {
  h3, .h3-title {
    font-size: 18px;
  }
}

h4, .h4-title {
  font-size: 26px;
}
@media only screen and (max-width: 1500px) {
  h4, .h4-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1000px) {
  h4, .h4-title {
    font-size: 18px;
  }
}

h5, .h5-title {
  font-size: 20px;
  font-size: calc(
    16px + (20 - 16) * ((100vw - 480px) /
          (1920 - 480))
  );
  line-height: 22px;
}
@media (max-width: 480px) {
  h5, .h5-title {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  h5, .h5-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  h5, .h5-title {
    line-height: 24px;
  }
}

h6, .h6-title {
  font-size: 16px;
  font-size: calc(
    14px + (16 - 14) * ((100vw - 480px) /
          (1920 - 480))
  );
  line-height: 20px;
}
@media (max-width: 480px) {
  h6, .h6-title {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  h6, .h6-title {
    font-size: 16px;
  }
}

.subtitle-large__mod {
  font-size: 16px;
  line-height: 1.3;
}

.subtitle-medium__mod {
  font-size: 14px;
  line-height: 16px;
}

.subtitle-small__mod {
  font-size: 13px;
  line-height: 16px;
}

.subtitle-large__mod,
.subtitle-medium__mod,
.subtitle-small__mod {
  display: block;
  font-family: "Montserrat-Medium", sans-serif;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.main {
  flex: 1 0 auto;
}

p {
  font-size: 24px;
  line-height: 155%;
}
@media only screen and (max-width: 1500px) {
  p {
    font-size: 18px;
  }
}

a.p2, p.p2 {
  font-size: 14px;
  line-height: 150%;
}

input:not(.input-none-style),
select,
textarea,
.input-like {
  width: 100%;
  background: rgba(10, 29, 23, 0.04);
  padding: 16px 20px;
  font-size: 22px;
  line-height: 155%;
  border-radius: 11px;
  height: auto;
  border: none;
  font-family: "Montserrat-Regular", sans-serif;
  color: #0A1D17;
}
textarea {
	max-height: 200px;
}
@media only screen and (max-width: 1500px) {
  input:not(.input-none-style),
select,
textarea,
.input-like {
    padding: 12px 16px;
    font-size: 16px;
  }
}
input:not(.input-none-style)::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.input-like::-webkit-input-placeholder {
  opacity: 1;
}
input:not(.input-none-style):-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
.input-like:-moz-placeholder {
  opacity: 1;
}
input:not(.input-none-style)::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
.input-like::-moz-placeholder {
  opacity: 1;
}
input:not(.input-none-style):-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.input-like:-ms-input-placeholder {
  opacity: 1;
}

.value {
  font-size: 22px;
  line-height: 155%;
}
@media only screen and (max-width: 1500px) {
  .value {
    font-size: 16px;
  }
}

.social {
  display: flex;
}
.social .icon {
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: white;
  transition: all 0.3s ease;
}
.social .icon-twitter {
  font-size: 19px;
}
.social .icon-youtube {
  font-size: 19px;
}
.social__icon {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  line-height: 100%;
  width: 44px;
  height: 44px;
  overflow: hidden;
}
.social__icon:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 1050px) {
  .social__icon:not(:last-child) {
    margin-right: 16px;
  }
}

.no-scroll {
  overflow: hidden;
}

.section-title {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 48px;
}
@media only screen and (max-width: 1500px) {
  .section-title {
    font-size: 36px;
  }
}

.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1000px) {
  .section-padding {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.section-padding__small {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media only screen and (min-width: 1001px) {
  .section-padding__t100 {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1001px) {
  .section-padding__b100 {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1001px) {
  .section-padding__100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1001px) {
  .section-padding__60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1001px) {
  .section-padding__b60 {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1001px) {
  .section-padding__t60 {
    padding-top: 60px;
  }
}

.number__title {
  margin-bottom: 21px;
}
@media only screen and (max-width: 1500px) {
  .number__title {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  .number:not(:last-child) {
    margin-bottom: 32px;
  }
  .number__text {
    font-family: "Montserrat-Regular", sans-serif;
  }
}

img {
  width: 100%;
}

@media only screen and (min-width: 1001px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
  }
}
@media only screen and (min-width: 1001px) {
  .grid__first {
    grid-column-start: 1;
    grid-column-end: 6;
  }
}
@media only screen and (min-width: 1001px) {
  .grid__last {
    grid-column-start: 7;
    grid-column-end: 13;
  }
}

.row {
  display: flex;
  justify-content: space-between;
  --bs-gutter-x: 0rem;
  column-gap: 30px;
}
@media only screen and (max-width: 1000px) {
  .row {
    flex-wrap: wrap;
    column-gap: 20px;
  }
}
.row__item {
  max-width: 724px;
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  .row__item {
    max-width: 531px;
  }
  .row__item:last-child {
    max-width: 493px;
  }
}
@media only screen and (max-width: 1500px) and (max-width: 1200px) {
  .row__item {
    flex: 1;
  }
}
@media only screen and (max-width: 1200px) {
  .row__item {
    flex: 1;
  }
}
@media only screen and (max-width: 1000px) {
  .row__item {
    max-width: 100%;
    flex: 100%;
  }
  .row__item:last-child {
    max-width: 100%;
    flex: 100%;
  }
}
.row__col3 {
  flex: 1;
}
@media only screen and (max-width: 1000px) {
  .row {
    flex: 100%;
  }
}

.gap:not(:last-child) {
  margin-right: 24px;
}
@media only screen and (max-width: 1500px) {
  .gap:not(:last-child) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .gap:not(:last-child) {
    margin-right: 0px;
  }
}

.section-yellow {
  background: #fff;
  color: #0A1D17;
}

.section-dark {
  background: #29589f;
  color: #fff;
}
.section-dark .h1-title, .section-dark .h2-title, .section-dark .h3-title {
  color: #fff;
}
.section-dark .h4-title {
  color: #999CA1;
}
.section-dark .link-more {
  color: #fff;
}
.section-dark .icon-marker {
  color: #FFF;
}
.section-dark .input-dark {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}
.section-dark p {
  color: #999CA1;
}
.section-dark .select__container .select2-selection,
.section-dark .select2-container .select2-results__option {
  background: rgba(255, 255, 255, 0.04);
}
.section-dark .select__container .select2-selection .select2-selection__rendered,
.section-dark .select2-container .select2-results__option .select2-selection__rendered {
  color: #fff;
}
.section-dark .select__container .select2-selection:hover,
.section-dark .select2-container .select2-results__option:hover {
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease;
}
.section-dark .select2-container .select2-dropdown {
  background: #0A1D17;
}
.section-dark .icon-right-arrow {
  color: #999CA1;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 12px;
  /* ширина для вертикального скролла */
  height: 2px;
  /* высота для горизонтального скролла */
  background-color: #0A1D17;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 9em;
  box-shadow: inset 1px 1px 6px #fff;
}

.link-more {
  font-size: 24px;
  line-height: 155%;
  display: flex;
  align-items: center;
  display: inline-flex;
}
.link-more:hover {
  font-family: "Montserrat-SemiBold", sans-serif;
}
.link-more:active span:not(.icon) {
  color: #fff;
}
.link-more .icon {
  margin-left: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
@media only screen and (max-width: 1500px) {
  .link-more .icon {
    font-size: 24px;
    margin-left: 9px;
  }
}
@media only screen and (max-width: 1500px) {
  .link-more {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1000px) {
  .link-more {
    font-size: 16px;
  }
}

.text-block .h3-title {
  margin-bottom: 21px;
}
@media only screen and (max-width: 1500px) {
  .text-block .h3-title {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  .text-block .h3-title {
    margin-bottom: 4px;
    font-size: 24px;
  }
}

.bg-text {
  display: none;
  color: rgba(255, 255, 255, 0.2);
  font-size: 48px;
  line-height: 120%;
  user-select: none;
  font-family: "Montserrat-SemiBold", sans-serif;
}
@media only screen and (max-width: 1000px) {
  .bg-text {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .mob-h1 {
    margin-bottom: 90px;
    font-size: 56px;
  }
}

@media only screen and (max-width: 1000px) {
  .mob-h2 {
    font-size: 24px;
  }
}

ul.mark li {
  padding-left: 30px;
  font-size: 24px;
  line-height: 155%;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  ul.mark li {
    font-size: 15px;
  }
}
ul.mark li:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #0A1D17;
  border-radius: 10px;
}
ul.mark li:not(:last-child) {
  margin-bottom: 32px;
}
@media only screen and (max-width: 1500px) {
  ul.mark li:not(:last-child) {
    margin-bottom: 15px;
  }
}

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

.select2-selection__rendered {
  width: calc(100% - 40px);
}

/*MOdals*/
.modal.active {
  display: flex;
}

.modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal .modal-content {
  width: 600px;
  max-width: 100%;
  background-color: #fff;
  z-index: 1;
  padding: 30px;
}

.unactive {
  display: none !important;
}

.hidden {
  display: none;
}

.pagination .page-numbers {
  min-width: 25px;
  font-size: 20px;
  font-family: "Montserrat-SemiBold", sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__item:not(:last-child) {
  margin-right: 20px;
}
.pagination__item .next,
.pagination__item .prev {
  font-size: 25px;
}
.pagination .page-numbers.current {
  color: #fff;
}

section {
  position: relative;
}

.mCSB_dragger_bar {
  background: #fff !important;
}

.fancybox-fx-slide-in-out.fancybox-slide--previous {
  transform: translateX(100%);
}

.fancybox-fx-slide-in-out.fancybox-slide--next {
  transform: translateX(100%);
}

.fancybox-fx-slide-in-out.fancybox-slide--current {
  transform: translateX(0);
}

.noscript {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  font-size: 14px;
  color: #8e1f1f;
  background-color: #efafaf;
  text-align: center;
  z-index: 77777;
}

.noscript a {
  margin-left: 3px;
  margin-right: 3px;
  color: #630303;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .noscript a:hover {
    text-decoration: none;
  }
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: currentColor;
  line-height: 1em;
}

@font-face {
  font-family: "Icons";
  src: url("../fonts/Icons.eot");
  src: url("../fonts/Icons.eot#iefix") format("eot"), url("../fonts/Icons.woff") format("woff"), url("../fonts/Icons.ttf") format("truetype"), url("../images/Icons.svg#Icons") format("svg");
}
.icon-basket:before,
.icon-bookmark:before,
.select__container .select2-container--default .select2-selection__arrow:before,
.icon-down-arrow:before,
.icon-download:before,
.icon-facebook:before,
.icon-globe:before,
.icon-heart:before,
.icon-instagram:before,
.back__link:before,
.icon-marker:before,
.icon-menu:before,
.documents__link:before,
.icon-right-arrow:before,
.icon-telegram:before,
.icon-twitter:before,
.icon-youtube:before {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-basket:before {
  content: "\e002";
}

.icon-bookmark:before {
  content: "\e003";
}

.select__container .select2-container--default .select2-selection__arrow:before, .icon-down-arrow:before {
  content: "\e005";
}

.icon-download:before {
  content: "\e006";
}

.icon-facebook:before {
  content: "\e007";
}

.icon-globe:before {
  content: "\e00a";
}

.icon-heart:before {
  content: "\e00b";
}

.icon-instagram:before {
  content: "\e00c";
}

.back__link:before {
  content: "\e00d";
}

.icon-marker:before {
  content: "\e00e";
}

.icon-menu:before {
  content: "\e00f";
}

.documents__link:before {
  content: "\e011";
}

.icon-right-arrow:before {
  content: "\e012";
}

.icon-telegram:before {
  content: "\e013";
}

.icon-twitter:before {
  content: "\e014";
}

.icon-youtube:before {
  content: "\e015";
}

.header {
  position: relative;
  z-index: 99;
}
.header__desktop {
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  line-height: 155%;
  transition: all 0.3s ease;
  display: none;
  position: relative;
  padding: 27px 0px;
}
@media only screen and (max-width: 1500px) {
  .header__desktop {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  .header__desktop {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1500px) {
  .header__desktop {
    padding: 20px 0px;
  }
}
@media only screen and (min-width: 900px) {
  .header__desktop {
    display: flex;
  }
}
.header__mobile {
  display: none;
}
.header__left {
  display: flex;
  justify-content: space-between;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__link {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.header__logo {
  margin-right: 65px;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 1500px) {
  .header__logo {
    margin-right: 32px;
  }
}
.header__logo img {
  max-width: 128px;
}
@media only screen and (max-width: 1500px) {
  .header__logo img {
    max-width: 100px;
  }
}
.header a.header__btn {
  background: #fff;
  padding: 16px 48px;
  border-radius: 11px;
  color: #0A1D17;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1500px) {
  .header a.header__btn {
    width: auto;
  }
}
.header a.header__btn .icon-down-arrow {
  margin-left: 13px;
  font-size: 27px;
}
@media only screen and (max-width: 1500px) {
  .header a.header__btn .icon-down-arrow {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1500px) {
  .header a.header__btn {
    padding: 12px 36px;
  }
  .header a.header__btn .icon-down-arrow {
    margin-left: 10px;
  }
}
.header__list-item:not(:last-child) {
  margin-right: 68px;
}
@media only screen and (max-width: 1500px) {
  .header__list-item:not(:last-child) {
    margin-right: 32px;
  }
}
.header__list {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.header__list-item a {
  position: relative;
}
.header__list-item a:after {
  content: "";
  height: 2px;
  background: #0a1d17;
  width: 0%;
  display: block;
  transition: width 0.5s, margin-top 0.2s;
  position: absolute;
}
.header__list-item a:hover::after {
  width: 100%;
}
.header__list-item a:active::after {
  transition: 0s;
}

.header__yellow {
  background-color: #fff;
}
.header__yellow a.btn__black {
  background: #0A1D17;
  color: #fff;
}
.header__yellow a.btn__black #phone path {
  stroke: #fff;
}
.header__yellow a.btn__black:hover {
  background: #363636;
}
.header__yellow a.btn__black:active {
  background: #6F6E6E;
}

.header-mobile__logo {
  width: 90px;
  display: flex;
  align-items: center;
}
.header-mobile__link {
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.header-mobile__link svg {
  width: 100%;
  height: 100%;
}
.header-mobile__footer-right {
  display: flex;
  align-items: center;
}
.header-mobile__footer-right a:not(:last-child) {
  margin-right: 32px;
}
.header-mobile__footer-right .header-mobile__btn {
  padding-left: 12px;
  padding-right: 12px;
  width: auto;
}
.header-mobile .svg-phone {
  width: 20px;
  height: 20px;
}
.header-mobile__btn .icon-down-arrow {
  font-size: 20px;
  margin-left: 8px;
}
@media only screen and (max-width: 899px) {
  .header-mobile {
    display: flex;
    justify-content: space-between;
    padding: 29px 20px;
  }
}

.mobile-modal {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999991;
  transform: translateX(100%);
  transition: all 0.3s ease;
  min-height: 100vh;
}
.mobile-modal.open {
  transform: translateX(0);
}
.mobile-modal__bottom {
  margin-top: 48px;
}
.mobile-modal__menu li {
  font-size: 24px;
  font-family: "Montserrat-SemiBold", sans-serif;
  margin-bottom: 32px;
  line-height: 120%;
  margin-right: 0px;
}
.mobile-modal__item {
  font-size: 24px;
  font-family: "Montserrat-SemiBold", sans-serif;
  margin-bottom: 32px;
  line-height: 120%;
}
.mobile-modal__contact-title {
  margin-bottom: 16px;
}

.dropdown {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1;
}
.dropdown__кeep > span {
  position: relative;
}
.dropdown__кeep > span:after {
  content: "";
  height: 2px;
  background: #0a1d17;
  width: 0%;
  display: block;
  transition: width 0.5s, margin-top 0.2s;
  position: absolute;
}
.dropdown__кeep > span:hover::after {
  width: 100%;
}
.dropdown__кeep > span:active::after {
  transition: 0s;
}
.dropdown__кeep:hover .dropdown__list {
  opacity: 1;
  visibility: visible;
}
.dropdown__кeep:hover:before {
  width: 100%;
}
.dropdown__кeep:before {
  position: absolute;
  bottom: -27px;
  height: 40px;
  content: "";
  display: block;
}
.dropdown:hover a.btn__black {
  background: #363636;
}
.dropdown:hover a.header__btn:not(.btn__black) {
  background: #D7D002;
}
.dropdown__position {
  position: absolute;
  bottom: -27px;
  left: 0px;
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  .dropdown__position {
    bottom: 0px;
  }
}
.dropdown__list {
  position: absolute;
  top: 0px;
  padding: 20px;
  box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background: white;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 99;
  min-width: 190px;
}
@media only screen and (max-width: 1500px) {
  .dropdown__list {
    top: 12px;
  }
}
.dropdown__item span {
  font-family: "Montserrat-SemiBold", sans-serif;
}
.dropdown__item a {
  white-space: nowrap;
}
.dropdown__item a:hover {
  font-family: "Montserrat-SemiBold", sans-serif;
}
.dropdown__item a:active {
  color: #fff;
}
.dropdown__item:not(:last-child) {
  padding-bottom: 8px;
  border-bottom: 1px solid #EEF1F3;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1500px) {
  .dropdown__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.dropdown__call {
  right: 0px;
  padding-right: 27px;
  width: 266px;
}
@media only screen and (max-width: 1500px) {
  .dropdown__call {
    width: 201px;
    padding-right: 20px;
  }
}

.footer {
  background: #0A1D17;
}
.footer__top {
  padding-top: 128px;
  padding-bottom: 150px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1500px) {
  .footer__top {
    padding-top: 96px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 700px) {
  .footer__top {
    padding-top: 67px;
    padding-bottom: 32px;
    flex-wrap: wrap;
  }
}
.footer__top a:hover, .footer__top a:hover i {
  color: #fff;
}
.footer__right {
  	display: flex;
	justify-content: flex-end;
}
@media only screen and (max-width: 1000px) {
  .footer__right {
    flex-wrap: wrap;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 700px) {
  .footer__right {
    margin-left: 0px;
    margin-top: 32px;
    flex-direction: column;
    flex: 100%;
  }
}
.footer__social {
  margin-top: 35px;
}
.footer__text,
.footer a,
.footer span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  line-height: 155%;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1500px) {
  .footer__text,
.footer a,
.footer span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  .footer__text,
.footer a,
.footer span {
    font-size: 14px;
  }
}
.footer__text:not(:last-child) {
  margin-bottom: 12px;
}
@media only screen and (max-width: 700px) {
  .footer__text:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 1500px) {
  .footer__item:not(:last-child) {
    width: 300px;
  }
}
@media only screen and (max-width: 1050px) {
  .footer__item:not(:last-child) {
    width: auto;
  }
}
.footer__item:not(:last-child) {
  margin-right: 142px;
}
.footer__item:nth-child(2) {
	width: 35%;
}	
@media only screen and (max-width: 1500px) {
  .footer__item:not(:last-child) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1050px) {
  .footer__item:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
	.footer__item:nth-child(2) {
		width: 100%;
	}
}
.footer__bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media only screen and (max-width: 1500px) {
  .footer__bottom {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 700px) {
  .footer__bottom {
    flex-direction: column;
    padding-top: 0px;
  }
  .footer__bottom .footer__dev {
    margin-top: 16px;
  }
}
.footer__dev {
  display: flex;
  justify-content: space-between;
}
.footer__dev a {
  position: relative;
}
.footer__dev a:after {
  content: "";
  height: 1px;
  width: 13px;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0px);
  left: 11px;
}
.footer__dev-logo {
  width: 100px;
  height: 16px;
  margin-left: 20px;
  margin-top: 7px;
}
@media only screen and (max-width: 700px) {
  .footer__dev-logo {
    height: 13px;
    width: 56px;
    padding: 0px 2px;
    opacity: 0.7;
  }
}
.footer .title {
  color: white;
  font-family: "Montserrat-SemiBold", sans-serif;
  line-height: 120%;
  font-size: 32px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1500px) {
  .footer .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1000px) {
  .footer .title {
    font-size: 20px;
  }
}
.footer__bottom span {
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 1500px) {
  .footer__bottom span {
    font-size: 14px;
  }
}
.footer__dev {
  display: flex;
  align-items: center;
}

.menu__item {
  font-size: 22px;
  line-height: 155%;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1500px) {
  .menu__item {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  .menu__item {
    font-size: 14px;
  }
}
.menu__item:not(:last-child) {
  margin-bottom: 12px;
}
@media only screen and (max-width: 700px) {
  .menu__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.menu__item.active span {
  color: #fff;
}

.btn,
input.btn {
  background: #fff;
  color: #0A1D17;
  font-family: "Montserrat-Regular", sans-serif;
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 12px;
  font-size: 22px;
  line-height: 155%;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1500px) {
  .btn,
input.btn {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 282px;
    display: flex;
    justify-content: center;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  .btn,
input.btn {
    width: 100%;
  }
}
.btn:hover,
input.btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1501px) {
  .btn,
input.btn {
    padding-left: 49px;
    padding-right: 49px;
  }
}
.btn:hover,
input.btn:hover {
  background: #D7D002;
}
.btn:active,
input.btn:active {
  background: #F8F23B;
}
.btn__disabled,
input.btn__disabled {
  pointer-events: none;
  background: #E0E0E0;
  color: #0A1D17;
}

.btn__large,
input.btn__large {
  width: 100%;
  text-align: center;
}

.dark-btn {
  background: #0A1D17;
  color: #fff;
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 12px;
  font-size: 22px;
  line-height: 155%;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1500px) {
  .dark-btn {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 282px;
    display: flex;
    justify-content: center;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  .dark-btn {
    width: 100%;
  }
}
.dark-btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1501px) {
  .dark-btn {
    padding-left: 109px;
    padding-right: 109px;
  }
}
.dark-btn:hover {
  background: #363636;
}
.dark-btn:active {
  background: #6F6E6E;
}

.btn.disabled,
.dark-btn.disabled {
  background: #999CA1;
}

.modal {
  width: 825px;
  z-index: 99;
  position: absolute;
  display: none;
  background: #fff;
  padding: 50px 100px;
  right: 0;
  height: 100vh;
  top: 0px;
  margin-bottom: 0px !important;
}
.modal__text {
  color: #999CA1;
  font-size: 24px;
}
@media only screen and (max-width: 1500px) {
  .modal__text {
    font-size: 18px;
  }
  .modal {
    padding: 30px 50px 20px;
  }
}
.modal__text .popup__policy {
  color: #0A1D17;
}
.modal__text .popup__policy:after {
  background: #0A1D17;
}
.modal__row-center {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1500px) {
  .modal {
    width: 603px;
  }
}
@media only screen and (max-width: 767px) {
  .modal {
    width: 100%;
    bottom: 0px;
    top: auto;
    padding: 20px;
    height: auto;
    max-height: 100vh;
  }
}
.modal__close {
  position: absolute;
  top: -23px;
  right: 0;
  width: 64px;
  height: 64px;
  box-sizing: content-box;
}
.modal__close svg {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1500px) {
  .modal__close {
    width: 34px;
    height: 34px;
    top: -28px;
  }
}
@media only screen and (max-width: 767px) {
  .modal__close {
    width: 32px;
    height: 32px;
    box-sizing: content-box;
    top: 0;
  }
  .modal__close svg {
    width: 100%;
    height: 100%;
  }
}
.modal__content {
  /*padding-top: 80px;*/
  /*padding-bottom: 10px;*/
}
/*@media only screen and (max-width: 1500px) {*/
/*  .modal__content {*/
/*    padding-top: 60px;*/
/*  }*/
/*}*/
@media only screen and (max-width: 767px) {
  .modal__content {
    padding-top: 32px;
  }
}
.modal__header p {
  margin-top: 24px;
}
@media only screen and (max-width: 1500px) {
  .modal__header p {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  .modal__header p {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 1500px) {
  .modal .h3-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1500px) and (max-width: 1000px) {
  .modal .h3-title {
    font-size: 20px;
  }
}
.modal__bottom, .modal__row {
  margin-top: 42px;
}
@media only screen and (max-width: 1500px) {
  .modal__bottom, .modal__row > img {
    max-width: 380px;
    display: block;
    margin: 0 auto;
  }
  .modal__bottom, .modal__row {
    margin-top: 15px;
  }
}
.modal__desktop-list {
  padding-top: 42px;
  border-top: 1px solid #F2F2F2;
}
@media only screen and (max-width: 1500px) {
  .modal__desktop-list {
    padding-top: 15px;
  }
}
.modal__wrapper {
  position: relative;
}
.modal__resume {
  width: 804px;
}
@media only screen and (min-width: 1501px) {
  .modal__resume {
    padding: 130px;
  }
}
.modal .text-block:hover .h3-title {
  color: #fff;
  transition: all 0.3s ease;
}
.modal__success .h4-title {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1500px) {
  .modal__success .h4-title {
    margin-bottom: 8px;
  }
}
.modal__social {
  margin-top: 32px;
}
.modal .social {
  margin-top: 32px;
  border-top: 1px solid #EEF1F3;
  padding-top: 32px;
}
.modal .social__icon-silver {
  background-color: rgba(10, 29, 23, 0.1);
}
.modal .social__icon-silver .icon {
  color: #0A1D17;
  position: relative;
  z-index: 2;
}
.modal__row-contact {
  margin-top: 16px;
}
.modal__row-contact > * {
  margin-bottom: 16px;
}
.modal__contact {
  max-height: 100vh;
  height: 100%;
}
.modal__business .modal__wrapper {
  position: absolute;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  width: calc(100% - 200px);
}
@media only screen and (max-width: 1000px) {
  .modal__business .modal__wrapper {
    position: static;
    top: 0;
    transform: none;
    width: 100%;
  }
}

.modal-list__item:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(10, 29, 23, 0.1);
  margin-bottom: 16px;
}
.modal-list__item.active span {
  font-family: "Montserrat-SemiBold", sans-serif;
}
.modal-list span,
.modal-list a {
  font-size: 18px;
  line-height: 155%;
}

.popup__policy {
  color: #999CA1;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.popup__policy:after {
  width: 0px;
  left: 0px;
  position: absolute;
  bottom: 0px;
  height: 2px;
  background: #999CA1;
  content: "";
  transition: all 0.3s ease;
}
.popup__policy:hover:after {
  width: 100%;
}

.b-popup {
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: fixed;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-popup .b-popup-content {
  margin: 40px 0px 40px 0px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  overflow: auto;
  max-height: calc(100vh - 80px);
  padding: 20px 0px;
}
.b-popup .b-popup-close {
  position: absolute;
  right: 30px;
  top: 0px;
  width: 64px;
  height: 64px;
  cursor: pointer;
}

.show_policy {
  display: none;
}

.first-banner {
  overflow: hidden;
  height: calc(100vh - 120px);
}
@media only screen and (max-width: 1500px) {
  .first-banner {
    height: calc(100vh - 90px);
  }
}
@media only screen and (max-width: 1100px) {
  .first-banner {
    display: none;
  }
}
.first-banner__main {
  animation: animation-end 2s ease 2s forwards;
}
.first-banner__main .first-banner__anim {
  position: relative;
}
.first-banner__main .first-banner__anim:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  top: 0px;
  right: 0px;
  animation: load 2s linear forwards;
  background: white;
}
.first-banner__wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.first-banner .first-banner__img {
  width: 100%;
  height: auto;
}

.product-banner {
  height: calc(100vh - 120px - 224px);
  display: block;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .product-banner {
    height: calc(100vh - 90px - 194px);
  }
}
@media only screen and (max-width: 1200px) {
  .product-banner {
    height: auto;
  }
}
.product-banner .section-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 1000px) {
  .product-banner .section-padding {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.product-banner img {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
@media only screen and (max-width: 700px) {
  .product-banner img {
    height: 300px;
    object-fit: cover;
  }
}

.credit__heading .section-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
  .credit__heading .section-padding {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.credit__step .section-padding {
  padding-top: 50px;
}
@media only screen and (max-width: 1000px) {
  .credit__step .section-padding {
    padding-top: 64px;
  }
}
@media only screen and (max-width: 1000px) {
  .credit__bottom {
    background-position: calc(100% + 170px) 0px;
    background-image: url("../images/oasis-mob.png");
    background-repeat: no-repeat;
  }
}
.credit__grid {
  display: grid;
}
@media only screen and (min-width: 900px) {
  .credit__grid {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px 0px;
  }
}
.credit__item {
  margin-top: 24px;
}
@media only screen and (min-width: 1440px) {
  .credit__item {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 1500px) {
  .credit__item {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 1000px) {
  .credit__item {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .credit__item .h4-title {
    font-size: 20px;
  }
}
.credit__link {
  margin-top: 24px;
}
@media only screen and (max-width: 1500px) {
  .credit__link {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .credit__link {
    margin-top: 8px;
  }
}

.step__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 90px;
  justify-content: space-between;
  align-items: flex-start;
  grid-gap: 111px;
}
@media only screen and (max-width: 1500px) {
  .step__row {
    margin-top: 67px;
    grid-gap: 55px;
  }
}
@media only screen and (max-width: 1200px) {
  .step__row {
    align-items: flex-start;
    column-gap: 20px;
  }
}
.step__list {
  display: flex;
  flex-direction: column;
  grid-row-gap: 42px;
}
@media only screen and (max-width: 1500px) {
  .step__list {
    grid-row-gap: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .step__list {
    flex: 1;
  }
}
.step__item {
  display: flex;
  align-items: flex-start;
}
.step__item .icon {
  font-size: 40px;
  margin-right: 27px;
  color: #fff;
}
@media only screen and (min-width: 1001px) {
  .step__item .icon {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 1500px) {
  .step__item .icon {
    font-size: 30px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .step__item .icon {
    font-size: 24px;
    margin-right: 16px;
  }
}
.step__sub-title {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 34px;
  line-height: 120%;
  margin-bottom: 21px;
}
@media only screen and (max-width: 1500px) {
  .step__sub-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  .step__sub-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.step__img {
  max-width: 973px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1500px) {
  .step__img {
    max-width: 709px;
    width: 100%;
    min-height: 524px;
  }
}
@media only screen and (max-width: 1200px) {
  .step__img {
    flex: 1;
    min-height: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .step__img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .step .h3-title {
    max-width: 260px;
  }
}

.price__banner {
  height: 534px;
  object-fit: cover;
}
@media only screen and (max-width: 1500px) {
  .price__banner {
    height: 400px;
  }
}
@media only screen and (max-width: 1000px) {
  .price__top .h3-title {
    margin-bottom: 8px;
  }
  .price__list {
    margin-left: 42px;
  }
  .price .section-padding {
    padding: 32px 0px;
  }
}
.price__list-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1500px) {
  .price__list-item:not(:last-child) {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .price__list-item:not(:last-child) {
    margin-bottom: 32px;
    padding-bottom: 33px;
  }
}
.price__state {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .price__state {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .price__state .price__link {
    margin-top: 16px;
  }
}
.price__state:hover .h3-title {
  color: #fff;
}
.price__state .h3-title {
  transition: all 0.3s ease;
  line-height: 100%;
}
@media only screen and (min-width: 1024px) {
  .price__state .price__link {
    opacity: 0;
    transition: all 0.3s ease;
  }
  .price__state:hover .price__link {
    opacity: 1;
  }
}
.price__up-row {
  padding-bottom: 120px;
  margin-bottom: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
}
@media only screen and (max-width: 1500px) {
  .price__up-row {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1000px) {
  .price__up-row {
    border-bottom: 0px;
    margin-bottom: 32px;
    padding: 0px;
    padding-top: 15px;
  }
}
.price__top {
  margin-bottom: 79px;
}
@media only screen and (max-width: 1500px) {
  .price__top {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .price__top {
    margin-bottom: 32px;
  }
}
.price__bottom {
  margin-top: 85px;
}
@media only screen and (max-width: 1500px) {
  .price__bottom {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .price__bottom {
    margin-top: 17px;
  }
}
.price__item {
  display: flex;
  align-items: flex-start;
  padding-top: 3px;
}
@media only screen and (max-width: 1200px) {
  .price__item {
    margin-bottom: 32px;
  }
}
.price__item .icon {
  font-size: 40px;
  margin-right: 27px;
}
@media only screen and (min-width: 1001px) {
  .price__item .icon {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 1500px) {
  .price__item .icon {
    font-size: 30px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .price__item .icon {
    font-size: 24px;
    margin-right: 16px;
  }
}
.price__sub-title {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 21px;
}
@media only screen and (max-width: 1500px) {
  .price__sub-title {
    font-size: 36px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  .price__sub-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

.grace {
  display: none;
}
.grace__banner {
  height: 761px;
  object-fit: cover;
}
@media only screen and (max-width: 1500px) {
  .grace__banner {
    height: 570px;
  }
}
.grace .section-padding {
  position: relative;
  padding-top: 204px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1500px) {
  .grace .section-padding {
    padding-top: 153px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .grace .section-padding {
    padding-top: 120px;
    padding-bottom: 178px;
  }
}
.grace .section-title {
  margin-bottom: 21px;
}
@media only screen and (max-width: 1500px) {
  .grace .section-title {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  .grace__list {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .grace__list > div {
    flex: 100%;
  }
  .grace .bg-text {
    position: absolute;
  }
  .grace__first-decor {
    right: -120px;
    top: 30px;
  }
  .grace__center-decor {
    top: 50%;
    transform: translateY(calc(-50% - 40px));
    left: -75px;
  }
  .grace__item.grid__last {
    margin-bottom: 180px;
  }
}

.banner .section-padding {
  padding: 264px 0px;
}
@media only screen and (max-width: 1500px) {
  .banner .section-padding {
    padding: 196px 0px;
  }
}
.banner__text {
  font-size: 23.5vw;
  line-height: 120%;
  color: rgba(10, 29, 23, 0.06);
  font-family: "Montserrat-SemiBold", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  .banner__text {
    font-size: 14vw;
  }
}
@media only screen and (max-width: 1100px) {
  .banner {
    display: none;
  }
}

.calculation {
  padding: 60px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
.calculation__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
}
.calculation .swim_anchor {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
}
@media only screen and (max-width: 1000px) {
	.calculation .swim_anchor {
		top: 100px;
	}
	.calculation {
		padding-top: 44px;
		padding-bottom: 44px;
	}
	.calculation__items {
		grid-template-columns: repeat(1, 1fr);
	}
}
.calculation .select2-container {
  width: 100%;
}
.calculation .h2-title,
.calculation h2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1500px) {
  .calculation .h2-title,
.calculation h2 {
    margin-bottom: 30px;
  }
}
.calculation input {
  font-size: 24px;
  font-family: "Montserrat-SemiBold", sans-serif;
}
@media only screen and (max-width: 1000px) {
  .calculation input {
    padding: 5px 16px;
  }
}
.calculation__bottom {
  margin-top: 80px;
}
@media only screen and (max-width: 1500px) {
  .calculation input {
    font-size: 18px;
  }
  .calculation__bottom {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1400px) {
  .calculation__bottom {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1000px) {
  .calculation__bottom {
    margin-top: 40px;
  }
}
.calculation .text-block {
  margin-bottom: 42px;
}
.calculation .text-block .h3-title {
  color: #fff;
}
@media only screen and (max-width: 1500px) {
  .calculation .text-block {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1400px) {
  .calculation .text-block {
    margin-bottom: 24px;
  }
}
.calculation .btn {
  margin-top: 64px;
  margin-bottom: 20px;
}
.calculation p {
  font-size: 14px;
}

@media only screen and (max-width: 1500px) {
  .calculation .btn {
    margin-top: 32px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .calculation__list {
    margin-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 32px;
  }
}
.calculation .input__container {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1500px) {
  .calculation .input__container {
    margin-bottom: 10px;
  }
}
.calculation__row:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1500px) {
  .calculation__row:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1001px) {
  .interested .section-padding {
    padding-bottom: 50px;
  }
}
.interested .bg-text {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .interested .bg-text {
    display: none;
  }
}
.interested__h3-title {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1500px) {
  .interested__h3-title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .interested__h3-title {
    margin-bottom: 67px;
  }
  .interested__h3-title br {
    display: none;
  }
}
.interested__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  column-gap: 20px;
  align-items: flex-start;
}
@media only screen and (max-width: 1000px) {
  .interested__block {
    margin-left: 42px;
  }
}
@media only screen and (max-width: 1500px) {
  .interested__img {
    height: 372px;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 1000px) {
  .interested__img {
    display: none;
  }
}
.interested__mob-image {
  display: block;
}
.interested__list {
  max-width: 725px;
  display: flex;
  flex-direction: column;
  width: 100%;
  grid-row-gap: 36px;
}
@media only screen and (max-width: 1500px) {
  .interested__list {
    grid-row-gap: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .interested__list {
    flex: 1;
    width: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .interested__line {
    display: flex;
    column-gap: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .interested .number__title {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1000px) {
  .interested .number__text {
    line-height: 25px;
  }
}

.advantages__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  grid-column-gap: 111px;
  margin-top: 83px;
}
@media only screen and (max-width: 1500px) {
  .advantages__row {
    margin-top: 51px;
  }
}
@media only screen and (max-width: 1200px) {
  .advantages__row {
    align-items: flex-start;
    column-gap: 20px;
  }
}
.advantages__list {
  display: flex;
  flex-direction: column;
  grid-row-gap: 85px;
}
@media only screen and (max-width: 1500px) {
  .advantages__list {
    grid-row-gap: 55px;
  }
}
.advantages__item {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1200px) {
  .advantages__item {
    margin-bottom: 32px;
  }
}
.advantages__sub-title {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1500px) {
  .advantages__sub-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1000px) {
  .advantages__sub-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.advantages .icon {
  font-size: 40px;
  margin-right: 42px;
  color: #2a589f;
}
@media only screen and (min-width: 1001px) {
  .advantages .icon {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 1500px) {
  .advantages .icon {
    font-size: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .advantages .icon {
    font-size: 24px;
    margin-right: 16px;
  }
}
.advantages__img {
  max-width: 973px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1500px) {
  .advantages__img {
    max-width: 709px;
  }
}
@media only screen and (max-width: 1200px) {
  .advantages__img {
    flex: 1;
  }
}
@media only screen and (max-width: 1000px) {
  .advantages__img {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .advantages__title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1001px) {
  .advantages__mob-image {
    display: none;
  }
}
.advantages__text p {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .advantages__text p {
    white-space: normal;
  }
}

.join {
  background-image: url("../images/oasis.png");
  background-repeat: no-repeat;
  background-position: 100% 128px;
  background-size: auto 133px;
}
@media only screen and (max-width: 1500px) {
  .join {
    background-position: 100% 100px;
    background-size: auto 100px;
  }
}
@media only screen and (max-width: 1000px) {
  .join {
    background-position: calc(100% + 180px) 100px;
  }
}
.join.section-padding {
  padding-top: 250px;
}
@media only screen and (max-width: 1500px) {
  .join.section-padding {
    padding-top: 214px;
  }
}
@media only screen and (max-width: 1000px) {
  .join.section-padding {
    padding-top: 80px;
    padding-bottom: 121px;
  }
}
.join__row {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.join__row .h3-title {
  width: 725px;
}
@media only screen and (max-width: 1500px) {
  .join__row .h3-title {
    max-width: 620px;
  }
}
@media only screen and (max-width: 560px) {
  .join__row .h3-title {
    max-width: 320px;
    font-size: 11vw;
  }
}
.join__btn {
  margin-left: 275px;
}
@media only screen and (max-width: 1500px) {
  .join__btn {
    margin-left: 143px;
  }
}
@media only screen and (max-width: 1100px) {
  .join__btn {
    margin-left: 0px;
  }
}

.question__block {
  margin-top: 100px;
}
@media only screen and (max-width: 1000px) {
  .question__block {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .question__item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .question__item {
    display: flex;
    grid-column-gap: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .question__item {
    display: block;
  }
}
@media only screen and (min-width: 700px) {
  .question__item {
    grid-column-start: 6;
    grid-column-end: 9;
  }
  .question__item__first {
    grid-column-start: 2;
    grid-column-end: 6;
  }
  .question__item__last {
    grid-column-start: 9;
    grid-column-end: 12;
  }
}
.question__sub-title {
  margin-bottom: 21px;
}
@media only screen and (max-width: 1500px) {
  .question__sub-title {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .question__sub-title {
    font-size: 40px;
  }
}
.question__link {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1000px) {
  .question__link {
    font-family: "Montserrat-Regular", sans-serif;
  }
}
.question__link:after {
  content: "";
  width: 32px;
  height: 2px;
  margin-top: 2px;
  background: #0A1D17;
  margin-left: 29px;
  transition: all 0.3s ease;
}
.question__link:hover:after {
  transform: translateX(5px);
}

.want-credit {
  background-image: url("../images/oasis-yellow.png");
  background-repeat: no-repeat;
  background-position: 0 140px;
  background-size: auto 299px;
}
@media only screen and (max-width: 1500px) {
  .want-credit {
    background-position: 0 138px;
    background-size: auto 224px;
  }
}
@media only screen and (max-width: 1000px) {
  .want-credit {
    background-image: url("../images/oasis-mob.png");
    background-position: 100% 60%;
    background-size: auto 25vw;
  }
}
.want-credit.section-padding {
  padding-top: 140px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1000px) {
  .want-credit.section-padding {
    padding-top: 84px;
    padding-bottom: 64px;
  }
}
.want-credit__title {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1500px) {
  .want-credit__title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .want-credit__title {
    margin-bottom: 273px;
  }
}

.p-none {
  padding: 0px;
}

.p-b-none {
  padding-bottom: 0px;
}

@media only screen and (max-width: 1000px) {
  .price__banner,
.grace__banner {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .price__banner,
.grace__banner {
    height: 300px;
  }
}

.mob-image {
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 1001px) {
  .mob-image {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .mob-image {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .mob-image {
    height: 300px;
  }
}

@keyframes load {
  0% {
    width: 100%;
  }
  100% {
    width: 0px;
  }
}
@keyframes animation-end {
  100% {
    height: 0px;
  }
}
.range-slider {
  padding-top: 20px;
}
.range-slider.active .range-slider__input {
  color: #fff;
}
.range-slider.active .ui-slider-handle {
  background: #fff !important;
  box-shadow: 0px 0px 0px 10px rgba(232, 225, 0, 0.5);
}
.range-slider.active .ui-slider-range {
  background: #fff !important;
}
.range-slider .ui-slider-handle {
  background: white !important;
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.5);
}
.range-slider__input {
  background: rgba(255, 255, 255, 0);
  border: none;
  color: #999CA1;
  border: 0px;
  width: auto;
  display: block;
  text-align: center;
  width: 100px;
  margin: auto;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1500px) {
  .range-slider {
    padding-top: 10px;
  }
  .range-slider .ui-slider-handle {
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
  }
  .range-slider__input {
    margin-bottom: 18px;
  }
}
.range-slider__block {
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .range-slider__block {
    font-size: 12px;
    padding: 0px 10px;
  }
}
.range-slider__slider {
  border-color: rgba(255, 255, 255, 0) !important;
  background: rgba(255, 255, 255, 0) !important;
}
.range-slider__slider:after {
  content: "";
  background: white;
  height: 0.3rem;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.range-slider__value {
  display: none;
}

.documents {
  background-color: #fff;
  position: relative;
  padding: 160px 0;
}
@media only screen and (max-width: 1024px) {
  .documents {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .documents {
    padding: 64px 0;
  }
}
.documents .section__text {
  top: 196px;
  right: -15px;
}
.documents .h2-title {
  margin-bottom: 160px;
}
@media only screen and (max-width: 1500px) {
  .documents .h2-title {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .documents .h2-title {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .documents .h2-title {
    margin-bottom: 32px;
  }
}

.section__text {
  display: block;
  position: absolute;
  font-size: 172px;
  line-height: 120%;
  opacity: 0.04;
  font-family: "Montserrat-SemiBold", sans-serif;
  user-select: none;
}
@media only screen and (max-width: 1500px) {
  .section__text {
    font-size: 129px;
    top: 187px;
  }
}
@media only screen and (max-width: 1023px) {
  .section__text {
    display: none;
  }
}

.documents__list {
  max-width: 1010px;
}
@media only screen and (max-width: 1500px) {
  .documents__list {
    max-width: 750px;
  }
}
.documents__list .h3-title {
  font-size: 64px;
  transition: color 0.3s;
  padding-right: 25px;
}
@media only screen and (max-width: 1500px) {
  .documents__list .h3-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1000px) {
  .documents__list .h3-title {
    font-size: 20px;
  }
}
.documents__list .h3-title:hover {
  color: #fff;
}

.documents__item {
    display: flex;
    align-items: center;
  	margin-bottom: 160px;
}
.documents__item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1500px) {
  .documents__item {
    margin-bottom: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .documents__item {
    margin-bottom: 32px;
  }
}

.documents__link {
  	display: flex;
  	justify-content: space-between;
  	position: relative;
	width: 100%;
}
.documents__link:before {
  	font-family: "Icons";
  	position: absolute;
  	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 37px;
}
@media only screen and (max-width: 1500px) {
  .documents__link:before {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .documents__link:before {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .documents__link:before {
    font-size: 16px;
  }
}

.page-privacy {
  background-color: #fff;
  position: relative;
  padding: 213px 0 160px;
}
@media only screen and (max-width: 1500px) {
  .page-privacy {
    padding: 160px 0;
  }
}
@media only screen and (max-width: 1000px) {
  .page-privacy {
    padding: 64px 0;
  }
}
.page-privacy .section__text {
  top: 249px;
  right: -40px;
}
@media only screen and (max-width: 1500px) {
  .page-privacy .section__text {
    top: 187px;
    right: -30px;
  }
}
.page-privacy .content__link {
  transition: color 0.3s;
  text-decoration: underline;
}
.page-privacy .content__link:hover {
  color: #fff;
}
.page-privacy__name {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .page-privacy__name {
    margin-bottom: 32px;
  }
}

time {
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 43px;
  color: #999CA2;
  display: block;
}
@media only screen and (max-width: 1500px) {
  time {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1000px) {
  time {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.content .mark {
  margin-top: 32px;
}
.content .mark li {
  padding-left: 45px;
}
.content .mark li:not(:last-child) {
  margin-bottom: 16px;
}
.content .mark li:before {
  width: 8px;
  height: 8px;
}

.content__item {
  margin-bottom: 40px;
}
.content__item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1500px) {
  .content__item {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .content__item {
    margin-bottom: 32px;
  }
}
.content__item .h3-title {
  margin-bottom: 25px;
}

.content__text {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 24px;
  line-height: 155%;
}
@media only screen and (max-width: 1500px) {
  .content__text {
    font-size: 18px;
  }
}

.content__list {
  margin-top: 32px;
}
.content__list .content__list-item {
  font-size: 24px;
  line-height: 155%;
  padding-left: 45px;
}
.content__list .content__list-item:before {
  left: 15px;
}
@media only screen and (max-width: 1500px) {
  .content__list .content__list-item {
    font-size: 18px;
  }
}

.not-found__area {
  background-color: #fff;
  padding-top: 279px;
  padding-bottom: 342px;
  display: flex;
  min-height: calc(100vh - 120px);
}
@media only screen and (max-width: 1500px) {
  .not-found__area {
    padding-top: 209px;
    padding-bottom: 256px;
    min-height: calc(100vh - 89px);
  }
}
@media only screen and (max-width: 1024px) {
  .not-found__area {
    padding-top: 129px;
    padding-bottom: 154px;
    min-height: calc(100vh - 102px);
  }
}
@media only screen and (max-width: 767px) {
  .not-found__area {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.not-found__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.not-found__inner .h2-title {
  width: 45%;
}
@media only screen and (max-width: 1024px) {
  .not-found__inner .h2-title {
    width: 50%;
    font-size: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .not-found__inner .h2-title {
    width: 100%;
    margin-bottom: 53px;
  }
}
@media only screen and (max-width: 1500px) {
  .not-found__inner .grid__first {
    grid-column-end: 7;
  }
}
@media only screen and (max-width: 1024px) {
  .not-found__inner .grid__first {
    grid-column-end: 6;
  }
}

.back__link {
  transition: font-weight 0.3s;
  position: relative;
  font-size: 24px;
  line-height: 155%;
  padding-left: 40px;
  margin-bottom: 25px;
  display: block;
}
.back__link:hover {
  font-family: "Montserrat-SemiBold", sans-serif;
}
@media only screen and (max-width: 1500px) {
  .back__link {
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .back__link {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.back__link:before {
  font-family: "Icons";
  position: absolute;
  left: 0;
  font-size: 19px;
}
@media only screen and (max-width: 1500px) {
  .back__link:before {
    font-size: 14px;
  }
}

.error__number {
  font-size: 320px;
  line-height: 120%;
  opacity: 0.06;
  font-family: "Montserrat-SemiBold", sans-serif;
  width: 40%;
}
@media only screen and (max-width: 1500px) {
  .error__number {
    font-size: 240px;
  }
}
@media only screen and (max-width: 1280px) {
  .error__number {
    font-size: 150px;
    width: 32%;
  }
}
@media only screen and (max-width: 1024px) {
  .error__number {
    font-size: 160px;
    width: 35%;
  }
}
@media only screen and (max-width: 1000px) {
  .error__number {
    font-size: 120px;
    width: 34%;
  }
}
@media only screen and (max-width: 767px) {
  .error__number {
    font-size: 120px;
    width: 100%;
    text-align: end;
  }
}

.banner__jobs .banner__text {
  font-size: 16.7vw;
  margin: auto;
}
@media only screen and (max-width: 1500px) {
  .banner__jobs .banner__text {
    font-size: 16.4vw;
  }
}
@media only screen and (min-width: 1921px) {
  .banner__jobs .banner__text {
    font-size: 320px;
  }
}

@media only screen and (max-width: 1000px) {
  .jobs {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 567px) {
  .jobs .h2-title {
    font-size: 24px;
  }
}
.jobs__line:not(:last-child) {
  margin-bottom: 36px;
}
@media only screen and (max-width: 1500px) {
  .jobs__line:not(:last-child) {
    margin-bottom: 28px;
  }
}
.jobs__line a:hover .icon {
  transition: all 0.3s ease;
  color: #fff;
}
.jobs__block li {
  font-size: 24px;
  line-height: 155%;
}
@media only screen and (max-width: 1500px) {
  .jobs__block li {
    font-size: 18px;
  }
}
.jobs__block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .jobs__block {
    flex-direction: column;
  }
}
.jobs__date {
  color: #fff;
  font-size: 24px;
}
@media only screen and (max-width: 1500px) {
  .jobs__date {
    font-size: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .jobs__date {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1000px) {
  .jobs__block a {
    margin-top: 16px;
  }
}
.jobs__block .icon {
  font-size: 64px;
  color: #999CA1;
}

.section__jobs .row:not(:last-child) {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1000px) {
  .section__jobs .row:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section__jobs .row:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1500px) {
  .section__jobs .row__item {
    max-width: 522px;
  }
}
@media only screen and (max-width: 1000px) {
  .section__jobs .row__item {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1500px) {
  .section__jobs .jobs {
    max-width: 590px;
  }
}
@media only screen and (max-width: 1000px) {
  .section__jobs .jobs {
    max-width: 100%;
  }
}

.join__jobs {
  background-image: url("../images/oasis-mob.png");
}
@media only screen and (max-width: 1000px) {
  .join__jobs {
    background-position: 100% 60%;
    background-size: auto 25vw;
  }
  .join__jobs.section-padding {
    padding-top: 80px;
    padding-bottom: 64px;
  }
}
@media only screen and (max-width: 1000px) {
  .join__jobs .h3-title {
    margin-bottom: 273px;
    max-width: none;
  }
}
@media only screen and (max-width: 576px) {
  .join__jobs .h3-title {
    font-size: 10vw;
  }
}
@media only screen and (min-width: 1501px) {
  .join__jobs .join__btn {
    padding-left: 109px;
    padding-right: 109px;
  }
}

.second-banner {
  position: relative;
  padding: 188px 0px 120px;
}
@media only screen and (max-width: 1000px) {
  .second-banner {
    min-height: auto;
    padding: 54px 0px;
  }
}
.second-banner__row {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 1000px) {
  .second-banner__row {
    flex-direction: column;
    align-items: normal;
  }
}
.second-banner .section__text {
  display: block;
  position: absolute;
  top: 120px;
  right: 20px;
  font-size: 180px;
  white-space: nowrap;
}
@media only screen and (max-width: 1500px) {
  .second-banner .section__text {
    top: 54px;
  }
}
@media only screen and (max-width: 1000px) {
  .second-banner .section__text {
    display: none;
  }
}
.second-banner .back__link {
  margin-bottom: 80px;
  margin-left: 10px;
}
@media only screen and (max-width: 1500px) {
  .second-banner .back__link {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .second-banner .back__link {
    margin-bottom: 35px;
  }
}
.second-banner .h1-title {
  max-width: 850px;
  margin-right: 143px;
  font-size: 83px;
  letter-spacing: 2px;
  word-wrap: normal;
}
@media only screen and (max-width: 1500px) {
  .second-banner .h1-title {
    max-width: 609px;
    margin-right: 111px;
    font-size: 64px;
  }
}
@media only screen and (max-width: 1000px) {
  .second-banner .h1-title {
    max-width: none;
    font-size: 56px;
    margin-bottom: 42px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .second-banner .h1-title {
    font-size: 9.5vw;
  }
}

.skills {
  position: relative;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1000px) {
  .skills {
    margin-bottom: 60px;
  }
}
.skills__row {
  margin-bottom: 64px;
}
@media only screen and (max-width: 1000px) {
  .skills__row {
    margin-bottom: 32px;
  }
}
.skills__row .h3-title {
  max-width: 555px;
}
@media only screen and (max-width: 1000px) {
  .skills__desc .h4-title {
    line-height: 155%;
  }
}
.skills .h4-title {
  margin-bottom: 42px;
}
@media only screen and (max-width: 1500px) {
  .skills .h4-title {
    margin-bottom: 32px;
  }
}
.skills .section__text {
  background: #000;
  font-size: 172px;
  line-height: 120%;
  position: absolute;
  right: -120px;
}
@media only screen and (max-width: 1500px) {
  .skills .section__text {
    font-size: 170px;
    top: 0px;
  }
}

.suggestions .h3-title {
  max-width: 605px;
}
.suggestions__line {
  margin-top: 64px;
}
@media only screen and (max-width: 1000px) {
  .suggestions__line {
    margin-top: 32px;
  }
}
.suggestions__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.suggestions__row:not(:last-child) {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1000px) {
  .suggestions__row:not(:last-child) {
    margin-bottom: 32px;
  }
}
.suggestions__item {
  display: flex;
  align-items: flex-start;
  flex-basis: 46%;
}
@media only screen and (max-width: 1200px) {
  .suggestions__item:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .suggestions__item {
    flex-basis: 100%;
  }
}
.suggestions__item .icon {
  font-size: 40px;
  margin-right: 27px;
}
@media only screen and (min-width: 1001px) {
  .suggestions__item .icon {
    margin-top: 14px;
  }
}
@media only screen and (min-width: 1501px) {
  .suggestions__item .icon {
    margin-top: 19px;
  }
}
@media only screen and (max-width: 1500px) {
  .suggestions__item .icon {
    font-size: 30px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .suggestions__item .icon {
    font-size: 24px;
    margin-right: 16px;
  }
}
.suggestions .h3-title {
  font-family: "Montserrat-SemiBold", sans-serif;
  margin-bottom: 21px;
}
@media only screen and (max-width: 1500px) {
  .suggestions .h3-title {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  .suggestions .h3-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.charge .number__text {
  max-width: 459px;
}
@media only screen and (max-width: 767px) {
  .charge .number {
    width: 100%;
    flex: auto;
  }
}
.charge__title {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1280px) {
  .charge__title {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1000px) {
  .charge__title {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 1001px) {
  .join__vacancies.section-padding {
    padding-top: 160px;
    padding-bottom: 100px;
    background-position: 100% 75px;
  }
}

/*  */
.footer .hotline__btn {
	color: #0A1D17;
	margin-top: 20px;
}

.page-privacy .content ol li {
	font-size: 22px;
	line-height: 155%;
}

.page-privacy ol {
	margin-bottom: 16px;
}

.page-privacy ol ol {
	margin-top: 16px;
}

.page-privacy ol ol li:before {
	content: none;
}

@media only screen and (max-width: 1500px) {
	.page-privacy .content ol li {
		font-size: 18px;
	}
}

/*# sourceMappingURL=main.css.map */
