fieldset, legend {
    border: 0;
    padding: 0
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
:focus, a:active, a:hover {
    outline: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
body {
    line-height: 1
}
ol, ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}
input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
audio, canvas, video {
    display: inline-block;
    max-width: 100%
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden] {
    display: none
}
a:focus {
    outline: dotted thin
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}
figure, form {
    margin: 0
}
legend {
    white-space: normal
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}
button, input {
    line-height: normal
}
button, select {
    text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled], html input[disabled] {
    cursor: default
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    resize: vertical;
    overflow: auto;
    vertical-align: top;
    resize: vertical
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
button, html, input, select, textarea {
    color: #222
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}
::selection {
    background: #b3d4fc;
    text-shadow: none
}
fieldset {
    margin: 0
}
.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}
@font-face {
    font-family: "Exo2";
    src: url("../fonts/Exo2-Bold.woff2");
    font-style: normal;
    font-weight: normal
}
@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-Regular.woff2");
    font-style: normal;
    font-weight: 400
}
@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-SemiBold.woff2");
    font-style: normal;
    font-weight: 600
}
@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-Bold.woff2");
    font-style: normal;
    font-weight: 700
}
html {
    height: 100%
}
body {
    font-family: "OpenSans", sans-serif;
    font-size: 16px;
    line-height: 120%;
    color: #2c2c2c;
    background-color: #f3f4f9;
    overflow-x: clip;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}
main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 86px
}
a {
    color: inherit;
    text-decoration: none
}
a:focus {
    outline: none
}
.container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}
section {
    margin-bottom: clamp(100px, 11vw, 150px);
    overflow-x: clip
}
.section__title {
    font-family: "Exo2";
    font-weight: 700;
    font-size: clamp(24px, 6vw, 44px);
    color: #0600cc;
    line-height: 100%
}
.btn {
    font-family: "OpenSans";
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 155%;
    background-color: rgba(0, 0, 0, 0);
    color: #0600cc;
    border: 1px solid #0600cc;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s
}
.tag {
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s
}
.tag.active {
    color: #fff;
    background-color: #0600cc
}
.tag:hover {
    color: #fff;
    background-color: #0600cc
}
.mail {
    color: #fff;
    position: relative;
    padding-left: 34px
}
.mail::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 24px;
    height: 24px;
    background: url("../images/mail.svg") no-repeat, center
}
.round {
    position: absolute;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .05);
    background: -webkit-gradient(linear, left top, left bottom, from(#c1fd3a), to(#c1fd3a));
    background: linear-gradient(180deg, #c1fd3a 0%, #c1fd3a 100%);
    bottom: -53px;
    right: 105px;
    -webkit-transition: .3s;
    transition: .3s
}
@media(max-width: 950px) {
    main {
        margin-top: 0px
    }
}
.amount .container {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 15px
}
.amount .section__title {
    line-height: 120%
}
.amount__tite {
    position: relative;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}
.amount__tite._active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.amount__img {
    position: absolute;
    bottom: -11px;
    right: 9px
}
.amount__text {
    font-size: clamp(16px, 4vw, 20px);
    line-height: 155%;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 1.5s;
    transition: -webkit-transform 1.5s;
    transition: transform 1.5s;
    transition: transform 1.5s, -webkit-transform 1.5s
}
.amount__text._active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
@media(max-width: 1080px) {
    .amount__img {
        right: -50px;
        bottom: -50px
    }
}
@media(max-width: 950px) {
    .amount .container {
        grid-template-columns: 1fr;
        gap: 30px
    }
}
@media(max-width: 620px) {
    .amount .section__title {
        max-width: 80%
    }
}
.article__content {
    margin-bottom: clamp(100px, 11vw, 150px);
    font-size: clamp(16px, 5vw, 20px);
    font-weight: 400;
    line-height: 155%
}
.article__content .container {
    display: grid;
    grid-template-columns: 770px auto
}
.article__content .main__title {
    opacity: 1;
    line-height: 100%
}
.article__content h2 {
    font-family: "Exo2";
    color: #0600cc;
    font-size: clamp(20px, 5vw, 36px);
    line-height: 120%;
    margin-bottom: 25px;
    margin-top: 70px
}
.article__content h3 {
    font-family: "Exo2";
    color: #0600cc;
    font-size: clamp(18px, 5vw, 24px);
    line-height: 120%;
    margin-bottom: 25px;
    margin-top: 70px
}
.article__content h4 {
    font-family: "Exo2";
    color: #0600cc;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 25px
}
.article__content p {
    font-size: clamp(16px, 5vw, 20px);
    margin-bottom: 15px
}
.article__content a {
    display: inline-block;
    position: relative;
    color: inherit;
    font-size: inherit
}
.article__content a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #2c2c2c;
    -webkit-transition: .3s;
    transition: .3s
}
.article__content a:hover:before {
    width: 0
}
.article__content ol {
    padding-left: 18px;
    list-style: none;
    margin-bottom: 50px;
    counter-reset: orderedlist
}
.article__content ol li {
    padding-left: 5px;
    position: relative
}
.article__content ol li::before {
    counter-increment: orderedlist;
    content: counter(orderedlist) ".";
    position: absolute;
    top: 0;
    left: -20px
}
.article__content ul {
    margin-bottom: 50px
}
.article__content ul li {
    position: relative;
    padding-left: 25px
}
.article__content ul li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 11px;
    height: 11px;
    background: url("../images/ul.svg") no-repeat center
}
.article__content li {
    margin-bottom: 10px;
    line-height: 150%
}
.article__content img {
    margin-bottom: 50px
}
.article__content b, .article__content strong {
    font-weight: 700
}
.article__info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px
}
.article__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px
}
.article__info .dote {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #0600cc
}
.article__info .dote:nth-of-type(2) {
    display: none
}
.article__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.article__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.share__icon {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer
}
.share__icon img {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s
}
.icon-top {
    z-index: 2;
    opacity: 0
}
.icon-top:hover {
    opacity: 1
}
.article__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 70px;
    margin-bottom: 50px
}
.article__info-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.autor__info {
    display: grid;
    grid-template-columns: 60px 1fr;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px
}
.autor__info img {
    grid-row: 1/3;
    border-radius: 50%;
    margin: 0
}
@media(max-width: 950px) {
    .article__content {
        margin-top: 38px
    }
    .article__content .container {
        display: block
    }
}
@media(max-width: 750px) {
    .article__info-top {
        margin-bottom: 20px
    }
    .article__info-top .article__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 14px;
        line-height: 100%
    }
    .article__info-top .article__info .dote:nth-of-type(1) {
        display: none
    }
    .article__info-top .article__info .dote:nth-of-type(2) {
        display: block
    }
    .article__info-top .article__share {
        display: none
    }
    .article__info-top .article__tag {
        width: 100%
    }
    .article__content img {
        margin-bottom: 28px
    }
    .article__info-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }
}
.benefits .section__title {
    margin-bottom: clamp(35px, 5vw, 50px);
    opacity: 0;
    -webkit-transition: 1.5s;
    transition: 1.5s
}
.benefits .section__title._active {
    opacity: 1
}
.benefits-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px
}
.benefits-wrapper::before {
    content: "";
    position: absolute;
    top: -49px;
    right: 36px;
    width: 70px;
    height: 97px;
    background: url(../images/dots.svg) no-repeat center;
    z-index: -1;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.benefit {
    background-color: #fff;
    border-radius: 15px;
    padding: 35px 20px 48px 20px;
    height: auto;
    width: 100%;
    opacity: 0
}
.benefit p {
    font-size: 16px;
    line-height: 155%
}
.benefit:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(99, 109, 156, .2);
    box-shadow: 0 5px 20px 0 rgba(99, 109, 156, .2)
}
.benefit._active {
    opacity: 1
}
.benefit:nth-child(1) {
    -webkit-transition: opacity 1.5s, -webkit-box-shadow .3s;
    transition: opacity 1.5s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, opacity 1.5s;
    transition: box-shadow .3s, opacity 1.5s, -webkit-box-shadow .3s
}
.benefit:nth-child(2) {
    -webkit-transition: opacity 2s, -webkit-box-shadow .3s;
    transition: opacity 2s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, opacity 2s;
    transition: box-shadow .3s, opacity 2s, -webkit-box-shadow .3s
}
.benefit:nth-child(3) {
    -webkit-transition: opacity 2.5s, -webkit-box-shadow .3s;
    transition: opacity 2.5s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, opacity 2.5s;
    transition: box-shadow .3s, opacity 2.5s, -webkit-box-shadow .3s
}
.benefit:nth-child(4) {
    -webkit-transition: opacity 3s, -webkit-box-shadow .3s;
    transition: opacity 3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, opacity 3s;
    transition: box-shadow .3s, opacity 3s, -webkit-box-shadow .3s
}
.benefit__img {
    margin-bottom: 35px;
    width: 100px;
    height: 99px
}
.benefit__title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: "Exo2"
}
@media(max-width: 950px) {
    .benefits-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}
@media(max-width: 650px) {
    .benefits-wrapper {
        grid-template-columns: 1fr;
        gap: 17px
    }
    .benefits-wrapper::before {
        display: none
    }
    .benefit {
        padding-top: 28px
    }
}
.blog {
    margin-bottom: clamp(100px, 11vw, 150px)
}
.blog .container {
    display: grid;
    grid-template-columns: 770px auto
}
.blog .container .main__title {
    grid-column: 1/-1
}
.blog .tags {
    max-width: 270px;
    margin-left: auto;
    position: sticky;
    top: 100px;
    margin-top: 73px
}
.blog .tags-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.blog .tags__title {
    font-weight: 700;
    font-size: 18px;
    color: #2c2c2c;
    line-height: 120%;
    font-family: "Exo2";
    margin-bottom: 30px
}
.blog__articles {
    position: relative;
    /*min-height: 1000px;*/
    height: 180vh;
}

.blog__article {
    background-color: #fff;
    padding: 16px 25px 30px;
    border-radius: 15px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 14px;
    width: 370px;
    position: absolute;
    top: 0
}
.blog__article img {
    border-radius: 15px;
    margin-bottom: 25px;
    width: 100%
}
.blog__article:hover {
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .05)
}
.blog__article:hover .blog__article-title {
    text-decoration: underline
}
.blog__article-title {
    font-family: "Exo2";
    color: #0600cc;
    font-size: clamp(18px, 5vw, 24px);
    line-height: 120%
}
.blog__article-title:hover {
    text-decoration: underline
}

.load-more {
    width: 100%;
    margin-top: 40px;
    font-size: clamp(16px, 5vw, 20px)
}
.load-more:hover {
    color: #fff;
    background-color: #0600cc
}
@media(max-width: 1100px) {
    .blog .container {
        grid-template-columns: 2fr 1fr;
        gap: 30px
    }
    .blog__article {
        width: 30vw
    }
}
@media(max-width: 950px) {
    .blog .container {
        grid-template-columns: 1fr
    }
    .blog__article {
        width: 45vw
    }
    .blog__right {
        grid-row: 2/3
    }
    .blog .tags {
        max-width: 100%;
        margin: 0;
        position: static
    }
}
@media(max-width: 750px) {
    .blog .container .main__title {
        margin-bottom: -7px
    }
    .blog__articles {
        grid-template-columns: 1fr;
        height: auto !important
    }
    .blog__article {
        position: static;
        width: 100%;
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
        margin-bottom: 15px;
        padding: 16px 20px 26px 20px
    }
    .tags__title {
        display: none
    }
    .article__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        gap: 9px
    }
    .article__info .dote {
        display: none
    }
}
.breadcrumbs {
    margin-top: 27px;
    margin-bottom: 50px
}
.breadcrumbs a {
    font-size: 14px;
    line-height: 155%;
    font-weight: 600
}
@media(max-width: 450px) {
    .breadcrumbs {
        margin: 7px 0 16px 0
    }
}
.contact-us .container {
    background-color: #0600cc;
    border-radius: 15px;
    padding: 70px;
    padding-bottom: 75px;
    padding-top: 65px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    row-gap: 60px;
    position: relative;
    max-width: 1170px;
    position: relative
}
.contact-us .container::before {
    content: "";
    position: absolute;
    top: -100px;
    right: 35px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 70px;
    height: 97px;
    background: url(../images/dots.svg) no-repeat center;
    z-index: 1
}
.contact-us .section__title {
    color: #fff;
    line-height: 112%
}
.fire {
    margin-right: 20px;
    display: inline-block;
    width: 50px;
    height: 50px
}
.fire svg {
    position: relative;
    bottom: -7px;
    width: 100%
}
.contact-us__arrow {
    margin-left: auto;
    margin-top: 16px;
    -webkit-animation: puls 1s linear infinite;
    animation: puls 1s linear infinite
}
@-webkit-keyframes puls {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes puls {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.contact-us__btn {
    position: absolute;
    border: none;
    display: inline-block;
    text-align: center;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: #c1fd3a;
    color: #0600cc;
    font-family: "Exo2";
    font-size: 18px;
    right: 22%;
    top: 0;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
    -webkit-transition: .3s;
    transition: .3s
}
.contact-us__btn:hover {
    -webkit-transform: translateY(-70%) scale(1.1);
    -ms-transform: translateY(-70%) scale(1.1);
    transform: translateY(-70%) scale(1.1)
}
.contact-us__buttons {
    grid-column: 1/-1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    color: #fff;
    position: relative
}
.contact-us__buttons .btn {
    color: #fff;
    border-color: #fff
}
.contact-us__buttons .mail {
    margin-left: auto
}
.contact-us__buttons::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    top: -34px;
    left: 0;
    background-color: #e3e4ee;
    -webkit-transition: width 1.5s;
    transition: width 1.5s
}
.contact-us__buttons._active::before {
    width: 100%
}
@media(max-width: 830px) {
    .contact-us .container {
        grid-template-columns: 1fr;
        padding: 68px 20px 104px 20px;
        border-radius: 0
    }
    .contact-us .section__title {
        margin-bottom: 62px
    }
    .contact-us__arrow {
        display: none
    }
    .contact-us__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 76px
    }
    .contact-us__buttons .mail {
        margin: 25px 0 0 0
    }
    .contact-us__btn {
        right: 50%;
        -webkit-transform: translate(50%, -70%);
        -ms-transform: translate(50%, -70%);
        transform: translate(50%, -70%)
    }
    .contact-us__btn:hover {
        -webkit-transform: translate(50%, -70%);
        -ms-transform: translate(50%, -70%);
        transform: translate(50%, -70%)
    }
}
@media(max-width: 500px) {
    .contact-us__buttons .btn {
        width: 100%
    }
    .fire {
        display: inline-block;
        width: 30px;
        height: 30px
    }
}
.contacts .container {
    position: relative
}
.contacts .arrow {
    position: absolute;
    top: 0;
    right: 0
}
.contacts__form {
    margin-bottom: 50px
}
.contacts-wrapper {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 30px;
    position: relative
}
.contacts__left {
    max-width: 100%
}
.input__wrapper {
    width: 100%;
    margin-bottom: 40px
}
.form__input {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    color: #0600cc;
    font-family: "OpenSans", sans-serif;
    border: none;
    border-bottom: 1px solid #0600cc;
    padding-bottom: 12px
}
.form__input::-webkit-input-placeholder {
    color: #0600cc;
    font-family: "OpenSans", sans-serif;
    opacity: .7
}
.form__input::-moz-placeholder {
    color: #0600cc;
    font-family: "OpenSans", sans-serif;
    opacity: .7
}
.form__input:-ms-input-placeholder {
    color: #0600cc;
    font-family: "OpenSans", sans-serif;
    opacity: .7
}
.form__input::-ms-input-placeholder {
    color: #0600cc;
    font-family: "OpenSans", sans-serif;
    opacity: .7
}
.form__input::placeholder {
    color: #0600cc;
    font-family: "OpenSans", sans-serif;
    opacity: .7
}
.form__input.error {
    border-color: #db00d2
}
.form__input.error::-webkit-input-placeholder {
    color: #db00d2
}
.form__input.error::-moz-placeholder {
    color: #db00d2
}
.form__input.error:-ms-input-placeholder {
    color: #db00d2
}
.form__input.error::-ms-input-placeholder {
    color: #db00d2
}
.form__input.error::placeholder {
    color: #db00d2
}
.form__input.error+.error-message {
    display: block
}
.error-message {
    color: #db00d2;
    display: none
}
.form__title, .address__title {
    font-weight: 700;
    font-size: 18px;
    color: #0600cc;
    line-height: 120%;
    font-family: "Exo2";
    margin-bottom: 30px
}
.form__title._black, .address__title._black {
    color: #2c2c2c
}
.form__message {
    border: 1px solid #0600cc;
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    resize: none;
    background-color: rgba(0, 0, 0, 0);
    min-height: 163px;
    margin-bottom: 40px
}
.form__message::-webkit-input-placeholder {
    color: #0600cc;
    font-family: "OpenSans", sans-serif;
    opacity: .7
}
.form__message::-moz-placeholder {
    color: #0600cc;
    font-family: "OpenSans", sans-serif;
    opacity: .7
}
.form__message:-ms-input-placeholder {
    color: #0600cc;
    font-family: "OpenSans", sans-serif;
    opacity: .7
}
.form__message::-ms-input-placeholder {
    color: #0600cc;
    font-family: "OpenSans", sans-serif;
    opacity: .7
}
.form__message::placeholder {
    color: #0600cc;
    font-family: "OpenSans", sans-serif;
    opacity: .7
}
.choise-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px
}
.service__radio {
    display: none
}
.service__radio:checked+.service__radio-label {
    background-color: #0600cc;
    color: #fff
}
.service__radio-label {
    padding: 10px 15px;
    border: 1px solid #0600cc;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0);
    color: #0600cc;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block
}
.service__radio-label:hover {
    background-color: #0600cc;
    color: #fff
}
.form__button {
    font-size: 18px;
    font-family: "Exo2";
    font-weight: 700;
    padding: 20px 38px;
    color: #0600cc;
    background-color: #c1fd3a;
    border: none;
    border-radius: 50px;
    display: block;
    -webkit-transition: .3s;
    transition: .3s
}
.form__button:hover {
    color: #fff;
    background-color: #0600cc
}
.form__checkbox {
    display: none
}
.form__checkbox:checked+.form__checkbox-label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.form__checkbox-label {
    position: relative;
    padding-left: 38px;
    margin-bottom: 30px;
    display: inline-block;
    cursor: pointer
}
.form__checkbox-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #0600cc;
    border-radius: 3px;
    background-color: #fff
}
.form__checkbox-label::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 24px;
    height: 24px;
    border: 1px solid #0600cc;
    border-radius: 3px;
    background: #0600cc url("../images/checked.svg") no-repeat center;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}
.form__checkbox-label a {
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s
}
.form__checkbox-label a:hover {
    text-decoration: none
}
.map {
    width: 100%;
    height: 435px;
    border-radius: 15px;
    overflow: hidden
}
.contacts__right {
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    visibility: hidden;
    -webkit-transition: 1.5s;
    transition: 1.5s
}
.contacts__right._active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible
}
.contacts__address {
    max-width: 370px;
    margin-left: auto;
    position: sticky;
    top: 100px
}
.conact {
    margin-bottom: 30px
}
.contact__title {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 155%;
    color: #9495a5;
    margin-bottom: 10px
}
@media(max-width: 980px) {
    .contacts-wrapper {
        grid-template-columns: 1fr
    }
    .address__title {
        display: none
    }
    .contacts .arrow {
        display: none
    }
    .contacts__right {
        grid-row: 1/2
    }
    .contacts__address {
        position: static;
        margin-left: 0;
        margin-bottom: 46px
    }
}
.footer {
    background-color: #0600cc;
    color: #fff;
    font-size: 16px;
    overflow-x: clip
}
.footer .container {
    padding: 43px 15px 62px 15px
}
.footer .btn {
    color: #fff;
    border-color: #fff
}
.footer .mail {
    margin-left: 0px;
    position: relative
}
.footer .mail::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 33px;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width .3s;
    transition: width .3s
}
.footer .mail:hover:after {
    width: 79%
}
.footer .running-string {
    font-size: 16px;
    padding: 5px 0
}
.footer__top, .footer__bottom {
    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
}
.footer__top {
    padding-bottom: 25px;
    border-bottom: 1px solid #e3e4ee;
    margin-bottom: 35px;
}
.footer__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    gap: 1em 2em;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
}
.footer__menu-list a {
    -webkit-transition: .3s;
    transition: .3s
}
.footer__menu-list a:hover {
    color: #c1fd3a
}
.footer__contact-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    flex-direction: column;
}
.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px
}
.privacy-policy {
    position: relative
}
.privacy-policy::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width .3s;
    transition: width .3s
}
.privacy-policy:hover:before {
    width: 0
}
@media(max-width: 890px) {
    .footer__top, .footer__bottom {
        -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
    }
    .footer__top {
        padding-bottom: 30px;
        margin-bottom: 30px
    }
    .footer__menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: grid;
        gap: 1em;
        grid-template-columns: 1fr;
    }
    .footer__menu-item {
        text-align: center;
    }
    .footer__contact-buttons {
        -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;
        margin-top: 30px;
        width: 100%
    }
    .footer .mail {
        margin: 0 0 0 0
    }
    .footer__links {
        -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;
        gap: 15px;
        margin-top: 30px;
        text-align: center
    }
}
@media(max-width: 420px) {
    .footer__contact-buttons .btn {
        width: 100%
    }
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 17px 15px;
    margin: 0 auto;
    z-index: 3;
    -webkit-transition: .3s;
    transition: .3s
}
.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.header.fixed {
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(109, 156, 51, .2);
    box-shadow: 0 5px 20px 0 rgba(109, 156, 51, .2)
}
.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}
.logo-wrapper {
    width: 158px
}
.logo-white {
    display: none
}
.header__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    margin-left: 150px
}
.header__menu-list a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto
}
.header__menu-list a:before {
    content: "";
    display: block;
    height: 2px;
    width: 20%;
    background: #0600cc;
    position: absolute;
    bottom: -5px;
    right: 80%;
    opacity: 0;
    -webkit-transition: width .15s, right .15s .3s, opacity .05s .35s;
    transition: width .15s, right .15s .3s, opacity .05s .35s
}
.header__menu-list a:hover:before {
    width: 100%;
    right: 0;
    opacity: 1;
    -webkit-transition: opacity 0s, right .15s, width .15s .2s;
    transition: opacity 0s, right .15s, width .15s .2s
}
.header__contacts-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-left: auto;
    margin-right: 20px
}
.header__mail {
    display: none
}
.language {
    position: relative
}
.language .english {
    max-width: 27px
}
.language-btn {
    font-family: "OpenSans";
    background-color: rgba(0, 0, 0, 0);
    color: #2c2c2c;
    outline: none;
    border: none;
    position: relative;
    padding: 10px 16px 12px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: 100px;
    height: 51px
}
.language-btn::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 17px;
    background: url(../images/arrow.svg) no-repeat center;
    z-index: 3
}
.language-list {
    font-family: "OpenSans";
    position: absolute;
    right: 0;
    bottom: -54px;
    display: none
}
.language-list.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.language-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 14px 12px 18px;
    border-radius: 5px;
    background-color: #f3f4f9;
    cursor: pointer;
    width: 100px;
    height: 53px
}
.language-item:last-child {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(99, 109, 156, .2);
    box-shadow: 0 5px 20px 0 rgba(99, 109, 156, .2)
}
.language-item span, .language-btn span {
    max-width: 26px;
    overflow: hidden
}
.burger {
    display: none;
    gap: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 14px;
    top: 35px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}
.burger span {
    width: 25px;
    height: 2.5px;
    border-radius: 2px;
    background-color: #0600cc
}
.close-btn {
    display: none
}
@media(max-width: 1080px) {
    .header__menu-list {
        margin: 0 auto
    }
}
@media(max-width: 950px) {
    .header {
        position: relative;
        padding-top: 33px;
        padding-bottom: 33px
    }
    .header .container {
        padding: 0
    }
    .logo-wrapper {
        width: 110px
    }
    .header__menu {
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        height: 100vh;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #fff;
        background-color: #0600cc;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        z-index: 10;
        -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
        transform: translateX(120%);
        visibility: hidden;
        -webkit-transition: .3s;
        transition: .3s
    }
    .header__menu.active {
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    .logo-white {
        display: block;
        margin-bottom: 35px
    }
    .header__menu-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(227, 228, 238, .2);
        width: 100%;
        gap: 33px
    }
    .header__contacts-buttons {
        margin: 0;
        -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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        gap: 15px
    }
    .header__contacts-buttons .btn {
        color: #fff;
        border-color: #fff
    }
    .header__mail {
        display: block;
        margin-top: 16px
    }
    .language {
        margin: 30px auto 0 auto;
        color: #fff
    }
    .language-btn::after {
        background-image: url("../images/arrow-white.svg")
    }
    .language-list {
        bottom: -53px
    }
    .language-item, .language-btn {
        width: 132px;
        color: #fff;
        background-color: #0600cc
    }
    .language-item:last-child {
        background-color: #fff;
        -webkit-box-shadow: 0 5px 20px 0 rgba(99, 109, 156, .2);
        box-shadow: 0 5px 20px 0 rgba(99, 109, 156, .2);
        color: #0600cc
    }
    .language-item span, .language-btn span {
        max-width: 100%
    }
    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .close-btn {
        display: block;
        z-index: 2;
        position: absolute;
        top: 25px;
        right: 20px
    }
}
@media(max-width: 420px) {
    .header__contacts-buttons .btn {
        width: 100%
    }
}
@media(max-width: 340px) {
    .header {
        padding: 25px 5px
    }
}
/* Исправления для анимаций в Chrome */
.anim-items {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
    will-change: opacity, transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.anim-items._active {
    opacity: 1;
    transform: translateY(0);
}
/* Оптимизации для Chrome */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .anim-items {
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
}
.main {
    padding: 47px 0 11px 0;
    padding-top: clamp(26px, 7vw, 47px);
    overflow-x: clip
}
.main .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative
}
.main .container #round-3 {
    bottom: 54%;
    left: -70px
}
.main .running-string {
    background-color: #c1fd3a
}
.main__text {
    padding-top: 75px
}
.main__title {
    font-family: "Exo2";
    font-weight: 700;
    font-size: clamp(28px, 5vw, 56px);
    color: #0600cc;
    margin-bottom: clamp(15px, 5vw, 35px);
    line-height: 100%;
    opacity: 0;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s
}
.main__title._active {
    opacity: 1
}
.main__description {
    font-family: "Exo2";
    font-weight: 700;
    font-size: clamp(18px, 5vw, 36px);
    line-height: 120%;
    opacity: 0;
    -webkit-transition: 1.5s;
    transition: 1.5s
}
.main__description._active {
    opacity: 1
}
.main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 120px
}
.main__img-wrapper {
    position: relative;
    margin-left: auto
}
.main__img-wrapper:before {
    content: "";
    position: absolute;
    bottom: -7%;
    left: 42%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 70px;
    height: 97px;
    background: url(../images/dots.svg) no-repeat center;
    z-index: -1
}
.main__img-wrapper .round {
    position: absolute;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .05);
    background: -webkit-gradient(linear, left top, left bottom, from(#c1fd3a), to(#c1fd3a));
    background: linear-gradient(180deg, #c1fd3a 0%, #c1fd3a 100%);
    bottom: -71px;
    right: 105px
}
.main__img-wrapper .round.blue {
    background: #0600cc;
    top: 20%;
    right: -106px
}
.main__img {
    opacity: 0;
    -webkit-transition: opacity 3.5s;
    transition: opacity 3.5s;
    max-width: 470px
}
.main__img._active {
    opacity: 1
}
.main__btn-wrapper {
    position: absolute;
    top: 8px;
    left: 0;
    left: 0;
    background-color: #c1fd3a;
    border-radius: 50px;
    overflow: hidden
}
.main__btn {
    padding: 18px 57px;
    font-weight: 700;
    background-color: #c1fd3a;
    border: none;
    font-family: "Exo2";
    font-size: clamp(14px, 7vw, 16px);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .7s;
    transition: .7s
}
.main__btn._active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.main__down-btn {
    padding: 19px 18px;
    border: none;
    border-radius: 15px;
    background-color: #0600cc;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s
}
.main__down-btn._active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.main__mail {
    grid-column: 1/-1;
    margin-left: auto;
    color: #2c2c2c;
    margin-bottom: 51px
}
.main__mail:before {
    background-image: url("../images/mail-blue.svg")
}
.main__mail::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 33px;
    width: 0;
    height: 1px;
    background-color: #0600cc;
    -webkit-transition: width .3s;
    transition: width .3s
}
.main__mail:hover:after {
    width: 79%
}
.arrow-small {
    display: none
}
@media(max-width: 1180px) {
    .main__title {
        line-height: 120%
    }
}
@media(max-width: 950px) {
    .main .container {
        grid-template-columns: 1fr;
        gap: 30px
    }
    .main__img-wrapper {
        margin: 0 auto
    }
    .main__mail {
        display: none
    }
    .main__text {
        padding-top: 0
    }
}
@media(max-width: 500px) {
    .main__btn {
        padding-left: max(8vw, 30px);
        padding-right: max(8vw, 30px);
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 14px
    }
    .main__down-btn {
        padding: 12px
    }
}
@media(max-width: 450px) {
    .main__img {
        max-width: 100%
    }
    .main__down-btn {
        padding: 12px
    }
    .arrow-big {
        display: none
    }
    .arrow-small {
        display: block
    }
    #round-1 {
        width: 21px;
        height: 21px;
        bottom: 229px;
        right: 0
    }
    #round-2 {
        top: 108%;
        right: 81px
    }
    .main .running-string {
        font-size: 14px;
        padding: 9px 0
    }
    .main {
        padding-bottom: 0
    }
    .main__btn-wrapper {
        top: 0
    }
}
.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 150;
    visibility: hidden
}
.modal.active {
    visibility: visible
}
.modal.active .modal__content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible
}
.modal__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(6, 0, 204, .5);
    z-index: 150;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}
.modal__content {
    position: relative;
    max-width: 905px;
    height: 100%;
    background-color: #fff;
    z-index: 151;
    padding: 54px 75px 124px 100px;
    overflow: hidden;
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s
}
.modal__close-btn {
    position: absolute;
    z-index: 152;
    top: 50px;
    right: 50px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}
.modal__close-btn:hover {
    -webkit-transform: rotate(45deg) translate(-2px, 0px);
    -ms-transform: rotate(45deg) translate(-2px, 0px);
    transform: rotate(45deg) translate(-2px, 0px)
}
.modal__title {
    font-family: "Exo2";
    font-size: clamp(20px, 5vw, 36px);
    color: #0600cc;
    line-height: 120%;
    margin-bottom: 50px
}
.modal__form-wrapper {
    height: 80%
}
.modal__form {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    padding-right: 60px
}
.modal__form::-webkit-scrollbar {
    width: 3px
}
.modal__form::-webkit-scrollbar-track {
    background: #e3e4ee
}
.modal__form::-webkit-scrollbar-thumb {
    background-color: #0600cc;
    border-radius: 2px
}
.modal__success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 54px 75px 124px 100px;
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}
.modal__success.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}
@media(max-width: 650px) {
    .modal__content {
        padding: 60px 20px
    }
    .modal__form {
        padding-right: 20px
    }
    .modal__close-btn {
        right: 20px;
        top: 20px
    }
    .modal__success {
        padding: 60px 20px
    }
    .modal__success p {
        display: none
    }
}
.running-string {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    border-top: 1px solid #0600cc;
    border-bottom: 1px solid #0600cc;
    background-color: #c1fd3a;
    color: #0600cc;
    font-size: 22px;
    font-weight: 700;
    padding: 13px 0;
    width: 500%
}
.services-page {
    margin-bottom: 198px
}
.services-page .main__title {
    margin-bottom: clamp(19px, 4vw, 75px)
}
.services-page .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff
}
.services-page .btn:hover {
    color: #fff;
    background-color: #0600cc
}
.services__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}
.service__card {
    background-color: #fff;
    border-radius: 15px;
    padding: 33px 25px 31px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: bottom right;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    visibility: hidden
}
.service__card._active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}
.service__card:nth-child(1n) {
    -webkit-transition: .5s;
    transition: .5s
}
.service__card:nth-child(2n) {
    -webkit-transition: 1s;
    transition: 1s
}
.service__card:nth-child(3n) {
    -webkit-transition: 1.5s;
    transition: 1.5s
}
.service__card:nth-child(4) {
    -webkit-transition: .5s;
    transition: .5s
}
.service__card:nth-child(5) {
    -webkit-transition: 1s;
    transition: 1s
}
.service__card:nth-child(6) {
    -webkit-transition: 1.5s;
    transition: 1.5s
}
.service__card p {
    font-size: 16px;
    line-height: 155%;
    margin-bottom: 40px;
    min-height: 177px
}
.service__card-title {
    font-family: "Exo2";
    font-size: clamp(18px, 6vw, 24px);
    color: #0600cc;
    margin-bottom: 31px
}
.service__card-price {
    font-weight: 700;
    font-size: 18px;
    margin-top: auto;
    margin-bottom: 25px
}
@media(max-width: 1125px) {
    .services__wrapper {
        grid-template-columns: 1fr 1fr
    }
}
@media(max-width: 786px) {
    .services__wrapper {
        grid-template-columns: 1fr
    }
    .service__card p {
        min-height: auto;
        margin-bottom: 31px
    }
    .service__card-price {
        margin-bottom: 16px
    }
    .services__wrapper {
        gap: 26px
    }
}
@media(max-width: 350px) {
    .service__card {
        background-size: 109px
    }
}
.services {
    margin-bottom: clamp(79px, 11vw, 150px)
}
.services .container {
    position: relative;
    padding-bottom: 47px
}
.services .container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 70px;
    height: 97px;
    background: url(../images/dots.svg) no-repeat center
}
.services .container #round-4 {
    top: 50px;
    right: 16px
}
.services-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    max-width: 950px;
    margin: 0 auto
}
.service {
    max-width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}
.service__link {
    position: absolute;
    width: 100%;
    height: 100%
}
.service__image-overlay {
    border-radius: 60px;
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 50px;
    cursor: pointer
}
.service__image-overlay::before {
    content: "";
    position: absolute;
    background: #0600cc url("../images/arrow-link.svg") no-repeat center;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}
.service__image-overlay:hover:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.service__title {
    font-weight: 500;
    font-size: clamp(18px, 5vw, 24px);
    font-family: "Exo2";
    line-height: 100%;
    color: #0600cc;
    position: relative;
    cursor: pointer
}
.service__title:before {
    content: "";
    display: block;
    height: 2px;
    width: 20%;
    background: #0600cc;
    position: absolute;
    bottom: -5px;
    right: 80%;
    opacity: 0;
    -webkit-transition: width .15s, right .15s .3s, opacity .05s .35s;
    transition: width .15s, right .15s .3s, opacity .05s .35s
}
.service__title:hover:before {
    width: 100%;
    right: 0;
    opacity: 1;
    -webkit-transition: opacity 0s, right .15s, width .15s .2s;
    transition: opacity 0s, right .15s, width .15s .2s
}
.service__title:hover+.service__image-overlay::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
@media(max-width: 953px) {
    .services-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }
    .service {
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 6px;
        border-bottom: 1px solid #e3e4ee;
        margin-bottom: 9px
    }
    .service__title::before, .service__image-overlay::before {
        content: none
    }
}
@media(max-width: 500px) {
    .services .container::before {
        display: none
    }
    .services .container #round-4 {
        top: 390px;
        right: 119px
    }
}
.steps {
    margin-bottom: clamp(150px, 11vw, 200px)
}
.steps .section__title {
    margin-bottom: 44px
}
.step {
    width: 100%;
    border-top: 1px solid #e3e4ee;
    padding: 25px 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    max-height: 72px;
    -webkit-transition: .3s;
    transition: .3s
}
.step:last-child {
    border-bottom: 1px solid #e3e4ee
}
.step.active .accordion__header::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}
.step:hover:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.accordion__header {
    display: grid;
    grid-template-columns: 1fr 2fr;
    position: relative;
    z-index: 1;
    margin-bottom: 35px
}
.accordion__header::after {
    content: "";
    position: absolute;
    top: -6px;
    right: 0;
    width: 30px;
    height: 30px;
    background: url("../images/plus.svg") no-repeat, center;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}
.step-number {
    font-weight: 700;
    font-size: 18px;
    color: #0600cc;
    font-family: "Exo2"
}
.accordion__title {
    font-weight: 700;
    font-size: 18px;
    font-family: "Exo2"
}
.accordion__body {
    display: grid;
    grid-template-columns: 1fr 2fr;
    position: relative;
    z-index: 1
}
.accordion__text {
    grid-column: 2/-1;
    padding-right: 34px
}
@media(max-width: 500px) {
    .accordion__header, .accordion__body {
        grid-template-columns: 1fr 8fr
    }
    .accordion__title {
        font-size: 16px
    }
    .services .container::before {
        display: none
    }
    .services .container::after {
        top: 390px;
        right: 119px
    }
    .accordion__header {
        margin-bottom: 22px
    }
    .accordion__text {
        line-height: 155%;
        padding-right: 15px
    }
}
