@charset 'UTF-8';
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    outline: 0;
}

body {
    min-width: 320px;
    height: 100%;
}

html {
    height: 100%;
}

.container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 30px;
}
.container:after {
    display: block;
    clear: both;

    content: " ";
}
.container--md {
    max-width: 1100px;
}
.container--sm {
    max-width: 818px;
}
.container--agreement {
    max-width: 1018px;
}

.wrapper {
    overflow: hidden;

    min-height: 100%;
}

.fancybox-slide--video .fancybox-content {
    width: 800px;
    max-width: 65%;
    height: 600px;
    max-height: 65%;
    margin: 0;
}

body {
    font-family: "Circle", "sans-serif";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;

    color: #5f7279;
    background: #fff;
}

ul,
ol {
    margin: 0;
    padding: 0;

    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Circle", "sans-serif";
    font-weight: 300;
    line-height: 1.05;

    margin: 0;
    padding: 0;

    color: #1f3746;
}

h1 {
    font-size: 51px;
}

h2 {
    font-size: 42px;
    font-weight: 800;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 0;
    padding: 0;
}

hr {
    overflow: hidden;

    height: 1px;
    margin: 75px 0 65px;

    border: 0;
    background: #dfe6ed;
}

q,
blockquote {
    font-size: 21px;
    line-height: 1.5;

    display: block;

    color: #1f3746;
}
q::before,
blockquote::before {
    content: "“";
}
q::after,
blockquote::after {
    content: "”";
}

blockquote {
    font-size: 29px;
    font-weight: 400;
    line-height: 1.5;

    margin: 0;

    color: #1f3746;
}
blockquote::before,
blockquote::after {
    display: none;
}

strong,
b {
    font-weight: 700;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;

    color: #1e54f3;
}
a:hover {
    color: #4e84f3;
}
a.button {
    text-decoration: none;
}
a.button:hover {
    text-decoration: none;
}

[class*="icon-"] {
    display: inline-block;

    vertical-align: top;
}

img[style*="float: left"],
img[style*="float:left"],
img[align="left"] {
    margin: 0 20px 5px 0;
}

img[style*="float: right"],
img[style*="float:right"],
img[align="right"] {
    margin: 0 0 5px 20px;
}

.static-content h1 {
    margin-bottom: 43px;
}

.static-content blockquote {
    padding-left: 20px;

    text-align: left;

    border-left: 2px solid #ccc;
}

.static-content ul {
    margin: 20px 0;
}
.static-content ul li {
    position: relative;

    padding-left: 32px;

    color: #1f3746;
}
.static-content ul li::before {
    position: absolute;
    top: 50%;
    left: 6px;

    width: 8px;
    height: 24px;
    margin-top: -14px;

    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    border-right: 2px solid #365aa6;
    border-bottom: 2px solid #365aa6;
}

.static-content ol {
    list-style-position: outside;
    list-style-type: decimal;

    counter-reset: item;
}
.static-content ol > li {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;

    position: relative;

    display: block;

    margin-bottom: 63px;
    padding-bottom: 41px;
    padding-left: 0;

    color: #1f3746;
    border-bottom: 1px solid #dfe6ed;
}
.static-content ol > li:last-child {
    border-bottom: 0;
}
.static-content ol > li:before {
    font-size: 42px;
    font-weight: 800;

    display: inline;

    content: counters(item, ".") ". ";
    counter-increment: item;
}

.static-content ol ol {
    margin: 20px 0;

    list-style-position: outside;
    list-style-type: decimal;

    counter-reset: item;
}
.static-content ol ol > li {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;

    position: relative;

    display: block;

    margin-bottom: 29px;
    padding-bottom: 0;
    padding-left: 70px;

    color: #1f3746;
    border-bottom: 0;
}
.static-content ol ol > li:before {
    font-size: 23px;
    font-weight: 800;

    position: absolute;
    top: 0;
    left: 0;

    display: inline;

    content: counters(item, ".") ". ";
    counter-increment: item;
}

.static-content ol ol ol {
    margin-top: 31px;

    counter-reset: item;
}

.static-content ol ul {
    margin-top: 24px;
}

.static-content ol ul li {
    margin-bottom: 14px;
    padding-left: 52px;
}
.static-content ol ul li::before {
    position: absolute;
    top: 24px;
    left: -7px;

    width: 17px;
    height: 17px;

    content: "";
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);

    border-right: 0;
    border-bottom: 4px solid #cdd6e9;
    border-left: 4px solid #cdd6e9;
}

.static-content p {
    font-size: 21px;

    margin-bottom: 31px;

    color: #1f3746;
}

.static-content a {
    border-bottom: 1px solid #1e54f3;
}
.static-content a:hover {
    border-bottom-color: transparent;
}

.static-content table {
    width: 100%;

    border-collapse: collapse;
}
.static-content table th {
    font-weight: 700;

    padding: 5px;

    text-align: left;

    border-bottom: 1px solid #000;
}
.static-content table td {
    padding: 5px;
}
.static-content table tr:nth-child(odd) td {
    background-color: #f4f4f4;
}

.upper {
    text-transform: uppercase;
}

.btn {
    font-family: "Circle";
    font-size: 18px;
    font-weight: 700;
    line-height: 1;

    position: relative;

    display: block;

    width: 100%;
    padding: 18px 23px 19px;

    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    vertical-align: top;

    color: #fff;
    border: 0;
    border-radius: 6px;
    background-image: -webkit-gradient(linear, left top, right top, from(#1e55f4), to(#00b34f));
    background-image: -o-linear-gradient(left, #1e55f4 0%, #00b34f 100%);
    background-image: linear-gradient(to right, #1e55f4 0%, #00b34f 100%);
    -webkit-box-shadow: 0 8px 27px rgba(0, 0, 0, 0.23);
    box-shadow: 0 8px 27px rgba(0, 0, 0, 0.23);
}
.btn:hover,
.btn.active {
    color: #fff;
    -webkit-box-shadow: 0 8px 27px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 27px rgba(0, 0, 0, 0.4);
}
.btn.disabled,
.btn[disabled="disabled"],
.btn[disabled] {
    cursor: not-allowed;

    color: #ccc;
    border-color: #ccc;
    background: #f0f3f7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn--inline {
    display: inline-block;

    width: auto;
}
.btn--lg {
    font-size: 19px;

    padding: 24px 45px 23px;
}

.checkbox {
    display: block;

    cursor: pointer;
}
.checkbox input[type="checkbox"] {
    display: none;
}
.checkbox input[type="checkbox"]:checked + span:after {
    opacity: 1;
}
.checkbox span {
    font-size: 20px;
    line-height: 1.5;

    position: relative;

    display: block;

    padding: 0 0 0 30px;
}
.checkbox span:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 16px;
    height: 16px;
    margin: -8px 0 0 0;

    content: "";

    background: #ddd;
}
.checkbox span:after {
    position: absolute;
    top: 50%;
    left: 5px;

    display: block;

    width: 5px;
    height: 8px;
    margin: -5px 0 0 0;

    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    opacity: 0;
    border-right: 2px solid #1c5de6;
    border-bottom: 2px solid #1c5de6;
}

textarea,
select,
.input {
    font-size: 20px;
    line-height: 1.5;

    display: block;

    width: 100%;
    height: 40px;
    padding: 0 20px;

    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    color: #5f7279;
    border: 1px solid #bcbcbc;
    border-radius: 0;
    background-color: #fff;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.input::-webkit-input-placeholder {
    color: #9c9c9c;
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.input:-ms-input-placeholder {
    color: #9c9c9c;
}
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
.input:focus::-webkit-input-placeholder {
    color: transparent;
}
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
.input:focus:-ms-input-placeholder {
    color: transparent;
}
textarea:focus::-ms-input-placeholder,
select:focus::-ms-input-placeholder,
.input:focus::-ms-input-placeholder {
    color: transparent;
}
textarea:focus::placeholder,
select:focus::placeholder,
.input:focus::placeholder {
    color: transparent;
}
textarea:focus,
select:focus,
.input:focus {
    border-color: #696969;
    background-color: #fff;
}
textarea.error,
select.error,
.input.error {
    border-color: #f00;
}
textarea.disabled,
textarea[disabled="disabled"],
textarea[disabled],
select.disabled,
select[disabled="disabled"],
select[disabled],
.input.disabled,
.input[disabled="disabled"],
.input[disabled] {
    background-color: #f3f3f3;
}

textarea {
    height: 150px;
    padding: 10px 20px;

    resize: none;
}

input[type="file"] {
    display: none;
}
input[type="file"] + label {
    font-size: 14px;
    line-height: 24px;

    display: block;

    padding: 25px 15px;

    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;

    color: #f0f3f7;
    border: 1px dashed #c4c4c4;
    background: #fff;
}
input[type="file"] + label:hover {
    border-color: #696969;
    background: #e9e9e9;
}

.radio {
    display: block;

    cursor: pointer;
}
.radio input[type="radio"] {
    display: none;
}
.radio input[type="radio"]:checked + span:after {
    opacity: 1;
}
.radio span {
    font-size: 20px;
    line-height: 1.5;

    position: relative;

    display: block;

    padding: 0 0 0 30px;
}
.radio span:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 16px;
    height: 16px;
    margin: -8px 0 0 0;

    content: "";

    border-radius: 50%;
    background: #ddd;
}
.radio span:after {
    position: absolute;
    top: 50%;
    left: 4px;

    display: block;

    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;

    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    opacity: 0;
    border-radius: 50%;
    background: #1c5de6;
}

select {
    display: block;

    -webkit-transition: none;
    -o-transition: none;
    transition: none;

    border-radius: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 29px 17px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.icon-fb-footer,
.icon-insta-footer,
.icon-vk-footer,
.icon-youtube-footer {
    width: 45px;
    height: 45px;
}

.icon-vk-footer {
    fill: #4a76a8;
}
.icon-vk-footer:hover {
    fill: rgba(74, 118, 168, 0.75);
}

.icon-insta-footer {
    fill: #d2296f;
}
.icon-insta-footer:hover {
    fill: rgba(210, 41, 111, 0.75);
}

.icon-fb-footer {
    fill: #2654ce;
}
.icon-fb-footer:hover {
    fill: rgba(38, 84, 206, 0.75);
}

.icon-youtube-footer {
    fill: #f00;
}
.icon-youtube-footer:hover {
    fill: rgba(255, 0, 0, 0.75);
}

.icon-envelope {
    width: 22px;
    height: 16px;
}

.icon-user {
    width: 16px;
    height: 20px;
}

.icon-card {
    width: 17px;
    height: 14px;
}

.icon-books {
    width: 40px;
    height: 44px;
}

.icon-comment {
    width: 48px;
    height: 44px;
}

.icon-profile {
    width: 48px;
    height: 48px;
}

.icon-laptop {
    width: 56px;
    height: 45px;
}

.icon-doctor {
    width: 46px;
    height: 61px;
}

.icon-libra {
    width: 30px;
    height: 35px;
}

.icon-ok {
    width: 35px;
    height: 37px;
}

.icon-viber {
    width: 38px;
    height: 38px;
}

.icon-skype {
    width: 37px;
    height: 37px;
}

.icon-clock {
    width: 25px;
    height: 32px;
}

.row {
    font-size: 0;
    line-height: 0;

    margin-right: -15px;
    margin-left: -15px;
}

.col {
    font-size: 20px;
    line-height: 1.5;

    display: inline-block;

    width: 100%;
    padding: 0 15px;

    vertical-align: top;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}
.no-gutter .col {
    padding: 0;
}

.reviews-clients__slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 14px;
    height: 24px;
    margin-top: -12px;
    cursor: pointer;
}
.reviews-clients__slider .slick-arrow::before {
    position: absolute;
    top: 2px;

    width: 16px;
    height: 16px;

    content: "";
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;

    border-bottom: 4px solid #cdd6e9;
    border-left: 4px solid #cdd6e9;
}
.reviews-clients__slider .slick-arrow:hover::before {
    border-color: #1c5de6;
}

.reviews-clients__slider .slick-prev {
    left: 10px;
}
.reviews-clients__slider .slick-prev::before {
    left: 1px;

    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.reviews-clients__slider .slick-next {
    right: 10px;
}
.reviews-clients__slider .slick-next::before {
    right: 1px;

    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.popup {
    max-width: 350px;
    padding: 35px 25px;
}
.popup__desc {
    display: block;

    text-align: center;

    color: #1f3746;
}

.about-numb {
    position: relative;
    z-index: 1;

    padding: 98px 0 68px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about-numb::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: "";

    opacity: 0.8;
    background-image: -webkit-gradient(linear, left top, right top, from(#1e55f4), to(#00b34f));
    background-image: -o-linear-gradient(left, #1e55f4 0%, #00b34f 100%);
    background-image: linear-gradient(to right, #1e55f4 0%, #00b34f 100%);
}
.about-numb__title {
    font-size: 47px;
    font-weight: 300;
    line-height: 1.1;

    display: block;

    margin-bottom: 55px;

    text-align: center;

    color: #fff;
}
.about-numb__title b {
    font-weight: 800;
}
.about-numb__list {
    font-size: 0;
    line-height: 0;

    margin: 0 -20px;
}
.about-numb__item {
    display: inline-block;

    width: 25%;
    margin-bottom: 15px;
    padding: 0 20px;

    vertical-align: top;
}
.about-numb__item-value {
    font-size: 72px;
    font-weight: 300;
    line-height: 1.1;

    display: block;

    margin-bottom: 10px;

    text-align: center;

    color: #fff;
}
.about-numb__item-desc {
    font-size: 19px;
    line-height: 1.2;

    display: block;

    margin-bottom: 10px;

    text-align: center;

    color: #fff;
}

.about {
    position: relative;
    z-index: 1;

    padding: 56px 0 74px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;

    height: 30%;

    content: "";

    background-color: #fff;
    -webkit-box-shadow: 0 50px 100px 0 white;
    box-shadow: 0 50px 100px 0 white;
}
.about__holder {
    float: right;

    width: 63%;
    margin-bottom: 40px;
    padding-left: 71px;
}
.about__title {
    font-size: 47px;
    font-weight: 300;
    line-height: 1.1;

    display: block;

    margin-bottom: 21px;

    color: #1f3746;
}
.about__desc {
    font-size: 21px;
    line-height: 1.5;

    display: block;

    margin-bottom: 32px;

    color: #1f3746;
}
.about__desc:last-child {
    margin-bottom: 0;
}
.about__img {
    float: left;

    width: 34.9%;
    margin-top: 12px;
    margin-right: 2.1%;

    border-radius: 8px;
}
.about__list {
    float: right;

    width: 63%;
    padding-left: 71px;
}
.about__item {
    font-size: 21px;
    line-height: 1.3;

    position: relative;

    margin-bottom: 19px;
    padding-left: 52px;

    color: #203746;
}
.about__item::before {
    position: absolute;
    top: 0;
    left: 8px;

    width: 8px;
    height: 25px;

    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    border-right: 2px solid #365aa6;
    border-bottom: 2px solid #365aa6;
}

.agreement {
    padding: 70px 0 100px;
}
.agreement h1 {
    text-align: center;
}
.agreement__nav {
    margin-bottom: 86px;
    padding-top: 6px;
}
.agreement__nav-row {
    margin-bottom: 12px;
}
.agreement__nav-row:last-child {
    margin-bottom: 0;
}
.agreement__nav-link {
    font-size: 21px;
    line-height: 1.2;

    color: #1e55f4;
    border-bottom: 1px solid #1e55f4;
}
.agreement__nav-link:hover {
    border-bottom-color: transparent;
}
.agreement__info {
    position: relative;
    z-index: 1;

    padding: 75px 0 120px;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f8fa), to(#fff));
    background-image: -o-linear-gradient(top, #f5f8fa 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #f5f8fa 0%, #fff 100%);
}
.agreement__info::before {
    position: absolute;
    right: 0;
    bottom: 67px;
    left: 0;

    max-width: 958px;
    margin: 0 auto;

    content: "";

    border-bottom: 1px solid #dfe6ed;
}
.agreement__up {
    margin-bottom: 31px;
    padding-top: 9px;
}
.agreement__up-link {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;

    position: relative;

    display: inline-block;

    margin-left: 19px;

    vertical-align: top;

    color: #1e54f3;
    border-bottom: 1px solid #1e54f3;
}
.agreement__up-link:hover {
    border-bottom-color: transparent;
}
.agreement__up-link:hover::before,
.agreement__up-link:hover::after {
    top: 4px;
}
.agreement__up-link::before {
    position: absolute;
    top: 7px;
    left: -13px;

    height: 12px;

    content: "";
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;

    border-left: 1px solid #1e53f2;
}
.agreement__up-link::after {
    position: absolute;
    top: 7px;
    left: -14px;

    width: 3px;
    height: 3px;

    content: "";
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    border-top: 1px solid #1e53f2;
    border-left: 1px solid #1e53f2;
}

.classes {
    position: relative;
    z-index: 1;

    padding: 159px 0 22px;
}
.classes::before {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;

    height: 50%;

    content: "";

    background-color: #fff;
    -webkit-box-shadow: 0 -15px 30px 0 white;
    box-shadow: 0 -15px 30px 0 white;
}
.classes__title {
    font-size: 47px;
    font-weight: 300;
    line-height: 1.1;

    display: block;

    margin-bottom: 44px;

    text-align: center;

    color: #1f3746;
}
.classes__title b {
    font-weight: 800;
}
.classes__list {
    font-size: 0;
    line-height: 0;

    margin: 0 -25px;
}
.classes__item {
    display: inline-block;

    width: 33.33%;
    margin-bottom: 55px;
    padding: 0 25px;

    vertical-align: top;
}
.classes__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 61px;
    margin-bottom: 8px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.classes__item-icon .icon-svg {
    fill: #1c5de6;
}
.classes__item-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;

    display: block;

    margin-bottom: 12px;

    color: #1f3746;
}
.classes__item-desc {
    font-size: 19px;
    line-height: 1.4;

    display: block;

    color: #1f3746;
}
.classes__item-holder {
    padding: 34px 35px;

    border-radius: 8px;
    background-color: rgba(240, 243, 247, 0.72);
}
.classes__item-txt {
    font-size: 19px;
    line-height: 1.4;

    display: block;

    margin-bottom: 12px;

    color: #1f3746;
}

.composition {
    padding: 79px 0 94px;

    background-color: #f0f3f7;
}
.composition__title {
    font-size: 47px;
    font-weight: 300;
    line-height: 1.1;

    display: block;

    margin-bottom: 19px;

    text-align: center;

    color: #1f3746;
}
.composition__title b {
    font-weight: 900;
}
.composition__desc {
    font-size: 21px;
    line-height: 1.5;

    display: block;

    max-width: 600px;
    margin: 0 auto 36px;

    text-align: center;

    color: #203746;
}
.composition__accordion {
    list-style-position: inside;
    list-style-type: decimal;

    counter-reset: item;
}
.composition__accordion-row {
    position: relative;
    z-index: 1;

    margin-bottom: 15px;
    padding: 33px 93px 30px;

    cursor: pointer;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;

    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 3px 5px 18px rgba(0, 0, 0, 0.01);
    box-shadow: 3px 5px 18px rgba(0, 0, 0, 0.01);
}
.composition__accordion-row:hover {
    -webkit-box-shadow: 0 8px 27px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 27px rgba(0, 0, 0, 0.4);
}
.composition__accordion-row::before {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;

    position: absolute;
    top: 36px;
    left: 44px;

    content: counters(item, ".") ". ";
    counter-increment: item;

    color: #1f3746;
}
.composition__accordion-row.active .composition__accordion-title::after {
    top: 20px;
    right: -46px;

    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.composition__accordion-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;

    position: relative;

    display: block;

    color: #203746;
}
.composition__accordion-title::after {
    position: absolute;
    top: 50%;
    right: -52px;

    width: 17px;
    height: 17px;
    margin-top: -13px;

    content: "";
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    border-right: 4px solid #cdd6e9;
    border-bottom: 4px solid #cdd6e9;
}
.composition__accordion-collapse {
    font-size: 19px;
    line-height: 1.4;

    display: none;

    margin-top: 18px;
    margin-bottom: 16px;

    color: #1f3746;
}

.cost {
    padding: 77px 0 21px;
}
.cost__title {
    font-size: 47px;
    font-weight: 300;
    line-height: 1.1;

    display: block;

    margin-bottom: 9px;

    text-align: center;

    color: #1f3746;
}
.cost__title b {
    font-weight: 700;
}
.cost__desc {
    font-size: 21px;
    line-height: 1.5;

    display: block;

    margin-bottom: 33px;

    text-align: center;

    color: #203746;
}
.cost__box {
    margin-bottom: 25px;
    padding: 31px 65px;

    border-radius: 8px;
    background-color: #f0f3f7;
}
.cost__txt {
    font-size: 25px;
    line-height: 1.5;

    display: block;

    max-width: 588px;
    margin: 0 auto 33px;

    text-align: center;

    color: #203746;
}
.cost__form-row {
    max-width: 588px;
    margin: 0 auto 15px;
}
.cost__form-row:last-child {
    margin-bottom: 0;
}
.cost__form .input {
    font-size: 19px;
    line-height: 1.5;

    height: auto;
    padding: 14px 16px;

    color: #5f7279;
    border: 1px solid transparent;
    border-radius: 5px;
}
.cost__form .input:focus {
    border-color: #1c5de6;
}
.cost__form .input.error {
    border-color: #f00;
}
.cost__row {
    font-size: 0;
    line-height: 0;

    margin-bottom: 18px;
    padding: 31px 65px;

    border-radius: 8px;
    background-color: #f0f3f7;
}
.cost__row-left {
    display: inline-block;

    width: 59%;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 21px;

    vertical-align: middle;

    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.cost__row-title {
    font-size: 21px;
    line-height: 1.5;

    display: block;

    max-width: 400px;
    margin-bottom: 23px;

    color: #1f3746;
}
.cost__row-btn {
    max-width: 246px;
}
.cost__row-btn .icon-svg {
    display: inline-block;

    margin-left: 12px;

    vertical-align: bottom;

    fill: #fff;
}
.cost__row-right {
    display: inline-block;

    width: 41%;
    padding-left: 58px;

    vertical-align: middle;
}
.cost__row-txt {
    font-size: 19px;
    line-height: 1.3;

    display: block;

    margin-bottom: 10px;

    color: #666;
}
.cost__row-old {
    font-size: 21px;
    line-height: 1.5;

    position: relative;
    z-index: 1;

    display: inline-block;

    margin-right: 6px;

    vertical-align: bottom;

    color: #203746;
}
.cost__row-old::before {
    position: absolute;
    top: 50%;
    right: -3px;
    left: -3px;

    height: 2px;
    margin-top: -1px;

    content: "";

    background-color: #1c5de6;
}
.cost__row-new {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;

    display: inline-block;

    margin-left: 5px;

    vertical-align: bottom;

    color: #1e55f4;
}
.cost__row-new small {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;

    margin-left: 9px;
}
.cost__row-val {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;

    display: block;

    color: #203746;
}
.cost__row-val b {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
}
.cost__row-list {
    margin-bottom: 33px;
}
.cost__row-item {
    font-size: 19px;
    line-height: 1.3;

    position: relative;

    margin-bottom: 15px;
    padding-left: 32px;

    color: #666;
}
.cost__row-item::before {
    position: absolute;
    top: 2px;
    left: 6px;

    width: 8px;
    height: 14px;

    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    border-right: 1px solid #c7d1e2;
    border-bottom: 1px solid #c7d1e2;
}
.cost__row-item:last-child {
    margin-bottom: 0;
}

.customers {
    padding: 73px 0 86px;

    background-color: #f0f3f7;
}
.customers__title {
    font-size: 47px;
    font-weight: 300;
    line-height: 1.1;

    display: block;

    max-width: 800px;
    margin: 0 auto 45px;

    text-align: center;

    color: #1f3746;
}
.customers__title b {
    font-weight: 800;
}
.customers__list {
    font-size: 0;
    line-height: 0;

    margin: 0 -20px 13px;
}
.customers__item {
    display: inline-block;

    width: 50%;
    margin-bottom: 34px;
    padding: 0 20px;

    vertical-align: top;
}
.customers__bottom {
    text-align: center;
}
.customers__btn {
    padding-right: 35px;
    padding-left: 35px;
}

.first-screen {
    margin-top: -81px;
    padding: 145px 0 87px;

    background: rgb(233,238,243);
    background: -moz-linear-gradient(56deg, rgba(233,238,243,1) 0%, rgba(255,255,255,1) 100%) !important; 
    background: -webkit-linear-gradient(56deg, rgba(233,238,243,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(56deg, rgba(233,238,243,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9eef3",endColorstr="#ffffff",GradientType=1);
    
}
.first-screen__wrap {
    margin: 0 -25px;
}
.first-screen__block {
    float: left;

    width: 50%;
    padding: 0 25px;
}
.first-screen__title {
    font-size: 51px;
    font-weight: 300;
    line-height: 1.05;

    display: block;

    margin-top: 13px;
    margin-bottom: 26px;

    color: #203746;
}
.first-screen__title b {
    font-weight: 800;

    border-bottom: 3px solid #00b34e;
}
.first-screen__desc {
    font-size: 21px;
    line-height: 1.5;

    display: block;

    margin-bottom: 36px;

    color: #1f3746;
}
.first-screen__desc b {
    font-weight: 800;
}
.first-screen__list {
    max-width: 430px;
    margin-bottom: 44px;
}
.first-screen__item {
    font-size: 0;
    line-height: 0;

    margin-bottom: 24px;
}
.first-screen__item-icon {
    display: inline-block;

    width: 40px;
    margin-right: 10px;

    vertical-align: middle;
}
.first-screen__item-icon .icon-svg {
    margin: 0 auto;

    fill: #acc2d6;
}
.first-screen__item-txt {
    font-size: 21px;
    line-height: 1.5;

    display: inline-block;

    width: calc(100% - 50px);
    padding-left: 12px;

    vertical-align: middle;

    color: #1f3746;
}
.first-screen__item-txt b {
    font-weight: 800;
}
.first-screen__bottom {
    font-size: 0;
    line-height: 0;

    margin-bottom: 10px;
}
.first-screen__btn {
    display: inline-block;

    max-width: 195px;
    margin-right: 48px;
    margin-bottom: 10px;

    vertical-align: middle;
}
.first-screen__program {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;

    color: #1e54f3;
    border-bottom: 1px dashed #1e54f3;
}
.first-screen__program:hover {
    border-bottom-color: transparent;
}
.first-screen__video {
    max-width: 524px;
    margin-left: auto;
}
.first-screen__video .video {
    margin-bottom: 18px;
}
.first-screen__quote {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;

    display: block;

    margin-bottom: 10px;

    color: #666;
}

.footer {
    padding-top: 31px;
    padding-bottom: 29px;
    margin-top: 0 !important;
    background-color: #ecf0f4;
}
.footer__social-list {
    font-size: 0;
    line-height: 0;

    float: right;

    width: 240px;
    padding-top: 37px;
    padding-left: 15px;
}
.footer__social-item {
    font-size: 20px;
    line-height: 1.5;

    display: inline-block;

    margin-right: 15px;
    margin-bottom: 5px;

    vertical-align: middle;
}
.footer__social-item:last-child {
    margin-right: 0;
}
.footer__social-item svg {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer__info {
    float: right;

    width: calc(100% - 550px);
    padding: 26px 10px 0;
}
.footer__info-holder {
    margin-bottom: 2px;

    text-align: center;
}
.footer__info-link {
    font-size: 17px;
    font-weight: 400;
    line-height: 1;

    color: #61727b;
    border-bottom: 1px solid #61727b;
}
.footer__info-link:hover {
    border-color: transparent;
}
.footer__holder {
    position: relative;
    z-index: 1;

    float: left;

    width: 310px;
    padding-top: 64px;
}
.footer__pay-list {
    font-size: 0;
    line-height: 0;
}
.footer__pay-item {
    display: inline-block;

    margin-right: 25px;

    vertical-align: middle;
}
.footer__pay-item:last-child {
    margin-right: 0;
}
.footer__copyright {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;

    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;

    display: block;
    overflow: hidden;

    height: 46px;

    color: #61727b;
}

.header {
    position: relative;
    z-index: 2;
}
.header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;

    padding: 16px 0 15px;

    border-bottom: 1px solid #ededed;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__logo {
    padding-right: 5px;
}
.header__logo-link {
    display: inline-block;

    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    vertical-align: top;
}
.header__logo-link:hover {
    opacity: 0.8;
}
.header__logo-img {
    display: block;

    max-width: 268px;
}
.header__control-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;

    padding-left: 10px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__control-item {
    margin-right: 37px;
}
.header__control-item:last-child {
    margin-right: 0;
}
.header__control-link {
    font-size: 0;
    line-height: 0;

    display: block;

    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;

    color: rgba(86, 104, 118, 0.7);
}
.header__control-link:hover {
    color: #566876;
}
.header__control-link:hover .icon-svg {
    fill: #566876;
}
.header__control-icon {
    display: inline-block;

    margin-left: 6px;

    vertical-align: middle;
}
.header__control-icon .icon-svg {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;

    fill: rgba(86, 104, 118, 0.25);
}
.header__control-txt {
    font-size: 17px;
    line-height: 1.4;

    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}

.help {
    padding: 79px 0 42px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.help__title {
    font-size: 47px;
    font-weight: 300;
    line-height: 1.1;

    display: block;

    margin-bottom: 35px;

    text-align: center;

    color: #1f3746;
}
.help__title b {
    font-weight: 800;
}
.help__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;

    margin: 0 -10px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.help__item {
    width: 25%;
    margin-bottom: 20px;
    padding: 0 10px;
}
.help__item--large {
    width: 50%;
}
.help__item--large .help__item-inner {
    max-width: 220px;
}
.help__item--inverse {
    color: #fff;
}
.help__item--inverse .help__item-title,
.help__item--inverse .help__item-desc {
    color: #fff;
}
.help__item--right .help__item-inner {
    float: right;
}
.help__item--right .help__item-img {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
}
.help__item.gray .help__item-holder {
    background-color: #e2eaf1;
}
.help__item.green .help__item-holder {
    background-color: #12a649;
}
.help__item.blue .help__item-holder {
    background-color: #1c5de6;
}
.help__item-holder {
    position: relative;
    z-index: 1;

    overflow: hidden;

    height: 100%;
    min-height: 251px;
    padding: 32px 34px 10px;

    border-radius: 8px;
    background-color: #bed1e1;
}
.help__item-holder:after {
    display: block;
    clear: both;

    content: " ";
}
.help__item-inner {
    max-width: 180px;
}
.help__item-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;

    display: block;

    margin-bottom: 13px;

    color: #1f3746;
}
.help__item-desc {
    font-size: 19px;
    line-height: 1.2;

    display: block;

    margin-bottom: 5px;

    color: #666;
}
.help__item-img {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;

    max-width: 100%;
    max-height: 100%;
}

.icon-svg {
    display: block;
}

.our-program {
    position: relative;
    z-index: 1;

    padding: 20px 0 68px;

    background-repeat: no-repeat;
    background-position: center 100px;
    background-size: cover;
}
.our-program::before {
    position: absolute;
    z-index: -1;
    top: 100px;
    right: 0;
    left: 0;

    height: 50%;

    content: "";

    background-color: #fff;
    -webkit-box-shadow: 0 15px 30px 0 white;
    box-shadow: 0 15px 30px 0 white;
}
.our-program__title {
    font-size: 47px;
    font-weight: 300;
    line-height: 1.1;

    display: block;

    margin-bottom: 43px;

    text-align: center;

    color: #1f3746;
}
.our-program__title b {
    font-weight: 800;
}
.our-program__desc {
    font-size: 21px;
    line-height: 1.5;

    display: block;

    margin-bottom: 32px;

    color: #5f7279;
}
.our-program__desc--bold {
    color: #1f3746;
}
.our-program__quote {
    margin-top: 41px;
    margin-bottom: 57px;
    padding-left: 40px;

    border-left: 5px solid #1c5de6;
}

.our-specialists {
    position: relative;
    z-index: 1;

    padding: 77px 0 81px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.our-specialists::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;

    height: 49%;

    content: "";

    background-color: #fff;
    -webkit-box-shadow: 0 50px 100px 0 white;
    box-shadow: 0 50px 100px 0 white;
}
.our-specialists__title {
    font-size: 47px;
    font-weight: 300;
    line-height: 1.1;

    display: block;

    margin-bottom: 40px;

    text-align: center;

    color: #203746;
}
.our-specialists__list {
    font-size: 0;
    line-height: 0;

    margin: 0 -20px 23px;

    text-align: center;
}
.our-specialists__item {
    display: inline-block;

    width: 33.33%;
    margin-bottom: 25px;
    padding: 0 20px;

    vertical-align: top;
}
.our-specialists__item-img {
    display: block;

    width: 100%;
    max-width: 281px;
    height: 281px;
    margin: 0 auto 14px;

    border-radius: 50%;

    -o-object-fit: cover;
    object-fit: cover;
}
.our-specialists__item-name {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;

    display: block;

    text-align: center;

    color: #203746;
}
.our-specialists__item-experience {
    font-size: 19px;
    line-height: 1.2;

    display: block;

    margin-bottom: 24px;

    text-align: center;

    color: rgba(102, 102, 102, 0.81);
}
.our-specialists__item-txt {
    font-size: 21px;
    line-height: 1.3;

    display: block;

    text-align: center;

    color: #1f3746;
}
.our-specialists__btn {
    max-width: 247px;
    margin: 0 auto;
}

#preloader {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    margin: 0 auto;

    background: #fff;
}
#preloader .preloader-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    margin: auto;
}

.preloader-center {
    position: absolute;
    top: 50%;
    left: 50%;

    width: auto;
    height: auto;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tcon-loader--spinner360 {
    position: relative;

    display: block;

    width: 80px;
    height: 80px;

    -webkit-animation: tcon-spin360 0.675s linear infinite forwards;
    animation: tcon-spin360 0.675s linear infinite forwards;

    border-radius: 80%;
    background: #f1f1f1;
}
.tcon-loader--spinner360:before,
.tcon-loader--spinner360:after {
    position: absolute;

    display: block;

    content: "";
}
.tcon-loader--spinner360:before {
    z-index: 1;
    top: 0;
    right: 0;

    width: 50%;
    height: 80px;

    border-radius: 0 90px 90px 0;
    background: #1c5de6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#1c5de6));
    background-image: -o-linear-gradient(#f1f1f1, #1c5de6);
    background-image: linear-gradient(#f1f1f1, #1c5de6);
}
.tcon-loader--spinner360:after {
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 70px;
    height: 70px;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    border-radius: 80%;
    background: #fff;
}

@-webkit-keyframes tcon-spin360 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes tcon-spin360 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tcon-visuallyhidden {
    position: absolute;

    overflow: hidden;
    clip: rect(0 0 0 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}
.tcon-visuallyhidden:active,
.tcon-visuallyhidden:focus {
    position: static;

    overflow: visible;
    clip: auto;

    width: auto;
    height: auto;
    margin: 0;
}

.results {
    padding: 69px 0 81px;
}
.results__title {
    font-size: 47px;
    font-weight: 300;
    line-height: 1.1;

    display: block;

    margin-bottom: 34px;

    text-align: center;

    color: #1f3746;
}
.results__title b {
    font-weight: 800;
}
.results__slider {
    margin: 0 -45px 15px;
}
.results__slider .slick-prev {
    left: 50%;

    margin-left: -317px;
}
.results__slider .slick-next {
    right: 50%;

    margin-right: -317px;
}
.results__slide {
    position: relative;

    padding: 0 45px;
}
.results__slide::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: "";
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;

    background-color: rgba(255, 255, 255, 0.5);
}
.results__slide-img {
    max-width: 544px;
    max-height: 543px;
    margin: 0 auto;

    -o-object-fit: contain;
    object-fit: contain;
}
.results__slide.slick-current::before {
    opacity: 0;
}

.review {
    position: relative;
    z-index: 1;

    padding: 108px 0 78px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.review::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: "";

    opacity: 0.8;
    background-image: -webkit-gradient(linear, left top, right top, from(#1e55f4), to(#00b34f));
    background-image: -o-linear-gradient(left, #1e55f4 0%, #00b34f 100%);
    background-image: linear-gradient(to right, #1e55f4 0%, #00b34f 100%);
}
.review__title {
    font-size: 25px;
    line-height: 1.5;

    position: relative;
    z-index: 1;

    display: block;

    margin-bottom: 33px;

    color: #fff;
}
.review__title-qq {
    position: absolute;
    z-index: -1;
    top: -55%;
    left: 15px;
}
.review__qq {
    margin-bottom: 52px;

    color: #fff;
}
.review__bottom {
    font-size: 0;
    line-height: 0;
}
.review__img {
    display: inline-block;

    width: 100px;
    height: 100px;
    margin-right: 10px;

    vertical-align: middle;

    border-radius: 50%;
}
.review__holder {
    display: inline-block;

    width: calc(100% - 110px);
    padding-left: 15px;

    vertical-align: middle;
}
.review__name {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;

    display: block;

    margin-bottom: 6px;

    color: #fff;
}
.review__position {
    font-size: 20px;
    line-height: 1.3;

    display: block;

    max-width: 420px;

    color: #fff;
}

.trust {
    position: relative;
    z-index: 1;

    padding: 33px 0 20px;
}
.trust__title {
    font-size: 47px;
    font-weight: 300;
    line-height: 1.1;

    display: block;

    margin-bottom: 23px;

    text-align: center;

    color: #1f3746;
}
.trust__decor {
    position: absolute;
    z-index: -2;
    right: 53%;
    bottom: 56%;
}
.trust__decor--bottom {
    bottom: -3.1%;
}
.trust__row {
    margin: 0 -10px 104px;
}
.trust__row:after {
    display: block;
    clear: both;

    content: " ";
}
.trust__row-block {
    position: relative;
    z-index: 1;

    float: left;

    width: 50%;
    padding: 0 10px;
}
.trust__row-block--right {
    float: right;
}
.trust__row-block--left {
    float: left;
}
.trust__row-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;

    position: relative;
    z-index: 1;

    display: block;

    margin-bottom: 19px;
    padding-top: 60px;

    color: #203746;
}
.trust__row-title::before {
    font-size: 96px;
    font-weight: 800;
    line-height: 1;

    position: absolute;
    z-index: -1;
    top: 36px;
    left: 2px;

    content: attr(data-numb);

    color: #e6ecf2;
}
.trust__row-desc {
    display: block;

    margin-bottom: 30px;
}
.trust__row-desc:last-child {
    margin-bottom: 0;
}
.trust__row-img {
    display: block;

    max-width: 100%;
    margin: 0 auto;
}
.trust__row-bottom {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -16px;
    left: 0;
}
.trust__row-txt {
    font-size: 150px;
    font-weight: 800;
    line-height: 1;

    display: block;

    text-align: center;

    color: #1f3746;
}
.trust__row-txt .icon-svg {
    margin-bottom: 5px;

    fill: #1f3746;
}
.trust__row-inner {
    display: inline-block;

    padding-left: 15px;

    vertical-align: baseline;
}
.trust__row-small {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;

    display: block;

    max-width: 75px;

    text-align: left;
}
.trust__row-contacts {
    font-size: 18px;
    line-height: 1.2;

    display: block;

    color: rgba(31, 55, 70, 0.5);
}
.trust__row-icons .icon-svg {
    display: inline-block;

    margin-left: 15px;

    vertical-align: middle;

    fill: #d5dfe9;
}
.trust__doc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;

    margin: 0 -3px 1px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.trust__doc-item {
    width: 33.33%;
    padding: 0 3px;
}
.trust__doc-wrap {
    position: relative;
    z-index: 1;

    min-height: 100%;
    padding: 25px 15px;

    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;

    border-radius: 10px;
}
.trust__doc-wrap:hover {
    z-index: 2;

    margin-top: -30px;
    margin-bottom: -12px;

    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}
.trust__doc-wrap:hover .trust__doc-img {
    max-width: 142px;
}
.trust__doc-img {
    display: block;

    max-width: 100px;
    margin: 0 auto 8px;

    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;

    border-radius: 50%;
}
.trust__doc-name {
    font-size: 17px;
    line-height: 1.2;

    display: block;

    text-align: center;

    color: rgba(31, 55, 70, 0.7);
}
.trust__doc-bottom {
    text-align: center;
}
.trust__doc-more {
    font-size: 18px;
    line-height: 1.2;

    color: rgba(31, 55, 70, 0.5);
    border-bottom: 1px solid rgba(31, 55, 70, 0.5);
}
.trust__doc-more:hover {
    border-bottom-color: transparent;
}
.trust__efficiency {
    position: relative;
    z-index: 1;

    margin-top: 72px;
    padding-top: 96px;
    padding-left: 38%;
}
.trust__efficiency-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    max-width: 100%;
}
.trust__efficiency-val {
    font-size: 84px;
    font-weight: 800;
    line-height: 1.21;

    display: block;

    margin-bottom: 46px;

    color: #becede;
}
.trust__efficiency-val > span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.27;

    display: block;

    margin-top: -17px;
}
.trust__efficiency-val--blue {
    color: #1c5de6;
}
.trust__efficiency-val--blue > span {
    color: #556066;
}
.trust__efficiency-small {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;

    margin-left: 10px;
}

.video {
    position: relative;
    z-index: 1;

    width: 100%;
    height: 100%;

    border-radius: 10px;
}
.video--reviews .video-link::before {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: "";
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.7);
}
.video--reviews .video-link:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
}
.video--reviews .video-btn {
    top: auto;
    right: 74px;
    bottom: 71px;
    left: auto;
}
.video-link {
    position: relative;
    z-index: 1;

    display: block;

    width: 100%;
    height: 100%;

    vertical-align: top;

    border-radius: 10px;
}
.video-link:hover {
    -webkit-box-shadow: 0 8px 27px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 27px rgba(0, 0, 0, 0.3);
}
.video-btn.play-btn {
    position: absolute;
}
.video-btn {
    z-index: 2;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
}
.video-img {
    display: block;

    width: 100%;
    height: 100%;

    border-radius: 10px;
}
.video-info {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    left: 47px;

    width: 60%;
}
.video-info__desc {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;

    display: block;

    margin-bottom: 22px;

    color: #fff;
}
.video-info__name {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;

    display: block;

    color: #fff;
}
.video-time {
    font-size: 26px;
    line-height: 1.5;

    position: absolute;
    top: 15px;
    right: 21px;

    color: #fff;
}

.play-btn {
    position: relative;

    width: 72px;
    height: 72px;

    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.34);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.34);
}
.play-btn::before {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 0;
    height: 0;
    margin-left: 3px;

    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    border-width: 9.5px 0 9.5px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #333;
}
.play-btn--link {
    width: 55px;
    height: 55px;

    -webkit-box-shadow: 4px 4px 23px rgba(0, 0, 0, 0.34);
    box-shadow: 4px 4px 23px rgba(0, 0, 0, 0.34);
}
.play-btn--link::before {
    border-color: transparent transparent transparent #1e55f4;
}
.play-btn--lg {
    width: 94px;
    height: 94px;

    -webkit-box-shadow: 6px 6px 39px rgba(0, 0, 0, 0.34);
    box-shadow: 6px 6px 39px rgba(0, 0, 0, 0.34);
}
.play-btn--lg::before {
    width: 0;
    height: 0;
    margin-left: 5px;

    border-width: 15.5px 0 15.5px 26px;
    border-style: solid;
    border-color: transparent transparent transparent #007bff;
}
@media (max-width: 1100px) {
    .help__item-title {
        font-size: 24px;
    }
}
@media (max-width: 1024px) {
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 34px;
    }
    hr {
        margin: 49px 0 43px;
    }
    .static-content h1 {
        margin-bottom: 21px;
    }
    .static-content ol > li {
        font-size: 34px;

        margin-bottom: 39px;
        padding-bottom: 15px;
    }
    .static-content ol > li:before {
        font-size: 34px;
    }
    .static-content ol ol > li {
        font-size: 19px;

        margin-bottom: 28px;
        padding-left: 64px;
    }
    .static-content ol ol > li:before {
        font-size: 21px;
    }
    .static-content ol ol ol > li {
        padding-left: 92px;
    }
    .static-content ol ul {
        margin-top: 22px;
    }
    .static-content ol ul li {
        margin-bottom: 21px;
        padding-left: 45px;
    }
    .static-content ol ul li::before {
        top: 24px;
        left: 1px;

        width: 15px;
        height: 15px;
    }
    .static-content p {
        font-size: 19px;

        margin-bottom: 30px;
    }
    .icon-libra {
        width: 33px;
        height: 38px;
    }
    .icon-ok {
        width: 35px;
        height: 37px;
    }
    .about-numb {
        padding: 68px 0 48px;
    }
    .about-numb__title {
        font-size: 42px;

        margin-bottom: 49px;
    }
    .about-numb__list {
        margin: 0 -25px;
    }
    .about-numb__item {
        width: 50%;
        margin-bottom: 49px;
        padding: 0 25px;
    }
    .about {
        padding: 26px 0 80px;
    }
    .about__holder {
        float: none;

        width: 100%;
        margin-bottom: 35px;
        padding-left: 0;
    }
    .about__title {
        font-size: 42px;
    }
    .about__desc {
        line-height: 1.3;
    }
    .about__img {
        width: 36.7%;
        margin-top: 0;
        margin-right: 0.3%;
    }
    .about__item {
        font-size: 19px;

        margin-bottom: 14px;
    }
    .agreement {
        padding: 61px 0 87px;
    }
    .agreement__nav {
        margin-top: -5px;
        margin-bottom: 59px;
        padding-top: 0;
    }
    .agreement__nav-row {
        margin-bottom: 8px;
    }
    .agreement__nav-link {
        font-size: 19px;
    }
    .agreement__info {
        padding: 64px 0 53px;
    }
    .agreement__info::before {
        right: 30px;
        bottom: 39px;
        left: 30px;
    }
    .agreement__up {
        margin-bottom: 23px;
        padding-top: 8px;
    }
    .agreement__up-link {
        font-size: 17px;
    }
    .classes {
        padding: 71px 0 28px;
    }
    .classes__title {
        font-size: 42px;

        margin-bottom: 39px;
    }
    .classes__title b {
        display: block;
    }
    .classes__list {
        margin: 0 -17px;
    }
    .classes__item {
        width: 50%;
        margin-bottom: 42px;
        padding: 0 17px;
    }
    .classes__item-holder {
        padding: 33px 26px;
    }
    .classes__item-txt {
        margin-bottom: 7px;
    }
    .composition {
        padding: 58px 0 76px;
    }
    .composition__title {
        font-size: 42px;

        margin-bottom: 13px;
    }
    .composition__desc {
        margin-bottom: 34px;
    }
    .composition__accordion-row {
        padding-right: 80px;
        padding-left: 80px;
    }
    .composition__accordion-row::before {
        left: 31px;
    }
    .composition__accordion-row.active .composition__accordion-title::after {
        top: 21px;
        right: -34px;
    }
    .composition__accordion-title::after {
        right: -39px;
    }
    .composition__accordion-collapse {
        margin-bottom: 5px;
    }
    .cost {
        padding: 61px 0 20px;
    }
    .cost__title {
        font-size: 42px;

        margin-bottom: 3px;
    }
    .cost__desc {
        margin-bottom: 27px;
    }
    .cost__box {
        padding: 26px 25px;
    }
    .cost__row {
        position: relative;
        z-index: 1;

        padding: 41px 46px 123px;
    }
    .cost__row-left {
        display: block;

        width: auto;
        margin-bottom: 28px;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;

        border-right: 0;
    }
    .cost__row-title {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .cost__row-btn {
        position: absolute;
        bottom: 43px;
        left: 46px;
    }
    .cost__row-right {
        display: block;

        width: auto;
        padding-left: 0;
    }
    .cost__row-txt {
        margin-bottom: 6px;
    }
    .cost__row-list {
        margin-top: 29px;
    }
    .customers {
        padding: 63px 0 70px;
    }
    .customers__title {
        font-size: 42px;

        margin-bottom: 32px;
    }
    .customers__list {
        margin: 0 30px 12px;
    }
    .customers__item {
        width: 100%;
        margin-bottom: 22px;
        padding: 0;
    }
    .first-screen {
        margin-top: -92px;
        padding: 142px 0 67px;
    }
    .first-screen__wrap {
        margin: 0;
    }
    .first-screen__block {
        float: none;

        width: auto;
        padding: 0;
    }
    .first-screen__title {
        font-size: 38px;

        margin-bottom: 29px;
    }
    .first-screen__desc {
        font-size: 19px;

        margin-bottom: 31px;

        color: rgba(31, 55, 70, 0.7);
    }
    .first-screen__list {
        max-width: 280px;
        margin-bottom: 35px;
    }
    .first-screen__item {
        margin-bottom: 20px;
    }
    .first-screen__item-txt {
        font-size: 19px;

        color: rgba(31, 55, 70, 0.7);
    }
    .first-screen__bottom {
        margin-bottom: 67px;
    }
    .first-screen__video {
        max-width: 100%;
    }
    .footer {
        padding-top: 49px;
        padding-bottom: 19px;
    }
    .footer__wrap {
        max-width: 280px;
        margin: 0 auto;
    }
    .footer__social-list {
        float: none;

        width: 100%;
        margin-bottom: 19px;
        padding-top: 0;
        padding-left: 0;

        text-align: center;
    }
    .footer__social-item {
        margin-right: 14px;
    }
    .footer__social-item svg:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .footer__info {
        float: none;

        width: 100%;
        margin-bottom: 33px;
        padding: 0;
    }
    .footer__info-holder {
        margin-bottom: 9px;
    }
    .footer__holder {
        float: none;

        width: 100%;
        padding-top: 0;
    }
    .footer__pay-list {
        margin-bottom: 28px;

        text-align: center;
    }
    .footer__copyright {
        position: static;

        text-align: center;
    }
    .header__wrap {
        padding: 20px 0 18px;
    }
    .header__control-list {
        flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .header__control-item {
        margin-right: 0;
        margin-bottom: 7px;
    }
    .header__control-item:first-child {
        margin-bottom: 0;
    }
    .header__control-icon {
        width: 22px;

        text-align: center;
    }
    .header__control-icon .icon-svg {
        margin: 0 auto;
    }
    .help {
        padding: 58px 0 25px;
    }
    .help__title {
        font-size: 42px;

        margin-bottom: 29px;
    }
    .help__item {
        width: 50%;
    }
    .help__item--large {
        width: 100%;
    }
    .help__item.blue {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .help__item--last {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .help__item--booking {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .help__item-title {
        font-size: 26px;
    }
    .our-program {
        padding-bottom: 39px;
    }
    .our-program__title {
        font-size: 42px;

        margin-bottom: 31px;
    }
    .our-program__desc {
        margin-bottom: 33px;
    }
    .our-program__quote {
        margin-top: 0;
        margin-bottom: 38px;
    }
    .our-specialists {
        padding: 70px 0 73px;
    }
    .our-specialists__title {
        font-size: 42px;

        margin-bottom: 33px;
    }
    .our-specialists__list {
        margin-bottom: 82px;
    }
    .our-specialists__item {
        width: 50%;
        margin-bottom: 52px;
    }
    .our-specialists__item:last-child {
        margin-bottom: 0;
    }
    .our-specialists__item-img {
        max-width: 176px;
        height: 176px;
        margin-bottom: 8px;
    }
    .our-specialists__item-experience {
        margin-bottom: 18px;
    }
    .our-specialists__item-txt {
        font-size: 19px;
    }
    .results {
        padding: 50px 0 60px;
    }
    .results__title {
        font-size: 42px;

        margin-bottom: 22px;
    }
    .results__slider {
        margin: 0 -24px 15px;
    }
    .results__slider .slick-prev {
        margin-left: -229px;
    }
    .results__slider .slick-next {
        margin-right: -229px;
    }
    .results__slide {
        padding: 0 24px;
    }
    .results__slide-img {
        max-width: 400px;
    }
    .review {
        padding: 91px 0 79px;
    }
    .review__title {
        margin-bottom: 25px;
    }
    .review__title-qq {
        left: 3px;
    }
    .review__qq {
        margin-bottom: 45px;
    }
    .trust__title {
        font-size: 42px;

        margin-bottom: 3px;
    }
    .trust__decor {
        right: 6%;
        bottom: 50.7%;
    }
    .trust__decor--bottom {
        display: none;
    }
    .trust__row {
        margin: 0 0 35px;
    }
    .trust__row-block {
        float: none;

        width: auto;
        padding: 0;
    }
    .trust__row-block--right {
        float: none;
    }
    .trust__row-block--left {
        float: none;
    }
    .trust__row-bottom {
        bottom: -27px;
    }
    .trust__row-contacts {
        text-align: center;
    }
    .trust__doc-list {
        margin-top: 82px;
    }
    .trust__efficiency {
        margin-top: 21px;
    }
    .video--reviews .video-link::before {
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(black),
            color-stop(50%, rgba(255, 255, 255, 0)),
            to(rgba(255, 255, 255, 0))
        );
        background: -o-linear-gradient(left, black 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, black 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    }
    .video--reviews .video-btn {
        right: 62px;
    }
    .video-info {
        bottom: 29px;

        width: 55%;
    }
    .video-time {
        top: 22px;
        right: 31px;
    }
}
@media (max-width: 767px) {
    .container {
        padding: 0 20px;
    }
    .fancybox-slide--video .fancybox-content {
        max-width: 100%;
        max-height: 100%;
    }
    h1 {
        font-size: 27px;
    }
    h2 {
        font-size: 27px;
    }
    q,
    blockquote {
        font-size: 19px;
        line-height: 1.3;
    }
    blockquote {
        font-size: 22px;
        line-height: 1.5;

        padding-left: 31px;
    }
    .static-content h1 {
        margin-bottom: 28px;
    }
    .static-content ol > li {
        font-size: 27px;

        margin-bottom: 39px;
        padding-bottom: 12px;
    }
    .static-content ol > li:before {
        font-size: 27px;
    }
    .static-content ol ol > li {
        line-height: 1.3;

        margin-bottom: 32px;
        padding-left: 0;
    }
    .static-content ol ol > li:before {
        position: static;

        display: block;

        margin-bottom: 6px;
    }
    .static-content ol ol ol > li {
        padding-left: 0;
    }
    .static-content ol ul li {
        margin-bottom: 14px;
        padding-left: 34px;
    }
    .static-content ol ul li::before {
        position: absolute;
        top: 21px;
        left: -5px;

        width: 17px;
        height: 17px;
    }
    .static-content p {
        line-height: 1.3;
    }
    .btn {
        font-size: 18px;

        padding: 18px 14px 19px;
    }
    .btn--lg {
        font-size: 18px;

        padding: 18px 14px 16px;
    }
    .icon-clock {
        width: 20px;
        height: 25px;
    }
    .about-numb {
        padding: 56px 0 52px;
    }
    .about-numb__title {
        font-size: 30px;

        margin-bottom: 43px;
    }
    .about-numb__list {
        margin: 0;
    }
    .about-numb__item {
        display: block;

        width: auto;
        padding: 0;
    }
    .about-numb__item-value {
        font-size: 65px;

        margin-bottom: 2px;
    }
    .about {
        padding: 49px 0 43px;
    }
    .about__holder {
        margin-bottom: 28px;
    }
    .about__title {
        font-size: 30px;

        margin-bottom: 18px;

        text-align: center;
    }
    .about__desc {
        font-size: 19px;

        margin-bottom: 26px;
    }
    .about__img {
        display: block;
        float: none;

        width: auto;
        max-width: 100%;
        margin: 0 auto 27px;
    }
    .about__list {
        width: 61%;
        padding-top: 11px;
        padding-left: 15px;
    }
    .about__list {
        float: none;

        width: auto;
        padding: 0;
    }
    .about__item {
        padding-left: 41px;
    }
    .about__item::before {
        top: 1px;
        left: 9px;
    }
    .agreement {
        padding: 42px 0 19px;
    }
    .agreement__nav {
        margin-top: 0;
        margin-bottom: 55px;
        padding-top: 0;
    }
    .agreement__nav-row {
        margin-bottom: 13px;
    }
    .agreement__nav-link {
        line-height: 1.3;
    }
    .agreement__info {
        padding: 52px 0 103px;
    }
    .agreement__info::before {
        right: 20px;
        left: 20px;
    }
    .agreement__up {
        margin-bottom: 32px;
        padding-top: 9px;
    }
    .classes {
        padding: 62px 0 22px;
    }
    .classes__title {
        font-size: 30px;

        margin-bottom: 33px;
    }
    .classes__list {
        margin: 0;
    }
    .classes__item {
        display: block;

        width: auto;
        margin-bottom: 30px;
        padding: 0;
    }
    .classes__item-icon {
        height: auto;
        margin-bottom: 18px;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .classes__item-title {
        font-size: 19px;
        line-height: 1.3;

        margin-bottom: 7px;
    }
    .classes__item-desc {
        line-height: 1.3;
    }
    .classes__item-holder {
        padding: 22px 27px;
    }
    .classes__item-txt {
        line-height: 1.3;

        margin-bottom: 3px;
    }
    .composition {
        padding: 47px 0 65px;
    }
    .composition__title {
        font-size: 30px;

        margin-bottom: 12px;
    }
    .composition__desc {
        font-size: 19px;
        line-height: 1.4;

        margin-bottom: 26px;
    }
    .composition__accordion-row {
        margin-bottom: 12px;
        padding: 30px 26px 29px;
    }
    .composition__accordion-row::before {
        font-size: 19px;

        top: 31px;
        left: 27px;
    }
    .composition__accordion-row.active .composition__accordion-title::after {
        right: 0;

        margin-top: -17px;
    }
    .composition__accordion-title {
        font-size: 19px;
        line-height: 1.2;

        padding-right: 18px;
        padding-left: 34px;
    }
    .composition__accordion-title::after {
        right: -4px;
    }
    .composition__accordion-collapse {
        font-size: 19px;
        line-height: 1.2;

        margin-top: 20px;
        margin-bottom: 21px;
    }
    .cost {
        padding: 47px 0 0;
    }
    .cost__title {
        font-size: 30px;

        margin-bottom: 11px;
    }
    .cost__title b {
        display: block;
    }
    .cost__desc {
        font-size: 19px;
        line-height: 1.3;

        margin-bottom: 24px;
    }
    .cost__box {
        margin-right: -20px;
        margin-left: -20px;
        padding: 21px 20px;

        border-radius: 0;
    }
    .cost__txt {
        font-size: 20px;
    }
    .cost__row {
        margin: 0 -20px;
        padding: 34px 20px 108px;

        border-radius: 0;
    }
    .cost__row:nth-child(even) {
        background-color: #fff;
    }
    .cost__row-left {
        margin-bottom: 11px;
    }
    .cost__row-title {
        font-size: 19px;
        line-height: 1.3;

        margin-bottom: 8px;
    }
    .cost__row-btn {
        bottom: 41px;
        left: 20px;
    }
    .cost__row-txt {
        margin-bottom: 15px;
    }
    .cost__row-price {
        margin-bottom: 6px;
    }
    .cost__row-list {
        margin-top: 14px;
        margin-bottom: 22px;
    }
    .cost__row-item {
        margin-bottom: 10px;

        color: #1f3746;
    }
    .customers {
        padding: 50px 0 70px;
    }
    .customers__title {
        font-size: 30px;

        margin-bottom: 27px;

        color: #1f3746;
    }
    .customers__list {
        margin: 0 0 8px;
    }
    .customers__item {
        margin-bottom: 27px;
    }
    .first-screen {
        margin-top: -175px;
        padding: 204px 0 41px;
    }
    .first-screen__title {
        font-size: 27px;

        margin-bottom: 25px;
    }
    .first-screen__desc {
        margin-bottom: 30px;
    }
    .first-screen__list {
        margin-bottom: 41px;
    }
    .first-screen__item {
        margin-bottom: 8px;
    }
    .first-screen__bottom {
        margin-bottom: 45px;
    }
    .first-screen__btn {
        margin-bottom: 24px;
    }
    .first-screen__video .video {
        margin-bottom: 15px;
    }
    .footer {
        padding-top: 46px;
        padding-bottom: 25px;
    }
    .footer__social-list {
        margin-bottom: 17px;
    }
    .footer__info-holder {
        margin-bottom: 0;
    }
    .footer__pay-list {
        margin-bottom: 25px;
    }
    .footer__copyright {
        font-size: 17px;
    }
    .header__wrap {
        padding: 24px 0 22px;
    }
    .header__wrap {
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header__logo {
        margin-bottom: 29px;
    }
    .header__logo-img {
        max-width: 241px;
    }
    .header__control-list {
        padding-left: 0;

        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header__control-item {
        margin-bottom: 9px;
    }
    .header__control-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row-reverse;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    }
    .header__control-icon {
        margin-right: 17px;
        margin-left: 0;
    }
    .header__control-txt {
        margin-right: 0;
    }
    .help {
        padding: 50px 0 23px;
    }
    .help__title {
        font-size: 30px;

        margin-bottom: 34px;
    }
    .help__item {
        width: 100%;
        margin-bottom: 13px;
    }
    .help__item--large .help__item-img {
        opacity: 0.27;
    }
    .help__item--right .help__item-inner {
        float: none;
    }
    .help__item-holder {
        padding: 34px 31px 10px;
    }
    .our-program {
        padding-bottom: 29px;
    }
    .our-program__title {
        font-size: 30px;

        margin-bottom: 25px;
    }
    .our-program__desc {
        font-size: 19px;
        line-height: 1.4;

        margin-bottom: 33px;
    }
    .our-program__quote {
        margin-top: 35px;
        margin-bottom: 40px;
        padding-left: 31px;
    }
    .our-specialists {
        padding: 44px 0 60px;
    }
    .our-specialists__title {
        font-size: 30px;

        margin-bottom: 27px;
    }
    .our-specialists__list {
        margin-bottom: 54px;
    }
    .our-specialists__item {
        width: 100%;
        margin-bottom: 43px;
    }
    .our-specialists__item-img {
        margin-bottom: 6px;
    }
    .our-specialists__item-name {
        margin-bottom: 2px;
    }
    .our-specialists__item-experience {
        margin-bottom: 11px;
    }
    .results {
        padding: 57px 0 51px;
    }
    .results__title {
        font-size: 30px;

        margin-bottom: 20px;
    }
    .results__slider {
        margin: 0 0 15px;
        padding: 0 15px;
    }
    .results__slider .slick-prev {
        left: 36px;

        margin-left: 0;
    }
    .results__slider .slick-next {
        right: 36px;

        margin-right: 0;
    }
    .results__slide {
        padding: 0 5px;
    }
    .results__slide::before {
        display: none;
    }
    .results__slide-img {
        width: 100%;
    }
    .review {
        padding: 63px 0 63px;
    }
    .review__title {
        line-height: 1.3;

        margin-bottom: 29px;
        padding-top: 66px;
    }
    .review__title-qq {
        top: 0;
        right: 0;
        left: 0;

        width: 62px;
        height: 48px;
        margin: 0 auto;
    }
    .review__qq {
        margin-bottom: 44px;
    }
    .review__img {
        display: block;

        margin: 0 auto 12px;
    }
    .review__holder {
        display: block;

        width: 100%;
        padding-left: 0;
    }
    .review__name {
        font-size: 21px;
        line-height: 1.5;

        text-align: center;
    }
    .review__position {
        font-size: 18px;
        line-height: 1.3;

        max-width: 100%;

        text-align: center;
    }
    .trust {
        padding: 19px 0 17px;
    }
    .trust__title {
        font-size: 30px;
    }
    .trust__row {
        margin-bottom: 58px;
    }
    .trust__row:last-child {
        margin-bottom: 0;
    }
    .trust__row-title {
        font-size: 22px;
        line-height: 1.3;

        margin-bottom: 14px;
        padding-top: 41px;
    }
    .trust__row-title::before {
        top: 4px;
        left: -5px;
    }
    .trust__row-desc {
        font-size: 19px;
        line-height: 1.4;

        margin-bottom: 28px;
    }
    .trust__row-bottom {
        bottom: -51px;
    }
    .trust__row-txt {
        font-size: 111px;
    }
    .trust__row-txt .icon-svg {
        margin-bottom: 2px;
    }
    .trust__row-inner {
        padding-left: 10px;
    }
    .trust__row-small {
        font-size: 19px;
    }
    .trust__row-icons {
        display: block;

        margin-top: 14px;
    }
    .trust__row-icons .icon-svg {
        margin: 0 7px;
    }
    .trust__doc-list {
        margin-top: 71px;
    }
    .trust__doc-item {
        width: 50%;
    }
    .trust__doc-wrap {
        padding: 15px 10px 10px;
    }
    .trust__doc-wrap:hover {
        margin-top: -25px;
    }
    .trust__doc-wrap:hover .trust__doc-img {
        max-width: 120px;
    }
    .trust__doc-img {
        max-width: 83px;
    }
    .trust__doc-name {
        font-size: 14px;
        line-height: 1.21;
    }
    .trust__efficiency {
        margin-top: 0;
        padding-top: 54px;
        padding-left: 36%;
    }
    .trust__efficiency-val {
        font-size: 57px;
        line-height: 1.2;

        margin-bottom: 11px;
    }
    .trust__efficiency-val > span {
        margin-top: -10px;
    }
    .video--reviews .video-link {
        margin-bottom: 21px;
    }
    .video--reviews .video-link::before {
        background-color: rgba(0, 0, 0, 0.7);
    }
    .video--reviews .video-btn {
        top: calc(50% - 36px);
        left: calc(50% - 36px);
    }
    .video-info {
        position: static;

        width: auto;
    }
    .video-info__desc {
        font-size: 19px;
        font-weight: 700;
        line-height: 1.3;

        margin-bottom: 4px;

        color: #1f3746;
    }
    .video-info__name {
        font-size: 19px;
        line-height: 1.4;

        color: #1f3746;
    }
    .video-time {
        font-size: 26px;

        top: 10px;
        right: 18px;
    }
}
@media (min-width: 320px) {
    .xs-12 {
        width: 100%;
    }
    .xs-11 {
        width: 91.66667%;
    }
    .xs-10 {
        width: 83.33333%;
    }
    .xs-9 {
        width: 75%;
    }
    .xs-8 {
        width: 66.66667%;
    }
    .xs-7 {
        width: 58.33333%;
    }
    .xs-6 {
        width: 50%;
    }
    .xs-5 {
        width: 41.66667%;
    }
    .xs-4 {
        width: 33.33333%;
    }
    .xs-3 {
        width: 25%;
    }
    .xs-2 {
        width: 16.66667%;
    }
    .xs-1 {
        width: 8.33333%;
    }
    .offset-xs-11 {
        margin-left: 91.66667%;
    }
    .offset-xs-10 {
        margin-left: 83.33333%;
    }
    .offset-xs-9 {
        margin-left: 75%;
    }
    .offset-xs-8 {
        margin-left: 66.66667%;
    }
    .offset-xs-7 {
        margin-left: 58.33333%;
    }
    .offset-xs-6 {
        margin-left: 50%;
    }
    .offset-xs-5 {
        margin-left: 41.66667%;
    }
    .offset-xs-4 {
        margin-left: 33.33333%;
    }
    .offset-xs-3 {
        margin-left: 25%;
    }
    .offset-xs-2 {
        margin-left: 16.66667%;
    }
    .offset-xs-1 {
        margin-left: 8.33333%;
    }
}
@media (min-width: 768px) {
    .sm-12 {
        width: 100%;
    }
    .sm-11 {
        width: 91.66667%;
    }
    .sm-10 {
        width: 83.33333%;
    }
    .sm-9 {
        width: 75%;
    }
    .sm-8 {
        width: 66.66667%;
    }
    .sm-7 {
        width: 58.33333%;
    }
    .sm-6 {
        width: 50%;
    }
    .sm-5 {
        width: 41.66667%;
    }
    .sm-4 {
        width: 33.33333%;
    }
    .sm-3 {
        width: 25%;
    }
    .sm-2 {
        width: 16.66667%;
    }
    .sm-1 {
        width: 8.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
}
@media (min-width: 1025px) {
    .md-12 {
        width: 100%;
    }
    .md-11 {
        width: 91.66667%;
    }
    .md-10 {
        width: 83.33333%;
    }
    .md-9 {
        width: 75%;
    }
    .md-8 {
        width: 66.66667%;
    }
    .md-7 {
        width: 58.33333%;
    }
    .md-6 {
        width: 50%;
    }
    .md-5 {
        width: 41.66667%;
    }
    .md-4 {
        width: 33.33333%;
    }
    .md-3 {
        width: 25%;
    }
    .md-2 {
        width: 16.66667%;
    }
    .md-1 {
        width: 8.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
}
@media (min-width: 1200px) {
    .lg-12 {
        width: 100%;
    }
    .lg-11 {
        width: 91.66667%;
    }
    .lg-10 {
        width: 83.33333%;
    }
    .lg-9 {
        width: 75%;
    }
    .lg-8 {
        width: 66.66667%;
    }
    .lg-7 {
        width: 58.33333%;
    }
    .lg-6 {
        width: 50%;
    }
    .lg-5 {
        width: 41.66667%;
    }
    .lg-4 {
        width: 33.33333%;
    }
    .lg-3 {
        width: 25%;
    }
    .lg-2 {
        width: 16.66667%;
    }
    .lg-1 {
        width: 8.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
}

.help-scholars {
    padding: 80px 0 0 0;
    background: url("../images/help-scholars-bg.png") 0 0 no-repeat;
}

.help-scholars__title {
    color: #203746;
    font-size: 47px;
    font-weight: 400;
    text-align: center;
    line-height: 1em;
    margin: 0px 0px 10px 0px;
}
.help-scholars__title span {
    font-weight: 700;
}

.help-scholars__subtitle {
    color: #203746;
    font-size: 21px;
    text-align: center;
    margin: 0px 0px 39px 0px;
}
.help-scholars__list {
    display: flex;
    align-items: center;
    width: 600px;
    margin: 0 auto;
}
.help-scholars__item {
    padding: 0 20px;
}

.help-scholars__colum {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 220px;
    box-shadow: 0 6px 12px rgba(208, 213, 219, 0.5);
    border-radius: 10px;
    background-color: #ffffff;
}

.reviews-clients {
    padding: 100px 0px;
}

.reviews-clients__title {
    color: #203746;
    font-size: 47px;
    font-weight: 400;
    text-align: center;
    margin: 0px 0px 29px 0px;
    line-height: 1em;
}

.reviews-clients__title span {
    font-weight: 700;
}

.reviews-clients__slider {
    overflow: hidden;
    height: 520px;
}

.reviews-clients__item {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 850px;
    margin: 0px 100px 0px 0px;
}
.reviews-clients__images {
    display: flex;
}

.reviews-clients__img {
    max-width: 518px;
    max-height: 518px;
}

.reviews-clients__img img {
    max-width: 100%;
}
.reviews-clients__colum {
    position: relative;
    margin: 0px 40px 0px 0px;
}

.reviews-clients__body {
    position: absolute;
    font-size: 20px;
    display: block;
    width: 180px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    top: 85%;
    background: rgba(0, 0, 0, 0.5);
    color: rgba(240, 243, 247, 0.72);
    border-radius: 10px;
    transition: all 0.5s ease 0s;
}
.reviews-clients__open {
    position: relative;
    max-width: 292px;
    flex: 0 0 292px;
}
.reviews-clients__body:hover {
    color: rgba(240, 243, 247, 0.72);
    transform: translateX(-50%) scale(1.05);
}

.reviews-clients__open img {
    max-width: 100%;
}

.reviews-clients__play {
    width: 72px;
    height: 72px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    left: 50%;
    margin-left: -36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews-clients__play:hover {
    transform: scale(1.1);
}

.reviews-clients__photo {
    max-width: 306px;
    max-height: 544px;
}

.reviews-clients__photo img {
    max-width: 100%;
}

.reviews-clients__slider .slick-list .slick-track {
    display: flex;
}

.slick-arrow {
    font-size: 0;
    border: none;
    background: transparent;
}

/* Стрелка влево */
.reviews-clients__slider .slick-arrow.slick-prev {
    left: 480px;
}
/* Стрелка вправо */
.reviews-clients__slider .slick-arrow.slick-next {
    right: 480px;
}

@media (max-width: 1890px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 453px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 460px;
    }
}
@media (max-width: 1850px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 433px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 440px;
    }
}

@media (max-width: 1800px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 403px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 410px;
    }
}

@media (max-width: 1750px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 373px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 380px;
    }
}

@media (max-width: 1700px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 343px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 350px;
    }
}

@media (max-width: 1650px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 313px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 320px;
    }
}

@media (max-width: 1600px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 283px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 290px;
    }
}

@media (max-width: 1550px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 253px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 260px;
    }
}

@media (max-width: 1450px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 223px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 230px;
    }
}

@media (max-width: 1390px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 203px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 210px;
    }
}

@media (max-width: 1330px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 163px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 170px;
    }
}

@media (max-width: 1250px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 133px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 140px;
    }
}

@media (max-width: 1200px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 103px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 110px;
    }
}

@media (max-width: 1140px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 73px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 80px;
    }
}

@media (max-width: 1080px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 43px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 50px;
    }
}

@media (max-width: 1020px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 23px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 30px;
    }

    .reviews-clients__item {
        max-width: 800px;
    }
    .reviews-clients__slider {
        height: 486px;
    }
}

@media (max-width: 1890px) {
    .reviews-clients {
        padding: 50px 0;
    }
}
@media (max-width: 768px) {
    .reviews-clients {
        padding: 30px 0;
    }
}

@media (max-width: 950px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 8px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 8px;
    }
}

@media (max-width: 1024px) {
    .reviews-clients__title {
        font-size: 42px;
    }
}

@media (max-width: 900px) {
    .reviews-clients__item {
        max-width: 700px;
        margin: 0px 50px 0px 0px;
    }
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 60px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 60px;
    }
    .reviews-clients__slider {
        height: 422px;
    }
    .reviews-clients__body {
        top: 89%;
    }
    .reviews-clients__open {
        max-width: 240px;
        flex: 0 0 240px;
    }
}

@media (max-width: 860px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 40px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 40px;
    }
}

@media (max-width: 820px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 25px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 25px;
    }
}

@media (max-width: 800px) {
    .reviews-clients__item {
        max-width: 600px;
        margin: 0px 40px 0px 0px;
    }
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 70px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 70px;
    }
    .reviews-clients__slider {
        height: 358px;
    }
    .reviews-clients__body {
        top: 89%;
    }
    .reviews-clients__open {
        max-width: 202px;
        flex: 0 0 202px;
    }
}

@media (max-width: 775px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 55px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 55px;
    }
}

@media (max-width: 750px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 40px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 40px;
    }
}

@media (max-width: 725px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 25px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 25px;
    }
}

@media (max-width: 700px) {
    .reviews-clients__item {
        max-width: 500px;
    }
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 75px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 75px;
    }
    .reviews-clients__slider {
        height: 294px;
    }
    .reviews-clients__body {
        width: 120px;
        font-size: 14px;
        top: 87%;
    }
    .reviews-clients__open {
        max-width: 166px;
        flex: 0 0 166px;
    }
}

@media (max-width: 680px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 65px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 65px;
    }
}

@media (max-width: 660px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 45px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 45px;
    }
}

@media (max-width: 620px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 25px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 25px;
    }
    .reviews-clients__colum {
        margin: 0px 20px 0px 0px;
    }
    .reviews-clients__slider {
        height: 307px;
    }
    .reviews-clients__open {
        max-width: 173px;
        flex: 0 0 173px;
    }
}

@media (max-width: 575px) {
    .reviews-clients__item {
        max-width: 400px;
    }
    .reviews-clients__play {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
    }
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 55px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 55px;
    }
    .reviews-clients__slider {
        height: 243px;
    }
    .reviews-clients__body {
        height: 30px;
    }
    .reviews-clients__open {
        max-width: 137px;
        flex: 0 0 137px;
    }
}

@media (max-width: 550px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 40px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 40px;
    }
}

@media (max-width: 520px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 25px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 25px;
    }
}

@media (max-width: 485px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 10px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 10px;
    }
}

@media (max-width: 460px) {
    .reviews-clients__item {
        max-width: 300px;
    }
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 45px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 45px;
    }
    .reviews-clients__slider {
        height: 179px;
    }
    .reviews-clients__body {
        width: 90px;
        height: 25px;
        font-size: 10px;
        top: 84%;
    }
    .reviews-clients__open {
        max-width: 100px;
        flex: 0 0 100px;
    }
}

@media (max-width: 425px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 30px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 30px;
    }
}

@media (max-width: 390px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 10px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 10px;
    }
}

@media (max-width: 355px) {
    .reviews-clients__item {
        max-width: 290px;
    }
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 5px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 5px;
    }
    .reviews-clients__slider {
        height: 172px;
    }
}

@media (max-width: 320px) {
    /* Стрелка влево */
    .reviews-clients__slider .slick-arrow.slick-prev {
        left: 2px;
    }
    /* Стрелка вправо */
    .reviews-clients__slider .slick-arrow.slick-next {
        right: 2px;
    }
}

@media (max-width: 767px) {
    .help-scholars__title {
        font-size: 30px;
    }
    .help-scholars__subtitle {
        font-size: 19px;
    }
    .reviews-clients__title {
        font-size: 30px;
    }
}

@media (max-width: 660px) {
    .help-scholars__list {
        flex-direction: column;
        width: 100%;
    }
    .help-scholars__item {
        margin: 0px 0px 30px 0px;
    }
}

@media (max-width: 480px) {
    .help-scholars__title {
        margin: 0px 0px 20px 0px;
    }
}

.fancybox-button--play {
    display: none;
}

.fancybox-button.fancybox-button--zoom {
    display: none;
}

.reviews-clients__wrapper {
    display: none;
}

.fancybox-content {
    background: transparent;
    padding: 0;
}

.reviews-clients__photo {
    margin: 0px 50px 0px 0px;
}

.reviews-clients__wrapper .fancybox-button.fancybox-close-small {
    position: fixed;
    right: 120px;
    top: 20px;
}

.reviews-clients__wrapper .fancybox-button.fancybox-close-small svg {
    width: 50px;
    height: 50px;
}

.reviews-clients__slick-prev {
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, 0.2) url("../fonts/arrow-prev.svg") 0 0 no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.reviews-clients__slick-next {
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, 0.2) url("../fonts/arrow-next.svg") 0 0 no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.reviews-clients__slick-prev:hover {
    background: rgba(0, 0, 0, 0.7) url("../fonts/arrow-prev-hover.svg") 0 0 no-repeat;
}

.reviews-clients__slick-next:hover {
    background: rgba(0, 0, 0, 0.7) url("../fonts/arrow-next-hover.svg") 0 0 no-repeat;
}

@media (max-width: 480px) {
    .fancybox-slide--html .fancybox-button.fancybox-close-small {
        display: flex;
        justify-content: center;
        align-items: center;
        left: 50%;
        position: absolute;
        transform: translate(-25px, 450px);
    }
}
.fancybox-slide--html .fancybox-button.fancybox-close-small:before {
    content: "Закрыть";
    position: relative;
    z-index: 10;
}
.fancybox-slide--html .fancybox-button.fancybox-close-small {
    display: flex;
    align-items: center;
}


