:root {
  --main: #f8e49a;
  --blue: #001f4f;
  --green: #008080;
  --font: 16px;
}
*,
::after,
::before,
:after,
:before {
  box-sizing: border-box;
}

html {
  line-height: 1.35;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: clamp(0.875rem, 1vw, var(--font));
}

@media screen and (max-width: 1024px) {
  html {
    font-size: var(--font);
  }
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
  background-color: #fff;
  font-family: sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--blue);
  font-family: Verdana, Geneva, sans-serif;
}

body.loading * {
  transition: none !important;
}

body.noselect * {
  user-select: none;
}

[tabindex='-1']:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: var(--black);
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: var(--black);
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
a[href=''] {
  cursor: default;
  pointer-events: none;
}
a[href='']:hover {
  opacity: 1 !important;
}
code,
kbd,
pre,
samp {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img,
picture,
svg {
  vertical-align: middle;
  border-style: none;
  width: 100%;
  height: auto;
  font-size: 1px;
  color: transparent;
}

svg {
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role='button'] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}

[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

.hidden,
.sprite-block {
  display: none;
  width: 0;
  height: 0;
}

.main .header {
  display: block;
  margin-top: 4rem;
}

.main .container,
.footer .container {
  max-width: 96rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
}
.main .nav {
  grid-template-columns: 15rem 1fr 6.5rem;
}

.main .header .nav {
  justify-content: space-between;
  display: flex;
  align-items: stretch;
  display: grid;
  grid-template-columns: 15rem 1fr auto;
}

.nav {
  display: grid;
  grid-template-columns: 15rem 1fr 3rem;
  column-gap: 0rem;
}

.main-logo {
  width: 125%;
}

.s-s,
.c-c,
.c-s,
.c-e,
.c-sb {
  display: flex;
}

.c-c,
.c-s,
.c-e,
.c-sb {
  align-items: center;
}

.c-e {
  justify-content: flex-end;
}

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

.c-s,
.s-s {
  justify-content: flex-start;
}

.s-s {
  align-content: flex-start;
}

.c-c {
  justify-content: center;
}

.contacts {
  justify-self: end;
  align-self: end;
  color: var(--blue);
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.contacts li a,
.links-сontainer,
.links-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.links-sep {
  margin: 0 0.5rem;
}
.contacts li a,
.menu li a {
  transition: 250ms ease-in;
  transition-property: opacity;
  will-change: opacity;
}
.contacts li a:hover,
.menu li a:hover {
  opacity: 0.5;
}
.contacts li + li {
  margin-left: 1.25rem;
}

.contacts .link-name:last-child {
  margin: 0 0 0 0.5rem;
}

.contacts li + li {
  margin: 0;
}
.icon svg {
  width: 1em;
  height: 1em;
}
.icon-m svg {
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .main .header {
    margin-top: 1.5rem;
  }
  .nav {
    align-items: center;
    column-gap: 0rem;
  }
  .nav {
    display: grid !important;
    column-gap: 0;
  }

  .main .container,
  .footer .container {
    max-width: 96rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
  }

  .links-sep,
  .link-name {
    display: none;
  }

  .contacts {
    margin-bottom: 0.25rem;
  }

  .icon svg {
    width: 1.25em;
    height: 1.25em;
  }

  .main-logo {
    width: 12rem;
  }
}

/* font */
.font-1_25 {
  font-size: 1.25rem;
}
.font-1_5 {
  font-size: 1.5rem;
}
.font-2 {
  font-size: 2rem;
}
.section-title {
  font-size: 4rem;
}
.page-title {
  font-size: 5rem;
  line-height: 1;
}
.f-bold {
  font-weight: bold;
}
.section-sub {
  font-size: 3rem;
}
.font-0_85 {
  font-size: 0.85rem;
}

.text1 {
  font-size: 2.4rem;
  line-height: 1.25;
}

.text2 {
  font-size: 3rem;
  font-family: Georgia, Times, Times New Roman, serif;
  line-height: 1.25;
}

@media screen and (max-width: 1024px) {
  .page-title {
    font-size: 2.5rem;
  }
  .section-title {
    font-size: 2.75rem;
  }
  .font-2 {
    font-size: 1.5rem;
  }
  .font-1_5 {
    font-size: 1rem;
  }
  .font-1_25 {
    font-size: 1.125rem;
  }
  .section-sub {
    font-size: 2rem;
  }
  .text1 {
    font-size: 1.25rem;
  }
  .text2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .page-title {
    font-size: 2.5rem;
  }
  .section-title {
    font-size: 2.75rem;
  }
  .font-2 {
    font-size: 1.5rem;
  }
  .font-1_5 {
    font-size: 1rem;
  }
  .font-1_25 {
    font-size: 1.125rem;
  }
  .section-sub {
    font-size: 2rem;
  }
  .text1 {
    font-size: 1.125rem;
  }
  .text2 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 425px) {
  .page-title {
    font-size: 1.75rem;
  }
  .section-title {
    font-size: 2.75rem;
  }
  .font-2 {
    font-size: 1.5rem;
  }
  .font-1_5 {
    font-size: 0.75rem;
  }
  .font-1_25 {
    font-size: 1.125rem;
  }
  .section-sub {
    font-size: 2rem;
  }
  .text1 {
    font-size: 1rem;
  }
  .text2 {
    font-size: 1.25rem;
  }
}

/* slider-banner */
.slider-banner img {
  border-radius: 5rem 0 0 0;
}
.slider-banner {
  margin-top: 4rem;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .main .container {
    max-width: 96rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
  }

  .slider-banner {
    margin-top: 1rem;
  }

  .slider-banner img {
    border-radius: 0;
  }
}

/* slider-banner end */

/* hero content */
.hero {
  overflow: hidden;
}

.hero-content {
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-items: center;
  gap: 1rem;
  padding: 4rem 6rem 4rem;
}

@media screen and (max-width: 768px) {
  .hero-content {
    grid-template-columns: 1fr;
    padding: 2rem 0rem 1rem;
  }
}
/* hero content end*/

/* Our advantages */
.main .advantages {
  padding-bottom: 3rem;
}
.main .advantage-content {
  border-left: 0;
  padding: 4rem 6rem;
}
.main .advantage-content .custom-list {
  position: relative;
  padding-left: 5rem;
}
.main .advantage-content .custom-list::before {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% + 8rem);
  position: absolute;
  left: 0;
  top: -4rem;
  bottom: 0;
  border-left: 1px solid var(--blue);
}
.main .bg-m {
  background: transparent;
}
.main .bg-m .advantage-content {
  background: #f7f8f9;
  border-top-right-radius: 5rem;
}

@media screen and (max-width: 1024px) {
  .main .advantages {
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .main .advantages {
    padding-bottom: 1rem;
  }

  .main .advantage-content {
    padding: 1.5rem;
  }

  .main .advantage-content .custom-list {
    padding-left: 0;
  }

  .main .bg-m .advantage-content {
    border-top-right-radius: 0rem;
  }

  .main .advantage-content .custom-list::before {
    display: none;
  }
}
/* Our advantages end*/

.partners .section-title {
  font-size: 2.75rem;
  margin: 2rem 0rem 3rem;
  padding: 0 6rem;
}

@media screen and (max-width: 1024px) {
  .partners .section-title {
    font-size: 2rem;
    margin: 2rem 0rem 3rem;
    padding: 0 0rem;
  }
}

@media screen and (max-width: 768px) {
  .partners .section-title {
    font-size: 1.5rem;
    margin: 1rem 0rem 2rem;
    padding: 0 0rem;
  }
}

/* numbers_blocks */
.numbers_blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 0;
  background: #ffffff;
}

.numbers_blocks .numbers_block {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.numbers_block > * {
  height: 100%;
}

.icons {
  width: 7rem;
}

.numbers_block p {
  font-size: 1.25rem;
  margin-top: 1rem;
}
.numbers_blocks h5 {
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
}
.numbers_block.yellow {
  background: var(--blue);
  color: #fff;
}
.numbers_block.green {
  background: var(--green);
  color: #fff;
}
.numbers_block.blue {
  background: var(--main);
}

.numbers_block:first-child {
  background-color: var(--blue);
}
.numbers_block:first-child div {
  border-top-right-radius: 5rem;
  background-color: var(--green);
  padding: 4rem 6rem;
}
.numbers_block:first-child div p {
  color: #ffffff;
}
.numbers_block:nth-child(2) {
  background-color: var(--main);
}
.numbers_block:nth-child(2) div {
  border-bottom-right-radius: 5rem;
  background-color: var(--blue);
  padding: 4rem 6rem;
}
.numbers_block:nth-child(2) div p {
  color: #ffffff;
}
.numbers_block:nth-child(3) {
  background-color: #ffffff;
}
.numbers_block:nth-child(3) div {
  border-top-right-radius: 5rem;
  background-color: var(--main);
  padding: 4rem 6rem;
}
.numbers_block:nth-child(3) div p {
  color: var(--blue);
}

@media screen and (max-width: 1024px) {
  .numbers_block:first-child div {
    padding: 2rem 2rem;
  }
  .numbers_block:nth-child(2) div {
    padding: 2rem 2rem;
  }
  .numbers_block:nth-child(3) div {
    padding: 2rem 2rem;
  }
}

@media screen and (max-width: 768px) {
  .partners p {
    font-size: 0.75rem;
  }
  .partners .numbers_blocks {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0;
    background: transparent;
    border-top-left-radius: 0;
  }
  .numbers_blocks .numbers_block {
    padding: 0rem;
  }
  .numbers_block:first-child {
    background-color: #ffffff;
  }
  .numbers_block:first-child div {
    border-top-left-radius: 5rem;
    border-top-right-radius: 0;
    background-color: var(--green);
    width: 100%;
  }
  .numbers_block:nth-child(2) div {
    width: 100%;
  }
  .numbers_block:nth-child(3) {
    background-color: #ffffff;
  }
  .numbers_block:nth-child(3) div {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5rem;
    width: 100%;
  }
}
/* numbers_blocks end */

.steps .section-title {
  margin: 4rem 6rem 3rem;
  font-size: 2.75rem;
}

.steps .steps-content {
  background-color: #f7f8f9;
  padding: 1rem 0 3rem 0;
  border-top-right-radius: 5rem;
}

.steps .section-title-steps {
  margin: 2rem 6rem 3rem;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 2.75rem;
}

.steps_blocks {
  padding: 0 0 0 6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 0;
}

.steps_blocks .steps_block {
  display: flex;
  align-items: self-start;
  flex-direction: column;
  text-align: left;
  transform: translate3d(0, 0, 0);
}

.steps_block img {
  width: 50%;
}

.steps_block span {
  font-size: 1.25rem;
}

.steps_block a {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .steps .section-title {
    font-size: 2rem;
    margin: 3rem 0rem 2rem;
    padding: 0 0rem;
  }
  .steps .section-title-steps {
    margin: 1rem 2rem 2rem;
    font-size: 1.5rem;
  }
  .steps_blocks {
    padding: 0 0 0 2rem;
  }
  .steps_block span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .steps_blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
    background: transparent;
    border-top-left-radius: 0;
  }

  .steps_block img {
    width: 25%;
  }
  .steps .section-title {
    font-size: 1.5rem;
  }

  .steps .section-title-steps {
    font-size: 1.25rem;
  }

  .steps_blocks .steps_block {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: left;
  }

  .steps_blocks {
    padding: 0;
  }

  .steps_block span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 425px) {
  .steps_blocks {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2rem;
    background: transparent;
    border-top-left-radius: 0;
  }

  .steps_block img {
    width: 35%;
  }

  .steps_block span {
    font-size: 0.75rem;
  }
}

.vacancy .section-title {
  padding: 4rem 6rem 2rem;
  font-size: 2.75rem;
}

.vacancy .links {
  padding: 0 6rem;
  line-height: 3rem;
  font-size: 1.5rem;
}

.vacancy a {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .vacancy .section-title {
    font-size: 2rem;
    margin: 4rem 0rem 1rem;
    padding: 0 0rem;
  }

  .vacancy .links {
    padding: 0;
    line-height: 2.25rem;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .vacancy .section-title {
    font-size: 1.5rem;
    margin: 2rem 0rem 1rem;
    padding: 0 0rem;
  }

  .vacancy .links {
    padding: 0;
    line-height: 2rem;
    font-size: 1rem;
  }
}

/* footer */
.footer {
  padding: 4rem 0 4rem 0;
}
.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr auto;
  column-gap: 0rem;
  align-items: start;
}
.footer-logo {
  max-width: 12rem;
}

.address p + p {
  margin-top: 0.25rem;
}

.address a {
  display: block;
  margin-bottom: 0.35rem;
  transition: 200ms ease-in;
  transition-property: opacity;
}
.address a + p {
  margin-top: 1.5rem;
}
.address p + A {
  margin-top: 0.35rem;
}
.address a:hover {
  opacity: 0.5;
}
.address-line p {
  margin-bottom: 0.25rem;
}
.address-line + .address-line {
  margin-top: 1.25rem;
}
.address-line {
  max-width: 22rem;
}
.footer-menu {
  margin: 0;
}
.footer-menu ul {
  flex-direction: column;
  align-items: flex-start;
}
.footer-menu ul li + li {
  margin-left: 0;
  margin-top: 1rem;
}
.social a {
  transition: 200ms ease-in;
  transition-property: opacity;
  opacity: 1;
  display: block;
  width: 2rem;
  height: 2rem;
}
.social a + a {
  margin-left: 1rem;
}
.social a:hover {
  opacity: 0.6;
}

.f-bold {
  font-weight: bold;
}

.footer.line .footer-content {
  padding-top: 4rem;
  border-top: 3px solid var(--main);
}

@media screen and (max-width: 768px) {
  body {
    font-size: 0.8rem;
  }

  .footer {
    padding: 4rem 0 2rem 0;
  }

  .footer .container {
    max-width: 96rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
  }

  .footer.line .footer-content {
    padding-top: 3rem !important;
  }

  .footer-logo {
    grid-column: 1/4;
  }

  .footer-logo img {
    width: 12rem;
  }

  .social {
    grid-column: 4/5;
    grid-row: 1/2;
    align-self: center;
    justify-self: end;
  }

  .footer-content {
    grid-template-columns: 2rem 1fr 1fr auto;
    row-gap: 2rem;
    column-gap: 1rem;
  }

  .footer-menu,
  .address {
    grid-column: span 3;
  }

  .social a + a {
    margin-left: 0.75rem;
  }

  .social a {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.modal {
  min-width: 80vw;
  padding: 60px;
  font-size: 18px;
}

.modal .section-title {
  font-size: 3rem;
}

.modal .list {
  border-top: 3px solid var(--main);
  margin-top: 45px;
  padding-top: 30px;
  margin-bottom: 30px;
}

.modal .list ul {
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 1.25rem;
}

.modal .list li {
  margin-bottom: 10px;
}

.modal .list .subtitle {
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 21px;
}

.modal img {
  margin-bottom: 35px;
}

.feedback {
  width: 100%;
  text-align: center;
}

.feedback a {
  background-color: #008080;
  padding: 25px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin: 0 auto;
  margin: 25px;
}

.modal-logo {
  width: 20%;
  padding-top: 2rem;
}

@media screen and (max-width: 768px) {
  .modal {
    min-width: 90vw;
    padding: 60px;
    font-size: 1rem;
  }
  .modal-logo {
    width: 30%;
    padding-top: 2rem;
  }
  .modal .section-title {
    font-size: 2rem;
  }

  .modal .list {
    border-top: 3px solid var(--main);
    margin-top: 30px;
    padding-top: 0px;
    margin-bottom: 30px;
  }

  .modal .list ul {
    padding-left: 15px;
    margin-bottom: 0;
    font-size: 1rem;
  }

  .modal .list .subtitle {
    font-size: 1.125rem;
  }
}

.lang-change {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.5rem;
  text-align: center;
  border-radius: 0.35rem;
  transition: 200ms ease-in;
  border: 1px solid var(--blue);
  font-size: 0.85rem;
  font-weight: 600;
}
