body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 27px;
    color: #282828;
}
*,
a,
div,
p,
section,
span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
}
:focus,
a:focus,
div:focus,
p:focus,
section:focus,
span:focus {
    outline: 0 !important;
}
:active,
a:active,
div:active,
p:active,
section:active,
span:active {
    outline: 0 !important;
}
:active,
:focus,
:focus-within {
    outline: 0 !important;
}
button {
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
}
input {
    font-family: "Montserrat", sans-serif;
}
p {
    margin: 0;
}
section {
    overflow: hidden;
}
@media (max-width: 991px) {
    .animateme {
        -webkit-transform: none !important;
        transform: none !important;
    }
}
.container {
    width: 1130px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1200px) {
    .container {
        width: 970px;
    }
}
@media (max-width: 991px) {
    .container {
        width: 720px;
    }
}
@media (max-width: 750px) {
    .container {
        width: 500px;
    }
}
@media (max-width: 525px) {
    .container {
        width: auto;
        padding: 0 20px;
    }
}
a {
    text-decoration: none;
    color: inherit;
}
.head__title,
.red-text {
    color: #d7291b;
}
.section-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    text-align: center;
}
@media (max-width: 525px) {
    .section-title {
        font-size: 25px;
        line-height: 43px;
    }
}
header {
    z-index: 10;
    position: relative;
}
header .header__top {
    background: #424240;
    color: #fff;
    height: 32px;
}
header .header__top .container {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1164px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1250px) {
    header .header__top .container {
        width: 1130px;
    }
}
@media (max-width: 1200px) {
    header .header__top .container {
        width: 970px;
    }
}
@media (max-width: 991px) {
    header .header__top .container {
        width: 720px;
    }
}
@media (max-width: 750px) {
    header .header__top .container {
        width: 500px;
    }
}
@media (max-width: 525px) {
    header .header__top .container {
        width: auto;
        padding: 0 20px;
    }
}
header a:hover {
    text-decoration: underline;
}
header .header__bottom_right ul li {
    position: relative;
    padding-bottom: 0px;
    padding-right: 20px;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
header .header__bottom_right ul li:hover:before {
    opacity: 1;
}
header .header__bottom_right ul li:hover > a {
    text-decoration: none;
    text-shadow: 0 0 0.65px #282828, 0 0 0.65px #282828;
}
header .header__bottom_right ul li a {
    -webkit-transition: text-shadow 0.1s;
    transition: text-shadow 0.1s;
}
header .header__bottom_right ul li:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 150px;
    height: 1px;
    background-color: #1978c5;
    left: 45%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}
header .header__bottom_right ul li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
}
header .header__bottom_right ul li .sub-menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    height: auto;
    background-color: #fff;
    text-align: center;
    top: 28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 18px 15px;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    pointer-events: none;
    border-bottom: 1px solid #a3a3a3;
}
header .header__bottom_right ul li .sub-menu li {
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 0;
}
header .header__bottom_right ul li .sub-menu li:not(:first-child) {
    margin-top: 5px;
}
header .header__bottom_right ul li .sub-menu li a {
    font-size: 16px;
    line-height: 2.06;
    color: #474747;
    position: relative;
}
header .header__bottom_right ul li .sub-menu li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #a3a3a3;
    left: 55%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 8px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
header .header__bottom_right ul li .sub-menu li a:hover:before {
    opacity: 1;
}
header .header__bottom_right ul li .sub-menu li:hover:before {
    opacity: 0;
}
header .header__bottom_right ul li .sub-menu li:hover a {
    text-decoration: none;
    font-weight: none;
}
header .header__bottom_right ul li.menu-item-has-children:hover:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
header .header__bottom_right ul li.menu-item-has-children:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 7px;
    pointer-events: none;
    background-image: url(../img/submenuArrow.png);
    background-repeat: no-repeat;
    right: 0;
    top: 10px;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}
header .header__bottom_right ul li.menu-item-has-children.active {
    color: #1978c5;
}
header .header__bottom_right ul li.menu-item-has-children.active:after {
    background-image: url(../img/mobile-arrow.png);
    background-size: contain;
    width: 10px;
    height: 70px;
}
@media (max-width: 991px) {
    header .header__wrapper:not(.mobile) .header__bottom_right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    header .header__wrapper:not(.mobile) .header__bottom_right ul {
        width: 100%;
    }
    header .header__bottom_right ul li {
        padding-bottom: 10px;
        border-bottom: 1px solid #dddddd;
    }
    header .header__bottom_right ul li:hover:before {
        opacity: 0;
    }
    header .header__bottom_right ul li:hover .sub-menu {
        opacity: 0;
        pointer-events: auto;
    }
    header .header__bottom_right ul li a:hover {
        text-shadow: none;
    }
    header .header__bottom_right ul li.menu-item-has-children:hover:after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    header .header__wrapper:not(.mobile) .header__bottom_right ul li .sub-menu {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        padding: 0 0 32px 0;
        display: none;
        text-align: left;
    }
    header .header__wrapper:not(.mobile) .header__bottom_right ul li .sub-menu a:hover {
        text-shadow: none;
    }
    header .header__wrapper:not(.mobile) .header__bottom_right ul li .sub-menu li {
        border-bottom: none;
        text-align: left;
    }
    header .header__wrapper:not(.mobile) .header__bottom_right ul li .sub-menu li a:hover {
        text-shadow: none;
    }
    header .header__wrapper:not(.mobile) .header__bottom_right ul li .sub-menu li a:hover:before {
        opacity: 0;
    }
    header .trial-btn {
        margin-top: 30px;
    }
}
.undersearch {
    display: none;
}
@media (max-width: 991px) {
    .header__wrapper:not(.mobile) {
        z-index: 2;
        position: absolute;
        top: 86px;
        left: 0;
        right: 0;
        background: #282828;
        will-change: transform;
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease;
        -webkit-transform: translateY(-125%);
        transform: translateY(-125%);
        -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    }
}
@media (max-width: 991px) {
    .header__wrapper:not(.mobile) .header__bottom_logo {
        display: none;
    }
}
@media (max-width: 991px) {
    .header__wrapper:not(.mobile) .header__top {
        height: auto;
        padding: 10px 0;
    }
}
@media (max-width: 991px) {
    .header__wrapper:not(.mobile) .header-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (max-width: 991px) {
    .header__wrapper:not(.mobile) .header__top .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (max-width: 991px) {
    .header__wrapper:not(.mobile) .header-nav a {
        display: block;
        font-size: 15px;
        margin-bottom: 15px;
        padding: 0;
        width: 100%;
    }
    .header__wrapper:not(.mobile) .header-nav a:after {
        display: none;
    }
}
@media (max-width: 991px) {
    .header__wrapper:not(.mobile) a.header__contact-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0;
        height: auto;
        padding: 15px;
        margin-bottom: 5px;
    }
}
@media (max-width: 991px) {
    .header__wrapper:not(.mobile) .lang-selector {
        border-bottom: 1px solid #6091a0;
        width: 100%;
        padding-bottom: 5px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header__wrapper:not(.mobile) .lang-selector ul {
        width: 100%;
        position: static;
        margin: 10px 0;
    }
}
@media (max-width: 991px) {
    .header__wrapper:not(.mobile) .header-nav a.header__search-btn {
        border-top: 1px solid #6091a0;
        padding: 10px 0;
        margin-bottom: 0;
    }
    .header__wrapper:not(.mobile) .header-nav a.header__search-btn:hover {
        text-decoration: none;
    }
}
@media (max-width: 991px) {
    .header__wrapper:not(.mobile) .search-form {
        position: relative;
        left: 0;
        right: 0;
        margin: 15px 0 10px;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        width: 100%;
        top: 0;
        z-index: 2;
    }
    .header__wrapper:not(.mobile) .search-form__input {
        width: calc(100% - 120px);
    }
}
@media (max-width: 525px) {
    .header__wrapper:not(.mobile) .search-form {
        padding: 20px;
    }
    .header__wrapper:not(.mobile) .search-form__input {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width: 991px) {
    .header__wrapper:not(.mobile) .undersearch {
        display: block;
        border-bottom: 1px solid #6091a0;
        width: 100%;
        margin-bottom: 15px;
    }
}
@media (max-width: 991px) {
    .header__wrapper:not(.mobile) .header__bottom_right {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .header__wrapper:not(.mobile) .header__bottom_right ul {
        display: block;
        width: 50%;
        margin-bottom: -10px;
    }
}
@media (max-width: 991px) {
    .header__wrapper:not(.mobile) .header__bottom_right ul li {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width: 991px) {
    .header__wrapper:not(.mobile) .header__bottom {
        height: auto;
        padding: 20px 0;
    }
}
.header__wrapper.mobile {
    display: none;
    background: #fff;
    height: 86px;
    position: relative;
    z-index: 3;
}
.header__wrapper.mobile .header__bottom_wrapper {
    height: 100%;
}
@media (max-width: 991px) {
    .header__wrapper.mobile {
        display: block;
    }
}
@media (max-width: 525px) {
    .header__menu-btn {
        margin-right: -8px;
    }
}
body.menu-opened .header__wrapper:not(.mobile) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.lang-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -7px;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .lang-selector {
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .lang-selector {
        margin-bottom: 15px;
    }
}
.lang-selector svg {
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 7px;
}
.lang-selector ul {
    display: none;
    position: absolute;
    top: 25px;
    width: 140px;
    padding: 0;
    left: 0;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: -2px 14px 20px 7px rgba(0, 0, 0, 0.38);
    box-shadow: -2px 14px 20px 7px rgba(0, 0, 0, 0.38);
    color: #000;
    overflow: hidden;
}
.lang-selector ul li {
    display: block;
    width: 100%;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.lang-selector ul li.current {
    background: rgba(24, 120, 197, 0.1);
}
.lang-selector ul li:hover {
    background: #1978c5;
    color: #fff;
}
.lang-selector ul li:hover a {
    color: #fff;
}
.lang-selector ul li:hover a {
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.lang-selector ul li a {
    padding: 10px 15px;
    display: block;
}
@media (max-width: 525px) {
    .lang-selector ul li a {
        padding: 7px 20px;
    }
}
.lang-selector__current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lang-selector__current svg {
    margin-left: 7px;
    margin-top: 2px;
    height: 11px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.search-form {
    display: none;
    position: absolute;
    top: 40px;
    width: 437px;
    padding: 30px;
    right: 0;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: -2px 14px 20px 7px rgba(0, 0, 0, 0.38);
    box-shadow: -2px 14px 20px 7px rgba(0, 0, 0, 0.38);
    color: #000;
    overflow: hidden;
}
.search-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.search-form__input {
    position: relative;
    border: 2px solid #282828;
    height: 40px;
    width: 250px;
    border-radius: 8px;
}
.search-form__input input {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 20px;
    outline: none;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.search-form__btn.blue-btn {
    width: 115px;
    height: auto;
    display: block;
    -webkit-appearance: none;
    padding: 8px 0;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
}
.search-form__btn.blue-btn:after {
    display: none;
}
@media (max-width: 525px) {
    .search-form__btn.blue-btn {
        margin-left: 0;
        width: 100%;
    }
}
.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 14px;
}
.header-nav a {
    padding: 0 16px;
    display: block;
    position: relative;
}
@media (max-width: 1200px) {
    .header-nav a {
        padding: 0 10px;
        font-size: 13px;
    }
}
.header-nav a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 16px;
    width: 1px;
    background: #6091a0;
}
.header-nav .header__contact-btn {
    background: #35acb5;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20px;
    padding: 0 11px;
    margin-left: 21px;
}
@media (max-width: 1200px) {
    .header-nav .header__contact-btn {
        margin-left: 10px;
    }
}
.header-nav .header__contact-btn svg {
    height: 10px;
    margin-left: 10px;
}
.header-nav .header__contact-btn:after {
    display: none;
}
.header-nav .header__search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-nav .header__search-btn svg {
    height: 13px;
    margin-right: 10px;
}
@media (max-width: 991px) {
    .header-nav .header__search-btn svg {
        height: 13px;
        margin-right: 5px;
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
}
.header__bottom {
    height: 114px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}
.header__bottom_wrapper {
    width: 1550px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1580px) {
    .header__bottom_wrapper {
        width: 1130px;
    }
}
@media (max-width: 1200px) {
    .header__bottom_wrapper {
        width: 970px;
    }
}
@media (max-width: 991px) {
    .header__bottom_wrapper {
        width: 720px;
    }
}
@media (max-width: 750px) {
    .header__bottom_wrapper {
        width: 500px;
    }
}
@media (max-width: 525px) {
    .header__bottom_wrapper {
        width: 100%;
        padding: 0 20px;
    }
}
.header__bottom_logo {
    width: 121px;
    height: 64px;
    display: block;
    margin-top: 6px;
}
@media (max-width: 991px) {
    .header__bottom_logo {
        margin-top: 0;
    }
}
@media (max-width: 525px) {
    .header__bottom_logo {
        width: 114px;
        height: 47px;
        margin-top: -6px;
    }
}
.header__bottom_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__bottom_right ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header__bottom_right ul li {
    display: block;
    margin-right: 50px;
}
.header__bottom_right ul li a {
    display: block;
    font-weight: 500;
    font-size: 16px;
}
.trial-btn {
    border: solid 2px #1978c5;
    border-radius: 8px;
    padding: 5px 24px;
    color: #1978c5;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
    text-align: center;
}
@media (max-width: 525px) {
    .trial-btn {
        padding: 5px 10px;
        font-size: 14px;
    }
}
.trial-btn:hover {
    background: #1978c5;
    color: #fff;
    text-decoration: none;
}
.your-campus {
    height: 1017px;
    margin-bottom: -400px;
    position: relative;
}
@media (max-width: 991px) {
    .your-campus {
        height: auto;
        margin-bottom: 0;
        position: relative;
        overflow: visible;
        padding-bottom: 150px;
    }
}
@media (max-width: 525px) {
    .your-campus {
        overflow: hidden;
        background-size: 100%;
        background-position: 0px -102px;
        padding-bottom: 680px;
        margin-bottom: -200px;
    }
}
.your-campus-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 621px;
    z-index: 0;
    overflow: hidden;
}
@media (max-width: 470px) {
    .your-campus-bg {
        height: 650px;
    }
}
.your-campus-bg .your-campus-bg-main {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.your-campus-bg .your-campus-bg-mobile {
    display: none;
}
@media (max-width: 470px) {
    .your-campus-bg .your-campus-bg-main {
        display: none;
        background-color: red;
    }
    .your-campus-bg .your-campus-bg-mobile {
        display: block;
        position: absolute;
        top: -3px;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.your-campus .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
@media (max-width: 991px) {
    .your-campus .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.your-campus__left {
    width: 50%;
    z-index: 1;
}
@media (max-width: 991px) {
    .your-campus__left {
        text-align: center;
        width: 100%;
    }
}
.your-campus__right {
    width: 50%;
    z-index: 1;
    position: relative;
}
@media (max-width: 991px) {
    .your-campus__right {
        text-align: center;
        width: 100%;
        margin-bottom: 70px;
    }
}
.your-campus__title {
    font-weight: 800;
    font-size: 49.5px;
    line-height: 57px;
    letter-spacing: -1.1px;
    margin-top: 89px;
    max-width: 500px;
    margin-bottom: 31px;
}
@media (max-width: 991px) {
    .your-campus__title {
        font-size: 40px;
        line-height: 44.5px;
        max-width: 100%;
    }
}
@media (max-width: 525px) {
    .your-campus__title {
        margin-top: 63px;
        margin-bottom: 22px;
    }
}
.your-campus__undertitle {
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
    max-width: 400px;
    margin-bottom: 28px;
}
@media (max-width: 991px) {
    .your-campus__undertitle {
        max-width: 100%;
    }
}
@media (max-width: 525px) {
    .your-campus__undertitle {
        max-width: 330px;
        margin: 0 auto 21px;
    }
}
.your-campus p {
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.12px;
    margin-right: -10px;
}
@media (max-width: 1200px) {
    .your-campus p {
        margin-right: 0;
    }
}
@media (max-width: 525px) {
    .your-campus p {
        max-width: 315px;
        letter-spacing: -0.1px;
        margin: auto;
    }
}
.your-campus__phone-gif {
    position: absolute;
    left: 805px;
    top: 244px;
    width: 72px;
    height: 80px;
    background: url(../img/phone-gif.svg) no-repeat;
    background-size: contain;
}
.your-campus__phone-gif.changed {
    background: url(../img/phone-gif2.svg) no-repeat;
    background-size: contain;
}
@media (max-width: 1200px) {
    .your-campus__phone-gif {
        top: 208px;
        left: 740px;
    }
}
@media (max-width: 991px) {
    .your-campus__phone-gif {
        top: 138px;
        left: 516px;
    }
}
@media (max-width: 750px) {
    .your-campus__phone-gif {
        top: 79px;
        left: 361px;
    }
}
@media (max-width: 525px) {
    .your-campus__phone-gif {
        top: 177px;
        left: auto;
        right: 196px;
        height: 52px;
        width: 50px;
    }
}
.your-campus__phone {
    position: absolute;
    left: -201px;
    top: -148px;
    width: 1162px;
}
.your-campus__phone img {
    display: block;
    width: 100%;
    height: 100%;
}
@media (max-width: 1200px) {
    .your-campus__phone {
        left: -296px;
        width: 1070px;
    }
}
@media (max-width: 991px) {
    .your-campus__phone {
        width: 100%;
        height: auto;
        left: 0;
        right: 0;
        margin: 50px auto 0;
    }
}
@media (max-width: 750px) {
    .your-campus__phone {
        margin-top: 95px;
    }
}
@media (max-width: 525px) {
    .your-campus__phone {
        margin-top: 24px;
        width: 833px;
        right: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-left: -11px;
    }
}
@media (max-width: 370px) {
    .your-campus__phone {
        margin-left: 10px;
    }
}
.introducing {
    padding-top: 40px;
}
@media (max-width: 991px) {
    .introducing {
        padding-top: 205px;
        padding-bottom: 40px;
        margin-bottom: 50px;
    }
}
@media (max-width: 750px) {
    .introducing {
        padding-top: 90px;
    }
}
@media (max-width: 525px) {
    .introducing {
        padding-top: 55px;
    }
}
.introducing .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 991px) {
    .introducing .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        position: relative;
    }
}
.introducing__left {
    margin-left: -52px;
    position: relative;
}
@media (max-width: 1200px) {
    .introducing__left {
        margin-left: 0;
    }
}
@media (max-width: 525px) {
    .introducing__left {
        width: 320px;
        margin: auto;
    }
}
.introducing__left .arrow {
    width: 654px;
    display: block;
    position: absolute;
    top: 188px;
    left: 308px;
}
.introducing__left .arrow.mobile {
    display: none;
}
@media (max-width: 1200px) {
    .introducing__left .arrow {
        width: 472px;
        display: block;
        position: absolute;
        top: 90px;
        left: 192px;
        -webkit-transform: rotate(351deg) !important;
        transform: rotate(351deg) !important;
    }
}
@media (max-width: 991px) {
    .introducing__left .arrow {
        -webkit-transform: scaleX(-1) rotate(311deg) !important;
        transform: scaleX(-1) rotate(311deg) !important;
        -webkit-clip-path: inset(0px 115px 0 0px);
        clip-path: inset(0px 115px 0 0px);
        top: -58px;
        left: 18px;
        width: 340px;
    }
}
@media (max-width: 750px) {
    .introducing__left .arrow {
        -webkit-clip-path: inset(0px 85px 0 0px);
        clip-path: inset(0px 85px 0 0px);
        top: -58px;
        left: -78px;
    }
}
@media (max-width: 525px) {
    .introducing__left .arrow {
        display: none;
    }
    .introducing__left .arrow.mobile {
        display: block;
        -webkit-clip-path: none;
        clip-path: none;
        left: -13px;
        width: 54px;
        top: -22px;
        -webkit-transform: none !important;
        transform: none !important;
    }
}
@media (max-width: 1200px) {
    .introducing__phone {
        width: 500px;
    }
}
@media (max-width: 991px) {
    .introducing__phone {
        width: 315px;
        margin: auto;
        display: block;
    }
}
@media (max-width: 525px) {
    .introducing__phone {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}
.introducing__right {
    padding-top: 310px;
    padding-left: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 1200px) {
    .introducing__right {
        padding-top: 135px;
    }
}
@media (max-width: 991px) {
    .introducing__right {
        padding-left: 0;
        text-align: center;
    }
}
@media (max-width: 525px) {
    .introducing__right {
        padding-top: 0;
        margin-bottom: 50px;
    }
}
@media (max-width: 991px) {
    .introducing__right .blue-btn {
        position: absolute;
        bottom: -26px;
        left: 0;
        right: -26px;
        margin: auto;
        padding-right: 37px;
    }
}
@media (max-width: 525px) {
    .introducing__right .blue-btn {
        bottom: -26px;
        left: 0;
        right: 0px;
    }
}
.introducing .red-text {
    font-size: 31px;
    line-height: 43px;
    font-weight: 600;
    max-width: 320px;
    margin-bottom: 18px;
}
@media (max-width: 991px) {
    .introducing .red-text {
        max-width: 100%;
    }
}
@media (max-width: 525px) {
    .introducing .red-text {
        font-size: 25px;
        line-height: 35px;
        max-width: 300px;
        margin: 0 auto 20px;
    }
}
.introducing p {
    font-size: 16px;
    line-height: 28px;
    margin-right: -30px;
    margin-bottom: 26px;
}
@media (max-width: 991px) {
    .introducing p {
        margin-bottom: 40px;
        margin-right: 0;
    }
}
@media (max-width: 525px) {
    .introducing p {
        margin-bottom: 40px;
        margin-right: 0;
        max-width: 320px;
        margin: auto;
        font-size: 14px;
        line-height: 24.5px;
    }
}
.blue-btn {
    position: relative;
    background: #1978c5;
    color: #fff;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 39px;
    padding-right: 53px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 8px;
    font-weight: bold;
    margin-left: -4px;
    border: 2px solid #1978c5;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
}
.blue-btn:after {
    content: "";
    position: absolute;
    right: -7px;
    bottom: -7px;
    left: 3px;
    top: 3px;
    background: transparent;
    border: 2px solid #1978c5;
    border-radius: 8px;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.blue-btn:hover {
    background: #fff;
    color: #1978c5;
    text-decoration: none;
}
.blue-btn:hover:after {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
}
.blue-btn img {
    width: 29px;
    height: 29px;
}
.blue-btn span {
    margin-right: 19px;
}
.help-you {
    padding-top: 200px;
    overflow: hidden;
    margin-top: -200px;
    padding-bottom: 100px;
}
.help-you__arrow {
    width: 297px;
    position: absolute;
    right: 33px;
    top: 191px;
}
@media (max-width: 1200px) {
    .help-you__arrow {
        width: 235px;
        right: 25px;
        top: 195px;
    }
}
@media (max-width: 991px) {
    .help-you__arrow {
        width: 65px;
        right: auto;
        left: 215px;
        top: auto;
        z-index: 2;
        bottom: -90px;
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
}
@media (max-width: 750px) {
    .help-you__arrow {
        left: 110px;
    }
}
@media (max-width: 525px) {
    .help-you__arrow {
        width: 135px;
        right: auto;
        left: -10px;
        top: auto;
        z-index: 2;
        bottom: -120px;
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
}
.help-you__arrow img {
    display: block;
    width: 100%;
}
@media (max-width: 991px) {
    .help-you__arrow img {
        display: none;
    }
}
.help-you__arrow img.mobile {
    display: none;
}
@media (max-width: 991px) {
    .help-you__arrow img.mobile {
        display: block;
    }
}
.help-you .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
@media (max-width: 991px) {
    .help-you .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.help-you .cloud {
    position: absolute;
    top: -100px;
    right: -195px;
    z-index: -1;
}
.help-you .cloud img {
    width: 340px;
    opacity: 0.37;
}
.help-you__left {
    width: 52%;
    position: relative;
}
@media (max-width: 991px) {
    .help-you__left {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 525px) {
    .help-you__left {
        width: 320px;
        margin: auto;
        margin-bottom: 30px;
    }
}
.help-you__left p {
    font-size: 28px;
    font-weight: 500;
    line-height: 43px;
    margin-left: 4px;
    max-width: 380px;
    margin-bottom: 34px;
}
@media (max-width: 1200px) {
    .help-you__left p {
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .help-you__left p {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 525px) {
    .help-you__left p {
        font-size: 20px;
        line-height: 32px;
        max-width: 300px;
        margin: 0px auto 42px;
    }
}
.help-you__title {
    font-size: 72px;
    font-weight: 800;
    line-height: 76px;
    max-width: 280px;
    margin-top: 57px;
    letter-spacing: -1.44px;
    margin-bottom: 38px;
}
@media (max-width: 1200px) {
    .help-you__title {
        max-width: 340px;
    }
}
@media (max-width: 991px) {
    .help-you__title {
        max-width: 100%;
        font-size: 60px;
        line-height: 60px;
    }
}
@media (max-width: 525px) {
    .help-you__title {
        margin-top: 93px;
        margin-bottom: 23px;
    }
}
.help-you__right {
    width: 50%;
    position: relative;
    padding: 63px 0px 67px 105px;
}
@media (max-width: 991px) {
    .help-you__right {
        width: 100%;
        text-align: center;
        padding: 45px 55px;
    }
}
@media (max-width: 525px) {
    .help-you__right {
        padding: 45px 32px;
        padding-bottom: 74px;
    }
}
.help-you__right:before {
    content: "";
    position: absolute;
    left: 21px;
    top: 11px;
    bottom: 0;
    width: 100vw;
    -webkit-box-shadow: -15.3px 9.5px 66.5px 3.5px rgba(111, 117, 131, 0.34);
    box-shadow: -15.3px 9.5px 66.5px 3.5px rgba(111, 117, 131, 0.34);
    background-color: #f9f9f9;
    border-radius: 8px;
}
@media (max-width: 991px) {
    .help-you__right:before {
        left: 50%;
        right: 0;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.help-you__right .blue-title {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 28px;
    color: #1978c5;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
}
.help-you__right .blue-title span {
    margin-top: 26px;
}
.help-you__right .blue-title img {
    display: block;
    width: 61px;
    height: 57px;
    margin-right: 8px;
}
@media (max-width: 991px) {
    .help-you__right .blue-title img {
        margin: 0 auto 20px;
    }
}
@media (max-width: 525px) {
    .help-you__right .blue-title img {
        margin-bottom: 18px;
    }
}
@media (max-width: 991px) {
    .help-you__right .blue-title {
        display: block;
        text-align: center;
    }
}
@media (max-width: 525px) {
    .help-you__right .blue-title {
        margin-bottom: 32px;
    }
}
.help-you__right .help-you__list {
    z-index: 1;
    position: relative;
    font-size: 16px;
    line-height: 25px;
    margin-left: 35px;
    margin-right: -30px;
}
@media (max-width: 991px) {
    .help-you__right .help-you__list {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 525px) {
    .help-you__right .help-you__list {
        font-size: 14px;
        line-height: 21.5px;
    }
}
.help-you__right .help-you__list ul {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 59px;
}
@media (max-width: 525px) {
    .help-you__right .help-you__list ul {
        margin-bottom: 56px;
    }
}
.help-you__right .help-you__list ul li {
    display: block;
    margin-bottom: 32px;
    position: relative;
}
@media (max-width: 991px) {
    .help-you__right .help-you__list ul li {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -ms-flex-line-pack: center;
        align-content: center;
        margin: 0 auto 28px;
    }
}
@media (max-width: 525px) {
    .help-you__right .help-you__list ul li {
        margin-bottom: 22px;
    }
}
.help-you__right .help-you__list ul li:before {
    content: "";
    position: absolute;
    left: -35px;
    top: 7px;
    background: url(../img/tick.svg) no-repeat center;
    background-size: contain;
    width: 17px;
    height: 13px;
}
@media (max-width: 525px) {
    .help-you__right .help-you__list ul li:before {
        left: -20px;
        top: 3px;
    }
}
.help-you__right .help-you__list ul li b {
    font-weight: 600;
    display: block;
}
.help-you__right .help-you__list .blue-btn {
    margin-left: -33px;
    padding: 8px 27px;
    padding-right: 40px;
}
@media (max-width: 991px) {
    .help-you__right .help-you__list .blue-btn {
        margin: auto;
    }
}
@media (max-width: 525px) {
    .help-you__right .help-you__list .blue-btn {
        white-space: nowrap;
        margin: auto;
        -webkit-transform: translateX(-12px);
        transform: translateX(-12px);
        padding: 11px 25px;
        padding-right: 26px;
    }
}
.help-you__buttons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 14px;
}
@media (max-width: 991px) {
    .help-you__buttons-wrap {
        display: block;
        margin-left: 0;
    }
}
@media (max-width: 525px) {
    .help-you__buttons-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.help-you__btn {
    padding: 9px 25px;
    border-radius: 8px;
    border: 2px solid #1978c5;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-right: 19px;
    margin-bottom: 31px;
    padding-right: 59px;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: transparent;
}
@media (max-width: 991px) {
    .help-you__btn {
        margin: 0 auto 30px;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}
@media (max-width: 525px) {
    .help-you__btn {
        margin-bottom: 33px;
        font-size: 20px;
    }
}
.help-you__btn.student-affairs-btn .help-you__btn-gif {
    top: -30px;
    right: -11px;
}
@media (max-width: 525px) {
    .help-you__btn.student-affairs-btn .help-you__btn-gif {
        top: -27px;
        right: -8px;
    }
}
.help-you__btn.student-affairs-btn .help-you__btn-gif img {
    height: 60px;
}
@media (max-width: 525px) {
    .help-you__btn.student-affairs-btn {
        padding: 10px 62px 11px 21px;
        margin-bottom: 37px;
    }
}
.help-you__btn.academic-affairs-btn {
    padding: 5px 76px 5px 24px;
}
@media (max-width: 525px) {
    .help-you__btn.academic-affairs-btn {
        padding: 10px 66px 12px 32px;
    }
}
.help-you__btn.academic-affairs-btn .help-you__btn-gif {
    top: -22px;
    right: -5px;
}
@media (max-width: 525px) {
    .help-you__btn.academic-affairs-btn .help-you__btn-gif {
        right: -8px;
    }
}
.help-you__btn.academic-affairs-btn .help-you__btn-gif img {
    height: 47px;
}
.help-you__btn.it-btn {
    padding: 5px 80px 5px 24px;
    margin-right: 22px;
}
.help-you__btn.it-btn .help-you__btn-gif {
    top: -17px;
    right: 2px;
}
@media (max-width: 525px) {
    .help-you__btn.it-btn .help-you__btn-gif {
        right: 0px;
    }
}
.help-you__btn.it-btn .help-you__btn-gif img {
    height: 49px;
}
@media (max-width: 991px) {
    .help-you__btn.it-btn {
        margin: 0 auto 30px;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}
@media (max-width: 525px) {
    .help-you__btn.it-btn {
        padding: 10px 67px 11px 34px;
        margin-bottom: 37px;
    }
}
.help-you__btn.admissions-btn {
    padding: 5px 69px 5px 27px;
    margin-right: 20px;
}
.help-you__btn.admissions-btn .help-you__btn-gif {
    top: -17px;
    right: 2px;
}
@media (max-width: 525px) {
    .help-you__btn.admissions-btn .help-you__btn-gif {
        right: 1px;
    }
}
.help-you__btn.admissions-btn .help-you__btn-gif img {
    height: 49px;
}
@media (max-width: 991px) {
    .help-you__btn.admissions-btn {
        margin: 0 auto 30px;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}
@media (max-width: 525px) {
    .help-you__btn.admissions-btn {
        padding: 11px 64px 12px 20px;
        margin-bottom: 37px;
    }
}
.help-you__btn.marcom-btn {
    padding: 5px 61px 5px 27px;
}
@media (max-width: 991px) {
    .help-you__btn.marcom-btn {
        margin: 0 auto 30px;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}
@media (max-width: 525px) {
    .help-you__btn.marcom-btn {
        padding: 10px 54px 12px 27px;
        margin-bottom: 32px;
    }
}
.help-you__btn.marcom-btn .help-you__btn-gif {
    top: -10px;
    right: 5px;
}
.help-you__btn.marcom-btn .help-you__btn-gif img {
    height: 42px;
}
.help-you__btn-gif {
    position: absolute;
    top: -23px;
    right: -9px;
}
.help-you__btn-gif img {
    height: 50px;
}
.help-you__btn.active {
    background: #1978c5;
    color: #fff;
}
.video-section {
    height: 925px;
    padding-top: 67px;
    margin-bottom: -200px;
    background: url(../img/video-bg.svg) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: visible;
}
@media (max-width: 1200px) {
    .video-section {
        padding: 205px 0 100px 0;
        height: auto;
    }
}
@media (max-width: 525px) {
    .video-section {
        background: url(../img/video-bg_m.svg) no-repeat center;
        background-size: cover;
        background-position: 26% 0;
        padding: 210px 0 130px 0;
    }
}
.video-section .circle {
    position: absolute;
    left: 100px;
    top: -40px;
}
.video-section .circle img {
    width: 209px;
    opacity: 0.9;
}
.video-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
@media (max-width: 1200px) {
    .video-section .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.video-section__left {
    width: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media (max-width: 1200px) {
    .video-section__left {
        width: 100%;
        text-align: center;
        display: block;
    }
}
.video-section__left .red-text {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.72px;
    line-height: 50px;
    max-width: 200px;
    margin-top: -58px;
    margin-left: 5px;
}
@media (max-width: 1200px) {
    .video-section__left .red-text {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 100px;
    }
}
@media (max-width: 525px) {
    .video-section__left .red-text {
        font-size: 25px;
        line-height: 38px;
        letter-spacing: -0.5px;
        max-width: 182px;
        margin: -30px auto 79px;
    }
}
.video-section__arrow {
    width: 175px;
    height: 104px;
    position: absolute;
    right: 45px;
    top: 390px;
    -webkit-transform: rotate(-143deg);
    transform: rotate(-143deg);
}
@media (max-width: 1200px) {
    .video-section__arrow {
        right: 0;
        margin: auto;
        left: 0;
        top: -20px;
        -webkit-transform: rotate(346deg);
        transform: rotate(346deg);
    }
}
@media (max-width: 525px) {
    .video-section__arrow {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
        height: auto;
        width: 37px;
        left: 11px;
        top: 60px;
        right: 0;
        margin: auto;
    }
}
.video-section__arrow img {
    width: 100%;
    height: 100%;
    display: block;
}
@media (max-width: 525px) {
    .video-section__arrow img {
        display: none;
    }
}
.video-section__arrow img.mobile {
    display: none;
}
@media (max-width: 525px) {
    .video-section__arrow img.mobile {
        display: block;
        margin-top: 40px;
    }
}
.video-section__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
}
@media (max-width: 1200px) {
    .video-section__right {
        width: 100%;
        display: block;
    }
}
.video-section__video {
    width: 701px;
    height: 412px;
    background: #b3b3b3;
    z-index: 3;
}
@media (max-width: 1200px) {
    .video-section__video {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 525px) {
    .video-section__video {
        width: auto;
        height: auto;
        margin: 0 -8px;
    }
}
.cloud-undervideo {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-animation: cloudMoveLeft 200s linear infinite;
    animation: cloudMoveLeft 200s linear infinite;
    z-index: 0;
}
@media (max-width: 525px) {
    .cloud-undervideo {
        top: 110px;
    }
}
.cloud-undervideo img {
    width: 380px;
    opacity: 0.9;
}
@media (max-width: 525px) {
    .cloud-undervideo img {
        width: 170px;
    }
}
.cloud-steps1 {
    position: absolute;
    top: 1480px;
    right: -430px;
    -webkit-animation: cloudMoveLeft 240s linear infinite;
    animation: cloudMoveLeft 240s linear infinite;
    z-index: -1;
}
.cloud-steps1 img {
    height: 433px;
    opacity: 0.3;
}
.cloud-steps2 {
    position: absolute;
    top: 2840px;
    right: -430px;
    -webkit-animation: cloudMoveLeft 300s linear infinite;
    animation: cloudMoveLeft 300s linear infinite;
    z-index: -1;
}
.cloud-steps2 img {
    height: 298px;
    opacity: 0.4;
}
.cloud-steps3 {
    position: absolute;
    bottom: 0px;
    right: -430px;
    -webkit-animation: cloudMoveLeft 220s linear infinite;
    animation: cloudMoveLeft 220s linear infinite;
    z-index: -1;
}
.cloud-steps3 img {
    height: 230px;
    opacity: 0.35;
}
.circle-steps {
    position: absolute;
    bottom: 415px;
    left: -132px;
    z-index: -1;
}
.circle-steps img {
    height: 152px;
    opacity: 0.55;
}
.steps-section {
    margin-top: 2px;
    position: relative;
    padding-top: 465px;
    padding-bottom: 92px;
}
@media (max-width: 1200px) {
    .steps-section {
        padding-bottom: 260px;
    }
}
@media (max-width: 525px) {
    .steps-section {
        padding-top: 337px;
        padding-bottom: 98px;
    }
}
.steps-section .steps-met1 {
    position: absolute;
    left: -823px;
    top: 275px;
}
.steps-section .steps-met1 img {
    opacity: 0.6;
}
.steps-section .steps-met2 {
    position: absolute;
    left: -705px;
    top: 1862px;
}
.steps-section .steps-met2 img {
    opacity: 0.6;
}
.steps-section__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 144px;
}
@media (max-width: 1200px) {
    .steps-section__step {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 991px) {
    .steps-section__step {
        padding-top: 0;
        padding-bottom: 144px;
    }
}
@media (max-width: 525px) {
    .steps-section__step {
        width: 320px;
        margin: auto;
        margin-bottom: 117px;
    }
}
.steps-section__pic {
    position: relative;
}
.steps-section__pic img {
    display: block;
}
.steps-section__popup {
    position: absolute;
    padding: 38px 39px;
    font-weight: 500;
    border-radius: 8px;
    -webkit-box-shadow: -15.3px 9.5px 82.7px 4.4px rgba(147, 147, 147, 0.45);
    box-shadow: -15.3px 9.5px 82.7px 4.4px rgba(147, 147, 147, 0.45);
    background: #fff;
    right: 0;
}
@media (max-width: 750px) {
    .steps-section__popup {
        font-size: 13px;
        line-height: 21px;
    }
}
.steps-section__popup b {
    font-weight: bold;
    display: block;
}
.steps-section__popup i {
    font-style: italic;
}
.steps-section__arrow {
    position: absolute;
    z-index: 1;
}
.steps-section .red-text {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.72px;
    margin-bottom: 27px;
}
@media (max-width: 525px) {
    .steps-section .red-text {
        font-size: 20px;
        line-height: 30px;
        max-width: 252px;
        margin: 0 auto 23px;
    }
}
.steps-section p {
    font-weight: 500;
    line-height: 27px;
}
.steps-section .blue-btn {
    margin-left: 10px;
    margin-top: 50px;
    padding: 7px 28px;
    z-index: 5;
}
@media (max-width: 1200px) {
    .steps-section .blue-btn {
        bottom: 15px;
        left: 0;
        right: 0;
        position: absolute;
        margin: auto;
    }
}
@media (max-width: 525px) {
    .steps-section .step01 {
        margin-bottom: 84px;
    }
}
.steps-section .step01 .steps-section__pic {
    margin-top: -10px;
    margin-right: -6px;
}
@media (max-width: 1200px) {
    .steps-section .step01 .steps-section__pic {
        margin-top: 130px;
        margin-right: 0;
    }
}
@media (max-width: 991px) {
    .steps-section .step01 .steps-section__pic {
        margin-top: 215px;
    }
}
@media (max-width: 525px) {
    .steps-section .step01 .steps-section__pic {
        margin-top: 45px;
    }
}
.steps-section .step01 .steps-section__pic img {
    width: 672px;
    height: 462px;
}
@media (max-width: 1200px) {
    .steps-section .step01 .steps-section__pic img {
        margin: auto;
    }
}
@media (max-width: 750px) {
    .steps-section .step01 .steps-section__pic img {
        width: 375px;
        height: auto;
    }
}
@media (max-width: 525px) {
    .steps-section .step01 .steps-section__pic img {
        width: 423px;
        height: auto;
        -webkit-transform: translate(-60px, 145px);
        transform: translate(-60px, 145px);
    }
}
.steps-section .step01 .steps-section__text {
    max-width: 470px;
    padding-left: 3px;
}
@media (max-width: 1200px) {
    .steps-section .step01 .steps-section__text {
        width: 100%;
        display: block;
        max-width: 100%;
        padding-left: 0;
    }
}
.steps-section .step01 .steps-section__text p {
    padding-left: 3px;
    max-width: 420px;
}
@media (max-width: 1200px) {
    .steps-section .step01 .steps-section__text p {
        width: 100%;
        display: block;
        max-width: 100%;
        margin-bottom: 154px;
    }
}
@media (max-width: 991px) {
    .steps-section .step01 .steps-section__text p {
        margin-bottom: 41px;
    }
}
@media (max-width: 525px) {
    .steps-section .step01 .steps-section__text p {
        margin-bottom: 50px;
    }
}
.steps-section .step01 .steps-section__popup {
    right: -114px;
    top: -98px;
    width: 300px;
}
@media (max-width: 1200px) {
    .steps-section .step01 .steps-section__popup {
        right: 20px;
        top: auto;
        bottom: 520px;
        width: 390px;
    }
}
@media (max-width: 991px) {
    .steps-section .step01 .steps-section__popup {
        bottom: 570px;
    }
}
@media (max-width: 750px) {
    .steps-section .step01 .steps-section__popup {
        padding: 28px 36px 19px 29px;
        width: 313px;
        right: 55px;
        bottom: 425px;
    }
}
@media (max-width: 525px) {
    .steps-section .step01 .steps-section__popup {
        padding: 23px 30px 17px 26px;
        width: 313px;
        right: -27px;
        bottom: 319px;
    }
}
.steps-section .step01 .steps-section__arrow {
    right: 142px;
    top: -36px;
    -webkit-transform: rotate(-85deg);
    transform: rotate(-85deg);
    -webkit-clip-path: inset(0 0 0px 50px);
    clip-path: inset(0 0 0px 50px);
}
@media (max-width: 1200px) {
    .steps-section .step01 .steps-section__arrow {
        right: 380px;
        bottom: 495px;
        top: auto;
        -webkit-transform: rotate(303deg);
        transform: rotate(303deg);
    }
}
@media (max-width: 991px) {
    .steps-section .step01 .steps-section__arrow {
        right: 355px;
        bottom: 590px;
        -webkit-transform: rotate(292deg) !important;
        transform: rotate(292deg) !important;
    }
}
@media (max-width: 750px) {
    .steps-section .step01 .steps-section__arrow {
        right: 290px;
        bottom: 400px;
        -webkit-transform: rotate(238deg) !important;
        transform: rotate(238deg) !important;
    }
}
@media (max-width: 525px) {
    .steps-section .step01 .steps-section__arrow {
        left: -46px;
        right: auto;
        z-index: 2;
        bottom: 277px;
        top: auto;
        -webkit-transform: rotate(252deg) !important;
        transform: rotate(252deg) !important;
    }
}
.steps-section .step01 .steps-section__arrow img {
    width: 145px;
    display: block;
}
@media (max-width: 1200px) {
    .steps-section .step01 .steps-section__arrow img {
        width: 330px;
        height: auto;
    }
}
@media (max-width: 991px) {
    .steps-section .step01 .steps-section__arrow img {
        width: 230px;
    }
}
@media (max-width: 750px) {
    .steps-section .step01 .steps-section__arrow img {
        width: 145px;
    }
}
@media (max-width: 525px) {
    .steps-section .step01 .steps-section__arrow img {
        width: 148px;
    }
}
@media (max-width: 1200px) {
    .steps-section .step01 .blue-btn {
        bottom: -30px;
        left: 0;
        right: 0;
        position: absolute;
    }
}
@media (max-width: 991px) {
    .steps-section .step01 .blue-btn {
        bottom: 25px;
    }
}
@media (max-width: 525px) {
    .steps-section .step01 .blue-btn {
        bottom: -80px;
        left: 0;
        right: 0;
        position: absolute;
        padding: 7px 18px;
        white-space: nowrap;
    }
}
@media (max-width: 1200px) {
    .steps-section .step02 {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media (max-width: 991px) {
    .steps-section .step02 {
        padding-bottom: 144px;
    }
}
@media (max-width: 525px) {
    .steps-section .step02 {
        padding-bottom: 0;
        margin-bottom: 48px;
    }
}
.steps-section .step02 .steps-section__pic {
    margin-left: -122px;
}
@media (max-width: 1200px) {
    .steps-section .step02 .steps-section__pic {
        margin-left: 0;
        margin-top: 170px;
    }
}
@media (max-width: 991px) {
    .steps-section .step02 .steps-section__pic {
        padding-top: 250px;
        margin-top: 0;
    }
}
@media (max-width: 750px) {
    .steps-section .step02 .steps-section__pic {
        padding-top: 155px;
    }
}
@media (max-width: 525px) {
    .steps-section .step02 .steps-section__pic {
        padding-top: 0;
    }
}
.steps-section .step02 .steps-section__pic img {
    width: 732px;
    height: 631px;
}
@media (max-width: 1200px) {
    .steps-section .step02 .steps-section__pic img {
        margin: 35px auto 0;
    }
}
@media (max-width: 750px) {
    .steps-section .step02 .steps-section__pic img {
        width: 375px;
        height: auto;
    }
}
@media (max-width: 525px) {
    .steps-section .step02 .steps-section__pic img {
        width: 445px;
        height: auto;
        margin: 92px auto 0;
        -webkit-transform: translate(-56px, 10px);
        transform: translate(-56px, 10px);
    }
}
.steps-section .step02 .steps-section__text {
    padding-left: 3px;
    margin-top: 117px;
    margin-left: -21px;
}
@media (max-width: 1200px) {
    .steps-section .step02 .steps-section__text {
        width: 100%;
        display: block;
        max-width: 100%;
        padding-left: 0;
        margin-left: 0;
    }
}
.steps-section .step02 .steps-section__text .red-text {
    margin-bottom: 25px;
}
@media (max-width: 525px) {
    .steps-section .step02 .steps-section__text .red-text {
        font-size: 20px;
        line-height: 30px;
        max-width: 295px;
        margin: 0 auto 23px;
        letter-spacing: -0.5px;
    }
}
.steps-section .step02 .steps-section__text p {
    max-width: 425px;
}
@media (max-width: 1200px) {
    .steps-section .step02 .steps-section__text p {
        width: 100%;
        display: block;
        max-width: 100%;
        margin-bottom: 0px;
    }
}
@media (max-width: 750px) {
    .steps-section .step02 .steps-section__text p {
        margin-bottom: 200px;
    }
}
.steps-section .step02 .steps-section__popup {
    top: 366px;
    left: -55px;
    padding: 21px 46px 31px 29px;
    width: 258px;
    line-height: 25px;
}
@media (max-width: 1200px) {
    .steps-section .step02 .steps-section__popup {
        left: 0;
        width: 390px;
        top: auto;
        bottom: 635px;
    }
}
@media (max-width: 991px) {
    .steps-section .step02 .steps-section__popup {
        bottom: 835px;
    }
}
@media (max-width: 750px) {
    .steps-section .step02 .steps-section__popup {
        width: 329px;
        padding: 28px 44px 24px 39px;
        bottom: 525px;
    }
}
@media (max-width: 525px) {
    .steps-section .step02 .steps-section__popup {
        width: 329px;
        padding: 23px 37px 21px 39px;
        bottom: 400px;
        left: -30px;
        line-height: 21.5px;
    }
}
.steps-section .step02 .steps-section__arrow {
    left: 84px;
    top: 218px;
    -webkit-clip-path: inset(0 35px 0 0);
    clip-path: inset(0 35px 0 0);
}
@media (max-width: 1200px) {
    .steps-section .step02 .steps-section__arrow {
        top: auto;
        bottom: 525px;
        left: 400px;
    }
}
@media (max-width: 991px) {
    .steps-section .step02 .steps-section__arrow {
        top: auto;
        bottom: 600px;
        left: 285px;
        -webkit-clip-path: none;
        clip-path: none;
    }
}
@media (max-width: 750px) {
    .steps-section .step02 .steps-section__arrow {
        bottom: 380px;
        left: 150px;
    }
}
@media (max-width: 525px) {
    .steps-section .step02 .steps-section__arrow {
        bottom: 248px;
        right: 31px;
        left: auto;
    }
}
.steps-section .step02 .steps-section__arrow img {
    width: 135px;
    -webkit-transform: rotate(-100deg);
    transform: rotate(-100deg);
}
@media (max-width: 1200px) {
    .steps-section .step02 .steps-section__arrow img {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        width: 195px;
    }
}
@media (max-width: 991px) {
    .steps-section .step02 .steps-section__arrow img {
        -webkit-transform: rotate(33deg);
        transform: rotate(33deg);
        width: 240px;
        -webkit-clip-path: inset(0 39px 0 0);
        clip-path: inset(0 39px 0 0);
    }
}
@media (max-width: 750px) {
    .steps-section .step02 .steps-section__arrow img {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        width: 200px;
    }
}
@media (max-width: 525px) {
    .steps-section .step02 .steps-section__arrow img {
        -webkit-transform: rotate(67deg) skewX(345deg);
        transform: rotate(67deg) skewX(345deg);
        width: 194px;
    }
}
.steps-section .step02 .blue-btn {
    margin-left: -1px;
    padding: 5px 45px;
    z-index: 1;
    padding-right: 31px;
}
@media (max-width: 1200px) {
    .steps-section .step02 .blue-btn {
        bottom: 30px;
        left: 0;
        right: 0;
        position: absolute;
        margin: auto;
    }
}
@media (max-width: 525px) {
    .steps-section .step02 .blue-btn {
        padding: 5px 26px;
        padding-right: 28px;
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
        bottom: -39px;
    }
}
@media (max-width: 525px) {
    .steps-section .step02 .blue-btn span {
        margin-right: 12px;
    }
}
@media (max-width: 1200px) {
    .steps-section .step03 {
        padding-bottom: 195px;
    }
}
@media (max-width: 525px) {
    .steps-section .step03 {
        margin-bottom: 169px;
        padding-bottom: 0;
    }
}
.steps-section .step03 .steps-section__pic {
    margin-top: 75px;
    margin-right: -85px;
}
@media (max-width: 1200px) {
    .steps-section .step03 .steps-section__pic {
        margin: auto;
    }
}
@media (max-width: 525px) {
    .steps-section .step03 .steps-section__pic {
        margin: auto;
        -webkit-transform: translate(-4px, 1px) !important;
        transform: translate(-4px, 1px) !important;
    }
}
.steps-section .step03 .steps-section__pic img {
    width: 755px;
    -webkit-transform: translateX(37px);
    transform: translateX(37px);
}
@media (max-width: 1200px) {
    .steps-section .step03 .steps-section__pic img {
        margin: auto;
        -webkit-transform: none;
        transform: none;
    }
}
@media (max-width: 750px) {
    .steps-section .step03 .steps-section__pic img {
        width: 345px;
    }
}
@media (max-width: 525px) {
    .steps-section .step03 .steps-section__pic img {
        width: 333px;
    }
}
.steps-section .step03 .steps-section__text {
    padding-left: 3px;
    margin-top: 76px;
}
@media (max-width: 1200px) {
    .steps-section .step03 .steps-section__text {
        width: 100%;
        display: block;
        max-width: 100%;
        padding-left: 0;
        margin-top: 110px;
    }
}
.steps-section .step03 .steps-section__text p {
    padding-left: 3px;
    max-width: 420px;
    margin-bottom: 34px;
}
@media (max-width: 1200px) {
    .steps-section .step03 .steps-section__text p {
        width: 100%;
        display: block;
        max-width: 100%;
    }
}
@media (max-width: 525px) {
    .steps-section .step03 .steps-section__text p {
        margin-bottom: 15px;
    }
}
.steps-section .step03 .steps-section__text .red-text {
    max-width: 410px;
}
@media (max-width: 1200px) {
    .steps-section .step03 .steps-section__text .red-text {
        width: 100%;
        display: block;
        max-width: 100%;
    }
}
@media (max-width: 525px) {
    .steps-section .step03 .steps-section__text .red-text {
        margin-bottom: 15px;
    }
}
.steps-section .step03 .steps-section__popup {
    right: 427px;
    top: -14px;
    width: 239px;
    padding: 21px 33px;
}
@media (max-width: 1200px) {
    .steps-section .step03 .steps-section__popup {
        display: none;
    }
}
.steps-section .step03 .steps-section__arrow {
    right: 425px;
    bottom: 213px;
    -webkit-transform: rotate(88deg);
    transform: rotate(88deg);
}
@media (max-width: 1200px) {
    .steps-section .step03 .steps-section__arrow {
        display: none;
    }
}
.steps-section .step03 .steps-section__arrow img {
    width: 115px;
    display: block;
}
.steps-section .step03 .blue-btn {
    margin-left: -1px;
    padding: 7px 22px;
}
@media (max-width: 1200px) {
    .steps-section .step03 .blue-btn {
        margin: auto;
        bottom: 105px;
    }
}
@media (max-width: 525px) {
    .steps-section .step03 .blue-btn {
        display: none;
    }
}
.steps-section .step03 .blue-btn.mobile {
    display: none;
}
@media (max-width: 525px) {
    .steps-section .step03 .blue-btn.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: -78px;
    }
}
@media (max-width: 1200px) {
    .steps-section .step04 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media (max-width: 991px) {
    .steps-section .step04 {
        padding-bottom: 144px;
    }
}
@media (max-width: 525px) {
    .steps-section .step04 {
        margin-bottom: 85px;
        padding-bottom: 0;
    }
}
.steps-section .step04 .steps-section__pic {
    margin-top: 5px;
    margin-left: -178px;
}
@media (max-width: 1200px) {
    .steps-section .step04 .steps-section__pic {
        margin: auto;
    }
}
.steps-section .step04 .steps-section__pic img {
    width: 787px;
}
@media (max-width: 1200px) {
    .steps-section .step04 .steps-section__pic img {
        margin: auto;
    }
}
@media (max-width: 750px) {
    .steps-section .step04 .steps-section__pic img {
        width: 370px;
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}
@media (max-width: 525px) {
    .steps-section .step04 .steps-section__pic img {
        width: 381px;
        -webkit-transform: translateX(-23px);
        transform: translateX(-23px);
    }
}
.steps-section .step04 .steps-section__text {
    margin-top: 118px;
    margin-left: -22px;
}
@media (max-width: 1200px) {
    .steps-section .step04 .steps-section__text {
        width: 100%;
        display: block;
        max-width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .steps-section .step04 .steps-section__text {
        margin-top: 35px;
    }
}
.steps-section .step04 .steps-section__text p {
    padding-left: 0px;
    max-width: 520px;
    margin-bottom: 37px;
}
@media (max-width: 1200px) {
    .steps-section .step04 .steps-section__text p {
        width: 100%;
        display: block;
        max-width: 100%;
    }
}
@media (max-width: 525px) {
    .steps-section .step04 .steps-section__text p {
        margin-bottom: 22px;
    }
}
.steps-section .step04 .steps-section__text .red-text {
    max-width: 495px;
    margin-bottom: 31px;
}
@media (max-width: 1200px) {
    .steps-section .step04 .steps-section__text .red-text {
        max-width: 100%;
    }
}
@media (max-width: 525px) {
    .steps-section .step04 .steps-section__text .red-text {
        margin-bottom: 17px;
    }
}
.steps-section .step04 .blue-btn {
    margin-left: 0px;
    padding: 7px 3px 7px 19px;
}
@media (max-width: 1200px) {
    .steps-section .step04 .blue-btn {
        margin: auto;
        bottom: 110px;
    }
}
@media (max-width: 991px) {
    .steps-section .step04 .blue-btn {
        bottom: 50px;
    }
}
@media (max-width: 525px) {
    .steps-section .step04 .blue-btn {
        display: none;
    }
}
.steps-section .step04 .blue-btn.mobile {
    display: none;
}
@media (max-width: 525px) {
    .steps-section .step04 .blue-btn.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: -69px;
        padding: 7px 13px 7px 28px;
    }
}
@media (max-width: 525px) {
    .steps-section .step05 {
        padding-bottom: 0;
    }
}
.steps-section .step05 .steps-section__pic {
    margin-top: -55px;
}
.steps-section .step05 .steps-section__pic img {
    width: 647px;
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
}
@media (max-width: 1200px) {
    .steps-section .step05 .steps-section__pic img {
        margin: auto;
    }
}
@media (max-width: 750px) {
    .steps-section .step05 .steps-section__pic img {
        width: 355px;
        -webkit-transform: translateX(19px);
        transform: translateX(19px);
    }
}
@media (max-width: 525px) {
    .steps-section .step05 .steps-section__pic img {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}
.steps-section .step05 .steps-section__text {
    padding-top: 104px;
    margin-left: 4px;
}
@media (max-width: 1200px) {
    .steps-section .step05 .steps-section__text {
        width: 100%;
        display: block;
        max-width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .steps-section .step05 .steps-section__text {
        padding-top: 0;
        margin-top: 104px;
    }
}
.steps-section .step05 .steps-section__text p {
    padding-left: 0px;
    max-width: 520px;
    margin-bottom: 39px;
}
@media (max-width: 1200px) {
    .steps-section .step05 .steps-section__text p {
        width: 100%;
        display: block;
        max-width: 100%;
        margin-bottom: 80px;
    }
}
@media (max-width: 525px) {
    .steps-section .step05 .steps-section__text p {
        margin-bottom: 58px;
    }
}
.steps-section .step05 .steps-section__text .red-text {
    max-width: 385px;
    margin-bottom: 26px;
}
@media (max-width: 1200px) {
    .steps-section .step05 .steps-section__text .red-text {
        width: 100%;
        display: block;
        max-width: 100%;
    }
}
@media (max-width: 525px) {
    .steps-section .step05 .steps-section__text .red-text {
        margin-bottom: 17px;
    }
}
.steps-section .step05 .blue-btn {
    margin-left: 0px;
    padding: 7px 35px 7px 29px;
}
@media (max-width: 1200px) {
    .steps-section .step05 .blue-btn {
        margin: auto;
        bottom: 30px;
    }
}
@media (max-width: 991px) {
    .steps-section .step05 .blue-btn {
        bottom: 50px;
    }
}
@media (max-width: 525px) {
    .steps-section .step05 .blue-btn {
        padding: 7px 21px 7px 20px;
        bottom: -59px;
    }
}
.steps-section .step06 {
    padding-bottom: 144px;
}
@media (max-width: 1200px) {
    .steps-section .step06 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media (max-width: 525px) {
    .steps-section .step06 {
        padding-bottom: 0;
    }
}
.steps-section .step06 .steps-section__pic {
    margin-top: -80px;
    margin-left: -97px;
}
@media (max-width: 1200px) {
    .steps-section .step06 .steps-section__pic {
        margin: auto;
    }
}
.steps-section .step06 .steps-section__pic img {
    width: 666px;
}
@media (max-width: 1200px) {
    .steps-section .step06 .steps-section__pic img {
        margin: auto;
    }
}
@media (max-width: 750px) {
    .steps-section .step06 .steps-section__pic img {
        width: 370px;
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}
@media (max-width: 525px) {
    .steps-section .step06 .steps-section__pic img {
        -webkit-transform: translateX(-22px);
        transform: translateX(-22px);
    }
}
.steps-section .step06 .steps-section__text {
    margin-top: 89px;
    margin-left: 17px;
}
@media (max-width: 1200px) {
    .steps-section .step06 .steps-section__text {
        width: 100%;
        display: block;
        max-width: 100%;
        margin-left: 0;
    }
}
.steps-section .step06 .steps-section__text p {
    padding-left: 0px;
    max-width: 510px;
    margin-bottom: 42px;
}
@media (max-width: 1200px) {
    .steps-section .step06 .steps-section__text p {
        width: 100%;
        display: block;
        max-width: 100%;
    }
}
@media (max-width: 525px) {
    .steps-section .step06 .steps-section__text p {
        margin-bottom: 0;
    }
}
.steps-section .step06 .steps-section__text .red-text {
    margin-bottom: 31px;
}
@media (max-width: 525px) {
    .steps-section .step06 .steps-section__text .red-text {
        max-width: 100%;
        margin-bottom: 15px;
    }
}
.steps-section .step06 .blue-btn {
    margin-left: 3px;
    padding: 4px 29px 7px 46px;
}
@media (max-width: 1200px) {
    .steps-section .step06 .blue-btn {
        margin: auto;
    }
}
@media (max-width: 525px) {
    .steps-section .step06 .blue-btn {
        bottom: -69px;
        padding: 4px 29px 7px 25px;
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
}
@media (max-width: 525px) {
    .steps-section .step06 .blue-btn span {
        margin-right: 12px;
    }
}
.statistics-section {
    margin-bottom: 140px;
}
@media (max-width: 525px) {
    .statistics-section {
        margin-bottom: 58px;
    }
}
.statistics-section .section-title {
    margin-bottom: 80px;
}
@media (max-width: 525px) {
    .statistics-section .section-title {
        margin-bottom: 60px;
    }
}
.statistics-section__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .statistics-section__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.statistics-section__cell {
    width: 245px;
    text-align: center;
}
@media (max-width: 1200px) {
    .statistics-section__cell {
        width: 25%;
    }
}
@media (max-width: 991px) {
    .statistics-section__cell {
        width: 50%;
        margin-bottom: 50px;
    }
}
@media (max-width: 750px) {
    .statistics-section__cell {
        width: 100%;
        margin-bottom: 70px;
    }
}
@media (max-width: 525px) {
    .statistics-section__cell {
        margin-bottom: 63px;
    }
}
.statistics-section__number {
    color: #0072ff;
    font-size: 62px;
    letter-spacing: -1.24px;
    font-weight: 500;
    line-height: 62px;
    margin-bottom: 6px;
}
.statistics-section__desc {
    font-size: 28px;
    letter-spacing: -0.56px;
    text-align: center;
    line-height: 34px;
}
@media (max-width: 525px) {
    .statistics-section__desc {
        max-width: 200px;
        margin: auto;
    }
}
.trusted-section {
    padding: 225px 0 337px;
    background: url(../img/trusted-bg.svg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .trusted-section {
        padding: 100px 0;
    }
}
@media (max-width: 750px) {
    .trusted-section {
        background: url(../img/trusted-bd_m.svg) no-repeat center;
        background-size: cover;
        padding: 100px 0 150px;
    }
}
@media (max-width: 525px) {
    .trusted-section {
        padding: 126px 0 215px;
    }
}
.trusted-section .section-title {
    margin-bottom: 88px;
}
@media (max-width: 525px) {
    .trusted-section .section-title {
        margin-bottom: 84px;
    }
}
.trusted-section__wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.trusted-section__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.trusted-section__slide img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.trusted-section__slide a {
    display: block;
}
.trusted-section__slide a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.faq-section {
    padding-top: 97px;
    padding-bottom: 182px;
}
@media (max-width: 525px) {
    .faq-section {
        padding-top: 91px;
        padding-bottom: 153px;
    }
}
.faq-section h3 {
    margin: 0;
    padding: 0;
}
.faq-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 991px) {
    .faq-section .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.faq-section .red-text {
    font-size: 144px;
    font-weight: 800;
    line-height: 144px;
    letter-spacing: -2.89px;
}
.faq-section__pic {
    margin-top: -67px;
    margin-left: -46px;
}
@media (max-width: 991px) {
    .faq-section__pic {
        margin-left: 3px;
    }
}
@media (max-width: 750px) {
    .faq-section__pic {
        margin-left: 0;
    }
}
@media (max-width: 525px) {
    .faq-section__pic {
        margin-left: 16px;
    }
}
.faq-section__pic img {
    width: 412px;
    display: block;
}
@media (max-width: 750px) {
    .faq-section__pic img {
        width: 375px;
    }
}
@media (max-width: 525px) {
    .faq-section__pic img {
        width: 414px;
    }
}
@media (max-width: 991px) {
    .faq-section__left {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 50px;
    }
}
@media (max-width: 525px) {
    .faq-section__left {
        margin-bottom: 16px;
    }
}
.faq-section__right {
    padding-left: 27px;
    font-size: 16px;
    margin-top: -18px;
}
@media (max-width: 991px) {
    .faq-section__right {
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 525px) {
    .faq-section__right {
        font-size: 14px;
        line-height: 25px;
    }
}
.faq-section__row {
    padding-bottom: 10px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -0.16px;
}
@media (max-width: 991px) {
    .faq-section__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}
@media (max-width: 525px) {
    .faq-section__row {
        padding-bottom: 0;
    }
}
.faq-section__answer {
    display: none;
}
@media (max-width: 991px) {
    .faq-section__answer {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 3px;
    }
}
.faq-section__answer p a {
    font-weight: 700;
    color: #474747;
    position: relative;
    border-bottom: 1px solid #474747;
}
.faq-section__question {
    padding-bottom: 14px;
    padding-top: 27px;
    border-bottom: solid 2px #aeaeae;
    padding-right: 80px;
    position: relative;
    cursor: pointer;
}
@media (max-width: 991px) {
    .faq-section__question {
        padding: 30px;
    }
}
@media (max-width: 525px) {
    .faq-section__question {
        margin-bottom: -7px;
    }
}
.faq-section__question.opened .faq-section__icon span:first-child {
    -webkit-transform: rotate(0) translate(-50%, -50%);
    transform: rotate(0) translate(-50%, -50%);
}
.faq-section__icon {
    position: absolute;
    top: 30px;
    right: 1px;
    height: 18px;
    width: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .faq-section__icon {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin-bottom: 20px;
    }
}
@media (max-width: 525px) {
    .faq-section__icon {
        margin-bottom: 13px;
    }
}
.faq-section__icon span {
    width: 100%;
    height: 3px;
    display: inline-block;
    background: #d7291b;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq-section__icon span:first-child {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.footer {
    padding-bottom: 50px;
}
.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1200px) {
    .footer .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 525px) {
    .footer .container {
        margin: 39px 9px;
    }
}
.footer__item {
    border-radius: 8px;
    padding: 58px 55px;
    padding-bottom: 66px;
    -webkit-box-shadow: -20.3px 5.4px 66.5px 3.5px rgba(111, 117, 131, 0.27);
    box-shadow: -20.3px 5.4px 66.5px 3.5px rgba(111, 117, 131, 0.27);
    width: 265px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.4s ease;
    transition: -webkit-box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
    position: relative;
    background: #fff;
}
@media (max-width: 1200px) {
    .footer__item {
        width: calc(25% - 15px);
        padding: 58px 20px;
    }
}
@media (max-width: 991px) {
    .footer__item {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }
}
@media (max-width: 525px) {
    .footer__item {
        padding: 26px 20px 20px;
        margin-bottom: 50px;
    }
}
.footer__item span {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    display: block;
}
@media (max-width: 525px) {
    .footer__item span {
        font-size: 16px;
        line-height: 23px;
    }
}
.footer__item:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    left: 0;
    right: 0;
    top: -12px;
    margin: auto;
    border-radius: 50%;
    background: #d7291b;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (max-width: 525px) {
    .footer__item:before {
        width: 23px;
        height: 23px;
        top: -10px;
    }
}
.footer__item:hover {
    -webkit-box-shadow: -1px 4px 20px 12px rgba(111, 117, 131, 0.45);
    box-shadow: -1px 4px 20px 12px rgba(111, 117, 131, 0.45);
}
.footer__item:hover:before {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
}
.footer__pic {
    margin-bottom: 30px;
}
@media (max-width: 525px) {
    .footer__pic {
        margin-bottom: 20px;
    }
}
@media (max-width: 430px) {
    .footer__pic img {
        width: 80px;
    }
}
.footer__pic svg {
    height: 99px;
    display: block;
}
@media (max-width: 525px) {
    .footer__pic svg {
        height: 45px;
    }
}
.hamburger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    border: 0;
    background-color: transparent;
}
.hamburger-menu .hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}
.hamburger-menu .hamburger-inner,
.hamburger-menu .hamburger-inner:after,
.hamburger-menu .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    -webkit-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
    background-color: #023d97;
}
.hamburger-menu .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 0.13s;
    transition-duration: 0.13s;
}
.hamburger-menu .hamburger-inner:before {
    top: -10px;
}
.hamburger-menu .hamburger-inner:after,
.hamburger-menu .hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-menu .hamburger-inner:before {
    -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-menu .hamburger-inner:after {
    top: -20px;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
body.menu-opened .hamburger-inner {
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
body.menu-opened .hamburger-inner:before {
    top: 0;
    -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
body.menu-opened .hamburger-inner:after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    opacity: 0;
}
.feauture-top-sect {
    height: 730px;
    background: url(../img/feautures-top-bg.svg) no-repeat top;
    background-size: cover;
    background-position: 0 -23px;
    position: relative;
    padding-top: 114px;
    margin-bottom: -75px;
    z-index: 2;
}
@media (max-width: 1200px) {
    .feauture-top-sect {
        height: 680px;
        padding-top: 70px;
    }
}
@media (max-width: 991px) {
    .feauture-top-sect {
        text-align: center;
        height: auto;
        padding-bottom: 360px;
    }
}
@media (max-width: 525px) {
    .feauture-top-sect {
        padding-top: 62px;
        padding-bottom: 318px;
        background-position: 52% 0;
        z-index: 4;
    }
}
.feauture-top-sect__pic {
    position: absolute;
    right: -60px;
    bottom: 12px;
}
@media (max-width: 1200px) {
    .feauture-top-sect__pic {
        right: -60px;
        bottom: 32px;
    }
}
@media (max-width: 991px) {
    .feauture-top-sect__pic {
        right: 0;
        bottom: 0;
    }
}
@media (max-width: 525px) {
    .feauture-top-sect__pic {
        right: -9px;
        bottom: 98px;
    }
}
.feauture-top-sect__pic img {
    height: 650px;
    display: block;
}
@media (max-width: 1615px) {
    .feauture-top-sect__pic img {
        height: 525px;
    }
}
@media (max-width: 1200px) {
    .feauture-top-sect__pic img {
        height: 415px;
    }
}
@media (max-width: 991px) {
    .feauture-top-sect__pic img {
        height: 350px;
    }
}
@media (max-width: 525px) {
    .feauture-top-sect__pic img {
        height: 230px;
    }
}
.feauture-top-sect__title {
    font-size: 50px;
    font-weight: 800;
    line-height: 63px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
@media (max-width: 750px) {
    .feauture-top-sect__title {
        font-size: 40px;
        line-height: 44.5px;
    }
}
.feauture-top-sect__undertitle {
    font-size: 20px;
    font-weight: bold;
    line-height: 30.5px;
    max-width: 435px;
    margin-bottom: 19px;
}
@media (max-width: 991px) {
    .feauture-top-sect__undertitle {
        max-width: 100%;
    }
}
@media (max-width: 525px) {
    .feauture-top-sect__undertitle {
        max-width: 292px;
        margin: 0 auto 24px;
    }
}
.feauture-top-sect h1 {
    max-width: 425px;
    margin-bottom: 28px;
}
@media (max-width: 991px) {
    .feauture-top-sect h1 {
        max-width: 100%;
    }
}
.feauture-top-sect__btn {
    margin-left: 0px;
    padding: 7px 34px;
    padding-right: 34px;
}
.feauture-top-sect__btn:after {
    z-index: 0;
}
@media (max-width: 991px) {
    .feauture-top-sect__btn {
        margin: auto;
    }
}
@media (max-width: 525px) {
    .feauture-top-sect__btn {
        display: none;
    }
}
.feauture-top-sect:after {
    position: absolute;
    right: 0;
    bottom: -7px;
    height: 20px;
    background: #fff;
    width: 820px;
    content: "";
    display: none;
}
.feauture-top-sect .feauture-top-sect__desc h2 {
    max-width: 425px;
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 27px;
    color: #282828;
    font-weight: 400;
}
.how-help-sect {
    padding-bottom: 206px;
    padding-top: 190px;
    position: relative;
}
.how-help-sect .cloud-steps1 {
    top: 510px;
    right: -125px;
    -webkit-animation-duration: 400s;
    animation-duration: 400s;
}
.how-help-sect .cloud-steps1 img {
    height: 337px;
}
@media (max-width: 991px) {
    .how-help-sect .cloud-steps1 img {
        height: 157px;
    }
}
@media (max-width: 991px) {
    .how-help-sect .cloud-steps1 {
        top: 942px;
        -webkit-animation-duration: 200s;
        animation-duration: 200s;
    }
}
.how-help-sect .cloud-steps2 {
    top: 318px;
    right: -300px;
}
.how-help-sect .cloud-steps2 img {
    height: 200px;
}
@media (max-width: 991px) {
    .how-help-sect .cloud-steps2 img {
        height: 113px;
    }
}
@media (max-width: 991px) {
    .how-help-sect .cloud-steps2 {
        top: 1263px;
        -webkit-animation-duration: 180s;
        animation-duration: 180s;
    }
}
.how-help-sect .cloud-steps3 {
    top: 318px;
    right: -300px;
    -webkit-animation-duration: 350s;
    animation-duration: 350s;
}
.how-help-sect .cloud-steps3 img {
    height: 140px;
}
@media (max-width: 991px) {
    .how-help-sect .cloud-steps3 {
        bottom: 218px;
    }
}
@media (max-width: 1200px) {
    .how-help-sect {
        padding-bottom: 120px;
        padding-top: 100px;
    }
}
@media (max-width: 525px) {
    .how-help-sect {
        padding-top: 0;
    }
}
.how-help-sect .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 525px) {
    .how-help-sect .container {
        padding: 0;
        width: 100%;
    }
}
.how-help-sect__red-box {
    background: #e21b0b;
    -webkit-box-shadow: -15.3px 9.5px 66.5px 3.5px rgba(111, 117, 131, 0.59);
    box-shadow: -15.3px 9.5px 66.5px 3.5px rgba(111, 117, 131, 0.59);
    padding: 73px 123px 78px 84px;
    color: #fff;
    margin-left: -85px;
    width: 730px;
    border-radius: 8px;
    position: relative;
    margin-right: 185px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 3;
}
@media (max-width: 1200px) {
    .how-help-sect__red-box {
        margin: 0 auto 70px;
    }
}
@media (max-width: 991px) {
    .how-help-sect__red-box {
        width: 100%;
        padding: 40px 65px 60px 65px;
        text-align: center;
    }
}
@media (max-width: 525px) {
    .how-help-sect__red-box {
        background: url(../img/red-box_m.svg) no-repeat bottom;
        background-size: cover;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        padding: 147px 30px 194px;
        margin-bottom: -72px;
    }
}
.how-help-sect__red-box_arrow {
    position: absolute;
    width: 360px;
    right: -135px;
    top: 212px;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
@media (max-width: 1200px) {
    .how-help-sect__red-box_arrow {
        top: auto;
        -webkit-transform: rotate(107deg) !important;
        transform: rotate(107deg) !important;
        bottom: 0;
        right: -50px;
    }
}
@media (max-width: 991px) {
    .how-help-sect__red-box_arrow {
        -webkit-transform: rotate(117deg) !important;
        transform: rotate(117deg) !important;
        bottom: -55px;
        right: -85px;
    }
}
@media (max-width: 750px) {
    .how-help-sect__red-box_arrow {
        -webkit-transform: rotate(101deg) !important;
        transform: rotate(101deg) !important;
        bottom: -15px;
        right: -70px;
        width: 280px;
    }
}
@media (max-width: 525px) {
    .how-help-sect__red-box_arrow {
        -webkit-transform: rotate(89deg) !important;
        transform: rotate(89deg) !important;
        bottom: 45px;
        right: -36px;
        width: 220px;
    }
}
.how-help-sect__red-box img {
    display: block;
    width: 100%;
    -webkit-clip-path: inset(0 0 0 26px);
    clip-path: inset(0 0 0 26px);
}
.how-help-sect__title {
    font-size: 50px;
    font-weight: 800;
    line-height: 65px;
    letter-spacing: -1px;
    margin-bottom: 35px;
}
@media (max-width: 750px) {
    .how-help-sect__title {
        font-size: 40px;
        line-height: 49px;
    }
}
@media (max-width: 525px) {
    .how-help-sect__title {
        margin-bottom: 27px;
    }
}
.how-help-sect p {
    line-height: 28.5px;
}
@media (max-width: 525px) {
    .how-help-sect p {
        line-height: 25px;
    }
}
.how-help-sect__phone-wrapper {
    position: relative;
}
@media (max-width: 525px) {
    .how-help-sect__phone-wrapper {
        width: 244px;
    }
}
.how-help-sect__phone-wrapper:before {
    content: "";
    position: absolute;
    bottom: -52px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1126px;
    height: 99px;
    z-index: -1;
    background: radial-gradient(50% 50% at 50% 50%, #948800 0%, #8f8720 0.74%, #808285 3.17%, #9a9c9e 9.8%, #b9babc 19.32%, #d3d4d5 29.78%, #e7e7e8 41.34%, #f4f5f5 54.58%, #fdfdfd 70.97%, #ffffff 100%);
}
.how-help-sect__phone-slider {
    margin-right: -50px;
}
@media (max-width: 1200px) {
    .how-help-sect__phone-slider {
        margin: auto;
    }
}
.how-help-sect__phone-slide {
    overflow: hidden;
    border-radius: 34px;
}
@media (max-width: 525px) {
    .how-help-sect__phone-slide {
        border-radius: 26px;
    }
}
.how-help-sect__phone-mockup {
    width: 350px;
    display: block;
    margin-top: 16px;
}
@media (max-width: 525px) {
    .how-help-sect__phone-mockup {
        width: 100%;
    }
}
.how-help-sect__phone-pics {
    position: absolute;
    left: 12px;
    top: 13px;
    bottom: 16px;
    overflow: hidden;
    border: 2px solid #cfd3d9;
    right: 12px;
    border-radius: 34px;
}
@media (max-width: 525px) {
    .how-help-sect__phone-pics {
        left: 7px;
        top: 8px;
        bottom: 8px;
        overflow: hidden;
        border: 2px solid #cfd3d9;
        right: 7px;
        border-radius: 26px;
    }
}
.how-help-sect__phone-pics img {
    display: block;
    width: 100%;
    height: 100%;
}
.how-help-sect__phone-prev {
    position: absolute;
    top: 336px;
    left: -88px;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: -webkit-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;
    outline: 0 !important;
    z-index: 3;
}
@media (max-width: 1425px) {
    .how-help-sect__phone-prev {
        left: 0;
    }
}
@media (max-width: 1200px) {
    .how-help-sect__phone-prev {
        left: -88px;
    }
}
@media (max-width: 525px) {
    .how-help-sect__phone-prev {
        top: 228px;
        left: -54px;
        height: 40px;
        width: 40px;
    }
}
.how-help-sect__phone-prev svg {
    display: block;
    width: 100%;
    height: 100%;
}
.how-help-sect__phone-prev svg path {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.how-help-sect__phone-prev:hover {
    -webkit-box-shadow: -15.3px 9.5px 66.5px 3.5px rgba(111, 117, 131, 0.59);
    box-shadow: -15.3px 9.5px 66.5px 3.5px rgba(111, 117, 131, 0.59);
}
.how-help-sect__phone-prev:hover svg path {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
}
.how-help-sect__phone-next {
    position: absolute;
    top: 336px;
    right: -88px;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    outline: 0 !important;
    cursor: pointer;
    -webkit-transition: -webkit-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;
    z-index: 3;
}
@media (max-width: 1425px) {
    .how-help-sect__phone-next {
        right: 0;
    }
}
@media (max-width: 1200px) {
    .how-help-sect__phone-next {
        right: -88px;
    }
}
@media (max-width: 525px) {
    .how-help-sect__phone-next {
        top: 228px;
        right: -48px;
        height: 40px;
        width: 40px;
    }
}
.how-help-sect__phone-next svg {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.how-help-sect__phone-next svg path {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.how-help-sect__phone-next:hover {
    -webkit-box-shadow: -15.3px 9.5px 66.5px 3.5px rgba(111, 117, 131, 0.59);
    box-shadow: -15.3px 9.5px 66.5px 3.5px rgba(111, 117, 131, 0.59);
}
.how-help-sect__phone-next:hover svg path {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
}
.attendance-big-sect {
    background: url(../img/attendance-big.svg) no-repeat;
    background-size: cover;
    padding: 290px 0 223px;
    margin-bottom: 33px;
    position: relative;
}
@media (max-width: 1200px) {
    .attendance-big-sect {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0;
        padding: 215px 0 170px;
    }
}
@media (max-width: 525px) {
    .attendance-big-sect {
        padding: 308px 0 350px;
        background-position: 50% 0;
        margin-top: -202px;
    }
}
@media (max-width: 375px) {
    .attendance-big-sect {
        background: url(../img/attendance-big_m.svg) no-repeat;
        background-size: cover;
        background-position: 0 10px;
    }
}
.attendance-big-sect .cloud-steps1 {
    top: 170px;
    right: -650px;
    -webkit-animation-duration: 400s;
    animation-duration: 400s;
    z-index: 0;
}
.attendance-big-sect .cloud-steps1 img {
    height: 379px;
    opacity: 0.8;
}
.attendance-big-sect .cloud-steps2 {
    top: 935px;
    right: -650px;
    -webkit-animation-duration: 200s;
    animation-duration: 200s;
    z-index: 0;
}
.attendance-big-sect .cloud-steps2 img {
    height: 324px;
    opacity: 0.8;
}
.attendance-big-sect .cloud-steps3 {
    top: 1110px;
    right: -300px;
    -webkit-animation-duration: 350s;
    animation-duration: 350s;
    z-index: 0;
}
.attendance-big-sect .cloud-steps3 img {
    height: 215px;
}
.attendance-big-sect__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -12px;
    margin-bottom: 263px;
}
@media (max-width: 1200px) {
    .attendance-big-sect__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0;
        margin-bottom: 100px;
        margin-bottom: 135px;
    }
}
@media (max-width: 525px) {
    .attendance-big-sect .container {
        padding: 0 23px;
    }
}
.attendance-big-sect__top-title {
    font-size: 50px;
    line-height: 71.5px;
    max-width: 312px;
    margin-right: 52px;
    font-weight: 800;
    margin-top: 53px;
    z-index: 2;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}
@media (max-width: 1200px) {
    .attendance-big-sect__top-title {
        max-width: 100%;
        text-align: center;
        margin: 0 auto 90px;
    }
}
@media (max-width: 750px) {
    .attendance-big-sect__top-title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 525px) {
    .attendance-big-sect__top-title {
        max-width: 320px;
        margin: -96px auto 19px;
        padding-bottom: 100px;
    }
}
.attendance-big-sect__top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.attendance-big-sect__top-item {
    border-radius: 5px;
    -webkit-box-shadow: -2.5px 1.6px 66.5px 3.5px rgba(111, 117, 131, 0.2);
    box-shadow: -2.5px 1.6px 66.5px 3.5px rgba(111, 117, 131, 0.2);
    padding: 53px 30px 41px;
    width: calc(33.3% - 14px);
    position: relative;
    background: #fff;
    margin-bottom: 22px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #1c1c1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.attendance-big-sect__top-item:before {
    left: 15px;
    right: 15px;
    background: #023d97;
    height: 2px;
    top: 14px;
    width: auto;
    position: absolute;
    content: "";
}
@media (max-width: 750px) {
    .attendance-big-sect__top-item {
        width: calc(50% - 10px);
    }
}
@media (max-width: 525px) {
    .attendance-big-sect__top-item {
        padding: 47px 15px 33px;
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 18px;
    }
}
.attendance-big-sect__top-icon {
    width: 64px;
    height: 64px;
    position: relative;
    margin: 0 auto 24px;
}
@media (max-width: 525px) {
    .attendance-big-sect__top-icon {
        margin-bottom: 21px;
    }
}
.attendance-big-sect__top-icon img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.attendance-big-sect__bottom-title {
    font-size: 50px;
    font-weight: 800;
    line-height: 63px;
    letter-spacing: -1px;
    color: #1372a7;
    text-align: center;
    max-width: 1025px;
    margin: 0 auto 88px;
    -webkit-transform: translateX(-19px);
    transform: translateX(-19px);
    position: relative;
    z-index: 2;
}
@media (max-width: 1200px) {
    .attendance-big-sect__bottom-title {
        -webkit-transform: none;
        transform: none;
    }
}
@media (max-width: 750px) {
    .attendance-big-sect__bottom-title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 45px;
    }
}
.attendance-big-sect__bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 28px;
    position: relative;
}
@media (max-width: 1200px) {
    .attendance-big-sect__bottom-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-left: 0;
    }
}
.attendance-big-sect__bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 525px) {
    .attendance-big-sect__bottom-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }
}
.attendance-big-sect__bottom-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-width: 322px;
    padding-right: 85px;
}
@media (max-width: 1200px) {
    .attendance-big-sect__bottom-list ul {
        max-width: 100%;
        width: calc(50% - 10px);
        padding: 0 50px;
    }
}
@media (max-width: 750px) {
    .attendance-big-sect__bottom-list ul {
        padding: 0px 20px 0 50px;
    }
}
@media (max-width: 525px) {
    .attendance-big-sect__bottom-list ul {
        width: 100%;
        padding: 0;
    }
}
.attendance-big-sect__bottom-list ul li {
    position: relative;
    display: block;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 25px;
}
@media (max-width: 525px) {
    .attendance-big-sect__bottom-list ul li {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto 22px;
        max-width: 280px;
    }
}
.attendance-big-sect__bottom-list ul li:before {
    position: absolute;
    left: -32px;
    top: 6px;
    background: url(../img/tick.svg) no-repeat center;
    background-size: contain;
    width: 17px;
    height: 13px;
    content: "";
}
@media (max-width: 525px) {
    .attendance-big-sect__bottom-list ul li:before {
        left: -15px;
        top: 0;
        position: relative;
        display: inline-block;
    }
}
.attendance-big-sect__bottom-pic {
    position: absolute;
    right: -327px;
    bottom: 18px;
}
@media (max-width: 1200px) {
    .attendance-big-sect__bottom-pic {
        position: static;
        margin: auto;
        margin-bottom: 40px;
    }
}
@media (max-width: 525px) {
    .attendance-big-sect__bottom-pic {
        -webkit-transform: translate(-53px, -43px) !important;
        transform: translate(-53px, -43px) !important;
        margin-bottom: -42px;
    }
}
.attendance-big-sect__bottom-pic img {
    width: 809px;
    display: block;
}
@media (max-width: 1200px) {
    .attendance-big-sect__bottom-pic img {
        width: 600px;
    }
}
@media (max-width: 750px) {
    .attendance-big-sect__bottom-pic img {
        width: 100%;
    }
}
@media (max-width: 525px) {
    .attendance-big-sect__bottom-pic img {
        width: 490px;
    }
}
.integrations-top-sect {
    height: 621px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e0f2ee), to(#8cd8e3));
    background: linear-gradient(180deg, #e0f2ee 0%, #8cd8e3 100%);
    position: relative;
    padding-top: 193px;
    margin-bottom: -75px;
    z-index: 2;
    overflow: visible;
    position: relative;
}
@media (max-width: 1500px) {
    .integrations-top-sect {
        height: 575px;
    }
}
@media (max-width: 1200px) {
    .integrations-top-sect {
        text-align: center;
        padding-top: 80px;
        height: 626px;
        margin-bottom: 60px;
    }
}
@media (max-width: 525px) {
    .integrations-top-sect {
        padding-top: 58px;
        height: 577px;
        overflow: hidden;
    }
}
.integrations-top-sect:after {
    position: absolute;
    bottom: -101px;
    left: 0;
    right: 0;
    background: url(../img/integrations-bottom_bg.svg) no-repeat top;
    height: 239px;
    width: auto;
    background-size: cover;
    content: "";
    z-index: -1;
}
@media (max-width: 525px) {
    .integrations-top-sect:after {
        height: 52px;
        margin: 0 auto;
        bottom: 0;
        background-size: cover;
    }
}
.integrations-top-sect__desc {
    margin-bottom: 80px;
}
@media (max-width: 525px) {
    .integrations-top-sect__desc {
        margin-bottom: 113px;
    }
}
.integrations-top-sect__title {
    font-size: 50px;
    font-weight: 800;
    line-height: 63px;
    max-width: 430px;
    letter-spacing: -1px;
}
@media (max-width: 1200px) {
    .integrations-top-sect__title {
        margin: auto;
    }
}
@media (max-width: 750px) {
    .integrations-top-sect__title {
        font-size: 40px;
        line-height: 53.5px;
    }
}
@media (max-width: 525px) {
    .integrations-top-sect__title {
        max-width: 320px;
    }
}
.integrations-top-sect__pic {
    position: absolute;
    right: 50px;
    bottom: 16px;
}
@media (max-width: 1800px) {
    .integrations-top-sect__pic {
        right: 100px;
        bottom: 66px;
    }
}
@media (max-width: 1500px) {
    .integrations-top-sect__pic {
        right: 0px;
        bottom: 40px;
    }
}
@media (max-width: 1200px) {
    .integrations-top-sect__pic {
        margin: auto;
        position: static;
    }
}
.integrations-top-sect__pic img {
    display: block;
    height: 518px;
}
@media (max-width: 1800px) {
    .integrations-top-sect__pic img {
        height: 385px;
    }
}
@media (max-width: 1200px) {
    .integrations-top-sect__pic img {
        height: 330px;
        margin: 35px auto;
    }
}
@media (max-width: 525px) {
    .integrations-top-sect__pic img {
        height: 230px;
        margin: 0 auto;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}
.integrations-top-sect__pic-bg {
    position: absolute;
    bottom: 20px;
    right: 80px;
    z-index: -1;
}
@media (max-width: 1800px) {
    .integrations-top-sect__pic-bg {
        right: 10px;
    }
}
@media (max-width: 1200px) {
    .integrations-top-sect__pic-bg {
        left: 0;
        right: 0;
        margin: auto;
    }
}
@media (max-width: 525px) {
    .integrations-top-sect__pic-bg {
        left: -12px;
        right: 0;
        margin: auto;
        bottom: 37px;
    }
}
.integrations-top-sect__pic-bg img {
    display: block;
    height: 620px;
}
@media (max-width: 1800px) {
    .integrations-top-sect__pic-bg img {
        height: 540px;
    }
}
@media (max-width: 1500px) {
    .integrations-top-sect__pic-bg img {
        height: 490px;
    }
}
@media (max-width: 1200px) {
    .integrations-top-sect__pic-bg img {
        height: 375px;
        margin: auto;
    }
}
@media (max-width: 525px) {
    .integrations-top-sect__pic-bg img {
        height: 266px;
    }
}
.big-search-sect {
    z-index: 3;
    position: relative;
    padding-top: 109px;
    padding-bottom: 88px;
}
@media (max-width: 525px) {
    .big-search-sect {
        padding-top: 26px;
    }
}
.big-search-sect .container {
    width: 1140px;
    -webkit-transform: translateX(11px);
    transform: translateX(11px);
}
@media (max-width: 1200px) {
    .big-search-sect .container {
        width: 970px;
        -webkit-transform: none;
        transform: none;
    }
}
@media (max-width: 991px) {
    .big-search-sect .container {
        width: 720px;
    }
}
@media (max-width: 750px) {
    .big-search-sect .container {
        width: 500px;
    }
}
@media (max-width: 525px) {
    .big-search-sect .container {
        width: auto;
        padding: 0 20px;
    }
}
.big-search-sect__title {
    font-size: 50px;
    font-weight: 800;
    line-height: 63px;
    letter-spacing: -1px;
    color: #1372a7;
    max-width: 870px;
    margin-bottom: 25px;
}
@media (max-width: 1200px) {
    .big-search-sect__title {
        max-width: 100%;
    }
}
@media (max-width: 750px) {
    .big-search-sect__title {
        font-size: 40px;
        line-height: 47.5px;
    }
}
@media (max-width: 525px) {
    .big-search-sect__title {
        margin-bottom: 23px;
    }
}
.big-search-sect__desc {
    margin-bottom: 84px;
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
}
@media (max-width: 1200px) {
    .big-search-sect__desc {
        text-align: center;
        -webkit-transform: none;
        transform: none;
        max-width: 700px;
        margin: 0 auto 70px;
    }
}
@media (max-width: 525px) {
    .big-search-sect__desc {
        margin-bottom: 85px;
    }
}
.big-search-sect__desc p {
    margin-left: 6px;
    font-weight: 500;
}
@media (max-width: 1200px) {
    .big-search-sect__desc p {
        margin-left: 0;
    }
}
@media (max-width: 525px) {
    .big-search-sect__desc p {
        line-height: 27.5px;
        max-width: 330px;
        margin: auto;
    }
}
.big-search-sect__desc p a {
    color: #0015e4;
    text-decoration: underline;
    font-weight: bold;
}
.big-search-sect__forms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 67px;
}
@media (max-width: 750px) {
    .big-search-sect__forms {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 525px) {
    .big-search-sect__forms {
        margin-bottom: 41px;
    }
}
.big-search-sect__forms-box {
    width: calc(50% - 18px);
}
@media (max-width: 991px) {
    .big-search-sect__forms-box {
        width: calc(50% - 10px);
    }
}
@media (max-width: 750px) {
    .big-search-sect__forms-box {
        width: 100%;
    }
}
@media (max-width: 750px) {
    .big-search-sect__forms-box {
        text-align: center;
        margin-bottom: 30px;
    }
}
@media (max-width: 525px) {
    .big-search-sect__forms-box {
        margin-bottom: 33px;
    }
}
.big-search-sect__forms-box p {
    font-weight: 800;
    color: #282828;
    line-height: 14px;
    margin-bottom: 13px;
    margin-left: 6px;
}
@media (max-width: 750px) {
    .big-search-sect__forms-box p {
        margin-left: 0;
    }
}
.big-search-sect__forms-wrapper {
    position: relative;
    height: 66px;
    border: solid 1px #7e7e7e;
    border-radius: 2px;
    background: #fff;
}
.big-search-sect__forms-wrapper.opened {
    -webkit-box-shadow: 0 0 33.3px 1.8px rgba(45, 45, 45, 0.15);
    box-shadow: 0 0 33.3px 1.8px rgba(45, 45, 45, 0.15);
}
.big-search-sect__forms-wrapper.opened .dropdown {
    display: block;
}
.big-search-sect__forms-wrapper input {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0 55px 0 20px;
    margin: 0;
    font-weight: 600;
    z-index: 6;
}
@media (max-width: 750px) {
    .big-search-sect__forms-wrapper input {
        text-align: center;
        padding: 0 55px;
    }
}
.big-search-sect__forms-wrapper svg {
    position: absolute;
    display: block;
    right: 23px;
    top: 21px;
    width: 24px;
    height: 24px;
    z-index: 7;
}
.big-search-sect__forms-wrapper.filter svg {
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.big-search-sect__forms-wrapper.filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0 55px 0 20px;
    margin: 0;
    font-weight: 600;
    z-index: 6;
    font-family: inherit;
}
@media (max-width: 750px) {
    .big-search-sect__forms-wrapper.filter select {
        text-align: center;
        padding: 0 55px;
    }
}
.big-search-sect__forms-wrapper.filter.opened svg {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.big-search-sect__forms-wrapper.filter .filter-chechbox {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    position: relative;
    border: solid 1px #7e7e7e;
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px 0 5px;
}
.big-search-sect__forms-wrapper.filter .filter-chechbox input {
    opacity: 0;
    z-index: 3;
    width: 500px;
}
.big-search-sect__forms-wrapper.filter .filter-chechbox input:checked + span {
    opacity: 1;
}
.big-search-sect__forms-wrapper.filter .filter-chechbox span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/checkbox.svg) no-repeat;
    background-size: contain;
    opacity: 0;
}
.big-search-sect__forms-wrapper.filter .dropdown {
    z-index: 21;
}
@media (max-width: 750px) {
    .big-search-sect__forms-wrapper.filter .dropdown {
        text-align: left;
    }
}
.big-search-sect__forms-wrapper .dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 1px);
    z-index: 22;
    -webkit-box-shadow: 0 0 33.3px 1.8px rgba(45, 45, 45, 0.15);
    box-shadow: 0 0 33.3px 1.8px rgba(45, 45, 45, 0.15);
    background: #fff;
    border-radius: 0 0 2px 2px;
    padding: 20px 0px 25px;
    display: none;
}
@media (max-width: 750px) {
    .big-search-sect__forms-wrapper .dropdown {
        left: -1px;
        right: -1px;
    }
}
.big-search-sect__forms-wrapper .dropdown .accordance {
    font-weight: 600;
    color: #d7291b;
}
.big-search-sect__forms-wrapper .dropdown-row {
    padding: 8px 20px;
    cursor: pointer;
}
.big-search-sect__forms-wrapper .dropdown-row.link {
    text-decoration: underline;
    font-weight: bold;
}
.big-search-sect__forms-wrapper .dropdown-row:hover {
    background: rgba(0, 0, 0, 0.05);
}
.big-search-sect__items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -21px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.big-search-sect__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 41px;
}
@media (max-width: 525px) {
    .big-search-sect__item-header {
        margin-bottom: 18px;
    }
}
.big-search-sect__item-icon {
    margin-right: 10px;
}
.big-search-sect__item-icon img {
    width: 29px;
    display: block;
}
.big-search-sect__item-tag {
    font-weight: 500;
    color: #4b4b4b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.big-search-sect__item-arrow svg {
    height: 25px;
    width: auto;
    -webkit-transform: rotate(90deg) translate(4px, 4px);
    transform: rotate(90deg) translate(4px, 4px);
}
.big-search-sect__item-hidden-wrapper {
    display: none;
    -webkit-animation: opacityAnim 1s ease forwards;
    animation: opacityAnim 1s ease forwards;
    padding-right: 40px;
    opacity: 0;
}
.big-search-sect__item-arrow {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px 32px;
}
.big-search-sect__item {
    width: calc(33.3% - 20px);
    margin-right: 20px;
    border-radius: 5px;
    -webkit-box-shadow: -2.5px 1.6px 66.5px 3.5px rgba(111, 117, 131, 0.16);
    box-shadow: -2.5px 1.6px 66.5px 3.5px rgba(111, 117, 131, 0.16);
    background-color: #fff;
    padding: 25px 32px 98px 32px;
    position: relative;
    height: auto;
    margin-bottom: 25px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    position: relative;
    overflow: hidden;
}
@media (max-width: 991px) {
    .big-search-sect__item {
        width: 100%;
    }
}
@media (max-width: 525px) {
    .big-search-sect__item {
        padding: 25px 35px 45px 35px;
    }
}
.big-search-sect__item > * {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.big-search-sect__item:after {
    position: absolute;
    bottom: 11px;
    left: 15px;
    right: 15px;
    height: 2px;
    background: #d7291b;
    content: "";
}
.big-search-sect__item.opened {
    width: calc(66.6% - 20px);
    padding: 28px 26px 53px 32px;
}
@media (max-width: 991px) {
    .big-search-sect__item.opened {
        width: 100%;
    }
}
@media (max-width: 525px) {
    .big-search-sect__item.opened {
        padding: 23px 27px 55px 28px;
    }
}
@media (max-width: 525px) {
    .big-search-sect__item.opened .big-search-sect__item-content {
        padding: 0;
    }
}
@media (max-width: 525px) {
    .big-search-sect__item.opened .big-search-sect__item-logo {
        display: none;
    }
}
@media (max-width: 525px) {
    .big-search-sect__item.opened .big-search-sect__item-tag {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
}
.big-search-sect__item.opened .big-search-sect__item-header {
    margin-bottom: 17px;
}
@media (max-width: 525px) {
    .big-search-sect__item.opened .big-search-sect__item-header {
        margin-bottom: 39px;
    }
}
.big-search-sect__item.opened .big-search-sect__item-arrow svg {
    -webkit-transform: rotate(270deg) translate(1px, -3px);
    transform: rotate(270deg) translate(1px, -3px);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.big-search-sect__item.opened .big-search-sect__item-hidden-wrapper {
    display: block;
}
@media (max-width: 1200px) {
    .big-search-sect__item.opened .big-search-sect__item-hidden-wrapper {
        width: 100%;
    }
}
@media (max-width: 525px) {
    .big-search-sect__item.opened .big-search-sect__item-hidden-wrapper {
        padding-right: 0;
    }
}
.big-search-sect__item.opened .big-search-sect__item-title {
    margin-bottom: 11px;
}
.big-search-sect__item.opened .big-search-sect__item-logo {
    margin-top: -20px;
}
.big-search-sect__item-title {
    color: #1372a7;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    width: 100%;
}
@media (max-width: 525px) {
    .big-search-sect__item-title {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 5px;
    }
}
.big-search-sect__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 525px) {
    .big-search-sect__item-content {
        padding: 2px 40px;
        text-align: center;
        min-height: 135px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 141px;
    }
}
.big-search-sect__item-content.slider-content .big-search-sect__item-hidden-bottom-right {
    padding-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 27px;
    padding-right: 20px;
    margin: 0 auto;
}
@media (max-width: 1200px) {
    .big-search-sect__item-content.slider-content .big-search-sect__item-hidden-bottom-right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% - 60px);
    }
}
@media (max-width: 525px) {
    .big-search-sect__item-content.slider-content .big-search-sect__item-hidden-bottom-right {
        width: 100%;
        padding: 0 8px;
    }
}
.big-search-sect__item-hidden-top-text {
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 40px;
}
@media (max-width: 525px) {
    .big-search-sect__item-hidden-top-text {
        margin-bottom: 66px;
    }
}
.big-search-sect__item-hidden-bottom-slider {
    width: 335px;
    padding-left: 30px;
    padding-top: 5px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
@media (max-width: 1200px) {
    .big-search-sect__item-hidden-bottom-slider {
        width: 100%;
        padding-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: none;
        padding-top: 35px;
    }
}
@media (max-width: 525px) {
    .big-search-sect__item-hidden-bottom-slider {
        margin-left: -18px;
        margin-right: -18px;
        padding-top: 45px;
    }
}
.big-search-sect__item-hidden-bottom-left img {
    width: 123px;
    height: 123px;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    display: block;
}
@media (max-width: 525px) {
    .big-search-sect__item-hidden-bottom-left img {
        margin: auto;
    }
}
@media (max-width: 525px) {
    .big-search-sect__item-hidden-bottom-left {
        width: 100%;
        margin-bottom: 10px;
    }
}
.big-search-sect__item-hidden-bottom-right {
    padding-top: 2px;
    padding-left: 27px;
    padding-right: 10px;
}
@media (max-width: 525px) {
    .big-search-sect__item-hidden-bottom-right {
        padding: 2px 6px;
    }
}
.big-search-sect__item-hidden-bottom {
    margin: 0 -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    line-height: 20.5px;
}
@media (max-width: 1200px) {
    .big-search-sect__item-hidden-bottom {
        width: auto;
        margin: 0;
    }
}
@media (max-width: 525px) {
    .big-search-sect__item-hidden-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.big-search-sect__item-hidden-bottom i {
    font-weight: 300;
    font-style: italic;
    margin-bottom: 2px;
    display: block;
}
.big-search-sect__item-hidden-bottom b {
    font-weight: 500;
    display: block;
}
@media (max-width: 525px) {
    .big-search-sect__item-hidden-bottom b {
        padding: 0 25px;
    }
}
.big-search-sect__item-logo {
    width: 50%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 525px) {
    .big-search-sect__item-logo {
        width: 100%;
    }
}
.big-search-sect__item-logo img {
    height: 48px;
    display: block;
}
@media (max-width: 525px) {
    .big-search-sect__item-logo img {
        margin: 13px auto 0;
    }
}
.big-search-sect__item-hidden-bottom-right-text {
    width: 205px;
    padding-right: 20px;
}
@media (max-width: 1200px) {
    .big-search-sect__item-hidden-bottom-right-text {
        width: auto;
    }
}
@media (max-width: 525px) {
    .big-search-sect__item-hidden-bottom-right-text {
        padding-right: 0;
    }
}
.big-search-sect__item-hidden-bottom-slide-pic .wrapper {
    height: 160px;
    position: relative;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .big-search-sect__item-hidden-bottom-slide-pic .wrapper {
        height: auto;
    }
}
.big-search-sect__item-hidden-bottom-slide-pic .wrapper:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    border-radius: 50%;
    height: 72px;
    border: solid 1px #a2a2a2;
    background: rgba(255, 255, 255, 0.66) url(../img/zoom-icon.svg) no-repeat;
    background-size: 33px;
    background-position: 20px -40px;
    -webkit-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
}
.big-search-sect__item-hidden-bottom-slide-pic .wrapper:hover:before {
    background-position: 20px 20px;
}
.big-search-sect__item-hidden-bottom-slide-pic .wrapper img {
    display: block;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
    .big-search-sect__item-hidden-bottom-slide-pic .wrapper img {
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        height: auto;
        width: 100%;
    }
}
.big-search-sect__item-hidden-bottom-slide {
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.big-search-sect__item-hidden-bottom-slide-pic {
    margin-bottom: 18px;
}
@media (max-width: 525px) {
    .big-search-sect__item-hidden-bottom-slide-pic {
        margin-bottom: 17px;
    }
}
.big-search-sect__item-hidden-bottom-slide-text {
    line-height: 23px;
    padding-left: 3px;
    font-size: 14px;
}
@media (max-width: 1200px) {
    .big-search-sect__item-hidden-bottom-slide-text {
        text-align: center;
    }
}
@media (max-width: 525px) {
    .big-search-sect__item-hidden-bottom-slide-text {
        padding: 0;
    }
}
.big-search-sect__item-hidden-bottom-slider-wrapper {
    margin-bottom: 31px;
}
.big-search-sect__item-hidden-bottom-slider-pagination {
    position: static;
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 15px;
}
.big-search-sect__item-hidden-bottom-slider-pagination .swiper-pagination-bullet {
    background: transparent;
    width: auto;
    height: auto;
    display: block;
    margin: 0 10px !important;
    color: #227dc7;
    line-height: 14px;
    font-size: 14px;
    opacity: 1;
    border-radius: 0%;
    position: relative;
}
.big-search-sect__item-hidden-bottom-slider-pagination .swiper-pagination-bullet:before {
    content: "-";
    position: absolute;
    right: -14px;
    top: 0px;
}
.big-search-sect__item-hidden-bottom-slider-pagination .swiper-pagination-bullet:last-child:before {
    display: none;
}
.big-search-sect__item-hidden-bottom-slider-pagination .swiper-pagination-bullet-active {
    font-weight: 600;
    color: #227dc7;
}
.big-search-sect__item-hidden-bottom-slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.big-search-sect__item-hidden-bottom-slider-prev {
    position: static;
    cursor: pointer;
    padding: 0 10px;
}
.big-search-sect__item-hidden-bottom-slider-prev svg {
    height: 15px;
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.big-search-sect__item-hidden-bottom-slider-next {
    position: static;
    padding: 0 10px;
}
.big-search-sect__item-hidden-bottom-slider-next svg {
    height: 15px;
    display: block;
}
.integrations-page .footer {
    padding-top: 250px;
    background: url(../img/integrations-footer.svg) no-repeat;
    background-size: cover;
    background-position: 50% 0;
}
.modal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}
.modal-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.modal-opened {
    overflow: hidden;
}
.modal .container {
    position: relative;
}
@media (max-width: 525px) {
    .modal .container {
        width: 100vw;
    }
}
.modal .close {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 47px;
    width: 47px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    cursor: pointer;
    border: solid 1px #a2a2a2;
    z-index: 5;
}
@media (max-width: 991px) {
    .modal .close {
        right: 5px;
        top: -15px;
    }
}
.modal .close img {
    width: 17px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.modal-box {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 40px);
    overflow: auto;
    background: #fff;
    text-align: center;
}
.modal-box img {
    display: block;
    width: 100%;
    max-height: 600px;
    -o-object-fit: contain;
    object-fit: contain;
}
.modal .big-search-sect__item-hidden-bottom-slider {
    width: 100%;
    padding: 0;
    background: #fff;
}
.modal .big-search-sect__item-hidden-bottom-slide-pic .wrapper {
    height: auto;
}
.modal-opened {
    overflow: hidden;
}
.modal-slider-slider-pagination {
    position: static;
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 15px;
}
.modal-slider-slider-pagination .swiper-pagination-bullet {
    background: transparent;
    width: auto;
    height: auto;
    display: block;
    margin: 0 10px !important;
    color: #227dc7;
    line-height: 14px;
    font-size: 14px;
    opacity: 1;
    border-radius: 0%;
    position: relative;
}
.modal-slider-slider-pagination .swiper-pagination-bullet:before {
    content: "-";
    position: absolute;
    right: -14px;
    top: 0px;
}
.modal-slider-slider-pagination .swiper-pagination-bullet:last-child:before {
    display: none;
}
.modal-slider-slider-pagination .swiper-pagination-bullet-active {
    font-weight: 600;
    color: #227dc7;
}
.modal-content {
    border-radius: 5px;
    -webkit-box-shadow: -2.5px 1.6px 66.5px 3.5px rgba(111, 117, 131, 0.38);
    box-shadow: -2.5px 1.6px 66.5px 3.5px rgba(111, 117, 131, 0.38);
}
.modal-slider-pic .wrapper {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 34px;
}
.modal-slider-slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
}
.modal-slider-slider-prev {
    position: static;
    cursor: pointer;
    padding: 0 10px;
}
.modal-slider-slider-prev svg {
    height: 15px;
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.modal-slider-slide-text {
    padding: 0px 95px 30px 46px;
    text-align: left;
    line-height: 23px;
}
@media (max-width: 1200px) {
    .modal-slider-slide-text {
        padding: 0 30px;
        text-align: center;
        margin-bottom: 30px;
    }
}
.modal-slider-slider-next {
    position: static;
    padding: 0px 10px 35px;
}
.modal-slider-slider-next svg {
    height: 15px;
    display: block;
}
@media (max-width: 991px) {
    .tablet_none {
        display: none;
    }
}
.persona-top-sect__desc {
    padding-left: 17px;
}
.persona-top-sect__desc h2 {
    max-width: 425px;
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 27px;
    color: #282828;
    font-weight: 400;
    max-width: 340px;
}
@media (max-width: 525px) {
    .persona-top-sect__desc {
        padding-left: 0px;
    }
}
@media (max-width: 991px) {
    .persona-top-sect__desc h2 {
        margin: 0 auto 330px;
    }
}
.persona-top-sect__btn {
    margin-left: 0px;
    padding: 7px 34px;
    padding-right: 34px;
}
@media (max-width: 525px) {
    .persona-top-sect__btn {
        margin-left: 32px !important;
        padding: 7px 26px !important;
    }
}
@media (max-width: 359px) {
    .persona-top-sect__btn {
        margin: 0 auto !important;
        padding: 7px 14px !important;
    }
}
.persona-top-sect {
    height: 770px;
    background: url("../img/persona-top-bg.svg") no-repeat top;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 130px;
    z-index: 2;
}
@media (max-width: 1440px) {
    .persona-top-sect {
        height: 750px;
    }
}
@media (max-width: 1200px) {
    .persona-top-sect {
        height: 520px;
        padding-top: 70px;
    }
}
@media (max-width: 991px) {
    .persona-top-sect {
        text-align: center;
        height: auto;
        padding-bottom: 168px;
    }
}
@media (max-width: 525px) {
    .persona-top-sect {
        padding-top: 61px;
    }
}
@media (max-width: 375px) {
    .persona-top-sect {
        background: url("../img/persona-top-bg_m.svg") no-repeat top;
        background-position: 53% 0;
    }
}
@media (max-width: 359px) {
    .persona-top-sect {
        padding-bottom: 135px;
    }
}
.persona-top-sect__pic {
    position: absolute;
    right: 48px;
    top: 16px;
    z-index: -1;
}
@media (max-width: 1900px) {
    .persona-top-sect__pic {
        right: -36px;
    }
}
@media (max-width: 1615px) {
    .persona-top-sect__pic {
        right: -60px;
    }
}
@media (max-width: 1200px) {
    .persona-top-sect__pic {
        right: -30px;
        top: 60px;
    }
}
@media (max-width: 991px) {
    .persona-top-sect__pic {
        position: relative;
        right: 0;
        top: 0;
    }
}
@media (max-width: 767px) {
    .persona-top-sect__pic {
        text-align: center;
        width: 100%;
    }
}
.persona-top-sect__pic img {
    height: 762px;
    display: block;
}
@media (max-width: 1900px) {
    .persona-top-sect__pic img {
        height: 615px;
    }
}
@media (max-width: 1615px) {
    .persona-top-sect__pic img {
        height: 565px;
    }
}
@media (max-width: 1200px) {
    .persona-top-sect__pic img {
        height: 415px;
    }
}
@media (max-width: 991px) {
    .persona-top-sect__pic img {
        height: 269px;
    }
}
@media (max-width: 500px) {
    .persona-top-sect__pic img {
        width: 291px;
    }
}
.persona-top-sect__title {
    font-size: 50px;
    font-weight: 800;
    line-height: 63px;
    letter-spacing: -1px;
    margin-bottom: 22px;
}
@media (max-width: 750px) {
    .persona-top-sect__title {
        font-size: 40px;
        line-height: 44.5px;
    }
}
@media (max-width: 375px) {
    .persona-top-sect__title {
        margin-bottom: 16px;
        font-size: 40px;
    }
}
@media (max-width: 359px) {
    .persona-top-sect__title {
        font-size: 32px;
    }
}
.persona-top-sect__undertitle {
    font-size: 20px;
    font-weight: bold;
    line-height: 30.5px;
    max-width: 435px;
    margin-bottom: 23px;
}
@media (max-width: 991px) {
    .persona-top-sect__undertitle {
        max-width: 100%;
    }
}
@media (max-width: 525px) {
    .persona-top-sect__undertitle {
        max-width: 292px;
        margin: 0 auto 24px;
    }
}
@media (max-width: 359px) {
    .persona-top-sect__undertitle {
        margin-bottom: 14px;
    }
}
.persona-top-sect p {
    max-width: 325px;
    margin-bottom: 20px;
    letter-spacing: 0.1px;
}
@media (max-width: 991px) {
    .persona-top-sect p {
        max-width: 100%;
    }
}
.persona-top-sect__btn {
    margin-left: 0px;
    padding: 7px 34px;
    padding-right: 34px;
}
.persona-top-sect__btn:after {
    z-index: 0;
}
@media (max-width: 991px) {
    .persona-top-sect__btn {
        display: inline-block;
        margin: 0 auto;
    }
}
.left_red_box {
    background: #e21b0b;
    background: #e21b0b;
    margin-top: 38px;
    padding: 84px 90px 84px 90px;
    color: #fff;
    width: 50%;
    border-radius: 8px;
    margin-right: -98px;
    margin-bottom: 50px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
@media (max-width: 991px) {
    .left_red_box {
        width: 90%;
        margin: 0 auto;
        padding: 70px 60px 84px 70px;
    }
}
@media (max-width: 767px) {
    .left_red_box {
        padding: 62px 35px 90px 35px;
    }
}
@media (max-width: 525px) {
    .left_red_box {
        width: 100%;
    }
}
@media (max-width: 375px) {
    .left_red_box {
        width: 100%;
        text-align: center;
        padding: 62px 20px 70px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.right_gray_box {
    padding: 136px 0px 50px 102px;
    background-color: #f9f9f9;
    width: 60%;
    position: relative;
    z-index: 21;
    -webkit-box-shadow: -37.5px 37.5px 56.1px 3px rgba(111, 117, 131, 0.23);
    box-shadow: -37.5px 37.5px 56.1px 3px rgba(111, 117, 131, 0.23);
    border-radius: 8px;
}
.right_gray_box:before {
    content: "";
    width: 100%;
    -webkit-box-shadow: -15.3px 9.5px 66.5px 3.5px rgba(111, 117, 131, 0.0034);
    box-shadow: -15.3px 9.5px 66.5px 3.5px rgba(111, 117, 131, 0.0034);
    background-color: #f9f9f9;
    border-radius: 8px;
}
@media (max-width: 1200px) {
    .right_gray_box {
        padding: 96px 0px 50px 82px;
    }
}
@media (max-width: 991px) {
    .right_gray_box {
        padding: 96px 0px 50px 82px;
        width: calc(100% - 14px * 2);
        margin: 0 auto;
        margin-top: -50px;
    }
}
@media (max-width: 767px) {
    .right_gray_box {
        padding: 42px 0px 50px 0px;
    }
}
@media (max-width: 525px) {
    .right_gray_box {
        margin-top: -72px;
    }
}
@media (max-width: 375px) {
    .right_gray_box {
        width: 100%;
        max-width: 348px;
        padding-bottom: 25px;
    }
}
@media (max-width: 991px) {
    .right_gray_box .attendance-big-sect__bottom-list {
        display: block;
        text-align: center;
    }
}
@media (max-width: 1200px) {
    .right_gray_box .attendance-big-sect__bottom-list ul.wrapper_points_text {
        width: calc(52% - 10px);
        padding: 0 20px;
    }
}
@media (max-width: 991px) {
    .right_gray_box .attendance-big-sect__bottom-list ul.wrapper_points_text {
        width: 100%;
        max-width: none !important;
        margin-left: -8px;
        padding: 0px;
    }
}
@media (max-width: 991px) {
    .right_gray_box .attendance-big-sect__bottom-list ul.wrapper_points_text li:before {
        position: relative;
        left: -10px;
        top: 0;
        display: inline-block;
    }
}
.desk_img {
    display: inline-block !important;
}
@media (max-width: 525px) {
    .desk_img {
        display: none !important;
    }
}
.mob_img {
    display: none !important;
}
@media (max-width: 525px) {
    .mob_img {
        display: inline-block !important;
    }
}
.toolkit-sect {
    padding-top: 85px;
    padding-bottom: 208px;
    margin-left: -21px;
    position: relative;
}
.toolkit-sect .cloud-steps1 {
    top: 234px;
}
.toolkit-sect .cloud-steps1 img {
    opacity: 0.8;
}
.toolkit-sect .cloud-steps2 {
    top: 624px;
}
.toolkit-sect .cloud-steps2 img {
    opacity: 0.8;
}
@media (max-width: 991px) {
    .toolkit-sect {
        margin: 0 auto;
        margin-top: -70px;
    }
}
@media (max-width: 767px) {
    .toolkit-sect {
        width: 100%;
    }
}
@media (max-width: 375px) {
    .toolkit-sect {
        padding-bottom: 103px;
        background: url("../img/red-box_m.svg") no-repeat top;
        padding-top: 60px;
        background-size: cover;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        margin: -90px auto 0px;
        background-position: 0px -165px;
    }
}
@media (max-width: 525px) {
    .toolkit-sect .container {
        padding: 0;
        width: 100%;
    }
}
.toolkit-sect__undertitle {
    font-size: 20px;
    font-weight: bold;
    line-height: 35.5px;
    max-width: 380px;
    margin-bottom: 34px;
    letter-spacing: -0.2px;
}
@media (max-width: 525px) {
    .toolkit-sect__undertitle {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
        font-weight: 500;
        line-height: 32.5px;
    }
}
.toolkit-sect__title {
    font-size: 64px;
    font-weight: 800;
    line-height: 73px;
    letter-spacing: -0.7px;
}
@media (max-width: 1200px) {
    .toolkit-sect__title {
        font-size: 50px;
        line-height: 60px;
    }
}
@media (max-width: 767px) {
    .toolkit-sect__title {
        font-size: 40px;
        line-height: 50px;
    }
}
@media (max-width: 525px) {
    .toolkit-sect__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 17px;
    }
}
@media (max-width: 359px) {
    .toolkit-sect__title {
        font-size: 34px;
    }
}
.toolkit-sect .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 991px) {
    .toolkit-sect .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.container_max {
    max-width: 1265px;
    width: 100%;
}
.wrapper_points_text {
    max-width: 301px !important;
    padding-right: 74px !important;
}
@media (max-width: 767px) {
    .wrapper_points_text {
        padding-right: 0px !important;
    }
}
.wrapper_points_text .points_text {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.7;
}
@media (max-width: 767px) {
    .wrapper_points_text .points_text {
        font-size: 14px;
        margin-bottom: 25px;
    }
}
@media (max-width: 645px) {
    .wrapper_points_text .points_text {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
}
.steps-section_dop {
    background-image: url("../img/persona-big-sect.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 183px;
    padding-bottom: 208px;
    margin-bottom: 37px;
}
.steps-section_dop .steps-met2 {
    position: absolute;
    left: -780px;
    top: 3000px;
}
@media (max-width: 525px) {
    .steps-section_dop {
        background-image: url("../img/persona-big-sect_m.svg");
        padding-top: 221px;
        margin-top: -61px;
        padding-bottom: 95px;
        margin-bottom: 37px;
    }
}
@media (max-width: 525px) {
    .steps-section_dop .steps-section__step {
        width: 100%;
    }
}
.blue-btn:after {
    z-index: 0;
}
.wrapper_slide_item {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 51px 35px 44px 65px;
}
@media (max-width: 1615px) {
    .wrapper_slide_item {
        padding: 40px 35px 34px 45px;
    }
}
@media (max-width: 768px) {
    .wrapper_slide_item {
        padding-left: 25px;
        padding-right: 25px;
        text-align: center;
    }
}
.slider-section {
    position: relative;
}
@media (max-width: 525px) {
    .slider-section {
        margin-bottom: -67px;
    }
}
@media (max-width: 991px) {
    .slider-section .swiper-wrapper {
        padding-left: 25px;
    }
}
.slider-section .how-help-sect__phone-prev {
    top: 46%;
    left: 18.3%;
    z-index: 21;
    background: #fff;
}
.slider-section .how-help-sect__phone-next {
    top: 46%;
    right: 18.3%;
    z-index: 21;
    background: #fff;
}
.slide_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 768px) {
    .slide_item {
        display: block;
    }
}
.reviews_text {
    font-size: 14px;
    padding-left: 45px;
}
@media (max-width: 768px) {
    .reviews_text {
        padding-left: 0px;
    }
}
.reviews_text .text_u {
    font-style: italic;
    font-weight: 600;
}
@media (max-width: 767px) {
    .reviews_text .text_u {
        line-height: 1.55;
    }
}
.reviews_text .text_u i {
    margin-bottom: 27px;
    display: block;
}
.reviews_text .name_u {
    font-weight: 800;
}
.reviews_text .post_u {
    font-weight: 500;
}
.sliderSwiper {
    padding: 120px 0px 110px;
}
@media (max-width: 767px) {
    .sliderSwiper {
        padding-top: 81px;
        padding-bottom: 90px;
    }
}
.sliderSwiper .swiper-slide {
    max-width: 670px;
    border-radius: 8px;
    opacity: 0.4;
    -webkit-box-shadow: -15.3px 9.5px 66.5px 3.5px rgba(111, 117, 131, 0.34);
    box-shadow: -15.3px 9.5px 66.5px 3.5px rgba(111, 117, 131, 0.34);
}
.sliderSwiper .swiper-slide-active {
    opacity: 1;
}
@media (max-width: 1199px) {
    .inner_slider-section {
        display: none;
    }
}
@media (max-width: 767px) {
    .foto_img {
        margin-bottom: 25px;
    }
}
.steps-section__step_dop .steps-section__pic {
    position: relative;
}
.steps-section__step_dop .steps-section__pic:before {
    content: "";
    position: absolute;
    bottom: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 637px;
    height: 50px;
    z-index: 1;
    background: radial-gradient(50% 50% at 50% 50%, #c1c0c0 0%, rgba(255, 255, 255, 0) 100%);
}
.steps-section__step_dop .steps-section__pic img {
    position: relative;
    z-index: 2;
}
.steps-section__step.step001 {
    padding-bottom: 230px;
    padding-left: 14px;
}
@media (max-width: 1200px) {
    .steps-section__step.step001 {
        padding-left: 0px;
        padding-bottom: 130px;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step001 {
        padding-bottom: 0px;
    }
}
@media (max-width: 360px) {
    .steps-section__step.step001 {
        padding-bottom: 0px;
    }
}
.steps-section__step.step001 .steps-section__text {
    max-width: 508px;
}
@media (max-width: 1200px) {
    .steps-section__step.step001 .steps-section__text {
        max-width: none;
    }
}
.steps-section__step.step001 .steps-section__text .red-text {
    margin-bottom: 33px;
}
@media (max-width: 525px) {
    .steps-section__step.step001 .steps-section__text .red-text {
        max-width: none;
        margin-bottom: 18px;
    }
}
.steps-section__step.step001 .steps-section__text p {
    max-width: none;
    margin-bottom: 44px;
    padding-left: 3px;
}
@media (max-width: 525px) {
    .steps-section__step.step001 .steps-section__text p {
        margin-bottom: 28px;
    }
}
.steps-section__step.step001 .steps-section__text .blue-btn {
    margin-left: -3px;
    padding: 7px 37px 7px 41px;
}
@media (max-width: 1200px) {
    .steps-section__step.step001 .steps-section__text .blue-btn {
        margin: 0 auto;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step001 .steps-section__text .blue-btn {
        padding: 7px 20px 7px 20px;
        margin: 0 auto;
        bottom: -83px;
    }
}
@media (max-width: 359px) {
    .steps-section__step.step001 .steps-section__text .blue-btn {
        padding: 7px;
    }
}
.steps-section__step.step001 .steps-section__pic {
    margin-top: -52px;
    margin-right: -300px;
    margin-left: 86px;
}
@media (max-width: 1200px) {
    .steps-section__step.step001 .steps-section__pic {
        margin: 0 auto;
    }
}
@media (max-width: 1200px) {
    .steps-section__step.step001 .steps-section__pic:before {
        bottom: 0px;
    }
}
.steps-section__step.step001 .steps-section__pic img {
    height: 543px;
}
@media (max-width: 1200px) {
    .steps-section__step.step001 .steps-section__pic img {
        height: 380px;
    }
}
@media (max-width: 750px) {
    .steps-section__step.step001 .steps-section__pic img {
        height: auto;
        width: 370px;
        margin: 0 auto;
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}
@media (max-width: 525px) {
    .steps-section__step.step001 .steps-section__pic img {
        width: 406px;
        -webkit-transform: translateX(-35px);
        transform: translateX(-35px);
    }
}
.steps-section__step.step002 {
    padding-left: 15px;
}
@media (max-width: 1200px) {
    .steps-section__step.step002 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-left: 0px;
        padding-top: 120px;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step002 {
        padding-left: 0px;
        padding-bottom: 89px;
        padding-top: 85px;
        margin-bottom: 0;
    }
}
@media (max-width: 360px) {
    .steps-section__step.step002 {
        padding-bottom: 30px;
    }
}
.steps-section__step.step002 .steps-section__text {
    max-width: 571px;
    padding-left: 26px;
}
@media (max-width: 1200px) {
    .steps-section__step.step002 .steps-section__text {
        max-width: none;
        margin: 0 auto;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step002 .steps-section__text {
        padding-left: 0px;
    }
}
.steps-section__step.step002 .steps-section__text .red-text {
    margin-bottom: 18px;
}
@media (max-width: 525px) {
    .steps-section__step.step002 .steps-section__text .red-text {
        max-width: 305px;
        margin-bottom: 15px;
    }
}
.steps-section__step.step002 .steps-section__text p {
    max-width: none;
    margin-bottom: 38px;
}
@media (max-width: 525px) {
    .steps-section__step.step002 .steps-section__text p {
        margin-bottom: 32px;
    }
}
.steps-section__step.step002 .steps-section__text p span {
    display: block;
}
.steps-section__step.step002 .steps-section__text p span:first-child {
    padding-bottom: 26px;
}
.steps-section__step.step002 .steps-section__text .blue-btn {
    margin-left: 2px;
    padding: 7px 40px 7px 41px;
}
@media (max-width: 1200px) {
    .steps-section__step.step002 .steps-section__text .blue-btn {
        margin: 0 auto;
        bottom: 15px;
        padding: 7px 19px 7px 22px;
    }
}
@media (max-width: 359px) {
    .steps-section__step.step002 .steps-section__text .blue-btn {
        padding: 7px 10px;
    }
}
.steps-section__step.step002 .steps-section__text .blue-btn span {
    margin-right: 1px;
}
.steps-section__step.step002 .steps-section__pic {
    margin-top: 68px;
    margin-left: -177px;
}
@media (max-width: 1200px) {
    .steps-section__step.step002 .steps-section__pic {
        margin-top: 0px;
        margin-left: 0px;
    }
}
.steps-section__step.step002 .steps-section__pic:before {
    display: none;
}
.steps-section__step.step002 .steps-section__pic img {
    height: 480px;
}
@media (max-width: 1200px) {
    .steps-section__step.step002 .steps-section__pic img {
        height: 380px;
        margin: 0 auto;
    }
}
@media (max-width: 750px) {
    .steps-section__step.step002 .steps-section__pic img {
        width: 340px;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step002 .steps-section__pic img {
        height: auto;
        width: 410px;
        -webkit-transform: translateX(-26px);
        transform: translateX(-26px);
    }
}
.steps-section__step.step003 {
    padding-left: 14px;
    padding-bottom: 133px;
}
@media (max-width: 525px) {
    .steps-section__step.step003 {
        padding-left: 0px;
        padding-bottom: 0px;
        margin-bottom: 75px;
    }
}
@media (max-width: 360px) {
    .steps-section__step.step003 {
        padding-bottom: 35px;
    }
}
.steps-section__step.step003 .steps-section__text {
    margin-top: 117px;
}
.steps-section__step.step003 .steps-section__text .red-text {
    margin-bottom: 23px;
    max-width: 510px;
}
@media (max-width: 1200px) {
    .steps-section__step.step003 .steps-section__text .red-text {
        max-width: none;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step003 .steps-section__text .red-text {
        margin-bottom: 20px;
    }
}
.steps-section__step.step003 .steps-section__text p {
    max-width: 507px;
    margin-bottom: 36px;
    padding-left: 2px;
}
@media (max-width: 1200px) {
    .steps-section__step.step003 .steps-section__text p {
        max-width: none;
    }
}
.steps-section__step.step003 .steps-section__text p span {
    display: block;
}
@media (max-width: 525px) {
    .steps-section__step.step003 .steps-section__text p span {
        padding: 0 2px;
    }
}
.steps-section__step.step003 .steps-section__text p span:first-child {
    padding-bottom: 26px;
}
.steps-section__step.step003 .steps-section__text .blue-btn {
    margin-left: -1px;
    padding: 7px 42px 7px 45px;
}
@media (max-width: 1200px) {
    .steps-section__step.step003 .steps-section__text .blue-btn {
        margin: 0 auto;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step003 .steps-section__text .blue-btn {
        margin-left: 14px;
        padding: 7px 26px 7px 26px;
        bottom: -82px;
    }
}
@media (max-width: 360px) {
    .steps-section__step.step003 .steps-section__text .blue-btn {
        padding: 7px 17px 7px 17px;
    }
}
@media (max-width: 360px) {
    .steps-section__step.step003 .steps-section__text .blue-btn {
        margin: 0 auto;
        padding: 7px 10px;
    }
}
.steps-section__step.step003 .steps-section__pic {
    margin-top: 148px;
    margin-left: 20px;
    margin-right: -358px;
}
@media (max-width: 1200px) {
    .steps-section__step.step003 .steps-section__pic {
        margin-top: 48px;
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step003 .steps-section__pic {
        margin-top: 20px;
    }
}
.steps-section__step.step003 .steps-section__pic img {
    width: auto;
    height: 539px;
}
@media (max-width: 1200px) {
    .steps-section__step.step003 .steps-section__pic img {
        height: 380px;
        margin: 0 auto;
    }
}
@media (max-width: 750px) {
    .steps-section__step.step003 .steps-section__pic img {
        height: auto;
        width: 370px;
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}
@media (max-width: 525px) {
    .steps-section__step.step003 .steps-section__pic img {
        width: 343px;
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
}
@media (max-width: 359px) {
    .steps-section__step.step003 .steps-section__pic img {
        width: 300px;
    }
}
.steps-section__step.step004 {
    padding-left: 17px;
    padding-bottom: 153px;
}
@media (max-width: 1200px) {
    .steps-section__step.step004 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-left: 0px;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step004 {
        padding-left: 0px;
        padding-bottom: 0px;
        margin-bottom: 54px;
    }
}
@media (max-width: 360px) {
    .steps-section__step.step004 {
        padding-bottom: 4px;
    }
}
.steps-section__step.step004 .steps-section__pic {
    margin-top: 74px;
    margin-left: -185px;
    margin-right: 125px;
}
@media (max-width: 1200px) {
    .steps-section__step.step004 .steps-section__pic {
        margin: auto;
    }
}
.steps-section__step.step004 .steps-section__pic:before {
    bottom: 30px;
    -webkit-transform: translateX(-42%);
    transform: translateX(-42%);
    height: 30px;
    background: radial-gradient(50% 50% at 50% 50%, #adacac 0%, rgba(255, 255, 255, 0) 100%);
}
.steps-section__step.step004 .steps-section__pic img {
    height: 523px;
}
@media (max-width: 1200px) {
    .steps-section__step.step004 .steps-section__pic img {
        height: 380px;
        margin: auto;
    }
}
@media (max-width: 750px) {
    .steps-section__step.step004 .steps-section__pic img {
        height: auto;
        width: 370px;
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}
@media (max-width: 525px) {
    .steps-section__step.step004 .steps-section__pic img {
        width: 397px;
        -webkit-transform: translateX(-48px);
        transform: translateX(-48px);
    }
}
@media (max-width: 360px) {
    .steps-section__step.step004 .steps-section__pic img {
        width: 340px;
    }
}
.steps-section__step.step004 .steps-section__text {
    margin-top: 118px;
    margin-left: -98px;
}
@media (max-width: 1200px) {
    .steps-section__step.step004 .steps-section__text {
        width: 100%;
        display: block;
        max-width: 100%;
        margin-left: 0;
    }
}
.steps-section__step.step004 .steps-section__text p {
    padding-left: 2px;
    max-width: 552px;
    margin-bottom: 32px;
}
@media (max-width: 1200px) {
    .steps-section__step.step004 .steps-section__text p {
        width: 100%;
        display: block;
        max-width: 100%;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step004 .steps-section__text p {
        margin-bottom: 22px;
    }
}
.steps-section__step.step004 .steps-section__text p span {
    display: block;
}
@media (max-width: 525px) {
    .steps-section__step.step004 .steps-section__text p span {
        padding: 0 3px;
    }
}
.steps-section__step.step004 .steps-section__text p span:first-child {
    padding-bottom: 25px;
}
.steps-section__step.step004 .steps-section__text .red-text {
    max-width: 515px;
    margin-bottom: 29px;
}
@media (max-width: 1200px) {
    .steps-section__step.step004 .steps-section__text .red-text {
        max-width: 100%;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step004 .steps-section__text .red-text {
        margin-bottom: 17px;
        max-width: 320px;
    }
}
.steps-section__step.step004 .blue-btn {
    margin-left: -2px;
    padding: 7px 60px 7px 82px;
}
@media (max-width: 1200px) {
    .steps-section__step.step004 .blue-btn {
        margin: 0 auto;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step004 .blue-btn {
        margin: 0 auto;
        bottom: -72px;
        padding: 7px 13px 7px 30px;
    }
}
.steps-section__step.step005 {
    padding-left: 17px;
    padding-bottom: 134px;
}
@media (max-width: 525px) {
    .steps-section__step.step005 {
        padding-left: 0px;
        padding-bottom: 112px;
        margin-bottom: 0px;
    }
}
@media (max-width: 360px) {
    .steps-section__step.step005 {
        padding-bottom: 30px;
    }
}
.steps-section__step.step005 .steps-section__pic {
    margin-top: 81px;
    margin-left: 7px;
    margin-right: -238px;
}
.steps-section__step.step005 .steps-section__pic:before {
    bottom: -42px;
}
@media (max-width: 1200px) {
    .steps-section__step.step005 .steps-section__pic {
        margin: auto;
    }
}
.steps-section__step.step005 .steps-section__pic img {
    height: 470px;
}
@media (max-width: 1200px) {
    .steps-section__step.step005 .steps-section__pic img {
        height: 380px;
        margin: 0 auto;
    }
}
@media (max-width: 750px) {
    .steps-section__step.step005 .steps-section__pic img {
        height: auto;
        width: 370px;
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}
@media (max-width: 525px) {
    .steps-section__step.step005 .steps-section__pic img {
        width: 430px;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
@media (max-width: 360px) {
    .steps-section__step.step005 .steps-section__pic img {
        width: 360px;
    }
}
.steps-section__step.step005 .steps-section__text {
    margin-top: 137px;
    margin-left: -5px;
}
@media (max-width: 1200px) {
    .steps-section__step.step005 .steps-section__text {
        width: 100%;
        display: block;
        max-width: 100%;
        margin-left: 0;
    }
}
.steps-section__step.step005 .steps-section__text p {
    padding-left: 3px;
    max-width: 510px;
    margin-bottom: 37px;
}
@media (max-width: 1200px) {
    .steps-section__step.step005 .steps-section__text p {
        width: 100%;
        display: block;
        max-width: 100%;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step005 .steps-section__text p {
        margin-bottom: 30px;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
    }
}
.steps-section__step.step005 .steps-section__text p span {
    display: block;
}
.steps-section__step.step005 .steps-section__text p span:first-child {
    padding-bottom: 26px;
}
.steps-section__step.step005 .steps-section__text .red-text {
    max-width: 530px;
    margin-bottom: 28px;
}
@media (max-width: 1200px) {
    .steps-section__step.step005 .steps-section__text .red-text {
        max-width: 100%;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step005 .steps-section__text .red-text {
        margin-bottom: 15px;
    }
}
.steps-section__step.step005 .blue-btn {
    margin-left: 2px;
    padding: 7px 61px 7px 63px;
}
@media (max-width: 1200px) {
    .steps-section__step.step005 .blue-btn {
        margin: 0 auto;
        bottom: 15px;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step005 .blue-btn {
        margin: 0 auto;
        padding: 7px 29px 7px 29px;
    }
}
.steps-section__step.step006 {
    padding-left: 20px;
}
@media (max-width: 1200px) {
    .steps-section__step.step006 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-left: 0px;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step006 {
        padding-bottom: 85px;
        padding-left: 0px;
    }
}
@media (max-width: 360px) {
    .steps-section__step.step006 {
        padding-bottom: 30px;
    }
}
.steps-section__step.step006 .steps-section__pic {
    margin-top: 97px;
    margin-left: -147px;
    margin-right: 35px;
}
@media (max-width: 1200px) {
    .steps-section__step.step006 .steps-section__pic {
        margin-top: 48px;
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media (max-width: 750px) {
    .steps-section__step.step006 .steps-section__pic {
        margin-top: 20px;
        margin-left: -140px;
        margin-right: -78px;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step006 .steps-section__pic {
        margin-right: -160px;
    }
}
.steps-section__step.step006 .steps-section__pic:before {
    bottom: 10px;
    height: 30px;
    background: radial-gradient(50% 50% at 50% 50%, #989898 0%, rgba(255, 255, 255, 0) 100%);
}
.steps-section__step.step006 .steps-section__pic img {
    height: 530px;
}
@media (max-width: 1200px) {
    .steps-section__step.step006 .steps-section__pic img {
        height: 380px;
        margin: 0 auto;
    }
}
@media (max-width: 750px) {
    .steps-section__step.step006 .steps-section__pic img {
        height: auto;
        width: 370px;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step006 .steps-section__pic img {
        height: 320px;
        width: auto;
    }
}
.steps-section__step.step006 .steps-section__text {
    margin-top: 89px;
    margin-left: 17px;
}
@media (max-width: 1200px) {
    .steps-section__step.step006 .steps-section__text {
        width: 100%;
        display: block;
        max-width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 375px) {
    .steps-section__step.step006 .steps-section__text {
        margin-top: 137px;
    }
}
.steps-section__step.step006 .steps-section__text p {
    padding-left: 2px;
    max-width: 550px;
    margin-bottom: 41px;
}
@media (max-width: 1200px) {
    .steps-section__step.step006 .steps-section__text p {
        width: 100%;
        display: block;
        max-width: 100%;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step006 .steps-section__text p {
        margin-bottom: 22px;
        padding-left: 0px;
    }
}
.steps-section__step.step006 .steps-section__text p span {
    display: block;
}
.steps-section__step.step006 .steps-section__text p span:first-child {
    padding-bottom: 26px;
}
.steps-section__step.step006 .steps-section__text .red-text {
    max-width: 515px;
    margin-bottom: 30px;
}
@media (max-width: 1200px) {
    .steps-section__step.step006 .steps-section__text .red-text {
        max-width: 100%;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step006 .steps-section__text .red-text {
        margin-bottom: 17px;
    }
}
.steps-section__step.step006 .blue-btn {
    margin-left: -2px;
    padding: 7px 32px 7px 55px;
}
@media (max-width: 1200px) {
    .steps-section__step.step006 .blue-btn {
        margin: 0 auto;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step006 .blue-btn {
        padding: 7px 22px 7px 22px;
    }
}
@media (max-width: 525px) {
    .steps-section__step.step006 .blue-btn span {
        margin-right: 0px;
    }
}
.steps-section.steps-section_dop.scrollme .cloud-steps1 {
    z-index: 0;
    -webkit-animation-duration: 400s;
    animation-duration: 400s;
    top: 150px;
}
.steps-section.steps-section_dop.scrollme .cloud-steps1 img {
    height: 108px;
}
.steps-section.steps-section_dop.scrollme .cloud-steps2 {
    z-index: 0;
    -webkit-animation-duration: 410s;
    animation-duration: 410s;
    top: 295px;
}
.steps-section.steps-section_dop.scrollme .cloud-steps2 img {
    height: 152px;
}
.steps-section.steps-section_dop.scrollme .cloud-steps3 {
    z-index: 0;
    -webkit-animation: none;
    animation: none;
    top: 871px;
    -webkit-animation-duration: 510s;
    animation-duration: 510s;
}
.steps-section.steps-section_dop.scrollme .cloud-steps3 img {
    height: 196px;
    opacity: 0.4;
}
.steps-section.steps-section_dop.scrollme .cloud-steps4 {
    top: 1655px;
    z-index: 0;
}
.steps-section.steps-section_dop.scrollme .cloud-steps4 img {
    height: 271px;
    opacity: 0.7;
}
.steps-section.steps-section_dop.scrollme .cloud-steps5 {
    z-index: 0;
    -webkit-animation-duration: 310s;
    animation-duration: 310s;
    top: 1817px;
}
.steps-section.steps-section_dop.scrollme .cloud-steps5 img {
    opacity: 0.5;
    height: 324px;
}
.steps-section.steps-section_dop.scrollme .cloud-steps6 {
    z-index: 0;
    top: 3208px;
    -webkit-animation-duration: 610s;
    animation-duration: 610s;
}
.steps-section.steps-section_dop.scrollme .cloud-steps6 img {
    opacity: 0.2;
    height: 208px;
}
.steps-section.steps-section_dop.scrollme .cloud-steps7 {
    z-index: 0;
    top: 3908px;
    -webkit-animation: none;
    animation: none;
    -webkit-animation-duration: 290s;
    animation-duration: 290s;
}
.steps-section.steps-section_dop.scrollme .cloud-steps7 img {
    opacity: 0.4;
}
.steps-section.steps-section_dop.scrollme .circle-steps {
    bottom: 0;
    z-index: 0;
}
.video-block {
    position: relative;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}
.video-block .block-video-container {
    width: 100%;
    position: relative;
}
.video-block .block-video-container:before {
    content: "";
    display: block;
    padding-top: 58.749%;
}
.video-block .block-preview {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
}
.video-block .block-preview img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    opacity: 0.61;
}
.video-block .play-btn {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
}
.video-block .play-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1978c5;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    border-radius: 50%;
    -webkit-box-shadow: 0 15px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 0 15px 13px rgba(0, 0, 0, 0.08);
}
.video-block .play-btn:after {
    content: "";
    display: block;
    width: 19px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 185'%3E%3Cpath d='M133 80c8 6 8 19 0 25L24 182c-10 7-24 0-24-12V15C0 3 14-4 24 3l109 77z' fill='%23fff'/%3E%3C/svg%3E") no-repeat
        center center/contain;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
}
.video-block .play-btn:hover:before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.video-block .play-btn:focus {
    outline: none;
}
.video-block .play-btn:focus:before {
    border: 2px solid #fff;
}
.video-block .block-caption {
    font-size: 16px;
    line-height: 1.875;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 20px 0 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.video-block iframe,
.video-block img,
.video-block video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.video-block.medium {
    padding: 10px;
}
.video-block.medium .block-video-container:before {
    padding-top: 67.88%;
}
.video-block.medium .block-preview {
    border-radius: 4px;
}
.video-block.medium iframe,
.video-block.medium img,
.video-block.medium video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.video-block.medium .block-caption {
    text-align: center;
}
.video-block.small {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.video-block.small .block-video-container {
    width: 188px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.video-block.small .block-video-container:before {
    padding-top: 65.42%;
}
.video-block.small .block-preview {
    border-radius: 4px;
}
.video-block.small .play-btn {
    width: 41px;
    height: 41px;
}
.video-block.small .play-btn:after {
    width: 12px;
    height: 15px;
}
.video-block.small iframe,
.video-block.small img,
.video-block.small video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.video-block.small .block-caption {
    padding: 0;
    margin-left: 25px;
    max-width: 240px;
}
.video-block.review .block-preview img {
    opacity: 1;
}
@media screen and (max-width: 575px) {
    .video-block .block-caption {
        font-size: 13px;
    }
    .video-block.small .block-video-container {
        width: 108px;
    }
    .video-block.small .block-caption {
        margin-left: 15px;
    }
}
@-webkit-keyframes opacityAnim {
    to {
        opacity: 1;
    }
}
@keyframes opacityAnim {
    to {
        opacity: 1;
    }
}
@-webkit-keyframes cloudMoveLeft {
    0% {
        -webkit-transform: translateX(500px);
        transform: translateX(500px);
    }
    to {
        -webkit-transform: translateX(-3000px);
        transform: translateX(-3000px);
    }
}
@keyframes cloudMoveLeft {
    0% {
        -webkit-transform: translateX(500px);
        transform: translateX(500px);
    }
    to {
        -webkit-transform: translateX(-3000px);
        transform: translateX(-3000px);
    }
}
@media (max-width: 525px) {
    @-webkit-keyframes cloudMoveLeft {
        0% {
            -webkit-transform: translateX(500px);
            transform: translateX(500px);
        }
        to {
            -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
        }
    }
    @keyframes cloudMoveLeft {
        0% {
            -webkit-transform: translateX(500px);
            transform: translateX(500px);
        }
        to {
            -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
        }
    }
}
.header-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 14px;
}
@media (max-width: 991px) {
    .header-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.header-nav li {
    display: block;
}
.header-nav li a {
    display: block;
    width: 100%;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.my-modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.28);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior-y: contain;
    z-index: 999;
    visibility: hidden;
    -webkit-transition: visibility 0.4s, opacity 0.4s;
    transition: visibility 0.4s, opacity 0.4s;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}
.my-modal .my-modal-dialog {
    width: calc(100% - 15px * 2);
    max-width: 1170px;
    margin: 70px auto;
    cursor: default;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.my-modal.visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.my-modal.visible .my-modal-dialog {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.my-modal.video-modal .my-modal-dialog {
    width: auto;
    max-width: 70vw;
}
@media screen and (max-width: 1023px) {
    .my-modal.video-modal .my-modal-dialog {
        max-width: 90vw;
    }
}
.my-modal.video-modal .my-modal-content {
    background: transparent;
    padding: 0;
}
.my-modal.video-modal .my-modal-video {
    width: 100%;
    position: relative;
}
.my-modal.video-modal .my-modal-video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.my-modal.video-modal .my-modal-video iframe,
.my-modal.video-modal .my-modal-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    border: 0;
}
.my-modal.video-modal .my-modal-video.vimeo:before {
    padding-top: 52%;
}
.my-modal .my-modal-content {
    background: #fff;
    border-radius: 5px;
    position: relative;
    padding: 60px 100px;
}
.my-modal .my-modal-text {
    text-align: center;
}
.my-modal.small .my-modal-dialog {
    max-width: 420px;
}
.my-modal.small .my-modal-content {
    padding: 40px 50px 50px;
}
@media screen and (max-width: 575px) {
    .my-modal.small .my-modal-content {
        padding: 40px 30px 50px;
    }
}
@media screen and (max-width: 1229px) {
    .my-modal .my-modal-content {
        padding: 40px 30px;
    }
}
@media screen and (max-width: 575px) {
    .my-modal .my-modal-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.my-modal-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.my-modal-close:after,
.my-modal-close:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    left: calc(50% - 20px / 2);
    top: calc(50% - 2px / 2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 1px;
}
.my-modal-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.my-modal-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.my-modal-close:hover:after,
.my-modal-close:hover:before {
    background: #d7291b;
}
.video-modal .my-modal-close {
    left: 100%;
    top: -14px;
    right: auto;
}
.video-modal .my-modal-close:after,
.video-modal .my-modal-close:before {
    background: #fff;
}
.video-modal .my-modal-close:hover:after,
.video-modal .my-modal-close:hover:before {
    background: #d7291b;
}
@media screen and (max-width: 767px) {
    .video-modal .my-modal-close {
        top: auto;
        bottom: 100%;
        right: -17px;
        left: auto;
    }
}
body {
    position: relative;
}
body.modal-visible {
    overflow: hidden;
    height: 100vh;
}
.page-template-contacts {
    background: linear-gradient(-166deg, rgba(111, 185, 216, 0.31), rgba(88, 249, 224, 0.31));
    width: 100%;
    position: relative;
    overflow-x: hidden;
}
.page-template-contacts:before {
    content: "";
    position: absolute;
    top: 200px;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-795px);
    transform: translateX(-795px);
    width: 421px;
    height: 639px;
    background-image: url(../img/form-bg.png);
    background-repeat: no-repeat;
}
.page-template-contacts:after {
    content: "";
    position: absolute;
    top: 10.4166666667vw;
    right: 50%;
    -webkit-transform: translateX(49.6666666667vw);
    transform: translateX(49.6666666667vw);
    z-index: -2;
    width: 80.6vw;
    height: 810px;
    background-image: url(../img/form-img.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.page-template-contacts > p {
    margin: 202px auto 90px;
    padding: 4.1vw 2.5vw 3.5vw 2.6vw;
    max-width: 800px;
    background-color: #fff;
    -webkit-box-shadow: 7px 0 84px rgba(23, 23, 23, 0.25);
    box-shadow: 7px 0 84px rgba(23, 23, 23, 0.25);
    border-radius: 8px;
    position: relative;
}
.page-template-contacts > p form {
    max-width: 561px;
    margin: 0 auto;
    text-align: center;
}
.page-template-contacts > p form fieldset:first-child span {
    display: block;
    font-weight: 500;
    color: #262626;
    font-size: 28px;
    line-height: 1.52;
    margin-bottom: 51px;
}
.page-template-contacts > p form fieldset {
    max-width: 100%;
}
.page-template-contacts > p form fieldset:not(:first-child) {
    margin-top: 59px;
}
.page-template-contacts > p form fieldset div,
.page-template-contacts > p form fieldset input[type="email"] {
    width: 100% !important;
    float: none !important;
}
.page-template-contacts > p form fieldset div span,
.page-template-contacts > p form fieldset input[type="email"] span {
    font-weight: 300;
    font-size: 12px;
    color: #3a3a3a;
    line-height: 3.11;
}
.page-template-contacts > p form fieldset ul li {
    list-style: none;
    font-size: 18px;
    line-height: 2.67;
    color: red;
}
.page-template-contacts > p form fieldset .input {
    position: relative;
}
.page-template-contacts > p form fieldset .input select.hs-input {
    border: none;
    border-bottom: 1px solid #585858;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.67;
    color: #383838;
    width: 100%;
    background-color: transparent;
    position: relative;
    z-index: 1;
    padding-bottom: 12px;
}
.page-template-contacts > p form fieldset .input ul {
    margin: 0;
    padding: 0;
}
.page-template-contacts > p form fieldset .input ul li label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -80px;
}
.page-template-contacts > p form fieldset .input ul li label input[type="checkbox"] {
    display: none;
}
.page-template-contacts > p form fieldset .input ul li label input[type="checkbox"]:checked + span:after {
    opacity: 1;
}
.page-template-contacts > p form fieldset .input ul li label span {
    margin-left: 0;
    position: relative;
    padding-left: 15px;
}
.page-template-contacts > p form fieldset .input ul li label span:after {
    content: "";
    position: absolute;
    left: -1px;
    top: 0px;
    width: 15px;
    height: 15px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M781.255 338.745a64 64 0 0 0-90.51 0L448 581.49l-82.745-82.745a64 64 0 0 0-90.51 90.51l128 128a64 64 0 0 0 90.51 0l288-288a64 64 0 0 0 0-90.51z' fill='%23707070'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    opacity: 0;
}
.page-template-contacts > p form fieldset .input ul li label span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 10px;
    height: 10px;
    border: 1px solid #707070;
}
.page-template-contacts > p form fieldset .input ul li label p {
    font-size: 10px;
    color: #707070;
    line-height: 1.6;
    font-weight: 400;
    display: inline-block;
}
.page-template-contacts > p form .form-columns-2 div + div,
.page-template-contacts > p form .form-columns-3 div + div {
    margin-top: 59px;
}
.page-template-contacts > p form input {
    padding: 4px 20px 0;
    width: 100%;
    border: none;
    display: block;
    border-bottom: 1px solid #585858;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    line-height: 2.67;
    color: #383838;
}
.page-template-contacts > p form input::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 500;
    line-height: 2.67;
    color: #383838;
}
.page-template-contacts > p form input::-moz-placeholder {
    font-size: 18px;
    font-weight: 500;
    line-height: 2.67;
    color: #383838;
}
.page-template-contacts > p form input:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 500;
    line-height: 2.67;
    color: #383838;
}
.page-template-contacts > p form input::-ms-input-placeholder {
    font-size: 18px;
    font-weight: 500;
    line-height: 2.67;
    color: #383838;
}
.page-template-contacts > p form input::placeholder {
    font-size: 18px;
    font-weight: 500;
    line-height: 2.67;
    color: #383838;
}
.page-template-contacts > p form input.error {
    border-bottom: 1px solid red;
}
.page-template-contacts > p form textarea {
    padding: 0 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.67;
    color: #383838;
    border: none;
    resize: none;
    width: 100% !important;
    height: calc(3 * 2.67em) !important;
    background: url("data:image/svg+xml,%3Csvg width='561' height='64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23585858' d='M0 63h561v1H0z'/%3E%3C/svg%3E") left top/auto 27px;
}
.page-template-contacts > p .hs_submit input {
    display: inline-block;
    background-color: #266dff;
    color: #fff;
    font-size: 16px;
    line-height: 0.6;
    font-weight: bold;
    padding: 25px 0px;
    width: 342px;
    border-radius: 33px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -30px;
    border: none;
    cursor: pointer;
}
.page-template-contacts > p .hs-error-msg,
.page-template-contacts > p .hs_recaptcha {
    display: none;
}
.page-template-contacts > p .hs_error_rollup {
    display: none;
}
.form-sended > p {
    height: 500px;
}
.form-sended > p .submitted-message {
    display: block;
    font-weight: 500;
    color: #262626;
    font-size: 28px;
    line-height: 1.52;
    margin-bottom: 51px;
    text-align: center;
}
@media (max-width: 1500px) {
    .page-template-contacts:after {
        background-image: url(../img/cloud.png);
    }
/*     .page-template-contacts > p form textarea {
        background: url("data:image/svg+xml,%3Csvg width='561' height='64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23585858' d='M0 63h561v1H0z'/%3E%3C/svg%3E") left top/auto 47.6px;
    } */
}
@media (max-width: 900px) {
    .page-template-contacts > p {
        margin: 202px 25px 90px;
        padding: 0 50px;
    }
    .page-template-contacts > p form fieldset .input ul li label p {
        display: block;
        display: block;
        width: 100%;
        margin-bottom: 50px;
    }
    .page-template-contacts > p form fieldset .input ul li label span:before {
        top: 1px;
    }
    .page-template-contacts > p form fieldset .input ul li label span:after {
        top: -1px;
    }
/*     .page-template-contacts > p form textarea {
        background: url("data:image/svg+xml,%3Csvg width='561' height='64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23585858' d='M0 63h561v1H0z'/%3E%3C/svg%3E") left top/auto 42.6px;
    } */
    .page-template-contacts:before {
        background-image: url(../img/men-bg-form.png);
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
        top: 65px;
        left: 0;
        width: 100px;
        background-size: contain;
    }
    .page-template-contacts:after {
        background-image: url(../img/women-bg-form.png);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        top: 139px;
        right: 0;
        width: 150px;
        background-size: contain;
        z-index: 1;
    }
}
@media (max-width: 680px) {
    .page-template-contacts:before {
        top: 106px;
        width: 83px;
    }
    .page-template-contacts:after {
        top: 202px;
        width: 120px;
    }
}
@media (max-width: 380px) {
    .page-template-contacts > p {
        padding: 0 30px;
    }
    .page-template-contacts > p form fieldset:first-child span {
        font-size: 22px;
    }
    .page-template-contacts > p form fieldset .input select.hs-input,
    .page-template-contacts > p form input,
    .page-template-contacts > p form textarea {
        font-size: 16px;
    }
    .page-template-contacts > p .hs_submit input {
        width: 239px;
        padding: 25px 25px;
    }
	    .page-template-contacts > p form textarea {
        background: url("data:image/svg+xml,%3Csvg width='561' height='64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23585858' d='M0 63h561v1H0z'/%3E%3C/svg%3E") left top/auto 24px;
    }
}
.footer-main {
    background: #555553;
    padding: 30px 0 50px 0;
}
.footer-main .footer-main__container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 44px;
}
.footer-main .footer-main__logo {
    margin-right: 1.5625vw;
}
.footer-main .footer-main__logo img {
    width: 115px;
}
.footer-main .footer-main__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
}
.footer-main .footer-main__wrapper .footer-main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer-main .footer-main__wrapper ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-main .footer-main__wrapper ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-main .footer-main__wrapper ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 13px;
    display: inline-block;
    padding: 0 0.6vw 0 0.4vw;
    border-right: 1px solid #fff;
    -webkit-transition: border-bottom 0.3s, text-shadow 0.3s, border-right 0.3s;
    transition: border-bottom 0.3s, text-shadow 0.3s, border-right 0.3s;
}
.footer-main .footer-main__wrapper ul li a:hover {
    text-shadow: 0 0 0.9px #fff, 0 0 0.9px #fff;
}
.footer-main .footer-main__cookie {
    color: #fff;
    font-size: 14px;
    line-height: 13px;
    display: inline-block;
    padding: 0 0.6vw 0 0.4vw;
}
.footer-main .footer-main__social h4 {
    display: none;
}
.footer-main .footer-main__social ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer-main .footer-main__social ul li {
    list-style: none;
}
.footer-main .footer-main__social ul li:not(:first-child) {
    margin-left: 15px;
}
.footer-main .footer-main__social ul li a img {
    width: 24px;
    height: 24px;
}
@media (max-width: 1080px) {
    .footer-main .footer-main__container {
        max-width: 100%;
        padding: 0 0px;
    }
    .footer-main .footer-main__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0px;
    }
    .footer-main .footer-main__logo {
        margin-right: 0;
    }
    .footer-main .footer-main__wrapper ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-main .footer-main__wrapper .footer-main__inner {
        width: 100%;
    }
    .footer-main .footer-main__wrapper ul li {
        display: block;
        border-top: 1px solid #9e9e9e;
        width: 100%;
        text-align: center;
    }
    .footer-main .footer-main__wrapper ul li a {
        font-size: 18px;
        line-height: 31px;
        border-right: none;
    }
    .footer-main .footer-main__cookie {
        font-size: 18px;
        line-height: 31px;
        text-align: center;
        border-top: 1px solid #9e9e9e;
        margin-bottom: 30px;
    }
    .footer-main .footer-main__social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-main .footer-main__social h4 {
        display: block;
        font-size: 18px;
        line-height: 31px;
        color: #fff;
        font-weight: 300;
        margin-right: 10px;
    }
    .footer-main .footer-main__social ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.page-404 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='1054'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='.634' y1='1' x2='.366' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%236fb9d8'/%3E%3Cstop offset='.45' stop-color='%2364d9dc'/%3E%3Cstop offset='1' stop-color='%2358f9e0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath data-name='Color Fill 1 copy' fill='url(%23a)' d='M0 0h1920v1054H0z'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 750px) {
    .page-404 .container {
        width: 100%;
    }
    .page-404 .page-404__content {
        margin: 0 auto;
    }
}
.page-404__inner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    height: 46.875vw;
    z-index: 2;
}
.page-404__content {
    height: 100%;
    z-index: 2;
    padding-top: 160px;
    margin-left: 100px;
    text-align: center;
    max-width: 484px;
}
.page-404__title {
    font-weight: 600;
    font-size: 39px;
    line-height: 1.4;
    letter-spacing: -3px;
    color: #003566;
    margin: 0 0 28px 0;
}
@media (max-width: 1730px) {
    .page-404__content {
        margin-left: 140px;
    }
}
@media (max-width: 1400px) {
    .page-404 .page-404__content {
        margin-left: 270px;
    }
    .page-404 .page-404__bg img {
        width: 119vw;
        height: 57.875vw;
    }
}
@media (max-width: 1200px) {
    .page-404 .page-404__content {
        margin-left: 200px;
    }
}
@media (max-width: 1080px) {
    .page-404 {
        height: 100%;
    }
    .page-404 .page-404__bg img {
        width: 144vw;
        height: 74.875vw;
        margin-left: -525px;
        margin-top: 74px;
    }
    .page-404 .page-404__inner {
        height: 820px;
    }
    .page-404__btn,
    .page-404__descr,
    .page-404__title {
        color: #003566;
        font-weight: 600;
        padding: 0 15px;
    }
    .page-404__content-header {
        position: absolute;
        width: 100%;
        top: 28px;
        right: 5px;
    }
    .page-404__content-footer {
        position: absolute;
        width: 100%;
        bottom: 60px;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}
@media (max-width: 1000px) {
    .page-404 .page-404__bg img {
        margin-left: -450px;
        margin-top: 113px;
    }
}
@media (max-width: 800px) {
    .page-404 .page-404__bg img {
        margin-left: -366px;
        margin-top: 179px;
    }
}
@media (max-width: 800px) {
    .page-404 .page-404__bg img {
        margin-top: 156px;
        width: 164vw;
        height: 94.875vw;
    }
}
@media (max-width: 550px) {
    .page-404 .page-404__bg img {
        margin-top: 241px;
        margin-left: -294px;
    }
}
@media (max-width: 420px) {
    .page-404 .page-404__bg img {
        width: 144vw;
        height: 74.875vw;
        margin-left: 0;
        margin-top: 0;
    }
    .page-404 .page-404__bg {
        width: 100%;
    }
    .page-404 .page-404__bg img {
        width: 100%;
        height: 100%;
        -o-object-position: center;
        object-position: center;
        -o-object-fit: contain;
        object-fit: contain;
        margin-left: 0px;
        margin-top: 0px;
    }
    .page-404 .page-404__inner {
        height: 940px;
    }
    .page-404__btn,
    .page-404__descr,
    .page-404__title {
        color: #003566;
        font-weight: 600;
    }
    .page-404__content-header {
        position: absolute;
        width: 100%;
        top: 28px;
        right: 5px;
    }
    .page-404__content-footer {
        position: absolute;
        width: 100%;
        bottom: 60px;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}
@media (max-width: 400px) {
    .page-404__title {
        font-size: 32px;
        font-weight: 600;
    }
}
.page-404__descr {
    margin: 0;
    padding: 0;
    color: #3c3c3c;
    font-size: 18px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
.page-404__descr.size {
    color: white;
    text-shadow: black 0px 0px 10px;
}
.page-404__btn.size {
    background: #003566;
    color: #fff;
}
.page-404__btn {
    color: #003566;
    font-size: 18px;
    border: 1px solid #003566;
    border-radius: 25px;
    padding: 10px 35px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.page-404__btn:hover {
    background-color: #003566;
    color: #fff;
}
.page-404__bg {
    position: absolute;
    z-index: -1;
    top: 0;
}
.page-404__bg img {
    width: 100vw;
    height: 46.875vw;
}

@media screen and (max-width: 991px) {
    header .header__bottom_right ul li .sub-menu {
        border-bottom: none;
    }
}

.how-help-sect.no-slider .how-help-sect__red-box {
    margin-left: auto;
    margin-right: auto;
}

.persona-top-sect__desc .persona-top-sect__title.red-text {
    max-width: 325px;
    margin-bottom: 20px;
    letter-spacing: 0.1px;
    font-size: 50px;
    font-weight: 800;
    line-height: 63px;
    color: #d7291b;
}

.hero {
    background-image: url(../img/g.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 461px;
}
.hero .hero-inner {
    padding-top: 122px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.hero .hero-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hero .hero-content {
    max-width: 571px;
    width: 100%;
}
.hero .hero-content .hero-content__title {
    margin-bottom: 126px;
}
.hero .hero-content .hero-content__title h1 {
    font-weight: 600;
    line-height: 1;
    font-size: 42px;
    color: #282828;
}
.hero .hero-content .hero-content__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hero .hero-content .hero-content__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0 0 0;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hero .hero-content .hero-content__social ul li:not(:first-child) {
    margin-left: 25px;
}
.hero .hero-content .hero-content__social-title {
    font-weight: 600;
    font-size: 15px;
    color: #282828;
    margin-right: 25px;
    margin-top: -5px;
    padding-left: 5px;
}
.hero .hero-img {
    position: absolute;
    top: -19px;
    right: 248px;
}
@media screen and (max-width: 1840px) {
    .hero .hero-img {
        right: 100px;
    }
}
@media screen and (max-width: 1547px) {
    .hero .hero-img {
        right: 20px;
    }
}
@media screen and (max-width: 1370px) {
    .hero .hero-img {
        top: 0;
    }
}
.hero .hero-img img {
    width: 710px;
    height: 469px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 1370px) {
    .hero .hero-img img {
        width: 600px;
        height: 400px;
    }
}

@media screen and (max-width: 1370px) {
    .hero .hero-inner {
        padding-top: 0;
    }
    .hero .hero-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin-right: 30px;
    }
    .hero .hero-content .hero-content__title {
        margin-bottom: 30px;
    }
    .hero .hero-img {
        position: relative;
        margin-top: 20px;
        max-width: 543px;
        width: 100%;
        top: 0;
        right: 0;
    }
}
@media screen and (max-width: 1050px) {
    .hero {
        height: 100%;
        padding-top: 39px;
        background-image: url(../img/mobile-bg.png);
        background-position: bottom;
        padding-bottom: 95px;
    }
    .hero .hero-content {
        max-width: 100%;
        margin-right: 0;
    }
    .hero .hero-content .hero-content__title h1 {
        font-size: 36px;
        line-height: 1.25;
    }
    .hero .hero-inner {
        padding-top: 0;
    }
    .hero .hero-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .hero .hero-img {
        max-width: 100%;
        margin-bottom: 0;
    }
    .hero .hero-img img {
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px) {
    .hero {
        padding-bottom: 30px;
    }
    .hero .hero-img img {
        width: 100%;
        height: 100%;
    }
    .hero .hero-content .hero-content__title {
        margin-bottom: -3px;
    }
}
@media screen and (max-width: 410px) {
    .hero .hero-img {
        margin-top: 9px;
        transform: translate(-51px, -14px);
    }
    .hero .hero-img img {
        width: 429px;
        height: 284px;
    }
}
.blog {
    padding-top: 58px;
    padding-bottom: 100px;
}
.blog .blog-panel {
    /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
    margin-top: -30px;
    margin-left: -8px;
    margin-right: -8px;
}
@media screen and (max-width: 991px) {
    .blog .blog-panel {
        text-align: center;
    }
}
.blog .blog-panel::after {
    content: "";
    clear: both;
    display: block;
}
.blog .blog-panel .blog-panel__all-btn,
.blog .blog-panel .blog-panel__show-more-btn {
    display: inline-block;
}
.blog .blog-panel .blog-panel__search {
    float: right;
    margin-top: 25px;
    margin-left: 8px;

    max-width: 220px;
    width: 100%;
}

@media screen and (max-width: 1239px) {
    .blog .blog-panel {
        margin-top: -15px;
    }
}
.blog .blog-panel a {
    border-radius: 17.5px;
    border: 1px solid #c6c6c6;
    font-family: inherit;
    font-weight: 400;
    font-size: 13px;
    line-height: 28px;
    display: block;
    color: #818181;
    padding: 4px 25px;
    cursor: pointer;
}
@media screen and (max-width: 499px) {
    .blog .blog-panel a {
        /* font-size: 10px; */
        /* padding: 7px 20px; */
    }
    .blog .blog-panel .blog-panel__show-more-btn a {
        padding: 4px 26px;
    }
}
.blog .blog-panel .blog-panel__all-btn:hover a,
.blog .blog-panel .blog-panel__tag-btn:hover a {
    background-color: #d7291b;
    color: #fff;
    border-color: #d7291b;
}
.blog .blog-panel .blog-panel__all-btn.active a,
.blog .blog-panel .blog-panel__tag-btn.active a {
    background-color: #d7291b;
    color: #fff;
    border-color: #d7291b;
}
.blog .blog-panel .blog-panel__all-btn,
.blog .blog-panel .blog-panel__tag-btn,
.blog .blog-panel .blog-panel__show-more-btn {
    margin-top: 25px;
    margin-left: 8px;
}
@media screen and (max-width: 1239px) {
    .blog .blog-panel .blog-panel__all-btn,
    .blog .blog-panel .blog-panel__tag-btn,
    .blog .blog-panel .blog-panel__show-more-btn,
    .blog .blog-panel .blog-panel__search {
        margin-top: 15px;
    }
}
.blog .blog-panel .blog-panel__show-more-btn a {
    font-weight: 600;
    color: #1978c5;
    border-color: #1978c5;
}
.blog .blog-panel .blog-panel__show-more-btn a:hover {
    color: #fff;
    background-color: #1978c5;
}
.blog .blog-panel .blog-panel__search {
    position: relative;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
@media screen and (max-width: 499px) {
    .blog .blog-panel .blog-panel__search {
        width: 100%;
    }
}
.blog .blog-panel .blog-panel__search input {
    outline: none;
    border-radius: 17.5px;
    padding: 10px 40px 10px 29px;
    border: 1px solid #303030;
}
@media screen and (max-width: 499px) {
    .blog .blog-panel .blog-panel__search input {
        width: 100%;
    }
}
/* .blog .blog-panel .blog-panel__search{
  width: 26%;
} */
.blog .blog-panel .blog-panel__search form,
.blog .blog-panel .blog-panel__search input {
    width: 100%;
}
.blog .blog-panel .blog-panel__search button {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    background-color: transparent;
    border: none;
    padding: 0;
}
@media screen and (max-width: 991px) {
    .blog .blog-panel .blog-panel__search {
        max-width: 100%;
        width: 100%;
    }
}
.blog .blog-panel .blog-panel__search button img {
    height: 16px;
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}
.blog .blog-cards {
    margin-top: 69px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5.2083vw 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 3.3854vw 5.2083vw;
}
.blog .blog-cards .blog-card {
    position: relative;
}
.blog .blog-cards .blog-card:hover {
    -webkit-box-shadow: 0 0 51px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 51px rgba(0, 0, 0, 0.1);
}
.blog .blog-cards .blog-card .blog-card__img {
    position: relative;
}
.blog .blog-cards .blog-card .blog-card__img img {
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 312px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
}
.blog .blog-cards .blog-card .blog-card__img-label {
    position: absolute;
    bottom: 28px;
    left: 23px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0px 18px;
    font-weight: 400;
    font-size: 12px;
    color: #313131;
}
.blog .blog-cards .blog-card .blog-card__content {
    padding: 28px 28px 56px 28px;
}
.blog .blog-cards .blog-card .blog-card__content-title {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.42;
    margin-bottom: 30px;
    display: inline-block;
}
.blog .blog-cards .blog-card .blog-card__content-description {
    font-size: 15px;
    color: #313131;
    line-height: 2.06;
    margin-bottom: 35px;
    display: inline-block;
}
.blog .blog-cards .blog-card .blog-card__content-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 31px;
}
.blog .blog-cards .blog-card .blog-card__content-tags a,
.blog .blog-cards .blog-card .blog-card__content-tags button {
    font-size: 13px;
    background-color: #edeef3;
    border-radius: 14.5px;
    color: #818181;
    padding: 0px 10px;
    margin-top: 10px;
    margin-left: 6px;
    margin-right: 6px;
}
.blog .blog-cards .blog-card .blog-card__content-btn {
    position: absolute;
    left: 33px;
    bottom: 20px;
    border: 2px solid #1978c5;
    border-radius: 8px;
    color: #1978c5;
    padding: 5px 10px;
}
.blog .blog-cards .blog-card .blog-card__content-btn a {
    padding: 0px;
    font-weight: bold;
    position: relative;
    padding-right: 20px;
}
.blog .blog-cards .blog-card .blog-card__content-btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: 9px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.56 27.12'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='m28.56 13.5-8.88 13.62h-8.1l6.24-10.38H0v-6.48h17.76L11.58 0h8.1Z' style='fill:%231978c5' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.blog .blog-cards .blog-card .blog-card__content-btn:hover {
    background-color: #1978c5;
    color: #fff;
}
.blog .blog-cards .blog-card .blog-card__content-btn:hover a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.56 27.12'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='m28.56 13.5-8.88 13.62h-8.1l6.24-10.38H0v-6.48h17.76L11.58 0h8.1Z' style='fill:%23fff' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
}
.blog .blog-btn-more {
    margin-top: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.blog .blog-btn-more button,
.blog .blog-btn-more a {
    font-family: inherit;
    font-weight: bold;
    border: none;
    font-size: 16px;
    color: #fff;
    background-color: #1978c5;
    padding: 10px 100px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    /* transition-delay:0.3s; */
}

.blog .blog-btn-more button:hover,
.blog .blog-btn-more a:hover {
    background-color: #fff !important;
    color: #1978c5;
}

@media screen and (max-width: 640px) {
    .blog {
        padding-top: 20px;
    }
    .blog .blog-panel__search form {
        /* padding: 0 16px; */
    }
    .blog .blog-panel .blog-panel__search button {
        top: 52%;
        /* right: 39px; */
    }
}

@media screen and (max-width: 350px) {
    .blog .blog-btn-more button,
    .blog .blog-btn-more a {
        padding: 10px 80px;
    }
}
.blog .blog-btn-more button:hover::before,
.blog .blog-btn-more a:hover::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.blog .blog-btn-more button::before,
.blog .blog-btn-more a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 2px solid #1978c5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 991px) {
    .blog .blog-cards .blog-card {
        text-align: center;
    }
    .blog .blog-cards .blog-card .blog-card__img img {
        height: 200px;
    }
    .blog .blog-cards .blog-card .blog-card__img-label {
        left: 12px;
        padding: 0 14px;
    }
    .blog .blog-cards .blog-card .blog-card__content {
        padding: 5px 20px 56px 20px;
    }
    .blog .blog-cards .blog-card .blog-card__content .blog-card__content-title {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .blog .blog-cards .blog-card .blog-card__content .blog-card__content-description {
        font-size: 14px;
        /* margin-bottom: 30px; */
    }
    .blog .blog-cards .blog-card .blog-card__content-tags {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .blog .blog-cards .blog-card .blog-card__content-btn {
        left: 50%;
        transform: translateX(-50%);
    }
    .blog .blog-cards .blog-card .blog-card__content-btn a {
        font-size: 16px;
        width: 195px;
        /* padding: 10px 46px; */
        display: inline-block;
    }
    .blog .blog-cards .blog-card .blog-card__content-btn a::before {
    }
}
@media screen and (max-width: 750px) {
    .blog .blog-cards {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 100px;
    }
}
.suggest {
    background-image: url(../img/bg-suggest.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 195px;
}
.suggest .suggest-title {
    padding-top: 103px;
    /* margin-bottom: 105px; */
    text-align: center;
}
.suggest .suggest-title h2 {
    font-weight: bold;
    font-size: 36px;
    color: #313131;
    margin: 0 0 81px 0;
}
.suggest .suggest-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -30px;
    position: relative;
}
.suggest .suggest-slider .slick-arrow {
    position: absolute;
    z-index: 2;
    top: 44%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    background-color: transparent;
    outline: none;
}
.suggest .suggest-slider .slick-prev {
    left: -69px;
}
.suggest .suggest-slider .slick-next {
    right: -69px;
}
.suggest .suggest-slide {
}
.suggest .suggest-slide a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 30px;
}
.suggest .suggest-slide__img {
    max-width: 110px;
    width: 100%;
    margin-right: 30px;
}
.suggest .suggest-slide__img img {
    border-radius: 5px;
}
.suggest .suggest-slide__text {
    max-width: 229px;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    color: #313131;
    font-weight: bold;
}
.suggest .suggest-slide:hover .suggest-slide__text {
    text-decoration: underline;
}

@media screen and (max-width: 1399px) {
    .suggest .suggest-slider .slick-prev {
        left: -20px;
    }
    .suggest .suggest-slider .slick-next {
        right: -20px;
    }
}
@media screen and (max-width: 1290px) {
    .suggest .suggest-slider .slick-prev {
        left: 30px;
    }
    .suggest .suggest-slider .slick-next {
        right: 0px;
    }
}

@media screen and (max-width: 991px) {
    .suggest .suggest-slider .slick-prev {
        left: -20px;
    }
    .suggest .suggest-slider .slick-next {
        right: -40px;
    }
}
@media screen and (max-width: 940px) {
    .suggest .suggest-slider,
    .suggest .suggest-slide a {
        margin-left: 0;
    }
    .suggest .suggest-slider .slick-prev {
        left: 10px;
    }
    .suggest .suggest-slider .slick-next {
        right: 10px;
    }
}
@media screen and (max-width: 540px) {
    .suggest {
        padding: 60px 0;
    }
    .suggest .suggest-slider .slick-arrow {
        top: 29%;
    }
    .suggest .suggest-title h2 {
        font-size: 25px;
        margin: 0 0 48px 0;
    }
    .suggest .suggest-slider .suggest-slide {
        text-align: center;
    }
    .suggest .suggest-slider .suggest-slide a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .suggest .suggest-slider .suggest-slide .suggest-slide__img {
        max-width: 240px;
        height: 160px;
        margin-right: 0;
        margin-bottom: 2px;
    }
    .suggest .suggest-slide__text {
        font-size: 17px;
    }
    .suggest .suggest-slider .suggest-slide .suggest-slide__img img {
        width: 97%;
        height: 92%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media screen and (max-width: 350px) {
    .suggest .suggest-slider .suggest-slide .suggest-slide__img {
        max-width: 180px;
        height: 120px;
    }
    .suggest .suggest-slider .suggest-slide .suggest-slide__text {
        max-width: 180px;
    }
}
.blog-contact {
    background-color: #1978c5;
    padding: 58px 0;
}
.blog-contact .blog-contact__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 991px) {
    .blog-contact .blog-contact__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.blog-contact .blog-contact__content {
    max-width: 400px;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.52;
    color: #fff;
    margin-right: 35px;
}
@media screen and (max-width: 890px) {
    .blog-contact .blog-contact__content {
        margin-right: 0;
        margin-bottom: 30px;
        max-width: 230px;
        text-align: center;
    }
}
@media screen and (max-width: 440px) {
    .blog-contact .blog-contact__content {
        font-size: 15px;
    }
}
.blog-contact .blog-contact-form {
    max-width: 456px;
    width: 100%;
}
.blog-contact .blog-contact-form .hs_email {
    width: 100%;
}
.blog-contact .blog-contact-form .hs_email ul {
    margin: 0;
    padding: 0;
}
.blog-contact .blog-contact-form .hs-error-msg,
.blog-contact .blog-contact-form .hs-main-font-element {
    position: absolute;
    right: 0;
    bottom: -30px;
    color: #fff;
    margin: 0;
}
.blog-contact .blog-contact-form .hs_error_rollup {
    display: block;
    margin-right: auto;
}
.blog-contact .blog-contact-form .hs_error_rollup ul {
    margin: 0;
    padding: 0;
}
.blog-contact .blog-contact-form .hs-main-font-element {
    bottom: -60px;
}
.blog-contact .blog-contact-form .hbspt-form {
    position: relative;
}

.blog-contact .blog-contact-form .hbspt-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-contact .blog-contact-form #label-email-a2bc6fea-b971-4431-acb9-86cbe18670a6 {
    display: none;
}
@media screen and (max-width: 440px) {
    .blog-contact .blog-contact-form .hbspt-form form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.blog-contact .blog-contact-form .hbspt-form form input[type="email"] {
    width: 83%;
    font-size: 15px;
    background-color: #fff;
    border-radius: 20.5px;
    padding: 11px 80px 11px 25px;
    border: none;
    outline: none;
}
@media screen and (max-width: 440px) {
    .blog-contact .blog-contact-form .hbspt-form form input[type="email"] {
        width: 90%;
    }
}
.blog-contact .blog-contact-form .hbspt-form form input[type="submit"] {
    font-size: 15px;
    color: #fff;
    background-color: #d7291b !important;
    border-radius: 20.5px;
    padding: 11px 24px;
    margin-left: -152px;
    cursor: pointer;
    border: none;
}
@media screen and (max-width: 440px) {
    .blog-contact .blog-contact-form .hs_email ul {
        margin: 20px 0 0 0;
    }
    .blog-contact .blog-contact-form .hbspt-form form input[type="email"] {
        width: 100%;
    }
    .blog-contact .blog-contact-form .hbspt-form form input[type="submit"] {
        margin-top: 20px;
        margin-left: 0;
    }
    .blog-contact .blog-contact-form .hs-error-msg,
    .blog-contact .blog-contact-form .hs-main-font-element {
        position: relative;
        right: 0;
        bottom: 0px;
    }
    .blog-contact .blog-contact-form .hs-main-font-element {
        bottom: 0px;
    }
}
.blog-contact .blog-contact-form .hbspt-form form input[type="submit"]:hover {
    background-color: #b62d23;
}

.svgMask {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.first-screen {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.first-screen::after {
    content: "";
    position: absolute;
    z-index: 3;
    top: calc(98% - 125px);
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='320' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M1920 484H0V54.08c493.833-176.967 1031.83 147.972 1920 21.996V484Z' fill='url(%23b)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='1920' y1='484' x2='0' y2='484' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='rotate(-180 960 160)' d='M0 0h1920v320H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.first-screen:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(315deg, #a0f0e5 0%, #83bce4 100%);
    height: 100%;
    /* -webkit-clip-path: polygon(100% 0, 100% calc(100% - 24px), calc(50% + 1920px / 2) calc(100% - 24px), calc(50% + 1920px / 2) 100%, calc(50% - 1920px / 2) 100%, calc(50% - 1920px / 2) calc(100% - 47px), 0 calc(100% - 47px), 0 0);
          clip-path: polygon(100% 0, 100% calc(100% - 24px), calc(50% + 1920px / 2) calc(100% - 24px), calc(50% + 1920px / 2) 100%, calc(50% - 1920px / 2) 100%, calc(50% - 1920px / 2) calc(100% - 47px), 0 calc(100% - 47px), 0 0); */
}
.first-screen .first-screen__inner {
    /* position: relative; */
    /* max-width: 1920px; */
    /* margin: 0 auto; */
    padding-top: 71px;
    padding-bottom: 120px;
}
.first-screen .first-screen__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.first-screen .first-screen__content {
    max-width: 600px;
    width: 100%;
    margin-right: 96px;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 1030px) {
    .first-screen .first-screen__content {
        max-width: 500px;
    }
}
.first-screen .first-screen__content-title {
    margin-bottom: 45px;
}
.first-screen .first-screen__content-title h1 {
    font-size: 36px;
    line-height: 1.3;
    color: #282828;
    font-weight: 600;
}
.first-screen .first-screen__content-info {
    font-weight: 400;
    font-size: 14px;
    color: #282828;
}

.first-screen .first-screen__img {
    max-width: 991px;
    width: 100%;
    position: absolute;
    /* left: 50%; */
    right: 0;
    /* top: -1px; */
}
@media screen and (max-width: 1630px) {
    .first-screen .first-screen__img {
        right: -15%;
    }
}
@media screen and (max-width: 1280px) {
    .first-screen .first-screen__img {
        right: -25%;
    }
}
@media screen and (max-width: 1200px) {
    .first-screen .first-screen__img {
        right: -30%;
    }
}
.first-screen .first-screen__img img {
    -webkit-clip-path: url("#main-img");
    clip-path: url("#main-img");
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 460px) {
}
@media screen and (max-width: 1130px) {
    .first-screen .first-screen__content-title h1 {
        max-width: 400px;
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .first-screen::after {
        width: 101%;
        height: 101%;
        top: calc(98% - 104px);
    }
    .first-screen .first-screen__content-title h1 {
        font-size: 25px;
        max-width: 300px;
    }
}
@media screen and (max-width: 767px) {
    .first-screen {
        padding-bottom: 0;
        /* margin-bottom: 50px; */
    }
    .first-screen::after {
        width: 101%;
        height: 101%;
        top: calc(100% - 50px);
        left: 50%;
        transform: translateX(-50%);
        background-image: url("data:image/svg+xml,%3Csvg width='379' height='98' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0c143.722 34.074 227.107 33.564 379 0v98H0V0Z' fill='%23fff'/%3E%3C/svg%3E");
    }

    .first-screen .container {
        padding: 0;
    }
    .first-screen .first-screen__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .first-screen .first-screen__inner {
        padding-top: 22px;
        padding-bottom: 0;
    }
    .first-screen .first-screen__content {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        padding: 0 20px;
        text-align: center;
        padding-bottom: 300px;
    }
    .first-screen .first-screen__content-title h1 {
        margin: 0;
    }
    .first-screen .first-screen__img {
        height: 305px !important;
        /* position: relative; */
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-position: center center;
    }
    .first-screen .first-screen__content-title {
        margin-bottom: 33px;
    }
    .first-screen .first-screen__img img {
        -webkit-clip-path: unset;
        clip-path: unset;
    }
}
@media screen and (max-width: 767px) {
    .first-screen .first-screen__content-title h1 {
        max-width: 100%;
        width: 100%;
    }
}

.article {
    position: relative;
    z-index: 4;
}
.article .article-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.article .article-main {
    max-width: 645px;
    width: 100%;
    margin-right: 56px;
}
@media screen and (max-width: 490px) {
    .article .article-main {
        margin-right: 0;
    }
}
.article .article-main .article-main__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 23px;
}
@media screen and (max-width: 490px) {
    .article .article-main .article-main__header {
        margin-top: 40px;
        margin-bottom: 34px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 490px) {
    .article .article-main .article-main__header .article-main__header-btn {
        margin-bottom: 23px;
    }
}
.article .article-main .article-main__content h2 {
    line-height: 1.8;
    margin-bottom: 22px;
}
.article .article-main .article-main__header .article-main__header-btn {
    height: 46px;
}
.article .article-main .article-main__header .article-main__header-social strong {
    margin-right: 13px;
}
.article .article-main .article-main__header .article-main__header-social ul {
    padding: 4px 0 0 0;
}
.article .article-main .article-main__header .article-main__header-btn a {
    padding: 0px 31px;
    font-weight: 600;
    border-radius: 8px;
    border: 2px solid #1978c5;
    color: #1978c5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.article .article-main .article-main__header .article-main__header-btn a:hover {
    background-color: #1978c5;
    color: #fff;
}
.article .article-main .article-main__header .article-main__header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.article .article-main .article-main__header .article-main__header-social strong {
    font-size: 15px;
    font-weight: 600;
    color: #282828;
    margin-right: 24px;
    padding-bottom: 5px;
}
.article .article-main .article-main__header .article-main__header-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 12px 0px 0;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.article .article-main .article-main__header .article-main__header-social ul li:not(:first-child) {
    margin-left: 25px;
}
.article .article-main .article-main__content {
    color: #313131;
    font-size: 15px;
    line-height: 2.06;
    font-weight: 500;
    padding-bottom: 83px;
    border-bottom: 1px solid #aeaeae;
}
@media screen and (max-width: 490px) {
    .article .article-main .article-main__content {
        text-align: center;
        padding-bottom: 47px;
    }
}
.article .article-main .article-main__content a {
    color: #005aff;
    border-bottom: 1px solid #005aff;
}
.article .article-main .article-main__content h2,
.article .article-main .article-main__content h3,
.article .article-main .article-main__content h4,
.article .article-main .article-main__content h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 40px;
}
.article .article-main .article-main__content strong {
    font-weight: bold;
}
.article .article-main .article-main__content img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    margin: 45px auto;
}
.article .article-main .article-main__content ul {
    padding-left: 10px;
    margin-top: 18px;
    margin-bottom: 18px;
}
.article .article-main .article-main__content ul li {
    position: relative;
    padding-left: 17px;
}
.article .article-main .article-main__content ul li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    color: #ff473c;
}
.article .article-main .article-main__content ol {
    padding-left: 10px;
    margin-top: 18px;
    margin-bottom: 18px;
    counter-reset: num;
}
.article .article-main .article-main__content ol li {
    position: relative;
    padding-left: 17px;
}
.article .article-main .article-main__content ol li::before {
    counter-increment: num;
    content: counter(num) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    color: #ff473c;
}
.article .article-main .article-main__footer {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 610px) {
    .article .article-main .article-main__footer {
        margin-top: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.article .article-main .article-main__footer .article-main__footer-img {
    max-width: 110px;
    width: 100%;
    margin-right: 44px;
}
@media screen and (max-width: 610px) {
    .article .article-main .article-main__footer .article-main__footer-img {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.article .article-main .article-main__footer .article-main__footer-img img {
    border-radius: 100%;
    transform: translateY(-11px);
}
.article .article-main .article-main__footer .article-main__footer-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
    margin-bottom: 19px;
}
.article .article-main .article-main__footer .article-main__footer-title-name {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding-right: 10px;
}
.article .article-main .article-main__footer .article-main__footer-title-name::before {
    content: "»";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
    color: #272727;
    font-weight: 400;
}
.article .article-main .article-main__footer .article-main__footer-title-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 10px);
    height: 1px;
    background-color: #272727;
}
.article .article-main .article-main__footer .article-main__footer-title-status {
    font-size: 15px;
    font-weight: 400;
}
.article .article-main .article-main__footer .article-main__footer-text {
    font-weight: 400;
    color: #4c4c4c;
    font-size: 15px;
    line-height: 1.5;
}
@media screen and (max-width: 610px) {
    .article .article-main .article-main__footer .article-main__footer-text {
        text-align: center;
    }
}
.article .article-main .article-main__footer .article-main__footer-social {
    margin-top: 17px;
}
.article .article-main .article-main__footer .article-main__footer-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
@media screen and (max-width: 610px) {
    .article .article-main .article-main__footer .article-main__footer-social ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.article .article-main .article-main__footer .article-main__footer-social ul li:not(:first-child) {
    margin-left: 20px;
}
.article .article-side .hs_email span {
    display: none;
}
.article .article-side {
    max-width: 370px;
    width: 100%;
    margin-top: 75px;
}

.article .article-side .article-side__form {
    width: 100%;
    border-radius: 7px;
    background-color: #d7291b;
    padding: 32px 28px 50px 28px;
    margin-bottom: 109px;
}
.article .article-side .article-side__form .article-side__form-title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    margin-bottom: 24px;
}

.article .article-side .article-side__form .hbspt-form form {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 20px;
}
.article .article-side .article-side__form .hbspt-form form .hs_email {
    width: 100%;
}
.article .article-side .article-side__form .hbspt-form form input[type="email"] {
    border: none;
    background-color: #fff;
    outline: none;

    width: 100%;
    border-radius: 20.5px;
    padding: 13px 150px 13px 10px;
}
.article .article-side .article-side__form .hbspt-form form input[type="submit"] {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #0963ab !important;
    border-radius: 20.5px;
    padding: 13px 20px;
    white-space: nowrap;
    /* margin-left: -39px; */
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}

.article .article-side .article-side__form .hbspt-form form .hs-error-msg,
.article .article-side .article-side__form .hbspt-form form .hs-main-font-element {
    position: absolute;
    bottom: -10px;
    left: 0;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.article .article-side .article-side__form .hbspt-form form .hs_email ul {
    margin: 0;
    padding: 0;
}

.article .article-side .article-side__form .hbspt-form form .hs-main-font-element {
    bottom: -42px;
    line-height: 1;
}

.article .article-side .article-side__search-title {
    font-size: 28px;
    color: #5d5d5d;
    font-weight: bold;
    margin-bottom: 33px;
}
.article .article-side .article-side__search-form {
    margin-bottom: 39px;
}
.article .article-side .article-side__search-form form {
    position: relative;
}
.article .article-side .article-side__search-form form input {
    width: 100%;
    outline: none;
    border: 1px solid #303030;
    border-radius: 17.5px;
    padding: 10px 45px 10px 25px;
    font-family: "Montserrat";
    font-size: 13px;
    color: #818181;
    font-weight: 400;
}
.article .article-side .article-side__search-form form input::-webkit-input-placeholder {
    font-family: "Montserrat";
    font-size: 13px;
    color: #818181;
    font-weight: 400;
}
.article .article-side .article-side__search-form form input::-moz-placeholder {
    font-family: "Montserrat";
    font-size: 13px;
    color: #818181;
    font-weight: 400;
}
.article .article-side .article-side__search-form form input:-ms-input-placeholder {
    font-family: "Montserrat";
    font-size: 13px;
    color: #818181;
    font-weight: 400;
}
.article .article-side .article-side__search-form form input::-ms-input-placeholder {
    font-family: "Montserrat";
    font-size: 13px;
    color: #818181;
    font-weight: 400;
}
.article .article-side .article-side__search-form form input::placeholder {
    font-family: "Montserrat";
    font-size: 13px;
    color: #818181;
    font-weight: 400;
}
.article .article-side .article-side__search-form form button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 17px;
}
.article .article-side .article-side__search-tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
    margin-top: -25px;
    padding: 0;
}
.article .article-side .article-side__search-tags ul li {
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 29px;
}
.article .article-side .article-side__search-tags ul li a {
    border: 1px solid #7e7e7e;
    border-radius: 17.5px;
    padding: 8px 34px;
    font-weight: 400;
    font-size: 13px;
    color: #818181;
}
.article .article-side .article-side__search-tags ul li a:hover {
    background-color: #7e7e7e;
    color: #fff;
}

@media screen and (max-width: 490px) {
    .article .article-main .article-main__content h2 {
        line-height: 1.8;
        margin-bottom: 22px;
    }
    .article .article-main .article-main__footer .article-main__footer-img img {
        transform: translateY(4px);
    }
    .article .article-main .article-main__footer .article-main__footer-img {
        margin-bottom: 5px;
    }
    .article .article-main .article-main__footer .article-main__footer-title {
        justify-content: center;
    }
    .article .article-main .article-main__footer .article-main__footer-title {
        margin-bottom: 23px;
    }
}

@media screen and (max-width: 991px) {
    .article .article-main {
        max-width: 100%;
        margin-right: 0;
    }
    .article .article-side {
        display: none;
    }
}

.search-content {
    display: none;
    margin-top: 60px;
    padding-bottom: 60px;
}
.search-content .search-content__title {
    padding-top: 60px;
    border-top: 1px solid #aeaeae;
    font-size: 28px;
    color: #5d5d5d;
    font-weight: bold;
    margin-bottom: 33px;
    text-align: center;
}
.search-content .search-content__form {
    position: relative;
    margin-bottom: 29px;
}
.search-content .search-content__form input {
    width: 100%;
    outline: none;
    border: 1px solid #303030;
    border-radius: 17.5px;
    padding: 10px 45px 10px 25px;
    font-family: "Montserrat";
    font-size: 13px;
    color: #818181;
    font-weight: 400;
}

.search-content .search-content__form button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 17px;
}
.search-content .search-content__tags {
    text-align: center;
}

.search-content .search-content__tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -7px;
    margin-right: -7px;
    margin-top: -25px;
    padding: 0;
}
.search-content .search-content__tags ul li {
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 29px;
}
.search-content .search-content__tags ul li a {
    border: 1px solid #7e7e7e;
    border-radius: 17.5px;
    padding: 8px 34px;
    font-weight: 400;
    font-size: 13px;
    color: #818181;
}

@media screen and (max-width: 991px) {
    .search-content {
        display: block;
    }
}



.testimonials {
    width: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  
  .testimonials .testimonials__inner {
    width: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  
  .testimonials .testimonials__slider {
    width: calc(100% + 1.5625vw * 2);
    margin: 0 -1.5625vw;
    position: static;
  }
  
  .testimonials .slick-list {
    padding: 0 29.9479vw !important;
  }
  
  .testimonials .slick-track {
    padding: 160px 0;
  }
  
  .testimonials .slick-arrow {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    font-size: 0;
    border: 3px solid #247ec8;
    background-color: #fff;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 7px 0 32px rgba(0,0,0, 0.48);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .testimonials .slick-arrow::before{
    content: "";
    position: absolute;
    width: 15px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  
  .testimonials .slick-next {
    left: calc((100% - 1100px) / 2 - 58px);
  }
  
  .testimonials .slick-next::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='98' fill='none'%3E%3Cpath stroke='%233482D0' stroke-linecap='round' stroke-width='9' d='M54 5 7 48l48.5 45'/%3E%3C/svg%3E");
    transform: translateX(-2px);
  }
  
  .testimonials .slick-prev {
    right: calc((100% - 1100px) / 2 - 58px);
  }
  
  .testimonials .slick-prev::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='61' height='98' fill='none'%3E%3Cpath stroke='%233482D0' stroke-linecap='round' stroke-width='9' d='m6.5 93 47-43L5 5'/%3E%3C/svg%3E");
  }
  
  .testimonials .slide {
    margin: 0 1.5625vw;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 56px 60px;
    box-shadow: 18px 5px 70px rgba(111, 117, 131, 0.34);
    opacity: 0.5;
    transition: all .3s linear;
  }
  
  .testimonials .slide.slick-center,
  .testimonials .slide.slick-current {
    opacity: 1;
  }
  
  .testimonials .slide-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 auto;
    margin-right: 40px;
  }
  
  .testimonials .slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .testimonials .slide-content__text {
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 1.8;
    font-style: italic;
    font-size: 14px;
    color: #222222;
  }
  
  .testimonials .slide-content__footer {
    margin-top: 44px;
  }
  
  .testimonials .slide-content__name {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
    color: #222222;
    margin-bottom: 12px;
  }
  
  .testimonials .slide-content__phrase {
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 1.8;
    font-size: 14px;
    color: #222222;
  }
  
  
  @media screen and (max-width:1630px) {
    .testimonials .slick-list {
      padding: 0 25.9479vw !important;
    }
  }
  
  @media screen and (max-width:1350px) {
    .testimonials .slick-list {
      padding: 0 15.9479vw !important;
    }
    .testimonials .slick-next {
      left: 15px;
    }
    
    .testimonials .slick-prev {
      right: 15px;
    }
  }
  
  @media screen and (max-width:950px) {
    .testimonials .slick-list {
      padding: 0 10vw !important;
    }
  }
  
  @media screen and (max-width:730px) {
    .testimonials .slick-list {
      padding: 0!important;
      overflow: visible;
    }
    .testimonials .testimonials__slider {
      width: calc(100% + 19px * 2 + 160px);
      margin-left: 19px;
      margin-right: calc(-19px - 160px);
      position: static;
    }
    
    .testimonials .slick-track {
      padding: 150px 24px 150px 0; 
    }
    
    
    .testimonials .slide {
      margin: 0 19px;
      flex-direction: column;
      border-radius: 8px;
      padding: 40px 20px 44px;
    }
    
    .testimonials .slide-img {
      margin: 0 auto 37px;
    }
   
    
    .testimonials .slide-content__text {
      line-height: 1.8;
      font-size: 14px;
      text-align: center;
    }
    
    .testimonials .slide-content__footer {
      margin-top: 37px;
    }
    
    .testimonials .slide-content__name {
      font-size: 14px;
      text-align: center;
      margin-bottom: 14px;
    }
    
    .testimonials .slide-content__phrase {
      text-align: center;
      font-size: 14px;
    }
  }