:root {
    --color-black: #000;
    --color-white: #fff;
    --color-primary-light: #08CDB5;
    --color-primary-dark: #26A193;
    --color-light-gray: rgba(217, 217, 217, 0.2);
}
*, *:before, *:after {
    box-sizing: border-box;
}
body {
    background-color: var(--color-white);
    color: var(--color-black);
    font-size: 17px;
    line-height: 1.4;
    font-family: 'Raleway', 'Arial', sans-serif;
    font-weight: normal;
}
img, svg {
    display: block;
}
a {
    color: var(--color-primary-dark);
    text-decoration: underline;
}
a:hover {
    color: var(--color-primary-dark);
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0;
}
.uk-container {
    max-width: 1240px;
}
.uk-section {
    padding: 60px 0;
}
.uk-button {
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 800;
    font-size: 17px;
    width: 360px;
    max-width: 100%;
    height: 55px;
    line-height: 55px;
    width: 360px;
    border: none;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
    border-radius: 0 20px 0 20px;
    -webkit-border-radius: 0 20px 0 20px;
    -moz-border-radius: 0 20px 0 20px;
    -ms-border-radius: 0 20px 0 20px;
    -o-border-radius: 0 20px 0 20px;
}
.uk-button-primary {
    background: linear-gradient(250.9deg, var(--color-primary-light) 25.91%, var(--color-primary-dark) 87.89%);
    color: var(--color-white);
}
.uk-button-primary:hover, .uk-button-primary:focus {
    background: var(--color-primary-dark);
    color: var(--color-white);
}
.uk-input, .uk-textarea {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 14px;
    height: 49px;
    line-height: 47px;
    padding: 0 20px;
    border: 2px solid #BDDBE4;
    /*border-image-source: linear-gradient(6.51deg, #BDDBE4 4.16%, #D3E4FF 93.92%);
    */background-color: #fff;
    border-radius: 0 20px 0 20px;
    -webkit-border-radius: 0 20px 0 20px;
    -moz-border-radius: 0 20px 0 20px;
    -ms-border-radius: 0 20px 0 20px;
    -o-border-radius: 0 20px 0 20px;
}
.uk-textarea {
    height: 76px;
    resize: none;
}
.uk-checkbox {
    width: 22px;
    height: 22px;
    margin: 0;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.uk-h2 {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 33px;
    line-height: 1.4;
    font-weight: 600;
    color: #000;
    margin-bottom: 40px;
}
.uk-h2.small {
    line-height: 90%;
}
.uk-h3 {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}
.header {
    padding: 25px 0;
}
.header-logo {
    display: flex;
    align-items: center;
    gap: 25px;
}
.header-logo img {
    width: 69px;
    min-width: 69px;
}
.header-logo__title {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    opacity: 0.7;
}
.header-social {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-social__title {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    opacity: 0.7;
}
.header-social__items {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header-bottom {
    margin-top: 22px;
}
.header-menu ul {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-menu ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    padding: 4px 0 5px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.header-callback .uk-button {
    height: 33px;
    line-height: 33px;
    font-size: 11px;
    font-weight: bold;
    width: 155px;
}
.menu-button button {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}
.main {
    overflow: hidden;
}
.cover {
    background: linear-gradient(9.38deg, rgba(233, 240, 242, 0.45) 15.53%, rgba(233, 240, 242, 0) 41.71%),
        linear-gradient(296.58deg, rgba(233, 240, 242, 0) 9.4%, rgba(233, 240, 242, 0.07) 66.17%),
        url('../img/cover-bg.png') no-repeat center;
    padding: 70px 0 120px;
    margin: 0 auto 80px;
    max-width: 1440px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}
.cover-title {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 48px;
    line-height: 0.9;
    letter-spacing: -2%;
    font-weight: 600;
    color: #000;
    width: 600px;
    max-width: 100%;
}
.cover-text {
    font-size: 31px;
    line-height: 1;
    margin-bottom: 40px;
}
.cover-button .uk-button {
    height: 62px;
    line-height: 62px;
    font-size: 16px;
    width: 427px;
}
.cover-button__info {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    opacity: 0.7;
}
.cover-advantages {
    margin-top: 80px;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}
.cover-advantages__top {
    display: flex;
    align-items: center;
    gap: 20px;
}
.fa-icon {
    width: 73px;
    height: 73px;
    min-width: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 73px;
    background: linear-gradient(250.9deg, var(--color-primary-light) 25.91%, var(--color-primary-dark) 87.89%);
    border-radius: 0 20px 0 20px;
    -webkit-border-radius: 0 20px 0 20px;
    -moz-border-radius: 0 20px 0 20px;
    -ms-border-radius: 0 20px 0 20px;
    -o-border-radius: 0 20px 0 20px;
}
.fa-icon .fa {
    font-size: 33px;
    background: linear-gradient(196deg, #FFFFFF 11.14%, rgba(255, 255, 255, 0) 165.44%);
    -webkit-background-clip: text;
	background-clip: text;
    color: transparent;
}
.cover-advantages__title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 500;
}
.cover-advantages__text {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}
.services-items {
    background: linear-gradient(119.08deg, #FFFFFF -32.99%, #EEFFFE 94.86%);
    padding: 45px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}
.services-item__title {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px;
}
.services-item__list {
    margin-bottom: 44px;
    list-style: none;
    margin: 0 0 44px;
    padding: 0;
}
.services-item__list li {
    padding-left: 30px;
    line-height: 1.5;
    font-weight: 500;
}
.services-item__list li + li {
    margin-top: 20px;
}
.services-item__list li.small {
    font-size: 14px;
    font-weight: 300;
}
.services-item__list li + li.small {
    margin-top: 10px;
}
.services-corp {
    margin-top: 60px;
    box-shadow: 0px 4px 174px 0px #CDE4E1CC;
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    gap: 70px;
    border-radius: 0 20px 0 20px;
    -webkit-border-radius: 0 20px 0 20px;
    -moz-border-radius: 0 20px 0 20px;
    -ms-border-radius: 0 20px 0 20px;
    -o-border-radius: 0 20px 0 20px;
}
.services-corp__title {
    flex: 1;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 700;
}
.services-feedback {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.services-feedback__title {
    font-size: 31px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 5px;
}
.services-feedback__text {
    line-height: 1.5;
}
.services-feedback__social {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.steps {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.steps-item {
    width: 25%;
    text-align: center;
}
.steps-item__icon {
    margin: 0 auto 10px;
}
.steps-item__text a {
    font-weight: 600;
}
.card-item {
    position: relative;
    padding: 77px 25px 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 20px 0 20px;
    -webkit-border-radius: 0 20px 0 20px;
    -moz-border-radius: 0 20px 0 20px;
    -ms-border-radius: 0 20px 0 20px;
    -o-border-radius: 0 20px 0 20px;
}
.card-item.green {
    box-shadow: 0px 4px 174px 0px #CDE4E1CC;
    color: #fff;
    background: linear-gradient(250.9deg, var(--color-primary-light) 25.91%, var(--color-primary-dark) 87.89%);
}
.card-item__title {
    position: relative;
    z-index: 1;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 5px;
}
.card-item__text {
    position: relative;
    z-index: 1;
}
.about {
    background: linear-gradient(173.7deg, #FEFEFE 11.76%, rgba(255, 255, 255, 0) 62.2%),
    linear-gradient(157.71deg, rgba(255, 255, 255, 0) 45.42%, #FFFFFF 76.92%),
    linear-gradient(271.08deg, #FFFFFF 5.76%, rgba(255, 255, 255, 0) 28.01%),
    linear-gradient(82.96deg, #FEFEFE 8.56%, rgba(255, 255, 255, 0) 36.42%),
    url('../img/about-bg.png');
    background-position: center -80px;
    background-repeat: no-repeat;
    /* padding-top: 320px; */
}
.about-advantages__icon {
    display: inline-block;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    height: 41px;
    padding: 0 15px;
    margin-bottom: 10px;
    color: #fff;
    background: linear-gradient(250.9deg, var(--color-primary-light) 25.91%, var(--color-primary-dark) 87.89%);
    border-radius: 0 20px 0 20px;
    -webkit-border-radius: 0 20px 0 20px;
    -moz-border-radius: 0 20px 0 20px;
    -ms-border-radius: 0 20px 0 20px;
    -o-border-radius: 0 20px 0 20px;
}
.expert {
    position: relative;
    overflow: hidden;
}
.expert-left {
    padding: 64px 0 70px 40px;
    position: relative;
    z-index: 2;
}
.expert-left:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -20px;
    z-index: 1;
    background: radial-gradient(68.78% 169.53% at 72.69% 100%, #FFFFFF 0%, #EFF1F2 58.23%, #E9EFF1 100%);
    border-radius: 0 60px 0 60px;
    -webkit-border-radius: 0 60px 0 60px;
    -moz-border-radius: 0 60px 0 60px;
    -ms-border-radius: 0 60px 0 60px;
    -o-border-radius: 0 60px 0 60px;
}
.expert-image {
    position: relative;
    padding-left: 27px;
    padding-top: 22px;
    margin-bottom: 0;
}
.expert-image img {
    position: relative;
    z-index: 2;
}
.expert-image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 118px;
    height: 118px;
    z-index: 1;
    background: linear-gradient(315.1deg, #86D0C7 -1.94%, rgba(216, 225, 224, 0.23) 126.67%);
    border-radius: 0 35px 0 35px;
    -webkit-border-radius: 0 35px 0 35px;
    -moz-border-radius: 0 35px 0 35px;
    -ms-border-radius: 0 35px 0 35px;
    -o-border-radius: 0 35px 0 35px;
}
.expert-title {
    font-size: 42px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.expert-job {
    font-size: 18px;
    font-weight: 300;
    color: #059A88;
    margin-bottom: 30px;
}
.expert-info {
    position: relative;
    z-index: 1;
}
.expert-text {
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    padding-right: 40px;
    position: relative;
    z-index: 1;
}
.expert-right {
    line-height: 1.3;
    padding-left: 50px;
}
.expert-right p + p {
    margin-top: 44px;
}
.partners .uk-h3 {
    padding-right: 40px;
}
.partners-items {
    display: flex;
    align-items: center;
    gap: 10px;
}
.program-subtitle {
    font-style: italic;
    font-weight: 500;
    margin-top: 60px;
}
.program-text {
    width: 687px;
    padding: 33px 60px;
    background: radial-gradient(68.78% 169.53% at 72.69% 100%, #FFFFFF 0%, #EFF1F2 58.23%, #E9EFF1 100%);
    border-radius: 0 60px 0 60px;
    -webkit-border-radius: 0 60px 0 60px;
    -moz-border-radius: 0 60px 0 60px;
    -ms-border-radius: 0 60px 0 60px;
    -o-border-radius: 0 60px 0 60px;
}
.sotrud-text {
    font-size: 24px;
    margin-bottom: 30px;
}
.sotrud-text p + p {
    margin-top: 30px;
}
.sotrud-card {
    padding: 62px 55px 50px;
    background: #fff;
    box-shadow: 0px 4px 174px 0px #CDE4E1CC;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 0 20px 0 20px;
    -webkit-border-radius: 0 20px 0 20px;
    -moz-border-radius: 0 20px 0 20px;
    -ms-border-radius: 0 20px 0 20px;
    -o-border-radius: 0 20px 0 20px;
}
.sotrud-card__title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 10px;
}
.sotrud-card__text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 100px;
}
.sotrud-card__button {
    margin-top: auto;
    text-align: center;
}
.sotrud-card__button .uk-button {
    width: 415px;
}
.reviews-slider {
    overflow: visible;
}
.review {
    padding: 0 180px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
}
.review.uk-active {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
}
.review-top {
    padding: 0 12px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}
.review-image {
    border: 2px solid #A9BBC9;
    width: 77px;
    height: 77px;
    min-width: 77px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.review-title {
    font-weight: 700;
}
.review-title span {
    display: block;
    font-weight: 400;
    color: #8E8E8E;
}
.review-text {
    background: #fff;
    padding: 50px 60px 40px;
    box-shadow: 0px 4px 174px 0px #CDE4E1CC;
    border-radius: 0 20px 0 20px;
    -webkit-border-radius: 0 20px 0 20px;
    -moz-border-radius: 0 20px 0 20px;
    -ms-border-radius: 0 20px 0 20px;
    -o-border-radius: 0 20px 0 20px;
}
.slider-arrow {
    position: absolute;
    top: calc((100% - 107px)/2 + 107px);
    background: linear-gradient(250.9deg, var(--color-primary-light) 25.91%, var(--color-primary-dark) 87.89%);
    box-shadow: 0px 4px 34px 0px #00000026;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border: none;
    padding: 0;
    margin-top: -27px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.slider-arrow__prev {
    left: 80px;
}
.slider-arrow__next {
    right: 80px;
}
.slider-arrow .fa {
    color: #fff;
}
.contacts-image img {
    border-radius: 0 70px 0 70px;
    -webkit-border-radius: 0 70px 0 70px;
    -moz-border-radius: 0 70px 0 70px;
    -ms-border-radius: 0 70px 0 70px;
    -o-border-radius: 0 70px 0 70px;
}
.contacts .uk-h2 {
    margin-bottom: 20px;
}
.contacts-text {
    font-size: 24px;
    margin-bottom: 20px;
}
.contacts-small-text {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.7;
    margin-bottom: 15px;
}
.contacts-form .uk-grid {
    margin-left: -18px;
}
.contacts-form .uk-grid > * {
    padding-left: 18px;
}
.contacts-form .uk-grid-margin {
    margin-top: 10px;
}
.form-policy {
    font-size: 12px;
    line-height: 13px;
    font-weight: 100;
}
.form-policy a {
    color: #000;
    text-decoration: none;
    font-weight: 300;
}
.checkbox-label {
    display: flex;
    gap: 10px;
    align-items: middle;
}
.footer {
    background: var(--color-light-gray);
    padding: 27px 0 54px;
}
.footer-top {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.footer-top__left {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.footer-top__right {
    display: flex;
    gap: 100px;
}
.footer-sk {
    margin-left: 15px;
}
.footer-sk__title {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
    opacity: 0.5;
    text-align: center;
}
.footer-info {
    font-size: 12px;
    line-height: 20px;
    font-weight: 200;
    width: 100%;
}
.footer-social .email {
    color: #000;
    line-height: 1.5;
    text-decoration: none;
}
.footer-social__items {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-contacts {
    margin-left: 40px;
}
.footer-contacts .phone {
    color: #000;
    line-height: 1.5;
    text-decoration: none;
    white-space: nowrap;
}
.footer-contacts .schedule {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.7;
    margin: 28px 0 16px;
    white-space: nowrap;
}
.footer-contacts .callback a {
    line-height: 1.5;
    font-weight: 600;
    white-space: nowrap;
}
.footer-bottom {
    margin-top: -24px;
    padding-left: 340px;
    gap: 10px;
}
.footer-bottom .copy, .footer-bottom a {
    font-size: 12px;
    line-height: 1.5;
    opacity: 0.5;
    color: #000;
}
.footer-bottom .copy {
    margin-left: auto;
}
.footer-bottom a {
    text-decoration: none;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.cookies {
    display: none;
    position: fixed;
    background: #fff;
    right: 100px;
    bottom: 30px;
    width: 407px;
    padding: 24px 25px 16px 20px;
    box-shadow: 0px 4px 94px 0px #CDE4E1CC;
    border-radius: 0 20px 0 20px;
    -webkit-border-radius: 0 20px 0 20px;
    -moz-border-radius: 0 20px 0 20px;
    -ms-border-radius: 0 20px 0 20px;
    -o-border-radius: 0 20px 0 20px;
    z-index: 3;
}
.cookies-title {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}
.cookies-text {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 30;
}
.cookies-text a {
    color: #000;
}
.cookies-close-link {
    display: inline-block;
    margin-top: 10px;
    line-height: 1.5;
    font-weight: 600;
}
.cookies-close-button {
    background: url('../img/icons/close.png') no-repeat center;
    width: 11px;
    height: 10px;
    border: none;
    padding: 0;
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 16px;
}
.mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.mobile-menu__inner {
    position: absolute;
    left: -400px;
    top: 0;
    bottom: 0;
    width: 310px;
    padding: 24px 30px 50px;
    background: #fff;
    box-shadow: 0px 18.42px 87.52px 0px #959595CC;
    overflow-y: auto;
    border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
    transition: left 0.2s ease-in-out;
    -webkit-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    -ms-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    z-index: 2;
}
.mobile-menu.active .mobile-menu__inner {
    left: 0;
    transition: left 0.2s ease-in-out;
    -webkit-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    -ms-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
}
.mobile-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.menu-close {
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
}
.mobile-menu ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.mobile-menu ul li a {
    font-size: 16px;
    line-height: 33px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.mobile-menu ul li a:hover {
    text-decoration: underline;
}
.mobile-menu ul li + li {
    margin-top: 25px;
}
@media (max-width: 1299.9px) {
    .header-menu ul {
        gap: 30px;
    }
}

@media (max-width: 1199.9px) {
    .contacts-text {
        font-size: 20px;
    }
    .footer-top__right {
        gap: 40px;
    }
    .footer-bottom {
        margin-top: 25px;
        padding-left: 0;
    }
    .footer-bottom .copy {
        margin-left: 0;
    }
    .fa-icon.small {
        width: 46px;
        min-width: 46px;
        height: 46px;
        line-height: 46px;
    }
    .fa-icon.small .fa {
        font-size: 21px;
    }
    .cover-advantages {
        gap: 30px;
    }
    .cover-advantages__text {
        font-size: 13px;
    }
}
@media (max-width: 959.9px) {
    .header {
        padding: 23px 0 30px;
    }
    .header-bottom {
        margin-top: 0;
    }
    .header-callback .uk-button {
        width: 141px;
        padding: 0 10px;
    }
    .cover {
        padding: 30px 0 40px;
        margin-bottom: 30px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .cover-title {
        font-size: 25px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .cover-text {
        font-size: 17px;
        margin-bottom: 30px;
    }
    .cover-button {
        text-align: center;
    }
    .cover-button .uk-button {
        width: 338px;
        font-size: 19px;
        line-height: 1;
        height: auto;
        padding: 16px 35px;
    }
    .cover-button__info {
        font-size: 13px;
        line-height: 1.1;
    }
    .cover-advantages {
        margin-top: 20px;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
    .cover-advantages__top {
        flex-direction: column;
        gap: 5px;
    }
    .cover-advantages__title {
        font-size: 17px;
        text-align: center;
    }
    .cover-advantages__title br {
        display: none;
    }
    .cover-advantages__text {
        font-size: 13px;
        margin-top: 5px;
        text-align: center;
    }
    .uk-section {
        padding: 30px 0;
    }
    .uk-h2 {
        font-size: 25px;
        line-height: 100% !important;
        letter-spacing: -2%;
        margin-bottom: 20px !important;
    }
    .services-items {
        background: transparent;
        padding: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .services-item {
        background: linear-gradient(119.08deg, #FFFFFF -32.99%, #EEFFFE 94.86%);
        padding: 30px;
        border-radius: 37px;
        -webkit-border-radius: 37px;
        -moz-border-radius: 37px;
        -ms-border-radius: 37px;
        -o-border-radius: 37px;
    }
    .services-item__title {
        font-size: 25px;
        line-height: 1;
        letter-spacing: -2%;
    }
    .services-item__list {
        margin-bottom: 30px;
    }
    .services-item__list li + li {
        margin-top: 10px;
    }
    .services-item__list li.small {
        font-size: 13px;
    }
    .services-item__list li + li.small {
        margin-top: 5px;
    }
    .services-item__button .uk-button {
        width: 360px;
        font-size: 19px;
        min-height: 76px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
    }
    .services-corp {
        margin-top: 20px;
        padding: 20px 30px 34px;
        flex-wrap: wrap;
        gap: 15px;
    }
    .services-corp__title {
        font-size: 21px;
        line-height: 1;
        letter-spacing: -2%;
        width: 100%;
    }
    .services-corp__button {
        width: 100%;
    }
    .services-corp__button .uk-button {
        height: 76px;
        line-height: 76px;
    }
    .services-feedback {
        margin-top: 45px;
    }
    .services-feedback__face {
        min-width: 87px;
    }
    .services-feedback__face .services-feedback__social {
        margin-top: 20px;
        flex-direction: row;
        gap: 10px;
    }
    .services-feedback__title {
        font-size: 25px;
        line-height: 1;
        letter-spacing: -2%;
    }
    .services-feedback__title br {
        display: none;
    }
    .services-feedback__text {
        line-height: 1.2;
    }
    .steps {
        flex-wrap: wrap;
    }
    .steps-item {
        width: calc(50% - 10px);
    }
    .steps-item__text {
        font-size: 13px;
    }
    .card-item {
        padding: 45px 20px 25px;
    }
    .card-item__title {
        font-size: 17px;
    }
    .card-item__text {
        font-size: 13px;
        line-height: 1.4;
    }
    .card-item__text br {
        display: none;
    }
    .about .uk-h2 {
        margin-bottom: 0 !important;
    }
    .about-advantages {
        margin-top: 15px !important;
    }
    .about-advantages__icon {
        font-size: 31px;
        height: 35px;
        padding: 0 10px;
    }
    .about-advantages__title {
        font-size: 13px;
        line-height: 1.4;
    }
    .about-text {
        font-size: 13px;
        line-height: 1.3;
        margin-top: 20px !important;
    }
    .about-text p {
        margin-bottom: 10px;
        margin-top: 0;
    }
    .expert {
        margin-top: 0 !important;
    }
    .expert::before {
        display: none;
    }
    .expert-left {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        align-items: center;
        padding: 28px 20px 44px;
        position: relative;
    }
    .expert-left:before {
        left: 0;
        right: 9px;
    }
    .expert-image {
        padding-top: 14px;
        padding-left: 17px;
        margin-bottom: 20px;
    }
    .expert-image:before {
        width: 73px;
        height: 73px;
        border-radius: 0 22px 0 22px;
        -webkit-border-radius: 0 22px 0 22px;
        -moz-border-radius: 0 22px 0 22px;
        -ms-border-radius: 0 22px 0 22px;
        -o-border-radius: 0 22px 0 22px;
    }
    .expert-title {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .expert-job {
        font-size: 13px;
        line-height: 1.3;
        margin-bottom: 0;
    }
    .expert-image img {
        width: 106px;
        height: auto;
    }
    .expert-text {
        font-size: 13px;
        line-height: 1.4;
        padding-right: 0;
    }
    .expert-right {
        padding-left: 0;
        font-size: 13px;
        line-height: 1.4;
    }
    .expert-right p + p {
        margin-top: 17px;
    }
    .partners .uk-grid-margin {
        margin-top: 10px;
    }
    .program {
        padding-top: 60px;
    }
    .program .uk-h2 {
        margin-bottom: 10px;
    }
    .program-subtitle {
        margin-top: 0;
    }
    .program-text {
        width: 100%;
        padding: 28px 24px 44px;
        font-size: 13px;
        line-height: 1.4;
    }
    .sotrud-text {
        font-size: 17px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .sotrud-text p + p {
        margin-top: 20px;
    }
    .sotrud-card {
        padding: 30px 20px;
    }
    .sotrud-card__title {
        font-size: 17px;
        line-height: 1.1;
    }
    .sotrud-card__text {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 0;
    }
    .sotrud-card__text p {
        margin-bottom: 10px;
    }
    .sotrud-card__text p + p {
        margin-top: 10px;
    }
    .review {
        padding: 0;
    }
    .reviews-slider {
        overflow: hidden;
        padding-bottom: 30px;
    }
    .review-top {
        padding: 0 30px;
        gap: 22px;
        margin-bottom: 20px;
    }
    .review-title span {
        font-size: 13px;
        line-height: 1.3;
    }
    .review-text {
        box-shadow: none;
        padding: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .slider-arrows {
        margin-top: 10px;
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .slider-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
        box-shadow: 0px 2.91px 24.73px 0px #00000026;
        margin: 0;
        position: static;
    }
    .contacts {
        padding-top: 0px;
    }
    .contacts-top {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .contacts-top .uk-h2 {
        margin-bottom: 0 !important;
    }
    .contacts-image-mobile {
        width: 82px;
        min-width: 82px;
        overflow: hidden;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    .contacts-text {
        font-size: 17px;
        line-height: 1.3;
    }
    .contacts-text br {
        display: none;
    }
    .footer {
        padding: 20px 0 45px;
    }
    .footer-top {
        gap: 0;
    }
    .footer-top__left {
        gap: 10px;
    }
    .footer-logo img {
        width: 67px;
        height: auto;
    }
    .footer-sk {
        margin-left: 7px;
    }
    .footer-sk img {
        width: 49px;
        height: auto;
    }
    .footer-info {
        font-size: 13px;
    }
    .footer-top__right {
        flex-direction: column;
        gap: 5px;
    }
    .footer-contacts {
        order: 0;
        text-align: right;
        margin-left: 0;
    }
    .footer-social {
        order: 1;
        text-align: right;
    }
    .footer-contacts .phone {
        font-size: 13px;
    }
    .footer-contacts .schedule {
        font-size: 13px;
        margin: 5px 0;
    }
    .footer-contacts .callback a {
        font-size: 13px;
    }
    .footer-social .email {
        font-size: 13px;
    }
    .footer-social__items {
        justify-content: flex-end;
    }
    .footer-bottom {
        margin-top: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .advantages .uk-h2 br {
        display: none;
    }
    .cookies {
        right: 30px;
    }
}

@media (max-width: 639px) {
    .about {
        padding-top: 50px;
        background: linear-gradient(177.02deg, #FEFEFE 5.15%, rgba(255, 255, 255, 0) 63.28%),
        linear-gradient(182.47deg, rgba(255, 255, 255, 0) 54.19%, #FFFFFF 98.11%),
        linear-gradient(270.47deg, #FFFFFF 0.4%, rgba(255, 255, 255, 0) 16.43%),
        linear-gradient(82.96deg, #FEFEFE 8.56%, rgba(255, 255, 255, 0) 36.42%),
        url('../img/about-bg-mobile.png');
        background-size: auto 155px;
        background-position: center -15px;
        background-repeat: no-repeat;
    }
    .partners-items {
        flex-wrap: wrap;
    }
    .partners-items div {
        width: calc(50% - 5px);
    }
    .contacts-form .uk-button {
        width: 100%;
    }
    .cookies {
        left: 15px;
        right: 15px;
        bottom: 15px;
        width: auto;
    }
    .cookies-text br {
        display: none;
    }
}

@media (max-width: 429.9px) {
    .cover {
        background-image: url('../img/cover-bg-mobile.png');
        background-position: center;
        background-repeat: no-repeat;
    }
}