/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* #### Generated By: http://www.cufonfonts.com #### */

    @font-face {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans Regular'), url(../fonts/OpenSans-Regular.3c19afb3f76b16865a55.woff) format('woff');
    }
    

    @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans'), url(../fonts/OpenSans-Regular.3c19afb3f76b16865a55.woff) format('woff');
    }
   

    @font-face {
    font-family: 'Open Sans Light';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans Light'), url(../fonts/OpenSans-Light.13a4f3e3ec0dbcee12db.woff) format('woff');
    }
    

    @font-face {
    font-family: 'Open Sans SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans SemiBold'), url(../fonts/OpenSans-SemiBold.e42481d612bfd51c3822.woff) format('woff');
    }
    
html {
    scroll-behavior: smooth;
}

.page {
    /* max-width: 1440px; */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans Regular', Arial, sans-serif;
    margin: 0 auto;
    padding: 0;
}

h1, h2, h3, p, img {
    caret-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, p {
    margin: 0px 0px 0px 0px;
}

.block {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s ease-out;
}

.block.visible {
    opacity: 1;
    transform: translateY(0);
}


/* @media screen and (max-width: 1024px) {
    .page {
        max-width: 1024px;
    }
}

@media screen and (max-width: 1023px) {
    .page {
        max-width: 768px;
    }
}

@media screen and (max-width: 767px) {
    .page {
        max-width: 425px;
    }
}

@media screen and (max-width: 425px) {
    .page {
        max-width: 320px;
    }
} */
.acvahlor {
    width: 80%;
    margin: 160px auto 0px auto;
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    gap: 40px;
}

.acvahlor__title-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.acvahlor__title {
    margin: 0px 0px 40px 0px;
    font-family: 'Open Sans SemiBold', Arial, sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 1.4;
    letter-spacing: .6px;
    color: #0F2346;
}

.acvahlor__subtitle {
    margin: 0px 0px 40px 0px;
    max-width: 340px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: .6px;
    color: #CC5722;
}

.acvahlor__container {
    margin: 0px auto 0px auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
}

.acvahlor__text-container {
    display: grid;
    grid-template-columns: repeat(3, auto);
    align-items: flex-start;
    justify-content: left;
    gap: 30px;
}

.acvahlor__text-container-title {
    margin: 0px 0px 40px 0px;
    font-family: 'Open Sans SemiBold', Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: .6px;
    text-align: center;
    color: #0F2346;
}

.acvahlor__text-container-title_content {
    font-size: 24px;
    max-width: 600px;
    margin: 0px auto 0px auto;
}

.acvahlor__text-container-text {
    max-width: 250px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .6px;
    color: #000000;
}

.acvahlor__text-img-container {
    display: flex;
    align-items: center;
    gap: 120px;
}

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

.acvahlor__table {
    height: 250px;
    border-right: 1px solid #0F2346;
}

.acvahlor__table-th {
    color: #CC5722;
    width: 250px;
    text-align: center;
}

tbody td {
    text-align: center;
}

tbody td:first-child {
    text-align: left;
}

.acvahlor__img-container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.acvahlor__img {
    width: 203px;
    height: 349px;
}

.acvahlor__content-container {
    margin: 40px auto 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 60px;
}

.acvahlor__icon-vk {
    transition: all .3s;
    width: 46px;
    height: 27px;
}

.acvahlor__icon-vk:hover {
    transition: all .3s;
    scale: 1.1;
}


@media screen and (max-width: 1024px) {
    .acvahlor__img-container {
        gap: 100px;
    }

    .acvahlor__text-img-container {
        flex-direction: column;
        gap: 60px;
    }

    .acvahlor__table {
        border-right: none;
    }

    .acvahlor__text-container-text {
        font-size: 14px;
    }
}

@media screen and (max-width: 1023px) {
    .acvahlor__icon-vk {
        width: 60px;
        height: 50px;
        background-color: #0f234623;
        padding: 10px;
        border-radius: 30px;
    }
}

@media screen and (max-width: 767px) {
    .acvahlor {
        margin: 100px auto 0px auto;
    }

    .acvahlor__title {
        font-size: 40px;
    }

    .acvahlor__title-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .acvahlor__title {
        margin: 0px auto 0px auto;
        text-align: left;
    }

    .acvahlor__subtitle {
        margin: 0px auto 20px auto;
        text-align: left;
    }

    .acvahlor__text-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .acvahlor__container {
        align-items: center;
        justify-content: center;
    }

    .acvahlor__table {
        display: none;
    }

    .acvahlor__img-container {
        flex-direction: column;
        gap: 40px;
    }

    .acvahlor__content-container {
        width: 280px;
        gap: 20px;
    }

    .acvahlor__text-container-title {
        text-align: left;
    }

    .acvahlor__text-container-title_content {
        font-size: 16px;
         }
}

@media screen and (max-width: 425px) {}
.advantages {
    width: 80%;
    margin: 40px auto 0px auto;
    display: flex;
    flex-direction: column;
}

.advantages__title {
    margin: 0px auto 40px auto;
    max-width: 800px;
    font-family: 'Open Sans SemiBold', Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: .6px;
    text-align: center;
}

.advantages__content-container {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
}

.advantages__slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.advantages__block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 197px;
    height: 115px;
}

.advantages__block-title {
    font-family: 'Open Sans SemiBold', Arial, sans-serif;
    margin: 0px auto 0px auto;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: .6px;
    text-align: center;
    color: #CC5722;
}

.advantages__block-subtitle {
    margin: 16px auto 0px auto;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .6px;
    text-align: center;
    color: #000000;
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 80%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0px auto 0px auto;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.slide {
    flex: 0 0 100%;
    min-width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 8px;
}

.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s;
}

.slider-dot.active {
    background-color: #333;
}


@media screen and (max-width: 1024px) {
    .advantages {
        width: 95%;
    }

    .advantages__block-subtitle {
        font-size: 14px;
    }
}

@media screen and (max-width: 1023px) {
    .advantages__content-container {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {

    .advantages__title {
        width: 320px;
        font-size: 20px;
    }

    .advantages__block-title {
        width: 200px;
    }

    .advantages__content-container {
        flex-wrap: nowrap;
        align-items: center;
        justify-content: none;
        transition: transform 0.1s linear;
    }

    .advantages__block {
        transition: transform 0.3s ease;
    }


}

@media screen and (max-width: 425px) {}
.advantagesBig {
    width: 80%;
    margin: 160px auto 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantagesBig__title {
    margin: 0px auto 40px auto;
    font-family: 'Open Sans SemiBold', Arial, sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 1.4;
    letter-spacing: .6px;
    text-align: center;
    color: #0F2346;
}

.advantagesBig__container {
    display: grid;
    grid-template-columns: repeat(3, auto);
    /* grid-template-rows: repeat(5, auto); */
    gap: 20px;
}

.advantagesBig__block {
    margin: auto 0px auto 0px;
    max-width: 413px;
    height: 190px;
    border-radius: 30px;
    padding: 30px;
    background-color: #0F2346;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.advantagesBig__block_horizontal {
    flex-direction: row;
    justify-content: space-evenly;
    max-width: 1440px;
    height: 250px;
    grid-column: 1/4;
    align-items: center;
    padding: 40px;
    gap: 30px;
}

.advantagesBig__block-title {
    font-family: 'Open Sans SemiBold', Arial, sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: .6px;
    color: #FFFFFF;
}

.advantagesBig__block-title_horizontal {
    max-width: 300px;
    text-align: center;
    line-height: 1.5;
}

.advantagesBig__block-subtitle {
    font-family: 'Open Sans Light', Arial, sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .6px;
    color: #FFFFFF;
}

.advantagesBig__block-subtitle_horizontal {
    text-align: left;
    max-width: 500px;
}

.advantagesBig__block-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.advantagesBig__block-container-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}


@media screen and (max-width: 1280px) {
    .advantagesBig__block:nth-child(3n) {
        max-width: 950px;
        height: 250px;
        grid-column: 1/3;
        align-items: center;
        text-align: center;
    }

    .advantagesBig__container {
        display: grid;
        grid-template-columns: repeat(2, 430px);
    }

    .advantagesBig__block_horizontal {
        flex-direction: row;
        max-width: 950px;
        height: 250px;
        grid-column: 1/3;
        text-align: center;
    }

    .advantagesBig__block-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .advantagesBig__container {
        display: grid;
        grid-template-columns: repeat(1, 430px);
    }

    .advantagesBig__block:nth-child(3n) {
        max-width: 700px;
        height: 250px;
        grid-column: 1/3;
        align-items: center;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .advantagesBig {
        margin: 100px auto 0px auto;
    }

    .advantagesBig__title {
        font-size: 40px;
    }

    .advantagesBig__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .advantagesBig__block {
        width: 240px;
        height: 200px;
        padding: 20px 30px 20px 30px;
        align-items: center;
        text-align: left;
    }

    .advantagesBig__block:nth-child(3n) {
        width: 240px;
        height: 200px;
        align-items: center;
        text-align: left;
    }

    .advantagesBig__block_horizontal {
        flex-direction: column;
        width: 240px;
        height: auto;
        text-align: left;
    }

    .advantagesBig__block-title_horizontal {
        text-align: left;
    }

}

@media screen and (max-width: 425px) {}
.application {
    width: 80%;
    margin: 160px auto 0px auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.application__title {
    margin: 0px auto 40px auto;
    font-family: 'Open Sans SemiBold', Arial, sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 1.4;
    letter-spacing: .6px;
    text-align: center;
    color: #0F2346;
}

.application__container {
    display: grid;
    grid-template-columns: repeat(4, auto);

    gap: 20px;
}

.application__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.application__icon {
    width: 100px;
    height: 100px;
}

.application__text {
    margin: 0px auto 0px auto;
    font-family: 'Open Sans Light', Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .6px;
    text-align: center;
    color: #000000;
}


@media screen and (max-width: 1024px) {
    .application {
        align-items: center;
    }

    .application__container {
        grid-template-columns: repeat(2, 300px);
        gap: 40px;
    }

    .application__icon {
        width: 80px;
        height: 80px;
    }

    .application__text {
        font-size: 12px;
    }
}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 767px) {
    .application {
        margin: 100px auto 0px auto;
    }

    .application__title {
        font-size: 40px;
    }

    .application__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }

    .application__block {
        width: 280px;
    }

    .application__text {
        font-size: 14px;
    }
}

@media screen and (max-width: 425px) {}
.certificates {
    width: 100%;
    margin: 160px auto 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.certificates__title {
    margin: 0px auto 40px auto;
    font-family: 'Open Sans SemiBold', Arial, sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 1.4;
    letter-spacing: .6px;
    text-align: center;
    color: #000000;
}

.certificates__img-container {
    display: flex;
    align-items: center;
    gap: 20px;
    transition: transform 0.1s linear;
}

.certificates__img {
    width: 305px;
    height: 434px;
    transition: transform 0.3s ease;
}

.certificates__slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}


@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 767px) {
    .certificates {
        margin: 100px auto 0px auto;
    }

    .certificates__title {
        font-size: 40px;
    }
}

@media screen and (max-width: 425px) {}
.contacts {
    width: 80%;
    margin: 160px auto 0px auto;
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.contacts__title {
    margin: 0px 40px auto 0px;
    font-family: 'Open Sans SemiBold', Arial, sans-serif;
    font-weight: 600;
    font-size: 128px;
    line-height: 1.4;
    letter-spacing: .6px;
    text-align: left;
    text-transform: uppercase;
    color: #0F2346;
}

.contacts__container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 627px;
    margin: 0px auto 0px auto;
}

.contacts__container-title {
    display: flex;
    align-items: center;
    gap: 24px;
    border-bottom: #0F2346 1px solid;
    padding: 0px 0px 10px 0px;
}

.contacts_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .6px;
    color: #000000;
}

.contacts__container-block {
    display: flex;
    align-items: center;
    gap: 24px;
}

.contacts__icon {
    transition: all .3s;
    width: 40px;
    margin: 0px 0px 0px 10px;
}

.contacts__icon:hover {
    transition: all .3s;
    scale: 1.1;
}

.contacts__icon_title {
    width: 50px;
}

.contacts_text-link {
    transition: all .2s;
    margin: 0px 0px 0px 0px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: .6px;
    text-align: left;
    color: #000000;
    text-decoration: none;
}

.contacts_text-link:hover {
    transition: all .2s;
    color: #396cca;
    cursor: pointer;
}


@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1023px) {
    .contacts__title {
        font-size: 64px;
    }
}

@media screen and (max-width: 767px) {
    .contacts {
        margin: 100px auto 0px auto;
    }

    .contacts__title {
        font-size: 50px;
        font-size: 16px;
    }

    .contacts_text-link {
        font-size: 16px;
    }
}

@media screen and (max-width: 425px) {
    .contacts_text {
        font-size: 12px;
    }

    .contacts_text-link {
        font-size: 14px;
    }
}
.examples {
    width: 80%;
    margin: 160px auto 0px auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.examples__title {
    margin: 0px auto 40px 0px;
    font-family: 'Open Sans SemiBold', Arial, sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 1.4;
    letter-spacing: .6px;
    text-align: center;
    color: #0F2346;
}

.examples__accordion {
    max-width: 1280px;
    margin: 0 auto;
    background: white;
    overflow: hidden;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.examples__accordion-item {
    padding: 10px;
    border: 1px solid #CC5722;
    border-radius: 30px;
}


.examples__accordion-header {
    padding: 20px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
    font-weight: bold;
    color: #333;
}


.examples__accordion-header::after {
    content: url(../images/strelka.c292555d41dab10f9eb8.png);
    font-size: 14px;
    transition: transform 0.3s ease;
    color: #666;
}

.examples__accordion-item.active .examples__accordion-header::after {
    transform: rotate(180deg);
}

.examples__accordion-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: white;
    display: flex;
    align-items: center;
    gap: 40px;
}

.examples__accordion-content_big {
    flex-wrap: wrap;
}

.examples__accordion-item.active .examples__accordion-content {
    padding: 0 20px 20px 20px;
    max-height: 1440px;
}

.examples__accordion-title {
    font-family: 'Open Sans SemiBold', Arial, sans-serif;
    margin: 0px 0px 0px 0px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: .6px;
    color: #0F2346;
}

.examples__accordion-content-img {
    height: 382px;
    border-radius: 10px;
}

.examples__accordion-content-text {
    margin: 0px 0px 0px 0px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .6px;
    color: #000000;
}


@media screen and (max-width: 1024px) {
    .examples__accordion-content-img {
        height: 260px;
    }
}

@media screen and (max-width: 1023px) {
    .examples__accordion-content-img {
        height: 160px;
    }

    .examples__accordion-content-text {
        font-size: 12px;
    }

    .examples__accordion-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .examples {
        margin: 100px auto 0px auto;
    }

    .examples__title {
        font-size: 40px;
    }

    .examples__accordion-item {
        width: 280px;
    }

    .examples__accordion-content {
        display: flex;
        flex-direction: column;

    }

    .examples__accordion-title {
        font-size: 12px;
    }
}

@media screen and (max-width: 425px) {}
.footer {
    width: 100%;
    height: 289px;
    margin: 160px auto 0px auto;
    background-color: #0F2346;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer__link-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer__link {
    transition: all .2s;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .6px;
    color: #FFFFFF;
}

.footer__link:hover {
    transition: all .2s;
    color: #427be4;
    cursor: pointer;
    -webkit-text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.36);
    -moz-text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.36);
    text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.36);
}

.footer_icon {
    height: 100px;
}

.footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer__text-phone {
    margin: 0px 0px 0px 0px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .6px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

.footer__icons {
    width: 88px;
    height: 76px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer__icon-telegramm {
    width: 42px;
    height: 34px;
}

.footer__icon-vk {
    width: 46px;
    height: 27px;
}

.footer__icon-telegramm:hover {
    transition: all .3s;
    scale: 1.1;
}

.footer__icon-vk:hover {
    transition: all .3s;
    scale: 1.1;
}

.footer__copirating {
    color: #FFFFFF;
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 767px) {
    .footer {
        margin: 100px auto 0px auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        height: 600px;
        gap: 30px;
    }

    .footer__link-container {
        align-items: center;
    }

    .footer__link {
        text-align: center;
    }
}

@media screen and (max-width: 425px) {}
.header {
    margin: 0px auto 0px auto;
    background-image: url(../images/fon.a7de279cf46e607824af.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 740px;
}

.header__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1282px;
    margin: 0px auto 0px auto;
    padding: 31px 0px 0px 0px;
}

.header__link-container {
    display: flex;
    align-items: center;
    width: 746px;
    justify-content: space-between;
}

.header__ikon-link {
    width: 105px;
    height: 110px;
    background-color: #ffffff00;
    background-image: url(../images/Logo.44da85628b39a1486d86.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.header__ikon-link:hover {
    background-image: url(../images/Logosign.4ce8a18b45dfc26536c6.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.header__ikon-link-mobile {
    visibility: hidden;
    position: absolute;
    top: 25px;
    right: 50px;
    display: block;
    width: 50px;
    height: 55px;
    background-color: #ffffff00;
    background-image: url(../images/Logo.44da85628b39a1486d86.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.header__link {
    transition: all .2s;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .6px;
    color: #ffffff;
    text-decoration: none;
}

.header__link:hover {
    transition: all .2s;
    color: #0F2346;
    cursor: pointer;
}

.header__link-phone {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .6px;
    color: #ffffff;
    text-decoration: none;
    cursor: default;
}

.header__text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 160px auto 0px auto;
}

.header__title {
    font-family: 'Open Sans SemiBold', Arial, sans-serif;
    font-weight: 600;
    font-size: 128px;
    line-height: 1.4;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin: 0px auto 0px auto;
}

.header__subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: .6px;
    text-align: center;
    color: #FFFFFF;
    width: 535px;
    margin: 0px auto 0px auto;
}

/* .water-drop {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    animation: drop 2s infinite;
} */


.header__menu-btn {
    display: none;
    width: 100px;
    height: 100px;
    position: sticky;
    z-index: 200;
    overflow: hidden;
}

.header__menu-btn .header__menu-span {
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0F2346;
    transition: all 0.5s;
}

.header__menu-btn .header__menu-span:nth-of-type(2) {
    top: calc(50% - 10px);
}

.header__menu-btn .header__menu-span:nth-of-type(3) {
    top: calc(50% + 10px);
}

.header__menu-mobile {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    padding: 15px;
    background-color: #32425dd6;
    transform: translateX(-100%);
    transition: transform 0.5s;
    z-index: 150;
}

.header__menu-mobile.active {
    transform: translateX(0);
}

.header__menu-mobile .header__menu-li {
    list-style-type: none;
}

.header__menu-btn.active .header__menu-span:nth-of-type(1) {
    display: none;
}

.header__menu-btn.active .header__menu-span:nth-of-type(2) {
    top: 50%;
    background-color: #FFFFFF;
    transform: translate(-50%, 0%) rotate(45deg);
}

.header__menu-btn.active .header__menu-span:nth-of-type(3) {
    top: 50%;
    background-color: #FFFFFF;
    transform: translate(-50%, 0%) rotate(-45deg);
}

.header__link-menu-container {
    margin: 100px auto 40px 0px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: flex-start;
    justify-content: left;
    gap: 20px;
}

.header__link-menu {
    transition: all .5s;
    color: #3A4A4D;
    background-color: #FFFFFF;
    border-radius: 15px;
    border: 0.5px solid #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    width: 100px;
    height: 50px;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px 5px 10px;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}



@keyframes drop {
    0% {
        transform: translateY(-100px);
        opacity: 1;
    }

    50% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(100px);
        opacity: 0;
    }
}



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

    .header__menu {
        gap: 20px;
    }

    .header__text-container {
        margin: 120px auto 0px auto;
    }
}

@media screen and (max-width: 1023px) {
    .header__menu {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding: 20px;
    }

    .header__text-container {
        margin: 70px auto 40px auto;
    }

    .header__link-container {
        margin: 20px 0px 20px auto;
        max-width: 400px;
        justify-content: flex-end;
        gap: 10px;
        flex-wrap: wrap;
    }

    .header__link {
        font-size: 16px;
        padding: 10px;
        display: flex;
        align-items: center;
        border-radius: 30px;
    }

    .header__link-phone {
        font-size: 20px;
        background-color: rgba(5, 122, 240, 0.356);
        padding: 10px;
        display: flex;
        align-items: center;
        border-radius: 30px;
    }
}

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

    .header {
        height: 500px;
    }

    .header__title {
        font-size: 54px;
    }

    .header__subtitle {
        font-size: 20px;
        width: 300px;
    }

    .header__menu-btn {
        display: block;
    }

    .header__menu-mobile {
        visibility: visible;
    }

    .header__ikon-link-mobile {
        visibility: visible;
    }

    /* Вот тут сделать стили под мобилку */

}

@media screen and (max-width: 425px) {}
.info {
    width: 80%;
    margin: 160px auto 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info__title {
    margin: 0px auto 40px auto;
    font-family: 'Open Sans SemiBold', Arial, sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 1.4;
    letter-spacing: .6px;
    color: #0F2346;
}

.info__container {
    max-width: 1280px;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(3, auto);
    gap: 20px;
}

.info__container_1 {
    grid-column: 1/1;
    grid-row: 1/3;
}

.info__container_2 {
    grid-column: 2/4;
}

.info__container_3 {
    grid-column: 1/3;
}

.info__container_4 {
    grid-column: 3/4;
    grid-row: 2/4;
}

.info__img-bachir {
    width: 522px;
    /* height: 422px; */
}

.info__container-text {
    margin: 0px 0px 0px 0px;
    padding: 40px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.info__container-text-title {
    font-family: 'Open Sans SemiBold', Arial, sans-serif;
    margin: 0px 0px 0px 0px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: .6px;
    color: #000000;
}

.info__container-text-subtitle {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .6px;
    color: #000000;
}

.info__img-oazis {
    width: 521px;
    /* height: 390px; */
}


@media screen and (max-width: 1024px) {
    .info__container {
        max-width: 950px;
    }

    .info__img-bachir {
        width: 400px;
    }

    .info__img-oazis {
        width: 400px;
    }

    .info__container-text-title {
        padding: 0px 0px 0px 0px;
        font-size: 14px;
    }

    .info__container-text-subtitle {
        padding: 0px 0px 0px 0px;
        font-size: 14px;
    }

}

@media screen and (max-width: 1023px) {
    .info__container {
        max-width: 700px;
    }

    .info__img-bachir {
        width: 300px;
    }

    .info__img-oazis {
        width: 300px;
    }

    .info__container-text-title {
        font-size: 14px;
    }

    .info__container-text-subtitle {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .info {
        margin: 100px auto 0px auto;
    }

    .info__container {
        max-width: 425px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 0px;
    }

    .info__container_3 {
        border-top: 1px solid #000000;
    }

    .info__img-bachir {
        margin: 0px auto 0px 0px;
    }

    .info__img-oazis {
        margin: 0px auto 0px 30px;
    }

    .info__title {
    font-size: 40px;
}

}

@media screen and (max-width: 425px) {}
.phone {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 100px auto 0px auto;
    position: relative;
    overflow: hidden;
}

.phone__title {
    margin: 0px auto 40px auto;
    max-width: 600px;
    font-family: 'Open Sans SemiBold', Arial, sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: .6px;
    text-align: center;
}

.phone__content-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.wave-svg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.wave-svg_min-height {
    top: 140px;
}

.wave-path {
    fill: none;
    stroke: #055aec;
    stroke-width: 1.5;
    opacity: 0.3;
}

.phone__icons-container {
    display: flex;
    align-items: center;
    gap: 16px;
}

.phone__icon-telegramm {
    transition: all .3s;
    width: 42px;
    height: 34px;
}

.phone__icon-vk {
    transition: all .3s;
    width: 46px;
    height: 27px;
}

.phone__icon-telegramm:hover {
    transition: all .3s;
    scale: 1.1;
}

.phone__icon-vk:hover {
    transition: all .3s;
    scale: 1.1;
}

.phone__button {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .6px;
    color: #FFFFFF;
    border: none;
    width: 260px;
    height: 64px;
    border-radius: 30px;
    background-color: #CC5722;
}

.phone__button:hover {
    transition: all .3s;
    cursor: pointer;
    color: #CC5722;
    background-color: #FFFFFF;
    border: #CC5722 1px solid;
}

.phone__text-phone {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .6px;
    text-align: center;
    color: #0F2346;
}


@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 767px) {

    .phone__title {
        width: 280px;
        font-size: 24px;
    }

    .phone__content-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        gap: 20px;
    }
}

@media screen and (max-width: 425px) {
    .phone__title {
        font-size: 20px;
    }
}
.questions {
    width: 100%;
    height: 150px;
    margin: 160px auto 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #0F2346;
}


.questions__title {
    font-family: 'Open Sans SemiBold', Arial, sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 1.4;
    letter-spacing: .6px;
    text-align: center;
    color: #FFFFFF;
}

.questions__button {
    transition: all .3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .6px;
    color: #FFFFFF;
    border: none;
    width: 260px;
    height: 64px;
    border-radius: 30px;
    background-color: #CC5722;
}

.questions__button:hover {
    transition: all .3s;
    cursor: pointer;
    color: #CC5722;
    background-color: #FFFFFF;
    border: #CC5722 1px solid;
}

.questions__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.questions__text-phone {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .6px;
    text-align: center;
    color: #FFFFFF;
}

.questions__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.questions__icon-telegramm {
    width: 42px;
    height: 34px;
}

.questions__icon-vk {
    width: 46px;
    height: 27px;
}

.questions__icon-telegramm:hover {
    scale: 1.1;
}

.questions__icon-vk:hover {
    scale: 1.1;
}


@media screen and (max-width: 1024px) {
    .questions {
        height: 150px;
    }

    .questions__title {
        font-size: 46px;
    }
}

@media screen and (max-width: 1023px) {

    .questions {
        margin: 160px auto 0px auto;
        flex-direction: column;
        height: 300px;
    }
}

@media screen and (max-width: 767px) {
    .questions {
        margin: 100px auto 0px auto;
        flex-direction: column;
        height: 300px;
    }

    .questions__title {
        font-size: 40px;

    }

    .questions__container {
        gap: 30px;
    }

    .questions__icons {
        margin: 0px auto 20px auto;
    }

    .questions__text-phone {
        margin: 30px auto 00px auto;
    }
}

@media screen and (max-width: 425px) {
    .questions {
        gap: 15px;
        height: 340px;
    }
}

