.clear {
    zoom: 1;
}

.clear:after {
    display: block;
    content: ' ';
    clear: both;
    line-height: 0;
    visibility: hidden;
}

p {
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Helvetica Neue", liberation_sansregular, "Open Sans", sans-serif;
}

img {
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}

a {
    text-decoration: none;
}

body {
    background-color: #e5e5e4;
    font-family: "Helvetica Neue", liberation_sansregular, "Open Sans", sans-serif;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#app {
    background-color: white;
    margin: 0 auto;
    overflow: hidden;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: block;
    content: ' ';
    clear: both;
    line-height: 0;
    visibility: hidden;
}

.banner {
    margin-top: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-shadow: 0 0 1px #999;
}

@media screen and (max-width: 800px) {
    .banner {
        min-height: 480px;
    }
}

@media screen and (max-width: 500px) {
    .banner {
        margin-top: 50px;
    }
}

.banner__image {
    display: inline-block;
    width: 39%;
    vertical-align: bottom;
}

@media screen and (max-width: 800px) {
    .banner__image {
        width: 100%;
        display: block;
        text-align: center;
    }
    .banner__image img {
        width: 66%;
        margin-top: 24px;
        -webkit-transform-origin: 50% 100% !important;
        -ms-transform-origin: 50% 100% !important;
        transform-origin: 50% 100% !important;
    }
    .banner__image img.ar.mobile {
        margin-top: 5px;
    }
}

.banner__content {
    padding: 110px 30px 30px 120px;
    display: inline-block;
    width: 60%;
    vertical-align: middle;
}

.banner__content h1 {
    font-size: 42px;
    margin-top: 0;
    font-weight: 100;
}

@media screen and (max-width: 800px) {
    .banner__content h1 {
        text-align: center;
        font-size: 36px;
    }
}

@media screen and (max-width: 900px) {
    .banner__content {
        padding-left: 30px;
        padding-top: 60px;
    }
}

@media screen and (max-width: 800px) {
    .banner__content {
        padding: 60px 20px 0;
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .banner__content {
        padding-left: 0;
        padding-right: 0;
    }
}

.banner__empty {
    height: 300px;
}

.banner__text {
    font-weight: 500;
    font-size: 40px;
    color: #252525;
    line-height: 50px;
    word-wrap: break-word;
    word-break: normal;
    margin-bottom: 60px;
}

.banner__text p:first-of-type {
    font-size: 60px;
    line-height: 1.2em;
    margin-bottom: 6px;
}

.banner__text p:nth-of-type(2) {
    font-size: 32px;
    line-height: 1.16em;
}

@media screen and (max-width: 900px) {
    .banner__text {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 800px) {
    .banner__text {
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    .banner__text {
        font-size: 24px;
        line-height: 32px;
    }
    .banner__text p:first-of-type {
        font-size: 28px;
        line-height: 1.2em;
        margin-bottom: 20px;
    }
    .banner__text p:nth-of-type(2) {
        font-size: 18px;
        line-height: 1.2em;
    }
}

.banner__text.ar.mobile {
    margin-bottom: 20px;
}

.banner__text.ar.mobile p:first-of-type {
    margin-bottom: 10px;
}

.banner__download {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-block;
}

@media screen and (max-width: 800px) {
    .banner__download {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

.banner__download li {
    margin-bottom: 15px;
}

.banner__download li img {
    width: 237px;
}

@media screen and (max-width: 800px) {
    .banner__download li img {
        width: 200px;
    }
}

@media screen and (max-width: 500px) {
    .banner__download li:first-child {
        font-size: 18px !important;
        line-height: 20px;
    }
}

.banner__download li:first-child {
    font-size: 30px;
    line-height: 1.13em;
    color: #252525;
    font-weight: 400;
}

.banner__download li.th.text {
    line-height: 2em;
}

.banner__download.ar li img {
    width: 411px;
}

.banner__download.ar li img.mobile {
    width: 207px
}

.banner__download.ar li img.mobile.mphone {
    width: 119px;
}

.banner__download.ar li.empty {
    height: 55px;
}

.banner__download.ar li.empty.mobile {
    height: 28px;
    margin-bottom: 0;
}

li.mobile.mphone {
    margin-bottom: 0;
}

.download {
    cursor: pointer;
}

.phone {
    position: absolute;
    top: 140px;
    right: 50px;
}

.carousel-item {
    display: inline-block;
}

@media screen and (max-width: 700px) {
    .carousel-item {
        display: block;
        width: 100% !important;
        margin-bottom: 30px;
    }
}

.carousel-item {
    vertical-align: middle;
    width: 48%;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-shadow: 0 0 1px #999;
    position: relative;
    -webkit-box-shadow: 3px 5px 14px 0px #C1C1C1;
    box-shadow: 3px 5px 14px 0px #C1C1C1;
}

.carousel-item:first-of-type {
    margin-right: 15px;
}

.carousel-item__cite-icon {
    position: absolute;
    left: 0;
    top: 12px;
}

@media screen and (max-width: 500px) {
    .carousel-item__cite-icon {
        width: 20px;
    }
}

.carousel-item__desc {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
}

@media screen and (max-width: 700px) {
    .carousel-item__desc {
        font-size: 16px;
    }
}

.carousel-item__desc {
    color: #FFFFFF;
    width: 66%;
    text-align: left;
    margin: 0;
    margin-left: 58px;
}

@media screen and (max-width: 500px) {
    .carousel-item__desc {
        margin-left: 20px;
    }
}

.carousel-item__name {
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: right;
}

@media screen and (max-width: 400px) {
    .carousel-item__name {
        right: 0;
        bottom: 0;
    }
}

.carousel-item__name-user {
    font-size: 20px;
}

@media screen and (max-width: 700px) {
    .carousel-item__name-user {
        font-size: 16px;
    }
}

.carousel-item__name-user {
    color: #3B3F53;
    display: inline-block;
    margin-bottom: 10px;
}

.carousel-item__name-date {
    line-height: 14px;
    font-size: 12px;
    color: #999999;
}

.carousel {
    text-align: center;
    background-color: #F7F7F7;
    padding-top: 60px;
    position: relative;
}

.carousel__title {
    font-size: 26px;
    color: #3B3F53;
}

@media screen and (max-width: 700px) {
    .carousel .unslider-arrow {
        top: 46.6%;
    }
}

#carousel__body {
    margin: 60px 120px;
}

@media screen and (max-width: 900px) {
    #carousel__body {
        margin: 40px 20px;
    }
}

.unslider-nav {
    margin-top: 50px;
}

.unslider-nav ol li {
    width: 10px;
    height: 10px;
    border-color: #C4C4C4;
    cursor: pointer
}

.unslider-nav ol li.unslider-active {
    background-color: #9B9B9B;
    border-color: #979797;
}

.unslider-arrow {
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: transparent;
    font-size: 0;
}

.unslider-arrow.prev {
    visibility: hidden;
}

.unslider-arrow.next {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 95%;
}

@media screen and (max-width: 900px) {
    .unslider-arrow.next {
        right: 0 !important;
        left: auto;
    }
}

.feature-item {
    margin: 0 auto;
    text-align: center;
}

.feature-item__icon {
    vertical-align: top;
    margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
    .feature-item__icon {
        width: 64px;
        height: 64px;
    }
}

.feature-item__main-title {
    font-size: 28px;
    color: #3B3F53;
    font-weight: 500;
    margin-bottom: 12px;
    vertical-align: top;
    display: inline-block;
}

@media screen and (max-width: 500px) {
    .feature-item__main-title {
        font-size: 20px;
        line-height: 21px;
        color: #3B3F53;
    }
}

.feature-item__sub-title {
    font-size: 20px;
    line-height: 22px;
    color: #3B3F53;
    vertical-align: top;
    display: inline-block;
    font-weight: 200;
}

@media screen and (max-width: 500px) {
    .feature-item__sub-title {
        font-size: 16px;
        color: #3B3F53;
        line-height: 20px;
    }
}

.clear {
    zoom: 1;
}

.clear:after {
    display: block;
    content: ' ';
    clear: both;
    line-height: 0;
    visibility: hidden;
}

.features {
    padding: 0 100px;
}

@media screen and (max-width: 900px) {
    .features {
        padding: 0 40px;
    }
}

@media screen and (max-width: 700px) {
    .features {
        padding: 0 10px;
    }
}

.features__list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 0;
}

.features__in {
    text-align: center;
}

.features li {
    display: inline-block;
    width: 33%;
    padding: 30px;
    padding-bottom: 50px;
    vertical-align: top;
}

@media screen and (max-width: 500px) {
    .features li {
        width: 49%;
        padding: 10px;
        padding-bottom: 30px;
    }
}

.footer {
    text-align: center;
    margin: 60px auto;
    margin-bottom: 0;
}

.footer__slogan {
    font-size: 24px;
    line-height: 29px;
    color: #3B3F53;
    font-weight: 400;
    margin: 20px 0 25px;
}

.footer__copyright {
    color: rgba(59, 63, 83, 0.30);
    letter-spacing: 0.86px;
    font-size: 12px;
    margin-top: 24px;
}

.footer__link p {
    text-decoration: underline;
    margin: 15px 0px;
    cursor: pointer;
    color: #222;
}

.footer__button {
    display: block;
    margin-bottom: 20px;
}

.footer__text {
    margin-bottom: 15px;
}

.footer__media {
    margin: 15px 0;
    line-height: $headerHeight;
}

@media screen and (max-width: 500px) {
    .footer__media {
        line-height: $smallHeaderHeight;
    }
}

.footer__media__icon {
    background-image: url(../images/icons.c69585e3.png);
    width: 23px;
    height: 23px;
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.footer__media__icon--fb {
    background-position: -222px 0px
}

.footer__media__icon--fb:hover {
    background-position: -86px -188px;
}

.footer__media__icon--inst {
    background-position: -58px -188px;
    margin: 0 12px
}

.footer__media__icon--inst:hover {
    background-position: -222px -56px;
}

.footer.ar {
    background-color: #F5F5F5;
    padding-top: 60px;
}

.header {
    height: 70px;
    line-height: 70px;
    -webkit-box-shadow: 0 2px 4px #e0e0e0;
    box-shadow: 0 2px 4px #e0e0e0;
    padding: 0 120px;
    color: #3B3F53;
    width: 100%;
    top: 0;
    position: fixed;
    background-color: white;
    z-index: 999;
}

.header nav {
    display: inline-block;
}

@media screen and (max-width: 840px) {
    .header {
        padding: 0 10px;
    }
}

@media screen and (max-width: 500px) {
    .header {
        padding: 0 10px;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }
}

@media screen and (max-width: 320px) {
    .header {
        font-size: 12px;
    }
}

.header__logo {
    width: 120px;
    margin-right: 20px;
}

@media screen and (max-width: 660px) {
    .header__logo {
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .header__logo {
        margin-right: 0;
        width: 70px;
    }
}

.header__logo {
    display: inline-block;
}

.header__link {
    color: #3B3F53;
    text-decoration: none;
    margin-right: 12px;
    cursor: pointer;
}

@media screen and (max-width: 660px) {
    .header__link {
        margin-right: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .header__link {
        padding: 0;
    }
}

@media screen and (max-width: 500px) {
    .header__link {
        margin-right: 0;
        padding: 0;
    }
}

.header__link {
    display: inline-block;
    padding: 0 10px;
    border-bottom-color: white;
    -webkit-transition: border-color ease .5s;
    -o-transition: border-color ease .5s;
    transition: border-color ease .5s;
}

.header__link:hover {
    border-bottom: 2px solid #ee4d2d;
}

.header__link span {
    position: relative;
    top: 9px;
}

@media screen and (max-width: 500px) {
    .header__link span {
        top: 4px;
    }
}

.header__link span {
    display: inline-block;
    line-height: normal;
}

.header__media {
    float: right;
    line-height: 70px;
}

@media screen and (max-width: 500px) {
    .header__media {
        line-height: 50px;
    }
}

.header__media__icon {
    background-image: url(../images/icons.c69585e3.png);
    width: 23px;
    height: 23px;
}

@media screen and (max-width: 600px) {
    .header__media__icon {
        -webkit-transform: scale(.8, .8);
        -ms-transform: scale(.8, .8);
        transform: scale(.8, .8);
        margin: 0 !important;
    }
}

.header__media__icon {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.header__media__icon--fb {
    background-position: -222px 0px;
}

.header__media__icon--fb:hover {
    background-position: -86px -188px;
}

.header__media__icon--inst {
    background-position: -58px -188px;
    margin: 0 12px;
}

.header__media__icon--inst:hover {
    background-position: -222px -56px;
}

.header__media__icon--line {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3NpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MmI3NWE2YS00ZTI0LTRkMTMtOTI4ZC0zMTFlMDgxMzBmZTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTQ2NTc4MzdEQkVBMTFFN0ExM0FBODgzMjg2REEyMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTQ2NTc4MzZEQkVBMTFFN0ExM0FBODgzMjg2REEyMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODJiNzVhNmEtNGUyNC00ZDEzLTkyOGQtMzExZTA4MTMwZmUxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgyYjc1YTZhLTRlMjQtNGQxMy05MjhkLTMxMWUwODEzMGZlMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgUa+R8AAAMUSURBVHjarJZrSFRBFMfv3h5U5CaEJhmUUaJBGGxERIWihFAfYj+WFGibVmoFlVYk2IfeH3qSFRRZalRSH+pDkEbSUxKEFbYkMrCnUVj2gDK2/4H/heFw3bu7dODHcOfOOWfmzJkz46suXWt5SCoIgkIQABlgEvgG3oMu0AZawddYhkZ7ONkJqsB48A48AbfAMHWzQD5YBU6C4+AAGEzE2WpwDKSARnAGPIsxsfmgHGwF68Bm0KQH2erbBw6ByyAC5oKQhyOL/0McH6H+Qdob0dk+sB2cBgWg10pMeqkn+jtozzWMEvdaDtxoJS/Dhr7YC4Nmc2Xp4BR4wIT4H1JFe2J3iumsDkzg5v512UcJzTnux08QZRthf4HeH9opo909jjNJ8VJwCbxQCvOY7u2cSA6PgcU2h/3tHJfnsoeNtJ9q88CKYoMaWAwegQVxhk3GPaaeKQ20HxRnReCtSu+Z4JqxinhFxl+lviNdtF9kc+mdSmk3mJhkYqRQ3xSxnyfOpoE+9XMF27vGv+/gCkN1m30XwWuezXrQwf7lyt4r8SPnzA9+q5/pbB+CMayBn8EdJo1UiDngJpjBTFzJcZaT6oaIfb/N6j1W/ez3CFUdQ/WH31+4wiF+f1Djxf6QOHtjzMiR62yzGLp6nqtMkMZ2CxNCjs4P0A16qNei7EnC9Ptwn0kpWcq9c2QyFTOSSJCPLMifjD5ZUIfNiy+TF6Mjsj/LwEASjoqVowDtt9m8YX+BCqUY5gxbXEqYm3TyXutW/RW032rzVr0A1oBsNXCAt8EspvcN8NKlyu8FixkuU7JpV+wP+vgGkVR9zn3K91jJOCaLpPtTXpphl3GjwD1GJ1cy1DZivYmzO+ERrkIejfVg0QiOLNpZAiqdo2Bens2cRS2/qxkiLVI9pns8ouThswEcNt8i+sGzi33b6LgswafBbHCeEToCamK9QaJMhBKWIwnRWXUs3CTAcT3UK6GdaDxPuSaGy3k3hox3Yx/LlFMzF4KpTO+jYH+i70aLCjVUDvLeC7D1s6bKxt/n7eD5Iv4nwADBXb8mlHUSDAAAAABJRU5ErkJggg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header__media__icon--line:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3NpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MmI3NWE2YS00ZTI0LTRkMTMtOTI4ZC0zMTFlMDgxMzBmZTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTMwNDI3QjhEQkVCMTFFN0ExM0FBODgzMjg2REEyMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTMwNDI3QjdEQkVCMTFFN0ExM0FBODgzMjg2REEyMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YTFjZWQ0MGYtMGQ3Ny00ODlmLTgwN2YtYzU5ZWU3NjMzMDY5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgyYjc1YTZhLTRlMjQtNGQxMy05MjhkLTMxMWUwODEzMGZlMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgiBl08AAAN5SURBVHjatJZpSFRRFMf/M07ajDmjjWMqo5EmlVC2GFRCXxKJIASDokyM+lb2oc0WKoKsrAwi6kNEi7RRoNBGVlohOCSZRdnkUrZZmpk2Y7NpznTu5Vb6es8ZxQ78eMt59/4v55537lHNW1UIPxZOZBELiFlENGEg7EQr8YSoIEoI22ATafyIbCfWE1oZv14wiVhBHCeOEWz13+UmVCsIZROviXwFITlj320V47IDEVMRh4gLhBHDM6MYf1DMpyi2n9iCkbF8MZ+sGIv7NoysbRPzDhCLIk7g/xibd1z/bNwtsu8fU1HUZ0yOR8acZExLMiPaaEBIsAaenp9o+2bD86YW3H1kxdP6D/D5FLN6F5Gnov+MPXyWy7qk+Cjk5y5EckKM3+Vbm1tx8FwZXn9sl3O7iNiguOnpLKZLpN45UxNwdPMyxEQaAoqVKSIMi9KmouH9F7S0d0ndo4gmtmfpUk+sKRwF6zJ5uIZi7Pu9azP5eBlLZ2Ip0re5i+dCGxI8rGzQjQ7m42UshS3dLH2bljKRXx9b38FsikCMyQCXpwdVz95Qguhhd7gxLyURt6vqMH1SHEoraqElkZmUSOyZ+WTMrBH1bYBF6HX8+qLpEzRBQVzM9sON6rq3PGnuWF5iQmwkKmsbEc32lFJ2/sykP/s7Vh8qJ6ZXi+o9wNo77YOGanVmGk6WVOJnn5c/2x0utHbY4HT38OdvNofcsG4m1iJ9+6CmgV/ZSsurX+HMtSq4Pb2UcWMQHqZDJGXe0oxUhIzSIEwXwn1NH9rR/KmDjyuvtsqJfWT/2SW6Wd7/rWGMFucL1sBoCB1ygnTaHcjZeQbfu51S12W1OPgGmO2HCxuKrqDL7hyy0MYjV+WEmFWoxQnrknretHxFzq7TuEch8Xp9AVWQNXuKeTgVKkgJqyBu9h8Ts6VfsL14WNOIMksdvnZ1U/r3QqNRQx/6t7L1eb0ovm7BvtO30O30KK3lFFGqEj0Iq8r1SsW4vwVTUtw/uYkXaGvzZxSeLeNRGMRYizCFaPtdj74Q64iL/sRSk8fzX+PcDQtuVj6H1+c3xHlMiJ8gku7qwAgfoIfFiS3bFuwgikZIqEg0QIo9iE/0ICtZJg9TpFOM3yLm89vKsb1LFJ2WK0ARl/g+UWnvNX6yaKvYxyxx7v3uiPWipraJjrg8kI74lwADANNxEh6IpOFDAAAAAElFTkSuQmCC);
}

.header__media__icon--yt {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAH7SURBVEhLtdU/SJRxHMfx8yLMiixEuSLBIcLBpTZPMghyuqFLygMDawh0dWioucClVTdtCLKhczgIdSmiG5saQhqCIo8iIlArwsP3+8GLh7t7rvvXB14cz3Pf79fH537P7+m4nbkWi8gBpHAVw0igiDgKyCOLHHZREQurJYP3mMYaLuEYju9/erwOv7fO+oqUX/lhLGEANr7Bv3IeC/iAm9hBkPCVO3gV3zCCegYb66y3z/4uBAkP94rfYgZ/PNFArLfP/keeMKXb4j2bxUVcwRBOoRtH0Iny/MY2fuAzHLyCl3iIJw53VfijjOMOJtBsljGHZzjjbXG5vYM/SCuDjf3OcV7K4Wk8xiDaEec4L+3wJLxPvYjKK9zCZnBUO314gaTDffI+4gSi4pPpajqLB/iFqDjnExIOt7HebOEeLsPVUitFh6veHMV9+OhXW57hxB3sJtSP756JiHU+2hu4i0OIinNOo2CTu9soviIqF7CIk8FR7XyBD2Pe4W6bN+DabEec47ysw92PXZvuhD5hrcR+5zgv99/3Fj6DPIXbprtbs5lHD6574G0pxdXgFVtw0BMNxHr77J/yhAkP9w0yBv/ya5xDPbHOevvs/4kg4eHGL/yXvGdum8/hL++6DcfjSfi9ddbb93ewKX+HhlN6+7trurk1+PaPxfYAPGt4cScYDbAAAAAASUVORK5CYII=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header__media__icon--yt:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAG9SURBVHgBtVb/dYIwED54/b90g3QDR7AT+JxANtANwA3sBOIE4gLFDeoExS5QdAHTu4bQBJLIL7/3PvMgkO++85LDg5bgAAyHKfIZ+VLePiHPnhiHAQUCZITMkdxBml+WAfUSopeLOyIm0aiLCLnJOorUSe8HbYRyPkxIdRm4xLKRhCqHNqFoZCHJldTwSiEGIgpWqS+XWOhTgMlEXAeBoAmXi84kAdjtqlnkqyfGP7GVFk0Y8sFYLFR3sZrCXBPLMj4YaaoVixSaNPKc5/ZFioK3Aq2hr8t8MO36wLFF5nOA9Rp6YErO4oYzFxgTz9CYJNyZgVpV+tAX5zNAGAJsNub5ZnaCJ5Al2RWMAWy3YnvYgqnBN4pdHPoUcRRhfeV2ITM+ydnRKGYrkixzF5BE09m3jzub7uozJ0cvbCNEuF41aWqwskB22oOHAwzGfq9evdOPPBspXNrl/2FTpc1mwgkVgwrprv7fUuqIFGyaVneRb56avcb5OB5jMOEB/ewDbODjduov3vLTYIjDGzm6K1QTjXu4/OFKZ+4Eagtl4eQOF7cyZfE9Nx60BC5E3wcMxEgokLRzj179ULDgF9pJRFNqp8TXAAAAAElFTkSuQmCC);
}

.header__link.mobile {
    padding: 0 5px;
}

@media screen and (max-width: 320px) {
    .header__link.mobile {
        padding: 0 2px;
    }
}

.clear {
    zoom: 1;
}

.clear:after {
    display: block;
    content: ' ';
    clear: both;
    line-height: 0;
    visibility: hidden;
}

.highlight {
    width: 100%;
    height: 262px;
    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: nowrap;
    flex-wrap: nowrap
}

.highlight.mobile {
    height: 148px;
}

.highlight__items {
    margin: 0 50px;
    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: nowrap;
    flex-wrap: nowrap;
}

.highlight__items.mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    height: 88px;
    width: 160px;
}

.highlight__text {
    font-size: 44px;
    line-height: 53px;
    color: #3B3F53;
    font-weight: 500;
    margin-left: 28px;
}

.highlight__text.mobile {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 0 0;
}

.highlight__text.mobile.second {
    margin-top: 7px;
}

.image {}

.logo-item {
    display: inline-block;
    will-change: transform; // border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute; // transform-origin: center center;
}

.main-feature {
    overflow: hidden;
    position: relative;
}

.main-feature__zero {
    position: relative;
    width: 100%;
    height: 490px;
    z-index: 1;
    padding-top: 60px;
    background: #FEEFD0;
}

@media screen and (min-width: 560px) and (max-width: 1000px) {
    .main-feature__zero {
        height: 600px;
    }
}

@media screen and (max-width: 560) {
    .main-feature__zero {
        height: 440px;
        padding-top: 30px;
    }
}

.main-feature__zero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FEEFD0;
    -webkit-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    transform: skewY(4deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    z-index: -9;
}

.main-feature__zero-bg:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #FEEFD0;
    height: 200px;
    width: 100%;
    -webkit-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.main-feature__zero-image {
    width: 59%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 240px;
}

@media screen and (max-width: 1000px) {
    .main-feature__zero-image {
        top: 0px;
    }
}

@media screen and (max-width: 560px) {
    .main-feature__zero-image {
        position: absolute;
        padding-left: 0;
        bottom: 0;
        top: auto;
    }
}

.main-feature__zero-img {
    width: 320px;
    position: relative;
    max-width: none;
}

@media screen and (max-width: 1000px) {
    .main-feature__zero-img {
        width: 250px;
    }
}

@media screen and (max-width: 560px) {
    .main-feature__zero-img {
        width: 200px;
        left: 100px;
    }
}

.main-feature__zero-popimg {
    width: 250px;
    height: 250px;
    position: absolute;
    display: block;
    left: 110px;
    top: 0;
    z-index: 9;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
}

@media screen and (max-width: 1000px) {
    .main-feature__zero-popimg {
        width: 200px;
        height: 200px;
        left: 80px;
    }
}

@media screen and (max-width: 560px) {
    .main-feature__zero-popimg {
        width: 160px;
        left: 20px;
        height: 160px;
    }
}

.main-feature__zero-text {
    width: 40%;
    display: inline-block;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .main-feature__zero-text {
        display: block;
        width: 100%;
        position: relative;
        top: -80px;
    }
}

@media screen and (max-width: 560px) {
    .main-feature__zero-text {
        position: relative;
        top: -100px;
    }
}

.main-feature__zero-main-title {
    line-height: 55px;
    color: #FC6333;
}

@media screen and (max-width: 560px) {
    .main-feature__zero-main-title {
        font-size: 20px;
        color: #FC6333;
        line-height: 1em;
    }
}

.main-feature__zero-24h_img {
    display: inline-block;
    height: 150px;
    margin-top: 10px;
}

@media screen and (max-width: 560px) {
    .main-feature__zero-24h_img {
        height: 130px;
    }
}

.main-feature__zero-sub-title {
    font-size: 32px;
    color: #44485D;
    line-height: 38px;
    margin-top: 10px;
}

@media screen and (max-width: 560px) {
    .main-feature__zero-sub-title {
        font-size: 16px;
        color: #44485D;
        line-height: 18px;
    }
}

.main-feature__first {
    height: 700px;
    background-color: #F9F9F9;
    position: relative;
}

@media screen and (max-width: 560px) {
    .main-feature__first {
        height: 470px;
    }
}

.main-feature__first-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    transform: skewY(4deg);
    border-top: 20px solid white;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    z-index: 2;
}

.main-feature__first-bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-color: #F9F9F9;
    -webkit-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    height: 100px;
    width: 100%;
    z-index: 10;
}

.main-feature__first-image {
    width: 55%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 100px;
    top: 100px;
}

@media screen and (max-width: 1000px) {
    .main-feature__first-image {
        width: 80%;
        display: block;
        margin: 0 auto;
        top: 200px;
        position: relative;
    }
}

@media screen and (max-width: 560px) {
    .main-feature__first-image {
        position: absolute;
        top: 140px;
        padding: 0;
    }
}

@media screen and (max-width: 500px) {
    .main-feature__first-image {
        position: absolute;
        top: 150px;
        padding: 0;
    }
}

.main-feature__first-img {
    width: 320px;
    right: 15%;
}

@media screen and (max-width: 1000px) {
    .main-feature__first-img {
        width: 250px;
        right: 0;
    }
}

@media screen and (max-width: 560px) {
    .main-feature__first-img {
        width: 200px;
    }
}

.main-feature__first-popimg {
    width: 250px;
    display: block;
    position: absolute;
    right: 360px;
    top: 0;
    z-index: 1;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
}

@media screen and (max-width: 1000px) {
    .main-feature__first-popimg {
        right: 330px;
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 560px) {
    .main-feature__first-popimg {
        width: 160px;
        height: 160px;
        right: 170px;
    }
}

.main-feature__first-text {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 40%;
    z-index: 12;
}

@media screen and (max-width: 1000px) {
    .main-feature__first-text {
        display: block;
        width: 90%;
        margin: 0 auto;
        position: absolute;
        top: 40px;
    }
}

@media screen and (max-width: 560px) {
    .main-feature__first-main-logo {
        width: 130px;
        top: 120px;
    }
}

.main-feature__first-main-title {
    font-size: 40px;
    color: #D30D26;
    margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
    .main-feature__first-main-title {
        margin-bottom: 0;
    }
}

.main-feature__first-sub-title {
    font-size: 32px;
    color: #595659;
    line-height: 38px;
    position: relative;
    top: 20px;
}

@media screen and (max-width: 1000px) {
    .main-feature__first-sub-title {
        position: relative;
        top: -10px;
    }
}

@media screen and (max-width: 560px) {
    .main-feature__first-sub-title {
        font-size: 16px;
        color: #595659;
        line-height: normal;
        padding-top: 10px;
    }
}

.main-feature__second {
    position: relative;
    width: 100%;
    height: 590px;
    z-index: 1;
}

.main-feature__second.br {
    background-color: #FEEFD0;
    padding-top: 20px;
}

@media screen and (min-width: 560px) and (max-width: 1000px) {
    .main-feature__second {
        height: 600px;
    }
}

@media screen and (max-width: 560) {
    .main-feature__second {
        height: 500px;
    }
}

.main-feature__second-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FEEFD0;
    -webkit-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    transform: skewY(-4deg);
    border-top: 20px solid white;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    z-index: -9;
}

.main-feature__second-bg:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #FEEFD0;
    height: 300px;
    width: 100%;
    -webkit-transform: skewY(8deg);
    -ms-transform: skewY(8deg);
    transform: skewY(8deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.main-feature__second-bg.br {
    -webkit-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
}

.main-feature__second-bg.br:after {
    -webkit-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    transform: skewY(4deg);
}

.main-feature__second-image {
    width: 59%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 240px;
    top: 100px;
}

@media screen and (max-width: 1000px) {
    .main-feature__second-image {
        top: 60px;
        width: 80%;
    }
}

@media screen and (max-width: 560px) {
    .main-feature__second-image {
        position: absolute;
        padding-left: 0;
        bottom: 0;
        top: 150px;
    }
}

.main-feature__second-img {
    width: 320px;
    position: relative;
    max-width: none;
}

@media screen and (max-width: 1000px) {
    .main-feature__second-img {
        width: 250px;
    }
}

@media screen and (max-width: 560px) {
    .main-feature__second-img {
        width: 200px;
        position: absolute;
        right: 0px;
    }
}

.main-feature__second-popimg {
    width: 250px;
    height: 250px;
    position: absolute;
    display: block;
    left: 50px;
    top: 0;
    z-index: 9;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
}

@media screen and (max-width: 1000px) {
    .main-feature__second-popimg {
        width: 200px;
        height: 200px;
        left: 80px;
    }
}

@media screen and (max-width: 560px) {
    .main-feature__second-popimg {
        width: 160px;
        height: 160px;
        left: 0;
    }
}

.main-feature__second-text {
    width: 40%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

@media screen and (max-width: 1000px) {
    .main-feature__second-text {
        display: block;
        width: 100%;
        position: relative;
        top: 30px;
    }
}

@media screen and (max-width: 560px) {
    .main-feature__second-text {
        position: relative;
        top: 60px;
    }
}

.main-feature__second-main-title {
    font-size: 40px;
    line-height: 45px;
    color: #FC6333;
    margin-bottom: 30px;
}

@media screen and (max-width: 560px) {
    .main-feature__second-main-title {
        font-size: 20px;
        color: #FC6333;
        margin-bottom: 10px;
        line-height: 1em;
    }
}

.main-feature__second-sub-title {
    font-size: 32px;
    color: #44485D;
    line-height: 38px;
}

@media screen and (max-width: 560px) {
    .main-feature__second-sub-title {
        font-size: 16px;
        color: #44485D;
        line-height: 18px;
    }
}

.main-feature__third {
    position: relative;
    width: 100%;
    height: 630px;
    background-color: #F9F9F9;
}

@media screen and (min-width: 560px) and (max-width: 1000px) {
    .main-feature__third {
        height: 500px;
    }
}

@media screen and (max-width: 560px) {
    .main-feature__third {
        height: 400px;
    }
}

.main-feature__third-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    transform: skewY(4deg);
    border-top: 20px solid #ffffff;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    margin-top: -100px;
}

@media screen and (max-width: 560px) {
    .main-feature__third-bg {
        margin-top: -150px;
    }
}

.main-feature__third-bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-color: #F9F9F9;
    -webkit-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    height: 150px;
    width: 100%;
    z-index: 10;
}

.main-feature__third-image {
    width: 55%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 100px;
    top: 130px;
}

@media screen and (max-width: 1000px) {
    .main-feature__third-image {
        width: 80%;
        display: block;
        margin: 0 auto;
        top: 80px;
        position: relative;
    }
}

@media screen and (max-width: 560px) {
    .main-feature__third-image {
        position: absolute;
        top: 40px;
        padding: 0;
    }
    .main-feature__third-image.co {
        margin-top: 15px;
    }
}

@media screen and (max-width: 500px) {
    .main-feature__third-image {
        position: absolute;
        top: 40px;
        padding: 0;
    }
    .main-feature__third-image.co {
        margin-top: 15px;
    }
}

.main-feature__third-img {
    width: 320px;
    position: relative;
    max-width: none;
}

@media screen and (max-width: 1000px) {
    .main-feature__third-img {
        width: 250px;
    }
}

@media screen and (max-width: 560px) {
    .main-feature__third-img {
        width: 200px;
    }
    .main-feature__third-img.br {
        margin-top: 50px;
    }
}

.main-feature__third-popimg {
    width: 250px;
    height: 250px;
    position: absolute;
    display: block;
    right: 360px;
    top: 0;
    z-index: 9;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
}

@media screen and (max-width: 1000px) {
    .main-feature__third-popimg {
        width: 200px;
        height: 200px;
        right: 330px;
    }
}

@media screen and (max-width: 560px) {
    .main-feature__third-popimg {
        width: 160px;
        height: 160px;
        right: 170px;
    }
}

.main-feature__third-text {
    width: 40%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    z-index: 12;
    padding-top: 40px;
}

@media screen and (max-width: 1000px) {
    .main-feature__third-text {
        display: block;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: -100px;
    }
}

@media screen and (max-width: 560px) {
    .main-feature__third-text {
        position: relative;
        top: -70px;
    }
}

.main-feature__third-main-title {
    font-size: 40px;
    line-height: 45px;
    color: #FC6333;
    margin-bottom: 30px;
}

@media screen and (max-width: 560px) {
    .main-feature__third-main-title {
        font-size: 20px;
        color: #FC6333;
        margin-bottom: 10px;
        line-height: 1em;
    }
}

.main-feature__third-sub-title {
    font-size: 32px;
    color: #44485D;
    line-height: 38px;
}

@media screen and (max-width: 560px) {
    .main-feature__third-sub-title {
        font-size: 16px;
        color: #44485D;
        line-height: 18px;
    }
}

.main-feature__continer {
    width: 100%;
    height: 931px;
    background-color: #FEEFD0;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 560px) {
    .main-feature__continer {
        height: 544px;
        padding-top: 35px;
    }
}

.main-feature__title {
    color: #FF5722;
    font-size: 42px;
    margin-bottom: 30px;
}

@media screen and (max-width: 560px) {
    .main-feature__title {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

.main-feature__sub-title {
    color: #3B3F53;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 560px) {
    .main-feature__sub-title {
        font-size: 12px;
        margin-bottom: 20px;
    }
}

.main-feature__link {
    color: #0D3DEA;
    font-size: 35px;
    line-height: 35px;
    cursor: pointer;
    margin-bottom: 73px;
}

@media screen and (max-width: 560px) {
    .main-feature__link {
        font-size: 12px;
        margin-bottom: 40px;
    }
}

.main-feature__learnmore {
    margin-left: 40px;
}

.main-feature__register {
    color: inherit;
}

.main-feature__register span {
    text-decoration: underline;
}

.main-feature__signup {
    width: 520px;
    height: 113px;
}

@media screen and (max-width: 560px) {
    .main-feature__signup {
        width: 283px;
        height: 62px;
        margin-bottom: 10px;
    }
}

.pop {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform-origin: 100% 80%;
    -ms-transform-origin: 100% 80%;
    transform-origin: 100% 80%;
}

.image-first {
    margin-top: 40px;
}

.subtitle-first {
    font-size: 32px;
    color: #44485D;
    line-height: 38px;
    margin-top: 40px;
}

.partner {
    padding: 60px 0;
}

@media screen and (max-width: 500px) {
    .partner {
        padding: 50px 10px;
    }
}

.partner__title {
    font-size: 26px;
    color: #3B3F53;
    line-height: 32px;
    margin-bottom: 20px;
    padding: 0 80px;
    padding-bottom: 20px;
    text-align: center;
    line-height: 1.2em;
}

@media screen and (max-width: 500px) {
    .partner__title {
        font-size: 22px;
        color: #3B3F53;
        line-height: 26px;
        padding: 0 20px;
    }
}

.partner__logos-container {
    width: 200%;
}

.partner__logos {
    background-color: #fff;
    height: 440px;
    position: relative;
    width: 49.9%;
    display: inline-block;
    will-change: transform;
}

.slogan {
    text-align: center;
    width: 60%;
    margin: 70px auto;
}

.slogan__main {
    font-size: 42px;
    color: #3B3F53;
    margin: 0;
    margin-bottom: 20px;
    font-weight: normal;
}

@media screen and (max-width: 500px) {
    .slogan__main {
        font-size: 28px;
        color: #3B3F53;
        line-height: 30px;
    }
}

.slogan__sub {
    font-size: 28px;
    margin: 0;
    color: #3B3F53;
    font-weight: normal;
    line-height: 34px;
}

@media screen and (max-width: 500px) {
    .slogan__sub {
        font-size: 20px;
        color: #3B3F53;
        line-height: 24px;
    }
}

@media screen and (max-width: 1000px) {
    .slogan {
        width: 80%;
    }
}

@media screen and (max-width: 500px) {
    .slogan {
        width: 90%;
    }
}

.slogan.ar {
    margin-top: 20px;
}