html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: 'Roboto Regular';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto/roboto-v20-cyrillic_latin-regular.woff2") format("woff2"), url("../fonts/Roboto/roboto-v20-cyrillic_latin-regular.woff") format("woff")
}

@font-face {
    font-family: 'Roboto Medium';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto/roboto-v20-cyrillic_latin-500.woff2") format("woff2"), url("../fonts/Roboto/roboto-v20-cyrillic_latin-500.woff") format("woff")
}

@font-face {
    font-family: 'Roboto Bold';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto/roboto-v20-cyrillic_latin-700.woff2") format("woff2"), url("../fonts/Roboto/roboto-v20-cyrillic_latin-700.woff") format("woff")
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    width: 100%;
    height: 100%;
    overflow-x: hidden
}

html,
body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Roboto Regular';
    font-weight: normal;
    background: #FBF9FB;
    color: #333;
    scroll-behavior: smooth;
    overflow-x: hidden
}

img {
    display: block;
    width: 100%
}

p {
    margin: 0
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    text-decoration: none;
    display: block;
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0
}

* {
    outline: transparent
}

main {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.container {
    max-width: 1120px;
    margin: 0 auto
}

@media screen and (max-width: 1400px) {
    .container {
        width: 90%;
        padding: 0
    }
}

@media screen and (max-width: 960px) {
    .container {
        width: 100%;
        padding: 0 20px
    }
}

@media screen and (max-width: 360px) {
    .container {
        width: 100%;
        padding: 0 15px
    }
}

.title {
    font-family: 'Roboto Bold';
    font-weight: bold;
    font-size: 48px;
    line-height: 115%;
    color: #004286
}

@media screen and (max-width: 1200px) {
    .title {
        font-size: 36px
    }
}

@media screen and (max-width: 640px) {
    .title {
        font-size: 26px
    }
}

@media screen and (max-width: 360px) {
    .title {
        font-size: 18px
    }
}

a {
    color: #333
}

.btn {
    display: inline-block;
    font-family: 'Roboto Bold';
    font-size: 14px;
    padding: 16px 58px;
    color: #fff;
    text-transform: uppercase;
    background: #004286;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    outline: transparent
}

.btn:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.8
}

.text {
    font-size: 16px;
    line-height: 145%;
    opacity: 0.6
}

@media screen and (max-width: 1200px) {
    .text {
        font-size: 14px
    }
}

.btn-slider {
    padding: 0;
    width: 26px;
    height: 26px;
    background: url("/images/l-arrow.svg") no-repeat center/contain;
    border: none;
    outline: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer
}

.btn-slider:hover:before {
    opacity: 0.8;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.btn-slider--next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.fancybox-active.compensate-for-scrollbar {
    overflow: hidden !important;
    height: 100vh
}

.header {
    height: 100px;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative
}

@media screen and (max-width: 767px) {
    .header {
        height: 70px
    }
}

@media screen and (max-width: 420px) {
    .header {
        height: 54px
    }
}

.header .container {
    position: relative;
    height: 100%
}

.header__menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.header__menu-bottom {
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 2
}

.page.fixed {
    overflow: hidden;
    height: 100vh
}

.menu-top {
    width: 58%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1200px) {
    .menu-top {
        width: 65%
    }
}

@media screen and (max-width: 1000px) {
    .menu-top {
        width: auto
    }
}

.menu-top__item {
    font-size: 12px;
    padding: 10px 0;
    padding-left: 40px
}

@media screen and (max-width: 1000px) {
    .menu-top__item {
        width: 30px;
        height: 30px
    }

    .menu-top__item a {
        display: block;
        width: 30px;
        height: 30px
    }
}

.menu-top__item:nth-child(1) {
    background: url("/images/email.svg") no-repeat 0% 50%/30px 24px;
    padding-left: 45px
}

@media screen and (max-width: 1000px) {
    .menu-top__item:nth-child(1) {
        background: url("/images/email-m.svg") no-repeat 0% 50%/30px;
        height: 30px;
        padding: 0;
        width: 30px;
        margin-right: 20px
    }
}

.menu-top__item:nth-child(2) {
    background: url("/images/pin.svg") no-repeat 0% 50%/24px 34px
}

@media screen and (max-width: 1000px) {
    .menu-top__item:nth-child(2) {
        display: none
    }
}

.menu-top__item:nth-child(3) {
    background: url("/images/phone.svg") no-repeat 0% 48%/30px;
    text-align: right;
    padding-left: 36px;
    padding-right: 5px
}

@media screen and (max-width: 1000px) {
    .menu-top__item:nth-child(3) {
        background: url("/images/phone-m.svg") no-repeat 0% 50%/30px;
        height: 30px;
        padding: 0;
        width: 30px
    }
}

@media screen and (max-width: 1000px) {
    .menu-top__item-text {
        display: none
    }
}

.menu-top__item-textbold {
    font-family: 'Roboto Bold';
    margin-bottom: 5px
}

@media screen and (max-width: 1000px) {
    .menu-top__item-textbold {
        display: none
    }
}

.menu-top__item-textaccent {
    font-family: 'Roboto Bold';
    font-weight: bold;
    font-size: 14px;
    color: #004286;
    margin-top: 4px
}

@media screen and (max-width: 1000px) {
    .menu-top__item-textaccent {
        display: none
    }
}

.logo {
    display: block;
    width: 276px;
    height: 93px;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 1003
}

@media screen and (max-width: 1200px) {
    .logo {
        width: 200px;
        height: auto
    }
}

@media screen and (max-width: 767px) {
    .logo {
        width: 100px
    }
}

.logo img {
    display: block;
    width: 100%
}

.section-home {
    height: calc(100vh - 100px);
    position: relative
}

@media screen and (max-width: 1400px) {
    .section-home {
        height: 800px
    }
}

@media screen and (max-width: 1200px) {
    .section-home {
        height: 700px
    }
}

@media screen and (max-width: 1000px) {
    .section-home {
        height: 600px;
        height: 55vw
    }
}

@media screen and (max-width: 640px) {
    .section-home {
        height: 150vw
    }
}

@media screen and (max-width: 420px) {
    .section-home {
        height: 140vw
    }
}

.section-home .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%
}

@media screen and (max-width: 640px) {
    .section-home .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section-home__info {
    width: 50%;
    padding-top: 15vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width: 1700px) {
    .section-home__info {
        padding-top: 2vw
    }
}

@media screen and (max-width: 1200px) {
    .section-home__info {
        padding-top: 0;
        padding-right: 15px
    }
}

@media screen and (max-width: 640px) {
    .section-home__info {
        width: 100%;
        padding-top: 100%;
        padding-right: 0
    }
}

@media screen and (max-width: 360px) {
    .section-home__info {
        padding-top: 266px;
        padding-left: 5%;
        padding-right: 5%
    }
}

.section-home__socials {
    max-width: 50%;
    position: absolute;
    top: 0;
    height: 85vh;
    right: 0px
}

@media screen and (max-width: 640px) {
    .section-home__socials {
        height: auto;
        width: 100%;
        left: 0;
        max-width: 100%
    }
}

.section-home__img {
    max-height: 800px;
    max-width: 800px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width: 640px) {
    .section-home__img {
        max-height: auto;
        width: 100%;
        margin-bottom: 0px
    }
}

.section-home__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 100% 0%;
    object-position: 100% 0%
}

.section-home__img-m {
    display: none
}

@media screen and (max-width: 640px) {
    .section-home__img-m {
        display: block
    }
}

@media screen and (max-width: 640px) {
    .section-home__img-d {
        display: none
    }
}

.section-home__title {
    font-size: 64px;
    line-height: 105.6%;
    font-family: 'Roboto Bold';
    font-weight: bold;
    margin-bottom: 20px;
    color: #004286
}

@media screen and (max-width: 1700px) {
    .section-home__title {
        font-size: 60px;
        max-width: 500px
    }
}

@media screen and (max-width: 1400px) {
    .section-home__title {
        font-size: 50px
    }
}

@media screen and (max-width: 1200px) {
    .section-home__title {
        font-size: 40px
    }
}

@media screen and (max-width: 767px) {
    .section-home__title {
        font-size: 30px
    }
}

@media screen and (max-width: 420px) {
    .section-home__title {
        font-size: 24px;
        line-height: 120%;
        max-width: 210px;
        margin-bottom: 12px
    }
}

.section-home__text {
    font-size: 24px;
    margin-bottom: 52px
}

@media screen and (max-width: 1700px) {
    .section-home__text {
        font-size: 22px
    }
}

@media screen and (max-width: 1200px) {
    .section-home__text {
        font-size: 18px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .section-home__text {
        font-size: 16px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 420px) {
    .section-home__text {
        font-size: 14px
    }
}

.socials-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-left: 7%
}

@media screen and (max-width: 1700px) {
    .socials-block {
        padding-left: 0%
    }
}

@media screen and (max-width: 640px) {
    .socials-block {
        display: none
    }
}

.socials-block__title {
    font-size: 14px;
    margin-right: 30px;
    margin-right: 26px
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0
}

.socials__item {
    width: 24px;
    height: 24px;
    margin-right: 22px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.socials__item:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: .8
}

.socials__item:nth-child(1) {
    background: url("/images/insta.svg") no-repeat 50%/24px
}

.socials__item:nth-child(2) {
    background: url("/images/insta.svg") no-repeat 50%/24px
}

.socials__item:nth-child(3) {
    background: url("/images/insta.svg") no-repeat 50%/24px
    margin-right: 0
}

.socials__link {
    display: block;
    height: 100%;
    width: 100%
}

.socials--white .socials__item:nth-child(1) {
    background: url("/images/instaW.svg") no-repeat 50%/24px
}

.socials--white .socials__item:nth-child(2) {
    background: url("/images/instaW.svg") no-repeat 50%/24px
}

.socials--white .socials__item:nth-child(3) {
    background: url("/images/instaW.svg") no-repeat 50%/24px
    margin-right: 0
}

.section-advantages {
    padding-top: 85px;
    padding-bottom: 110px
}

@media screen and (max-width: 1400px) {
    .section-advantages {
        padding-top: 50px
    }
}

@media screen and (max-width: 960px) {
    .section-advantages {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media screen and (max-width: 767px) {
    .section-advantages {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media screen and (max-width: 360px) {
    .section-advantages {
        padding-bottom: 30px
    }
}

.section-advantages .title {
    margin-bottom: 62px;
    max-width: 50%
}

@media screen and (max-width: 1200px) {
    .section-advantages .title {
        max-width: 70%;
        margin-bottom: 50px
    }
}

@media screen and (max-width: 640px) {
    .section-advantages .title {
        max-width: 100%
    }
}

@media screen and (max-width: 360px) {
    .section-advantages .title {
        margin-bottom: 10px;
        line-height: 170%
    }
}

.section-advantages .advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-advantages .advantages__item {
    width: 50%;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 17.5%;
    padding-right: 7%;
    margin-bottom: 73px
}

@media screen and (max-width: 960px) {
    .section-advantages .advantages__item {
        padding-left: 17%;
        margin-bottom: 40px;
        padding-bottom: 5px;
        padding-right: 3%
    }
}

@media screen and (max-width: 767px) {
    .section-advantages .advantages__item {
        width: 100%;
        padding-left: 120px;
        min-height: 88px
    }

    .section-advantages .advantages__item:last-child {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 360px) {
    .section-advantages .advantages__item {
        padding-left: 104px;
        margin-bottom: 12px
    }
}

.section-advantages .advantages__item:nth-child(3),
.section-advantages .advantages__item:nth-child(4) {
    margin-bottom: 40px;
}

.section-advantages .advantages__item:nth-child(1) {
    background: url("/images/d1.svg") no-repeat 0% 50%/contain
}

.section-advantages .advantages__item:nth-child(2) {
    background: url("/images/d2.svg") no-repeat 0% 50%/contain;
    padding-right: 3%
}

@media screen and (max-width: 960px) {
    .section-advantages .advantages__item:nth-child(2) {
        padding-right: 2%
    }
}

.section-advantages .advantages__item:nth-child(3) {
    background: url("/images/d3.svg") no-repeat 0% 50%/contain;
    padding-right: 3%
}

@media screen and (max-width: 960px) {
    .section-advantages .advantages__item:nth-child(3) {
        padding-right: 2%;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 360px) {
    .section-advantages .advantages__item:nth-child(3) {
        margin-bottom: 12px
    }
}

.section-advantages .advantages__item:nth-child(4) {
    background: url("/images/d4.svg") no-repeat 0% 50%/contain;
    padding-right: 3%
}

@media screen and (max-width: 960px) {
    .section-advantages .advantages__item:nth-child(4) {
        padding-right: 2%
    }
}

.section-advantages .advantages__title {
    font-size: 24px;
    line-height: 150.4%;
    font-family: 'Roboto Bold';
    font-weight: bold;
    color: #004286
}

@media screen and (max-width: 1200px) {
    .section-advantages .advantages__title {
        font-size: 18px
    }
}

@media screen and (max-width: 960px) {
    .section-advantages .advantages__title {
        font-size: 16px
    }
}

@media screen and (max-width: 640px) {
    .section-advantages .advantages__title {
        font-size: 14px
    }
}

@media screen and (max-width: 360px) {
    .section-advantages .advantages__title {
        font-size: 12px
    }
}

.section-advantages .advantages__text {
    font-size: 24px;
    line-height: 150.4%
}

@media screen and (max-width: 1200px) {
    .section-advantages .advantages__text {
        font-size: 18px
    }
}

@media screen and (max-width: 960px) {
    .section-advantages .advantages__text {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .section-advantages .advantages__text {
        max-width: 350px
    }
}

@media screen and (max-width: 640px) {
    .section-advantages .advantages__text {
        font-size: 14px
    }
}

@media screen and (max-width: 460px) {
    .section-advantages .advantages__text {
        font-size: 12px
    }
}

@media screen and (max-width: 360px) {
    .section-advantages .advantages__text {
        font-size: 12px
    }
}

.section-advantages .advantages__span {
    display: block;
    font-size: 24px;
    line-height: 150.4%;
    font-family: 'Roboto Bold';
    font-weight: bold
}

@media screen and (max-width: 1200px) {
    .section-advantages .advantages__span {
        font-size: 18px
    }
}

@media screen and (max-width: 960px) {
    .section-advantages .advantages__span {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .section-advantages .advantages__span {
        display: inline-block
    }
}

@media screen and (max-width: 640px) {
    .section-advantages .advantages__span {
        font-size: 14px
    }
}

@media screen and (max-width: 360px) {
    .section-advantages .advantages__span {
        font-size: 12px
    }
}

.section-about {
    padding-top: 88px;
    padding-bottom: 110px;
    background: #004286 url("/images/about-bg.jpg") no-repeat 100% 50%/42% 100%
}

@media screen and (max-width: 1200px) {
    .section-about {
        background: #004286 url("/images/about-bg.jpg") no-repeat 100% 50%/50% 100%
    }
}

@media screen and (max-width: 960px) {
    .section-about {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media screen and (max-width: 767px) {
    .section-about {
        padding-top: 30px;
        padding-bottom: 70%;
        background: #004286 url("/images/about-bg.jpg") no-repeat 50% 100%/100% auto
    }
}

@media screen and (max-width: 420px) {
    .section-about {
        padding-top: 30px;
        padding-bottom: 372px;
        background: #004286 url("/images/about-m.jpg") no-repeat 50% 100%/100% auto
    }
}

@media screen and (max-width: 360px) {
    .section-about {
        padding-bottom: 354px
    }
}

.section-about .title {
    color: #fff;
    margin-bottom: 18px
}

.section-about__text {
    color: #fff;
    max-width: 58%;
    font-size: 24px;
    line-height: 170%
}

@media screen and (max-width: 1200px) {
    .section-about__text {
        font-size: 20px;
        max-width: 45%
    }
}

@media screen and (max-width: 960px) {
    .section-about__text {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .section-about__text {
        font-size: 14px;
        max-width: 100%
    }
}

@media screen and (max-width: 360px) {
    .section-about__text {
        font-size: 12px
    }
}

.section-steps {
    padding-top: 68px;
    padding-bottom: 40px
}

@media screen and (max-width: 767px) {
    .section-steps {
        padding-top: 50px
    }
}

@media screen and (max-width: 460px) {
    .section-steps {
        padding-top: 36px;
        padding-bottom: 20px
    }
}

.section-steps .title {
    text-align: center;
    margin-bottom: 32px
}

@media screen and (max-width: 460px) {
    .section-steps .title {
        margin-bottom: 15px
    }
}

.section-steps__text {
    font-size: 24px;
    line-height: 150.4%;
    margin-bottom: 50px;
    max-width: 870px;
    margin: 0 auto 40px;
    text-align: center
}

@media screen and (max-width: 960px) {
    .section-steps__text {
        font-size: 20px
    }
}

@media screen and (max-width: 640px) {
    .section-steps__text {
        font-size: 16px
    }
}

@media screen and (max-width: 460px) {
    .section-steps__text {
        margin-bottom: 24px;
        font-size: 14px
    }
}

@media screen and (max-width: 360px) {
    .section-steps__text {
        font-size: 12px
    }
}

.section-steps__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 13%
}

@media screen and (max-width: 1400px) {
    .section-steps__list {
        padding: 0 5%
    }
}

@media screen and (max-width: 1200px) {
    .section-steps__list {
        padding: 0 0%
    }
}

@media screen and (max-width: 640px) {
    .section-steps__list {
        padding: 0
    }
}

.section-steps__item {
    width: calc(100% / 3 - 18px);
    min-height: 150px;
    margin-bottom: 30px;
    padding: 6% 3% 2%;
    text-align: center;
    font-size: 18px;
    line-height: 150.7%;
    color: #004286;
    background: rgba(188, 202, 219, 0.5);
    position: relative
}

@media screen and (max-width: 960px) {
    .section-steps__item {
        width: calc(100% / 2 - 15px);
        font-size: 16px;
        min-height: 111px
    }
}

@media screen and (max-width: 767px) {
    .section-steps__item {
        font-size: 14px
    }
}

@media screen and (max-width: 460px) {
    .section-steps__item {
        padding-top: 8%;
        font-size: 12px;
        margin-bottom: 13px;
        min-height: 80px;
        width: calc(100% / 2 - 8px)
    }
}

@media screen and (max-width: 360px) {
    .section-steps__item {
        font-size: 10px
    }
}

.section-steps__item-number {
    position: absolute;
    top: -20px;
    right: 10%;
    color: #FBF9FB;
    font-family: "Roboto Bold";
    font-weight: bold;
    font-size: 64px;
    line-height: 75px
}

@media screen and (max-width: 960px) {
    .section-steps__item-number {
        font-size: 54px
    }
}

@media screen and (max-width: 640px) {
    .section-steps__item-number {
        font-size: 38px;
        top: -27px
    }
}

@media screen and (max-width: 460px) {
    .section-steps__item-number {
        font-size: 34px
    }
}

.section-steps__item-span {
    display: block;
    font-family: 'Roboto Bold';
    font-weight: bold
}

.section-callback {
    padding-top: 75px;
    padding-bottom: 95px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FBF9FB), color-stop(0%, #FBF9FB), color-stop(2%, transparent), color-stop(98%, transparent), to(#FBF9FB)), url("/images/form-bg.png") no-repeat 50% 50%/cover;
    background: -o-linear-gradient(#FBF9FB, #FBF9FB 0%, transparent 2%, transparent 98%, #FBF9FB 100%), url("/images/form-bg.png") no-repeat 50% 50%/cover;
    background: linear-gradient(#FBF9FB, #FBF9FB 0%, transparent 2%, transparent 98%, #FBF9FB 100%), url("/images/form-bg.png") no-repeat 50% 50%/cover
}

@media screen and (max-width: 960px) {
    .section-callback {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media screen and (max-width: 767px) {
    .section-callback {
        padding-top: 54px;
        padding-bottom: 50px;
        background: -webkit-gradient(linear, left top, left bottom, from(#FBF9FB), color-stop(0%, #FBF9FB), color-stop(1%, transparent), color-stop(99%, transparent), to(#FBF9FB)), url("/images/form-bg.png") no-repeat 50% 50%/cover;
        background: -o-linear-gradient(#FBF9FB, #FBF9FB 0%, transparent 1%, transparent 99%, #FBF9FB 100%), url("/images/form-bg.png") no-repeat 50% 50%/cover;
        background: linear-gradient(#FBF9FB, #FBF9FB 0%, transparent 1%, transparent 99%, #FBF9FB 100%), url("/images/form-bg.png") no-repeat 50% 50%/cover
    }
}

@media screen and (max-width: 480px) {
    .section-callback {
        background: -webkit-gradient(linear, left top, left bottom, from(#FBF9FB), color-stop(0%, #FBF9FB), color-stop(1%, transparent), color-stop(99%, transparent), to(#FBF9FB)), url("/images/form-m.png") no-repeat 50% 50%/cover;
        background: -o-linear-gradient(#FBF9FB, #FBF9FB 0%, transparent 1%, transparent 99%, #FBF9FB 100%), url("/images/form-m.png") no-repeat 50% 50%/cover;
        background: linear-gradient(#FBF9FB, #FBF9FB 0%, transparent 1%, transparent 99%, #FBF9FB 100%), url("/images/form-m.png") no-repeat 50% 50%/cover
    }
}

@media screen and (max-width: 360px) {
    .section-callback {
        padding-bottom: 30px
    }
}

.section-callback__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 928px;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .section-callback__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.section-callback__col {
    width: 50%
}

@media screen and (max-width: 767px) {
    .section-callback__col {
        width: 100%
    }
}

.section-callback__col:first-child {
    background: #004286;
    padding: 60px 50px 55px 65px
}

@media screen and (max-width: 1200px) {
    .section-callback__col:first-child {
        padding: 40px 40px 20px 40px
    }
}

@media screen and (max-width: 767px) {
    .section-callback__col:first-child {
        padding: 50px 20% 30px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (max-width: 640px) {
    .section-callback__col:first-child {
        padding: 30px 10%
    }
}

@media screen and (max-width: 520px) {
    .section-callback__col:first-child {
        padding: 35px 30px
    }
}

.section-callback__col:first-child .title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 18px
}

@media screen and (max-width: 960px) {
    .section-callback__col:first-child .title {
        font-size: 20px
    }
}

@media screen and (max-width: 767px) {
    .section-callback__col:first-child .title {
        font-size: 18px;
        text-align: center
    }
}

@media screen and (max-width: 640px) {
    .section-callback__col:first-child .title {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .section-callback__col:first-child .section-callback__text {
        text-align: center;
        margin-bottom: 35px
    }
}

.section-callback__col:last-child {
    padding: 60px 55px 50px;
    background: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width: 1200px) {
    .section-callback__col:last-child {
        padding: 40px 40px 40px 20px
    }
}

@media screen and (max-width: 767px) {
    .section-callback__col:last-child {
        padding: 25px;
        padding-bottom: 50px
    }
}

.section-callback__col:last-child .title {
    color: #004286;
    font-size: 24px;
    margin-bottom: 64px
}

@media screen and (max-width: 1200px) {
    .section-callback__col:last-child .title {
        text-align: center
    }
}

@media screen and (max-width: 960px) {
    .section-callback__col:last-child .title {
        font-size: 20px
    }
}

@media screen and (max-width: 767px) {
    .section-callback__col:last-child .title {
        font-size: 18px;
        margin-bottom: 28px
    }
}

@media screen and (max-width: 420px) {
    .section-callback__col:last-child .title {
        max-width: 190px;
        margin-right: auto;
        margin-left: auto
    }
}

.section-callback__title {
    font-size: 24px
}

@media screen and (max-width: 1200px) {
    .section-callback__title {
        font-size: 20px
    }
}

@media screen and (max-width: 960px) {
    .section-callback__title {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    .section-callback__title {
        font-size: 16px
    }
}

@media screen and (max-width: 460px) {
    .section-callback__title {
        font-size: 14px
    }
}

.section-callback__text {
    color: #fff;
    font-size: 24px;
    margin-bottom: 57px
}

@media screen and (max-width: 1200px) {
    .section-callback__text {
        font-size: 20px
    }
}

@media screen and (max-width: 960px) {
    .section-callback__text {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    .section-callback__text {
        font-size: 16px
    }
}

@media screen and (max-width: 460px) {
    .section-callback__text {
        font-size: 14px
    }
}

.section-callback__list {
    font-size: 24px;
    line-height: 171.6%;
    margin-bottom: 52px;
    color: #fff
}

@media screen and (max-width: 960px) {
    .section-callback__list {
        font-size: 20px
    }
}

@media screen and (max-width: 767px) {
    .section-callback__list {
        font-size: 16px
    }
}

@media screen and (max-width: 460px) {
    .section-callback__list {
        font-size: 14px;
        margin-bottom: 28px
    }
}

.section-callback__item {
    padding-left: 13px;
    position: relative
}

.section-callback__item::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 7px;
    height: 1.5px;
    background: #fff
}

@media screen and (max-width: 420px) {
    .section-callback__item::before {
        top: 11px
    }
}

.section-callback__socials {
    padding-right: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .section-callback__socials {
        padding-right: 0
    }
}

.section-callback__form {
    padding: 0 15px
}

.form__row {
    display: block;
    position: relative;
    margin-bottom: 21px
}

@media screen and (max-width: 420px) {
    .form__row {
        margin-bottom: 12px
    }
}

.form__input {
    outline: none;
    border: 1px solid #004286;
    padding: 15px 20px;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

@media screen and (max-width: 420px) {
    .form__input {
        padding: 6px 15px
    }
}

.form__input::-webkit-input-placeholder {
    font-size: 14px
}

.form__input::-moz-placeholder {
    font-size: 14px
}

.form__input:-ms-input-placeholder {
    font-size: 14px
}

.form__input::-ms-input-placeholder {
    font-size: 14px
}

.form__input::placeholder {
    font-size: 14px
}

@media screen and (max-width: 420px) {
    .form__input::-webkit-input-placeholder {
        font-size: 10px
    }

    .form__input::-moz-placeholder {
        font-size: 10px
    }

    .form__input:-ms-input-placeholder {
        font-size: 10px
    }

    .form__input::-ms-input-placeholder {
        font-size: 10px
    }

    .form__input::placeholder {
        font-size: 10px
    }
}

.form__input:focus {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.form textarea {
    width: 100%;
    height: 98px;
    resize: none
}

@media screen and (max-width: 420px) {
    .form textarea {
        height: 60px
    }
}

.form__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 52px
}

@media screen and (max-width: 767px) {
    .form__submit {
        margin-top: 20px
    }
}

@media screen and (max-width: 420px) {
    .form__submit {
        margin-top: 35px
    }

    .form__submit .btn {
        padding-right: 35px;
        padding-left: 35px
    }
}

.section-works {
    padding-top: 88px;
    padding-bottom: 50px
}

@media screen and (max-width: 960px) {
    .section-works {
        padding-top: 70px
    }
}

@media screen and (max-width: 767px) {
    .section-works {
        padding-top: 50px
    }
}

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

.section-works .title {
    text-align: center;
    margin-bottom: 70px
}

@media screen and (max-width: 960px) {
    .section-works .title {
        margin-bottom: 50px
    }
}

@media screen and (max-width: 460px) {
    .section-works .title {
        margin-bottom: 18px;
        max-width: 250px;
        line-height: 160%;
        margin-right: auto;
        margin-left: auto
    }
}

.section-works__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto
}

.section-works__item {
    width: calc(100% / 3);
    height: 251px
}

@media screen and (max-width: 960px) {
    .section-works__item {
        width: 50%
    }
}

@media screen and (max-width: 460px) {
    .section-works__item {
        width: 100%;
        height: 200px
    }
}

.section-works__item a {
    display: block
}

.section-works__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 251px
}

@media screen and (max-width: 460px) {
    .section-works__item img {
        width: 100%;
        height: 200px
    }
}

.section-works__item--more {
    background: #004286;
    color: #fff;
    padding: 28px 10px 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 460px) {
    .section-works__item--more {
        padding-top: 20px 10px 10px
    }
}

.section-works__text {
    max-width: 160px;
    font-size: 24px;
    line-height: 113%;
    margin-bottom: 18px
}

@media screen and (max-width: 960px) {
    .section-works__text {
        font-size: 22px
    }
}

@media screen and (max-width: 767px) {
    .section-works__text {
        font-size: 20px
    }
}

@media screen and (max-width: 460px) {
    .section-works__text {
        font-size: 18px
    }
}

.section-reviews {
    padding-top: 35px;
    padding-bottom: 200px
}

@media screen and (max-width: 767px) {
    .section-reviews {
        padding-top: 30px;
        padding-bottom: 100px
    }
}

.section-reviews .title {
    text-align: center;
    margin-bottom: 52px
}

@media screen and (max-width: 767px) {
    .section-reviews .title {
        margin-bottom: 38px
    }
}

.section-reviews__slider {
    position: relative
}

.section-reviews__item {
    padding: 0 10px 30px;
    margin-bottom: 82px
}

@media screen and (max-width: 767px) {
    .section-reviews__item {
        margin-bottom: 50px
    }
}

.section-reviews__item-text {
    font-size: 18px;
    line-height: 183%;
    margin-bottom: 20px;
    min-height: 200px;
    text-align: center
}

@media screen and (max-width: 960px) {
    .section-reviews__item-text {
        font-size: 16px;
        min-height: 160px
    }
}

@media screen and (max-width: 767px) {
    .section-reviews__item-text {
        font-size: 14px
    }
}

.section-reviews__item-name {
    text-align: center;
    color: #004286
}

@media screen and (max-width: 767px) {
    .section-reviews__item-name {
        font-size: 15px
    }
}

.section-reviews .sliderReviews-contrs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 360px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 0;
    z-index: 0
}

@media screen and (max-width: 767px) {
    .section-reviews .sliderReviews-contrs {
        width: 400px
    }
}

@media screen and (max-width: 460px) {
    .section-reviews .sliderReviews-contrs {
        width: 100%
    }
}

.section-reviews .slick-dots {
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-width: 460px) {
    .section-reviews .slick-dots {
        max-width: 260px
    }
}

.section-reviews .slick-dots li {
    margin: 0 10px
}

.section-reviews .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 3px solid #004286;
    border-radius: 50%
}

.section-reviews .slick-dots li button:before {
    content: ''
}

@media screen and (max-width: 460px) {
    .section-reviews .slick-dots li button {
        width: 4px;
        height: 4px;
        border-width: 2px
    }
}

@media screen and (max-width: 460px) {
    .section-reviews .slick-dots li {
        margin: 0 5px
    }
}

.section-reviews .slick-dots li.slick-active button {
    margin-top: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #004286;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.section-contacts {
    position: relative
}

.section-contacts #map {
    width: 100%;
    height: 752px
}

@media screen and (max-width: 960px) {
    .section-contacts #map {
        height: 480px
    }
}

.section-contacts__box {
    position: absolute;
    top: -60px;
    left: 40%;
    padding: 33px 358px 20px 36px;
    color: #fff;
    background: url("/images/contacts-bg.svg") no-repeat 100% 50%/contain, -webkit-gradient(linear, left top, right top, from(#004286), color-stop(53%, #004286), color-stop(53%, #fff), to(#fff));
    background: url("/images/contacts-bg.svg") no-repeat 100% 50%/contain, -o-linear-gradient(left, #004286, #004286 53%, #fff 53%, #fff);
    background: url("/images/contacts-bg.svg") no-repeat 100% 50%/contain, linear-gradient(to right, #004286, #004286 53%, #fff 53%, #fff)
}

@media screen and (max-width: 1200px) {
    .section-contacts__box {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 25px 280px 15px 30px
    }
}

@media screen and (max-width: 640px) {
    .section-contacts__box {
        padding: 20px 30px;
        background: #004286
    }
}

.section-contacts .title {
    margin-bottom: 28px;
    color: #fff;
    text-align: center
}

@media screen and (max-width: 640px) {
    .section-contacts .title {
        font-size: 38px
    }
}

.contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media screen and (max-width: 1200px) {
    .contacts {
        width: 300px
    }
}

@media screen and (max-width: 460px) {
    .contacts {
        width: 80vw
    }
}

.contacts__item {
    display: block;
    letter-spacing: -0.04em;
    font-size: 18px;
    color: #fff;
    padding: 10px;
    padding-left: 55px;
    margin-bottom: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

@media screen and (max-width: 640px) {
    .contacts__item {
        font-size: 15px
    }
}

.contacts__item a {
    color: #fff
}

.contacts__item-phone {
    background: url("/images/phoneW.svg") no-repeat 0% 50%/28px
}

@media screen and (max-width: 640px) {
    .contacts__item-phone {
        background-size: 18px
    }
}

.contacts__item-phone a {
    font-size: 27px
}

@media screen and (max-width: 1200px) {
    .contacts__item-phone a {
        font-size: 22px
    }
}

@media screen and (max-width: 640px) {
    .contacts__item-phone a {
        font-size: 18px
    }
}

.contacts__item-mail {
    background: url("/images/emailW.svg") no-repeat 0% 50%/28px
}

@media screen and (max-width: 640px) {
    .contacts__item-mail {
        background-size: 18px
    }
}

.contacts__item-address {
    background: url("/images/pinW.svg") no-repeat 0% 50%/24px
}

@media screen and (max-width: 640px) {
    .contacts__item-address {
        background-size: 18px
    }
}

footer.footer {
    height: 162px;
    background: #004286;
    color: #fff
}

@media screen and (max-width: 960px) {
    footer.footer {
        height: auto
    }

    footer.footer__nav {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 580px) {
    footer.footer .navigation__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    footer.footer .navigation__item {
        margin-right: 0 !important;
        margin-left: 0 !important;
        text-transform: uppercase
    }

    footer.footer .navigation__item a {
        padding: 12px
    }
}

@media screen and (max-width: 960px) {
    footer.footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        padding: 20px 0
    }
}

footer.footer a {
    color: #fff
}

footer.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

footer.footer__logo {
    margin-right: 25px
}

footer.footer .logo {
    height: 86px;
    width: 257px
}

@media screen and (max-width: 1200px) {
    footer.footer .logo {
        width: 200px
    }
}

@media screen and (max-width: 1200px) {
    footer.footer .navigation__item {
        margin-right: 20px
    }
}

footer.footer .navigation__item a {
    font-size: 18px;
    color: #fff
}

footer.footer .footer__socials .socials__item {
    width: 36px;
    height: 36px;
    background-size: 36px;
    margin-right: 30px
}

footer.footer .footer__socials .socials__item:last-child {
    margin-right: 0
}

.burger {
    display: none;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1003
}

.burger:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

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

.burger__line:not(:last-child) {
    margin-bottom: 5px
}

.burger__line {
    width: 25px;
    height: 2px;
    background: #333
}

.burger.header-bg .burger__line {
    background: #fff
}

.burger.active {
    z-index: 1003
}

.burger.active .burger__line {
    background: #333
}

.burger.active .burger__line:nth-child(2) {
    opacity: 0
}

.burger.active .burger__line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg)
}

.burger.active .burger__line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg)
}

.no-scroll {
    height: 100vh;
    overflow: hidden;
    margin-right: -15px
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    z-index: 3
}

.navigation__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media screen and (max-width: 1000px) {
    .navigation {
        display: none
    }
}

.navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.navigation__item {
    margin-right: 30px;
    cursor: pointer
}

.navigation__item:first-child {
    margin-left: -18px
}

@media screen and (max-width: 1000px) {
    .navigation__item:first-child {
        margin-left: 0
    }
}

.navigation__item:last-child {
    margin-right: 0
}

.navigation__item a {
    padding: 10px 18px;
    display: block;
    font-family: 'Roboto Bold';
    font-weight: bold;
    color: #004286;
    font-size: 18px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

@media screen and (max-width: 1700px) {
    .navigation__item a {
        padding: 8px 10px
    }
}

@media screen and (max-width: 1200px) {
    .navigation__item a {
        padding: 8px 5px;
        font-size: 16px
    }
}

.navigation__item:hover a,
.navigation__item--active a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.navigation.open {
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background: #004286;
    position: fixed;
    top: 100px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1002
}

@media screen and (max-width: 767px) {
    .navigation.open {
        top: 70px
    }
}

@media screen and (max-width: 420px) {
    .navigation.open {
        top: 54px
    }
}

.navigation.open .navigation__wrap {
    padding-top: 80px;
    position: relative;
    width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.navigation.open .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 52px
}

.navigation.open .navigation__item {
    margin-bottom: 1px;
    width: 280px;
    padding-left: 0;
    padding: 0;
    margin-right: 0
}

.navigation.open .navigation__item a {
    color: #fff;
    opacity: 1;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: underline
}

.navigation.open .nav-block {
    display: block;
    color: #fff
}

.navigation.open .nav-block__title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px
}

.navigation.open .nav-block__address {
    text-align: center;
    font-size: 12px
}

.navigation.open .nav-block .socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.navigation.open .nav-block .socials__item {
    width: 40px;
    height: 40px;
    background-size: 40px;
    margin-right: 35px
}

.navigation.open .nav-block .socials__item:last-child {
    margin-right: 0
}

.nav-block {
    display: none
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none
}

.popup {
    position: absolute;
    max-width: 300px;
    padding: 20px 40px;
    text-align: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #004286;
    color: #fff
}

.close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 23px;
    height: 23px;
    cursor: pointer
}

.close-popup:before {
    content: '';
    background-color: #000;
    position: absolute;
    height: 1px;
    width: 31px;
    top: 11px;
    left: -4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close-popup:after {
    content: '';
    background-color: #000;
    position: absolute;
    height: 1px;
    width: 31px;
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -4px
}

@media screen and (max-width: 360px) {
    .footer__copyright {
        max-width: 238px;
        text-align: center;
    }
}

.section-advantages__text {
    font-size: 24px;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .section-advantages__text {
        font-size: 18px;
    }
}

@media screen and (max-width: 960px) {
    .section-advantages__text {
        font-size: 16px;
    }
}

@media screen and (max-width: 960px) {
    .section-advantages .advantages__item:nth-child(4) {
        margin-bottom: 40px;
    }
}