/* CSS start */

@font-face {
    font-family: ProximaNova;
    font-weight: 400;

    src: url('../fonts/ProximaNova-Reg.otf');
}

@font-face {
    font-family: ProximaNova;
    font-weight: 400;
    font-style: italic;

    src: url('../fonts/ProximaNova-RegIt.otf');
}

@font-face {
    font-family: ProximaNova;
    font-weight: 500;

    src: url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: ProximaNova;
    font-weight: 600;

    src: url('../fonts/ProximaNova-Bold.otf');
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: ProximaNova, serif;
}

a {
    color: black;
}

.registrars-premium-block {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .registrars-premium-block {
        justify-content: flex-start;
    }
}

.cookie-content {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .cookie-content {
        flex-direction: column;
        justify-content: center;
    }
}

.cookie {
    position: fixed;
    z-index: 111;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}

.cookie-info {
    padding-left: 75px;
    text-align: left;
    color: #ffffff;
    background-image: url('../img/icon_cookie.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.19;
}

@media screen and (max-width: 767px) {
    .cookie-info {
        padding-right: 10px;
        padding-left: 10px;
        background: rgba(255, 255, 255, 0);
    }
}

.cookie-accept {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    min-width: 140px;
    height: 46px;
    margin-left: 40px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.5s;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #39344d;
    border: none;
    outline: none;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.19;
}

@media screen and (max-width: 767px) {
    .cookie-accept {
        margin-top: 20px;
        margin-left: 0;
    }
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .cookie-accept:hover {
        transition: all 0.5s;
        color: #0e1c4d;
    }
}

.cookie-content a {
    color: #337ab7;
}

.about-page .domain-area-wrapper {
    margin-top: 150px;
    margin-bottom: 80px;
}

@media screen and (max-width: 1920px) {
    .about-page .domain-area-wrapper {
        margin-top: 80px;
    }
}

@media screen and (max-width: 767px) {
    .about-page .domain-area-wrapper {
        max-width: 100vw;
        margin-top: 50px;
    }
}

.about-page-signup {
    margin-top: 50px;
    margin-bottom: 80px;
}

@media screen and (min-width: 1921px) {
    .faq-block .page-title h1 {
        font-size: 30px;
    }

    .terms-page h1 {
        font-size: 30px;
    }

    .faq-block .page-title h2 {
        font-size: 30px;
    }

    .terms-page h2 {
        font-size: 30px;
    }
}

.why-choose-art {
    margin-top: 185px;
}

@media screen and (max-width: 1920px) {
    .why-choose-art {
        margin-top: 165px;
    }
}

@media screen and (max-width: 1367px) {
    .why-choose-art {
        margin-top: 145px;
    }
}

@media screen and (max-width: 1024px) {
    .why-choose-art {
        margin-top: 100px;
    }
}

@media screen and (max-width: 767px) {
    .why-choose-art .buy-domain-block {
        text-align: left;
    }

    .why-choose-art .simple-button {
        margin-top: 0;
    }
}

.why-choose-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 85px;
}

@media screen and (max-width: 1920px) {
    .why-choose-block {
        margin-top: 80px;
    }
}

.community-grey-block {
    max-width: none;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: rgb(245, 245, 245);
}

@media screen and (max-width: 1920px) {
    .community-grey-block {
        padding-bottom: 110px;
    }
}

@media screen and (max-width: 1367px) {
    .community-grey-block {
        padding-bottom: 90px;
    }
}

@media screen and (max-width: 1024px) {
    .community-grey-block {
        padding-top: 90px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .community-grey-block {
        padding-top: 70px;
    }
}

.quote-content {
    font-size: 18px;
}

@media screen and (max-width: 1920px) {
    .quote-content {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .quote-content {
        text-align: center;
    }
}

.registrars-banner {
    margin-top: 230px;
}

@media screen and (max-width: 1920px) {
    .registrars-banner {
        margin-top: 175px;
    }
}

@media screen and (max-width: 1367px) {
    .registrars-banner {
        margin-top: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .registrars-banner {
        margin-top: 135px;
    }
}

.submit-button input {
    width: 190px;
    height: 46px;
    margin-top: 28px;
    cursor: pointer;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

@media screen and (max-width: 1920px) {
    .submit-button input {
        margin-top: 25px;
    }
}

@media screen and (max-width: 1367px) {
    .submit-button input {
        margin-top: 15px;
    }
}

.scnd-header {
    margin-bottom: 60px;
    font-size: 30px;
}

@media screen and (max-width: 1024px) {
    .scnd-header {
        margin-bottom: 40px;
    }
}

.registrars {
    padding-top: 150px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .registrars {
        padding-top: 170px;
    }
}

@media screen and (max-width: 767px) {
    .registrars {
        padding-top: 110px;
    }
}

@media screen and (max-width: 767px) {
    .registrars .not-main-container {
        width: 100vw;
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .registrars .page-title {
        text-align: left;
        line-height: 1.4;
    }
}

@media screen and (max-width: 1367px) {
    .registrars .blog-categories {
        margin-top: 65px;
    }
}

@media screen and (max-width: 1024px) {
    .registrars .blog-categories {
        display: flex;
        flex-wrap: wrap;
        margin-top: 55px;
    }
}

@media screen and (max-width: 991px) {
    .registrars .blog-categories {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .registrars .category {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .registrars .category {
        margin-left: 0;
    }
}

.registrars-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
}

@media screen and (max-width: 1920px) {
    .registrars-block {
        margin-top: 70px;
    }
}

@media screen and (max-width: 1367px) {
    .registrars-block {
        margin-top: 65px;
    }
}

@media screen and (max-width: 1024px) {
    .registrars-block {
        margin-top: 55px;
    }
}

@media screen and (max-width: 767px) {
    .registrars-block {
        margin-top: 40px;
    }
}

.registrars-block .registrar {
    flex-basis: 20%;
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid #d2d2d2;
}

.registrar__link {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-top: 100%;
    text-decoration: none;
}

.registrars-block .registrar img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
    height: auto;
    max-height: 70%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    .registrars-block .registrar {
        flex-basis: 25%;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .registrars-block .registrar {
        flex-basis: 33.3%;
    }
}

@media screen and (max-width: 767px) {
    .registrars-block .registrar {
        flex-basis: 50%;
    }
}

.registrar-subdescription {
    max-width: 900px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .registrar-subdescription {
        margin-top: 20px;
        text-align: left;
        font-size: 18px;
    }
}

@media screen and (min-width: 1921px) {
    .adopters-item:nth-child(odd) .textpart {
        padding-left: 100px;
    }

    .adopters-item:nth-child(even) .textpart {
        padding-right: 100px;
    }
}

.adopters-item .simple-button {
    margin-top: 35px;
    text-transform: uppercase;
}

@media screen and (max-width: 1367px) {
    .adopters-item .simple-button {
        margin-top: 25px;
    }
}

@media screen and (max-width: 1024px) {
    .adopters-item .simple-button {
        margin-top: 40px;
    }
}

@media screen and (max-width: 991px) {
    .adopters-item .simple-button {
        margin-top: 35px;
    }
}

@media screen and (max-width: 767px) {
    .adopters-item .simple-button {
        margin-top: 30px;
    }
}

.adopters-banner-subtitle {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: left;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.33;
}

@media screen and (max-width: 1920px) {
    .adopters-banner-subtitle {
        font-size: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .adopters-banner-subtitle {
        margin-top: 15px;
        margin-bottom: 20px;
        font-size: 22px;
    }
}

@media screen and (max-width: 991px) {
    .adopters-banner-subtitle {
        margin-bottom: 30px;
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .adopters-banner-subtitle {
        max-width: 80%;
        margin-bottom: 25px;
        font-size: 20px;
    }
}

.adopters-item {
    display: flex;
    align-items: center;
    margin-bottom: 110px;
}

@media screen and (max-width: 1367px) {
    .adopters-item {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 1024px) {
    .adopters-item {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .adopters-item {
        margin-bottom: 70px;
    }
}

.adopters-items .adopter-title {
    height: auto;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 27px;
}

@media screen and (max-width: 1024px) {
    .adopters-items .adopter-title {
        margin-top: 30px;
    }
}

@media screen and (max-width: 991px) {
    .adopters-items .adopter-title {
        margin-top: 35px;
    }
}

@media screen and (max-width: 767px) {
    .adopters-items .adopter-title {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 21px;
    }
}

.adopters-items .adopter-subtitle {
    margin-bottom: 35px;
}

@media screen and (max-width: 1367px) {
    .adopters-items .adopter-subtitle {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1024px) {
    .adopters-items .adopter-subtitle {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .adopters-items .adopter-subtitle {
        margin-bottom: 35px;
    }
}

.adopters-items .adopter-description {
    height: auto;
    font-size: 20px;
}

@media screen and (max-width: 1920px) {
    .adopters-items .adopter-description {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .adopters-items .adopter-description {
        max-width: none;
        line-height: 1.8;
    }
}

@media screen and (max-width: 991px) {
    .adopters-items .adopter-description {
        height: auto;
    }
}

@media screen and (min-width: 1921px) {
    .adopter-main-description {
        margin-bottom: 100px;
        font-size: 26px;
    }
}

.news-block .news {
    max-width: 100%;
}

@media screen and (max-width: 1367px) {
    .news-block .news {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 550px) {
    .news-block .news {
        display: block;
    }
}

.domains-area {
    display: flex;
    justify-content: space-between;
    padding-top: 240px;
}

@media screen and (max-width: 1920px) {
    .domains-area {
        padding-top: 110px;
    }
}

@media screen and (max-width: 991px) {
    .domains-area {
        display: block;
        padding-top: 70px;
    }
}

@media screen and (max-width: 767px) {
    .domains-area {
        padding-top: 75px;
    }
}

.news-info {
    margin-top: 25px;
    padding-bottom: 26px;
}

@media screen and (max-width: 1920px) {
    .news-info {
        margin-top: 15px;
    }
}

@media screen and (max-width: 1367px) {
    .news-info {
        margin-top: 10px;
    }
}

@media screen and (max-width: 991px) {
    .news-info {
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 26px;
    }
}

@media screen and (max-width: 767px) {
    .news-info {
        padding-left: 0;
    }
}

@media screen and (max-height: 720px) {
    .news-info {
        margin-top: 10px;
    }
}

.news-date {
    margin-bottom: 15px;
    text-align: left;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    opacity: 0.3;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

@media screen and (max-width: 1920px) {
    .news-date {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .news-date {
        line-height: 1.17;
    }
}

.video {
    display: block;
    flex-basis: 60%;
}

@media screen and (max-width: 1024px) {
    .video {
        flex-basis: 55%;
    }
}

@media screen and (max-width: 991px) {
    .video {
        order: 2;
    }
}

@media screen and (max-width: 767px) {
    .video {
        margin-right: -20px;
        margin-left: -20px;
    }
}

.domains-widget {
    width: 70%;
}

@media screen and (max-width: 991px) {
    .domains-widget {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .domains-widget {
        margin-bottom: 60px;
    }
}

.domains-list-wrap-item {
    position: relative;
    width: 20%;
}

@media screen and (max-width: 1580px) {
    .domains-list-wrap-item {
        width: 30%;
    }
}

@media screen and (max-width: 1580px) {
    .domains-list-wrap-item:nth-of-type(4) {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .domains-list-wrap-item {
        width: 45%;
    }
}

@media screen and (max-width: 1100px) {
    .domains-list-wrap-item:nth-of-type(3) {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .domains-list-wrap-item:nth-of-type(3) {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .domains-list-wrap-item {
        overflow: hidden;
        width: 100%;
        max-height: 617px;
        text-align: center;
    }

    .domains-list-wrap-item:nth-of-type(3) {
        display: none;
    }
}

.domains-about {
    flex-shrink: 0;
    width: 25%;
}

@media screen and (max-width: 1920px) {
    .domains-about {
        width: 360px;
    }
}

@media screen and (max-width: 991px) {
    .domains-about {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .domains-about {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .domains-about {
        text-align: left;
    }
}

.partners-bottom-info {
    width: 25%;
}

@media screen and (max-width: 1920px) {
    .partners-bottom-info {
        width: 360px;
    }
}

@media screen and (max-width: 991px) {
    .partners-bottom-info {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .partners-bottom-info {
        display: block;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .partners-bottom-info .link {
        display: none;
    }
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .partners-bottom-info:hover .link {
        text-decoration: none;
    }
}

.news .make-equal-vertical-space {
    justify-content: center;
}

@media screen and (max-width: 1920px) {
    .news .make-equal-vertical-space {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .news .make-equal-vertical-space {
        padding-bottom: 0;
    }
}

.news-pict {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

@media screen and (max-width: 1024px) {
    .news-pict {
        margin-bottom: 20px;
    }
}

.news-pict img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.i767 {
    display: none;
}

@media screen and (max-width: 767px) {
    .i767 {
        display: block;
    }
}

.banner-text-content {
    width: 80%;
    max-width: 1364px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1024px) {
    .banner-text-content {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
}

.promo-widget {
    position: absolute;
    top: 50%;
    left: 242px;
    width: 404px;
    padding: 45px 35px;
    transform: translateY(-50%);
    background-color: #ffffff;
}

@media screen and (max-width: 1681px) {
    .promo-widget {
        width: 400px;
        padding: 27px 33px;
    }
}

@media screen and (max-width: 1441px) {
    .promo-widget {
        width: 350px;
        padding: 26px 32px;
    }
}

@media screen and (max-width: 1367px) {
    .promo-widget {
        width: 300px;
        padding: 22px 30px;
    }
}

@media screen and (max-width: 1024px) {
    .promo-widget {
        left: 164px;
        width: 284px;
    }
}

@media screen and (max-width: 991px) {
    .promo-widget {
        left: 149px;
        width: 316px;
    }
}

@media screen and (max-width: 767px) {
    .promo-widget {
        left: 50%;
        width: 285px;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-height: 720px) {
    .promo-widget {
        left: 185px;
        width: 334px;
        padding: 25px 30px;
    }
}

.adopters-item .media-part img {
    display: block;
    width: 100%;
    height: 536px;

    object-fit: cover;
}

@media screen and (max-width: 1681px) {
    .adopters-item .media-part img {
        height: 500px;
    }
}

@media screen and (max-width: 1441px) {
    .adopters-item .media-part img {
        height: 450px;
    }
}

@media screen and (max-width: 1367px) {
    .adopters-item .media-part img {
        height: 387px;
    }
}

@media screen and (max-width: 1024px) {
    .adopters-item .media-part img {
        height: 580px;
    }
}

@media screen and (max-width: 991px) {
    .adopters-item .media-part img {
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .adopters-item .media-part img {
        height: 220px;
    }
}

.adopters-item .media-part iframe {
    display: block;
    width: 100%;
    height: 536px;
}

@media screen and (max-width: 1681px) {
    .adopters-item .media-part iframe {
        height: 500px;
    }
}

@media screen and (max-width: 1441px) {
    .adopters-item .media-part iframe {
        height: 450px;
    }
}

@media screen and (max-width: 1367px) {
    .adopters-item .media-part iframe {
        height: 387px;
    }
}

@media screen and (max-width: 1024px) {
    .adopters-item .media-part iframe {
        height: 580px;
    }
}

@media screen and (max-width: 991px) {
    .adopters-item .media-part iframe {
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .adopters-item .media-part iframe {
        height: 220px;
    }
}

.contact-form-block .contact-form-item {
    margin-bottom: 38px;
    text-align: left;
}

.contact-form-item.submit-contact {
    margin-top: 45px;
    margin-bottom: 0;
}

@media screen and (max-width: 550px) {
    .contact-form-item.submit-contact {
        margin-top: 47px;
        text-align: left;
    }
}

.about-page-content {
    width: 70%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #585858;
    font-size: 18px;
    line-height: 1.58;
}

@media screen and (max-width: 1367px) {
    .about-page-content {
        line-height: 1.4;
    }
}

@media screen and (max-width: 1024px) {
    .about-page-content {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .about-page-content {
        text-align: left;
    }
}

.portfolio-description {
    max-width: 60%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}

@media screen and (max-width: 1920px) {
    .portfolio-description {
        max-width: 80%;
    }
}

@media screen and (max-width: 991px) {
    .portfolio-description {
        max-width: none;
    }
}

@media screen and (max-width: 767px) {
    .portfolio-description {
        line-height: 1.4;
    }
}

.registrar-banner-subtitle {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.33;
}

@media screen and (max-width: 1367px) {
    .registrar-banner-subtitle {
        font-size: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .registrar-banner-subtitle {
        margin-top: 15px;
        margin-bottom: 20px;
        font-size: 22px;
    }
}

@media screen and (max-width: 991px) {
    .registrar-banner-subtitle {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .registrar-banner-subtitle {
        max-width: 80%;
        margin-bottom: 25px;
        text-align: left;
        color: #ffffff;
        font-size: 20px;
        font-weight: normal;
        line-height: 1.22;
    }
}

@media screen and (max-width: 1920px) {
    .adopter-main-description {
        margin-bottom: 80px;
        font-size: 22px;
    }
}

.comm-wrap img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

/* btn send, btn subscribe */
.btn-send {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    width: 45px;
    height: 100%;
    cursor: pointer;
    transition: all 0.5s;
    border: 1px solid;
    border-color: transparent;
    border-left: 1px solid #d1d1d1;
    outline: none;
    background-color: transparent;
}

.btn-send svg {
    width: 10px;
    transition: all 0.5s;

    stroke: #000000;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .btn-send:hover svg {
        transition: all 0.5s;

        stroke: #757474;
    }
}

.mainpage-adopters .i-con {
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
}

.mainpage-adopters .custom-s-animated-area {
    width: 100%;
    max-width: 900px;
    max-height: 560px;
}

.news .news-block {
    margin-bottom: 100px;
}

.page-title-small {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .page-title-small {
        max-width: 66%;
        margin-right: auto;
        margin-left: auto;
    }
}

.faq-page-title {
    margin-bottom: 60px;
}

.faq-page-space {
    margin-bottom: 160px;
    padding-top: 150px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .faq-page-space {
        padding-top: 170px;
    }
}

@media screen and (max-width: 767px) {
    .faq-page-space {
        padding-top: 110px;
    }
}

.redirect-right div {
    margin-bottom: 8px;
}

.logo-slider-wrapper {
    height: 200px;
    margin-top: 70px;
}

@media screen and (max-width: 1681px) {
    .logo-slider-wrapper {
        height: 175px;
    }
}

@media screen and (max-width: 1441px) {
    .logo-slider-wrapper {
        height: 160px;
    }
}

@media screen and (max-width: 1367px) {
    .logo-slider-wrapper {
        height: 150px;
    }
}

@media screen and (max-width: 767px) {
    .logo-slider-wrapper {
        padding-right: 0;
        padding-left: 0;
    }
}

.news-item {
    align-items: flex-end;
    flex-basis: 31%;
    flex-grow: 1;
    width: 320px;
    margin-right: 14px;
    margin-left: 14px;
}

@media screen and (max-width: 1410px) {
    .news-item {
        width: 295px;
    }
}

@media screen and (max-width: 1024px) {
    .news-item:nth-of-type(4) {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .news-item {
        flex-basis: 48%;
    }

    .news-item:nth-of-type(3) {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .news-item {
        flex-basis: 100%;
        width: 100%;
        max-width: none;
        margin-right: 0;
        margin-left: 0;
    }
}

.article-self-content a.premium {
    position: relative;
}

.card-domain-price {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}

.card-domain-price-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.premium-meta-info {
    text-align: center;
    color: #2e2d32;
    background-color: #f7f7f7;
    font-size: 12px;
    line-height: 30px;
}

.domain-card {
    padding: 10px 20px 5px;
    background-color: #ffffff;
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.35);
}

.stars-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-domain-name {
    margin-top: 5px;
    color: #2e2d32;
    font-size: 14px;
    font-weight: 00;
}

.price-block {
    display: flex;
    justify-content: space-between;
}

.domain-rating {
    position: relative;
    width: 80px;
    font-size: 8px;
}

.domain-rating-grey {
    display: flex;
    width: 100%;
    color: #eaeaea;
}

.domain-rating-color-area {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    color: #ffbe00;
}

.domain-rating-color.dom-rating-width {
    display: flex;
    width: 80px;
}

.article-self-content .aligncenter {
    margin-right: auto;
    margin-left: auto;
}

.single-author-info {
    padding-left: 50px;
}

.about-promo-image {
    margin-top: 75px;
    margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
    .about-promo-image {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.about-promo-image img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .about-promo-image img {
        width: 100vw;
        margin-right: -20px;
        margin-left: -20px;
    }
}

.author-single-block {
    display: flex;
    margin-top: 60px;
    padding-top: 35px;
    padding-right: 55px;
    padding-bottom: 35px;
    text-decoration: none;
    background-color: #f7f8f9;
}

@media screen and (max-width: 767px) {
    .author-single-block {
        flex-direction: column;
    }
}

.single-author-avatar-block {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-left: 55px;
}

.single-author-info .single-author-name {
    margin-bottom: 10px;
    text-align: left;
    letter-spacing: normal;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44;
}

@media screen and (max-width: 767px) {
    .single-author-info .single-author-name {
        margin-top: 20px;
        margin-bottom: 30px;
        text-align: center;
    }
}

.single-author-info .single-author-description {
    text-align: left;
    letter-spacing: normal;
    color: #585858;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
}

@media screen and (max-width: 767px) {
    .single-author-info .single-author-description {
        text-align: center;
    }
}

.single-author-avatar {
    overflow: hidden;
    width: 105px;
    height: 105px;
    border-radius: 50%;
}

.single-author-avatar-block .single-author-avatar img {
    min-width: 100%;
    min-height: 100%;

    object-fit: cover;
}

.shadow-popup {
    position: fixed;
    z-index: 111;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
}

.shadow-popup--white {
    background-color: rgba(255, 255, 255, 0.75);
}

.blog-author-date {
    margin-right: 15px;
}

.blog-author-list {
    margin-left: 15px;
}

.custom-slider-left .adopter-button {
    margin-top: 10px;
    margin-bottom: 20px;
}

.quote-description {
    color: #585858;
}

@media screen and (max-width: 767px) {
    .quote-description {
        text-align: center;
    }
}

.buy-domain-block {
    text-align: center;
}

.about-page .community .content {
    margin-top: 50px;
}

.mobile-become-adopter-tablet {
    display: none;
}

@media screen and (max-width: 991px) {
    .mobile-become-adopter-tablet {
        display: block;
    }
}

.comm-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-errors div {
    padding-left: 0;
    text-align: left;
    border: none;
}

.contact-form-block .contact-form-item.submit-button {
    margin-bottom: 100px;
}

.wpcf7-mail-sent-ng {
    text-align: center;
    border: none !important;
}

.adopter-button span:first-child {
    margin-top: 4px;
    line-height: 0;
}

.adopter-button {
    display: flex;
    align-items: center;
    margin-top: 50px;
    text-align: left;
    text-decoration: none;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .adopter-button {
        margin-top: 30px;
    }
}

.adopter-button img {
    width: 12px;
    margin-left: 15px;
}

.main-adopter-link-block a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

.banner-title {
    color: #ffffff;
    font-weight: 600;
    line-height: 1.33;
}

@media screen and (max-width: 767px) {
    .banner-title {
        max-width: 72%;
    }
}

.registrar-banner-title {
    margin-bottom: 20px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .registrar-banner-title {
        max-width: 72%;
        text-align: left;
    }
}

.contact-form-item.submit-button {
    display: flex;
    justify-content: center;
}

.registrars.not-main-container {
    width: 100%;
    max-width: 2550px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 140px;
    padding-left: 140px;
}

.banner-subtitle {
    margin-top: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .banner-subtitle {
        margin-top: 20px;
        text-align: left;
        font-size: 20px;
    }
}

.blog-single-content .not-main-container {
    width: 80vw;
}

@media screen and (min-width: 1921px) {
    .blog-single-content .not-main-container {
        max-width: 1600px;
    }
}

.wide-banner {
    display: flex;
    align-items: center;
    height: 600px;
    margin-top: 190px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1681px) {
    .wide-banner {
        height: 549px;
    }
}

@media screen and (max-width: 1441px) {
    .wide-banner {
        height: 400px;
    }
}

@media screen and (max-width: 1024px) {
    .wide-banner {
        height: 340px;
    }
}

@media screen and (max-width: 991px) {
    .wide-banner {
        height: 256px;
        margin-top: 90px;
    }
}

@media screen and (max-width: 767px) {
    .wide-banner {
        align-items: flex-start;
        height: 297px;
        margin-top: 80px;
        padding-top: 28px;
    }
}

.slider-text-info {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 100%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
    .slider-text-info {
        top: 0;
        bottom: 50px;
        left: 0;
        height: 100%;
        padding-left: 20px;
        transform: none;
    }
}

.slider-text-info .slider.active {
    display: block;
}

.main-slider-subtitle.active.desktop-subtitle {
    display: block;
}

.main-slider-subtitle {
    position: absolute;
    z-index: 4;
    bottom: 15px;
    left: 0;
    display: none;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

.registrar-description {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgb(127, 127, 127);
    font-size: 10px;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .registrar-description {
        bottom: 10px;
    }
}

.blog-single-content {
    position: relative;
    min-height: 500px;
    padding-top: 170px;
}

@media screen and (max-width: 1024px) {
    .blog-single-content {
        padding-top: 120px;
    }
}

@media screen and (max-width: 991px) {
    .blog-single-content {
        padding-top: 110px;
    }
}

.domains-list li:first-child a {
    font-weight: 600;
}

.adopters-items .adopter-description p:last-child {
    margin-bottom: 0;
}

.adopters-items .adopter-description p:first-child {
    margin-top: 0;
}

.main-slider {
    position: relative;
    height: 100%;
}

.con {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
}

.circles {
    position: absolute;
    display: none;
}

@media screen and (max-width: 767px) {
    .circles {
        z-index: 11;
        bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}

.circles .circle {
    width: 11px;
    height: 11px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.circles .circle.active {
    background-color: #ffffff;
}

.i-con {
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
}

@media screen and (max-width: 1681px) {
    .i-con {
        padding-right: 130px;
        padding-left: 130px;
    }
}

@media screen and (max-width: 1441px) {
    .i-con {
        padding-right: 110px;
        padding-left: 110px;
    }
}

@media screen and (max-width: 1367px) {
    .i-con {
        padding-right: 90px;
        padding-left: 90px;
    }
}

@media screen and (max-width: 1024px) {
    .i-con {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media screen and (max-width: 991px) {
    .i-con {
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media screen and (max-width: 767px) {
    .i-con {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.domains-about .simple-button {
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .domains-about .simple-button {
        order: 2;
        margin-top: 20px;
        margin-left: auto;
    }
}

@media screen and (max-width: 767px) {
    .domains-about .simple-button {
        display: none;
    }
}

.adopter-subtitle {
    margin-bottom: 25px;
    text-align: left;
    letter-spacing: normal;
    opacity: 0.7;
    color: #585858;
    font-size: 16px;
    font-weight: normal;
}

.hide {
    display: none;
}

.main-slider .owl-carousel {
    height: 100%;
}

.main-slider .owl-stage-outer,
.main-slider .owl-stage,
.main-slider .owl-item,
.main-slider .item,
.main-slider .slider {
    height: 100%;
}

.owl-dots {
    position: absolute;
    z-index: 3;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.main-slider .owl-dots button.active {
    background-color: #ffffff;
}

.main-slider .owl-dots button {
    width: 11px;
    height: 11px;
    margin-right: 6px;
    margin-left: 6px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    outline: none;
}

.white-border-button {
    display: inline-block;
    min-width: 190px;
    height: 46px;
    padding: 15px 10px;
    transition: all 0.5s;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1.5px;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 12px;
    font-weight: 600;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .white-border-button:hover {
        transition: all 0.5s;
        color: #000000;
        background-color: #ffffff;
    }
}

.banner-spec-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    min-width: 190px;
    height: 46px;
    padding: 15px 10px;
    transition: all 0.5s;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1.5px;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 12px;
    font-weight: 600;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .banner-spec-button:hover {
        transition: all 0.5s;
        color: #000000;
        background-color: #ffffff;
    }
}

.page-flex-content {
    display: flex;
    align-items: center;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .page-flex-content {
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .page-flex-content {
        padding-top: 0;
    }
}

.flex {
    display: flex;
}

.read-more-container {
    margin-top: 20px;
    text-align: center;
}

@media all and (max-width: 767px) {
    .read-more-container {
        margin-left: 20px;
        text-align: left;
    }
}

.section-title {
    margin-bottom: 80px;
    text-align: left;
    letter-spacing: normal;
    color: #000000;
    font-weight: 600;
    line-height: 1;
}

@media screen and (max-width: 1681px) {
    .section-title {
        margin-bottom: 65px;
    }
}

@media screen and (max-width: 1441px) {
    .section-title {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1367px) {
    .section-title {
        margin-bottom: 55px;
    }
}

.adopter-title {
    overflow: hidden;
    height: 20px;
    margin-bottom: 15px;
    text-align: left;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .adopter-title {
        margin-top: 45px;
    }
}

@media screen and (max-width: 767px) {
    .adopter-title {
        margin-top: 35px;
        margin-bottom: 15px;
    }
}

.custom-slider-left {
    display: flex;
    flex-basis: 40%;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    padding-right: 70px;
}

@media screen and (max-width: 1200px) {
    .custom-slider-left {
        flex-basis: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .custom-slider-left {
        flex-basis: 45%;
        padding-right: 48px;
    }
}

@media screen and (max-width: 991px) {
    .custom-slider-left {
        order: 2;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .custom-slider-left {
        padding-right: 0;
    }
}

.custom-s-animated-area {
    position: relative;
    width: 950px;
    height: 570px;
}

@media screen and (max-width: 1681px) {
    .custom-s-animated-area {
        width: 850px;
        height: 500px;
    }
}

@media screen and (max-height: 720px) {
    .custom-s-animated-area {
        width: 750px;
        height: 450px;
    }
}

@media screen and (max-width: 1441px) {
    .custom-s-animated-area {
        width: 700px;
        height: 420px;
    }
}

@media screen and (max-width: 1024px) {
    .custom-s-animated-area {
        width: 510px;
        height: 400px;
    }
}

@media screen and (max-width: 991px) {
    .custom-s-animated-area {
        width: 647px;
    }
}

@media screen and (max-width: 767px) {
    .custom-s-animated-area {
        height: 225px;
    }
}

.custom-slider-right {
    width: 60%;
}

@media screen and (max-width: 1200px) {
    .custom-slider-right {
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .custom-slider-right {
        width: 55%;
    }
}

@media screen and (max-width: 991px) {
    .custom-slider-right {
        order: 1;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .custom-slider-right {
        width: 100vw;
        margin-right: -20px;
        margin-left: -20px;
    }
}

.custom-s-animated-area .slide-item {
    position: absolute;
    display: none;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0;
}

.custom-s-animated-area .slide-item.waits {
    z-index: 1;
    display: block;
}

.custom-s-animated-area .slide-item.active {
    z-index: 2;
    display: block;
    cursor: grab;
    user-select: none;
}

.custom-s-animated-area .slide-item img {
    width: 60vw;
    height: 100%;
    user-select: none;
    pointer-events: none;

    object-fit: cover;
}

.scrolll {
    position: relative;
}

.comm-wrap {
    display: inline-block;
    width: calc(45.5vw - 68px);
    margin-top: 20px;
    margin-right: 10px;
    cursor: default;
}

@media screen and (max-width: 1681px) {
    .comm-wrap {
        width: calc((100vw - 110px) / 2.2);
    }
}

@media screen and (max-width: 1441px) {
    .comm-wrap {
        width: calc(45.5vw - 50px);
    }
}

@media screen and (max-width: 1367px) {
    .comm-wrap {
        width: calc(45.5vw - 41px);
    }
}

@media screen and (max-width: 1024px) {
    .comm-wrap {
        width: 455px;
    }
}

@media screen and (max-height: 720px) {
    .comm-wrap {
        width: calc(45.5vw - 59px);
    }
}

@media screen and (max-width: 991px) {
    .comm-wrap {
        width: 577px;
    }
}

@media screen and (max-width: 767px) {
    .comm-wrap {
        width: 334px;
        margin-top: 0;
    }
}

@media screen and (max-width: 330px) {
    .comm-wrap {
        width: 320px;
    }
}

.line-scroll {
    display: inline-flex;
    width: auto;
}

.community .i-con {
    height: auto;
}

.artist-title {
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    opacity: 0.7;
    color: #000000;
    font-size: 12px;
    line-height: 2.5;
}

@media screen and (max-width: 767px) {
    .artist-title {
        display: none;
    }
}

.community-title {
    max-width: 956px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
}

@media screen and (max-width: 767px) {
    .community-title {
        margin-bottom: 20px;
        text-align: left;
        font-size: 28px;
    }
}

.community-title.custom-h3 {
    color: #000000;
    font-size: 1.5em;
}

.l-part {
    flex-basis: 50%;
}

.r-part {
    flex-basis: 50%;
}

@media screen and (max-width: 991px) {
    .r-part {
        display: none;
    }
}

.community .l-part {
    flex-basis: 60%;
}

.community .r-part {
    flex-basis: 40%;
}

.flex-right {
    display: flex;
    justify-content: flex-end;
}

.community-description {
    text-align: left;
    color: #000000;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.36;
}

@media screen and (max-width: 767px) {
    .community-description {
        font-size: 18px;
        line-height: 1.56;
    }
}

.partners-bottom-header {
    text-align: left;
    letter-spacing: normal;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}

@media screen and (max-width: 767px) {
    .partners-bottom-header {
        text-align: center;
    }
}

.partners-bottom-content {
    display: flex;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.18);
}

@media screen and (max-width: 991px) {
    .partners-bottom-content {
        display: block;
        margin-top: 45px;
    }
}

@media screen and (max-width: 767px) {
    .partners-bottom-content {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.partners-bottom-slider {
    width: calc(100% - 410px);
}

@media screen and (max-width: 991px) {
    .partners-bottom-slider {
        width: 100%;
    }
}

.partner-slider-arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.slider-arrows-content {
    width: 50px;
    margin-left: 15px;
}

@media screen and (max-width: 991px) {
    .slider-arrows-content {
        display: none;
    }
}

.domains-list-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 15px;
}

.domain-count {
    text-align: left;
    color: #000000;
    font-weight: 600;
    line-height: normal;
}

.domains-list-logo-wrap {
    display: none;
}

.domain-promo-title {
    text-align: left;
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
}

@media screen and (max-width: 991px) {
    .domain-promo-title {
        flex-basis: 100%;
        order: 3;
    }
}

@media screen and (max-width: 767px) {
    .domain-promo-title {
        margin-bottom: 15px;
        text-align: center;
        font-size: 24px;
    }
}

.domains-list {
    margin-top: 0;
    padding-left: 0;
    list-style-type: none;
}

.domains-list-wrap-item li a {
    margin-bottom: 15px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 2.24;
}

.partners-bottom-slider .partner-slide-item img {
    width: auto;
    max-width: 170px;
    height: auto;
    transition: all 0.5s;

    object-fit: cover;
    filter: grayscale(100%);
}

@media screen and (max-width: 1441px) {
    .partners-bottom-slider .partner-slide-item img {
        max-width: 140px;
    }
}

@media screen and (max-width: 1024px) {
    .partners-bottom-slider .partner-slide-item img {
        height: 75px;
    }
}

@media screen and (max-width: 330px) {
    .partners-bottom-slider .partner-slide-item img {
        height: 43px;
    }
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .partners-bottom-slider .partner-slide-item img:hover {
        transition: all 0.5s;

        filter: grayscale(0);
    }
}

.news {
    display: flex;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1580px) {
    .news {
        max-width: 100%;
    }
}

.visible-in-tablet {
    display: none;
}

.custom-slider__btn {
    width: 50px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease-out;
    color: black;
    border: none;
    outline: none;
    background-color: white;
}

.custom-slider__btn:hover {
    transition: all 0.3s ease-out;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
}

.blog-slider .custom-slider__btn {
    width: 70px;
    height: 70px;
    margin-left: 3px;
}

@media screen and (max-width: 1367px) {
    .blog-slider .custom-slider__btn {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-height: 940px) and (max-width: 1680px) {
    .blog-slider .custom-slider__btn {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 1441px) {
    .blog-slider .custom-slider__btn {
        width: 55px;
        height: 55px;
    }
}

.blog-slider .custom-slider__btn svg {
    width: 100%;
    height: 100%;
}

.news-description {
    text-align: left;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44;
}

.news-text {
    margin-top: 0;
    text-align: left;
    color: #000000;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.6;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .news-description:hover {
        text-decoration: underline;
    }
}

.blog-item__text {
    margin-top: 20px;
    text-align: left;
    color: rgb(0, 0, 0);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
}

.promo-content img {
    width: 100%;
    height: 100%;
    max-height: 100%;

    object-fit: cover;
}

.promo-widget img {
    width: auto;
}

.promo-wrapper {
    height: 100%;
}

.main-page {
    height: 100vh;
}

@media screen and (max-width: 991px) {
    .main-page {
        height: 1024px;
    }
}

@media screen and (max-width: 767px) {
    .main-page {
        height: 655px;
    }
}

.adopter-description {
    overflow: hidden;
    max-width: 600px;
    height: 291px;
    text-align: left;
    color: #585858;
    font-family: ProximaNova, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.75;
}

@media screen and (max-width: 1681px) {
    .adopter-description {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .adopter-description {
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .adopter-description {
        height: 111px;
        text-align: left;
        color: #585858;
        font-weight: normal;
        line-height: 1.75;
    }
}

@media screen and (max-width: 767px) {
    .adopter-description {
        height: auto;
    }
}

.promo-content {
    position: relative;
    height: auto;
}

@media screen and (max-width: 1920px) {
    .promo-content {
        height: 100%;
    }
}

.promo-widget-text {
    max-width: 80%;
    text-align: left;
    letter-spacing: normal;
    color: #000000;
    font-size: 33px;
    font-weight: 600;
    line-height: 1.36;
}

@media screen and (max-width: 1681px) {
    .promo-widget-text {
        font-size: 27px;
    }
}

@media screen and (max-width: 991px) {
    .promo-widget-text {
        max-width: 89%;
    }
}

@media screen and (max-width: 767px) {
    .promo-widget-text {
        font-size: 24px;
    }
}

@media screen and (max-width: 330px) {
    .promo-widget-text {
        font-size: 22px;
    }
}

.news-head-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-right: 14px;
    padding-left: 14px;
    text-align: center;
}

@media screen and (max-width: 1681px) {
    .news-head-container {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1441px) {
    .news-head-container {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1367px) {
    .news-head-container {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .news-head-container {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 767px) {
    .news-head-container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.news-head-container .community-title {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .news-head-container .community-title {
        text-align: left;
        line-height: 1;
    }
}

.quote-bottom-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .quote-bottom-block {
        flex-direction: column;
    }
}

.read-blog {
    display: inline-block;
    padding-right: 30px;
    text-decoration: none;
    background: url('../img/arrow_button.svg') no-repeat center right;
    background-size: 6px;
    letter-spacing: 1.2px;
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .read-blog {
        padding-right: 15px;
    }
}

.read-blog span {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .read-blog:hover span {
        border-bottom: 1px solid rgba(0, 0, 0, 1);
    }
}

.read-blog__txt {
    margin-right: 15px;
    text-align: center;
    letter-spacing: 1.2px;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
}

.make-equal-vertical-space {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.registrar {
    position: relative;
}

.svg-arrow {
    margin-top: -2px;
    line-height: 0;
}

.grey-s {
    background-color: rgb(245, 245, 245);
}

.community-space h3 {
    margin-top: 0;
}

@media screen and (max-width: 991px) {
    .add-promo-space {
        height: auto;
        padding-top: 0;
    }
}

.adopters .tablet,
.community .tablet {
    display: none;
}

.hide-on-mobile {
    display: block;
}

@media screen and (max-width: 991px) {
    .domains-about .hide-on-mobile {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }
}

.visible-on-mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    .domains-area .visible-on-mobile {
        display: block;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .domains-area .visible-on-mobile {
        text-align: center;
    }

    .visible-on-mobile .simple-button {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .visible-on-mobile {
        display: block;
        order: 3;
    }
}

.custom-sl-info {
    display: none;
}

.custom-sl-info.active {
    display: block;
}

.custom-slider {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.custom-slider-arrow {
    position: absolute;
    z-index: 11;
    right: 0;
    bottom: 0;
    display: flex;
}

.ustom-slider__btn {
    margin-left: 5px;
}

.show-mobile-only,
.show-mobile-img {
    display: none;
}

.menu-logo {
    display: none;
}

.show-only-hor-tablet {
    display: none;
}

.not-main-content {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}

.page-title {
    text-align: center;
    letter-spacing: normal;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .page-title {
        text-align: left;
        line-height: 1.3;
    }
}

.page-single-title {
    text-align: center;
    color: #000000;
    font-weight: 600;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .page-single-title {
        text-align: left;
    }
}

.page-content {
    padding-top: 100px;
}

.blog-categories {
    display: flex;
    justify-content: center;
    margin-top: 170px;
}

@media screen and (max-width: 1024px) {
    .blog-categories {
        margin-top: 100px;
    }
}

@media screen and (max-width: 991px) {
    .blog-categories {
        margin-top: 140px;
    }
}

@media screen and (max-width: 767px) {
    .blog-categories {
        margin-top: 115px;
    }
}

@media screen and (max-width: 767px) {
    .blog-categories {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

.blog-categories .category {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #7f7f7f;
    font-size: 12px;
    font-weight: 600;
    line-height: 2.17;
}

@media screen and (max-width: 1367px) {
    .blog-categories .category {
        letter-spacing: 1.2px;
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .blog-categories .category {
        margin-right: 8px;
        margin-left: 8px;
    }
}

@media screen and (max-width: 767px) {
    .blog-categories .category {
        margin-bottom: 10px;
        line-height: 1.4;
    }
}

.blog-categories .category.category-on {
    color: #000000;
    border-bottom: 2px solid #000000;
}

.community-screenshots-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.community-grey-block .community-screenshot-item {
    width: 30%;
    margin-bottom: 50px;
}

@media screen and (max-width: 1920px) {
    .community-grey-block .community-screenshot-item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .community-grey-block .community-screenshot-item {
        width: 45%;
        margin-bottom: 15px;
    }
}

.community-screenshot-item__container {
    position: relative;
    width: 100%;
}

.community-grey-block .community-screenshot-item__container {
    padding-top: 75%;
    border: 1px solid rgb(238, 238, 238);
}

@media screen and (max-width: 767px) {
    .community-grey-block .community-screenshot-item__container {
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
    }
}

.community-screenshot-item__img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;

    object-fit: cover;
}

.community-screenshot-item .community-screenshot-dark {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .community-screenshot-item:hover .community-screenshot-dark {
        transition: all 0.5s;
        text-decoration: none;
        opacity: 1;
    }
}

.more-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1367px) {
    .more-block {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .more-block {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .more-block {
        justify-content: flex-start;
        margin-top: 20px;
    }
}

.screenshots-more-btn {
    display: inline-block;
    padding-right: 15px;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #000000;
    border: none;
    outline: none;
    background: url('../img/arrow_more_btn.svg') no-repeat right 0.3em;
    background-color: rgba(0, 0, 0, 0);
    font-family: ProximaNova, sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.screenshots-more-btn:focus {
    outline: none;
}

.community-screenshot-dark span {
    letter-spacing: 1.2px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.labelGroup .outer-label {
    font-size: 12px;
}

.form-errors {
    height: 0;
    padding-top: 0;
    color: #f10f27;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .form-errors {
        text-align: left;
    }
}

.not-main-container {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
}

.shadow {
    content: ' ';
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.6;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}

.blog-information {
    position: absolute;
    z-index: 7;
    bottom: 10%;
    left: 80px;
    display: none;
    max-width: 60%;
    color: #ffffff;
}

@media screen and (max-width: 1681px) {
    .blog-information {
        left: 70px;
    }
}

@media screen and (max-width: 1441px) {
    .blog-information {
        left: 65px;
    }
}

@media screen and (max-width: 1367px) {
    .blog-information {
        left: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .blog-information {
        left: 40px;
    }
}

@media screen and (max-width: 767px) {
    .blog-information {
        bottom: 20%;
        left: 0;
        max-width: 100%;
        padding-right: 14px;
        padding-left: 14px;
    }
}

.blog-information.active {
    display: block;
}

.slider-title {
    text-align: left;
    text-decoration: none;
    letter-spacing: normal;
    color: #ffffff;
    text-shadow: 0 0 7px #000000;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.28;
}

@media screen and (max-width: 1441px) {
    .slider-title {
        font-size: 38px;
    }
}

@media screen and (max-width: 1367px) {
    .slider-title {
        font-size: 36px;
        line-height: 1.38;
    }
}

@media screen and (max-width: 767px) {
    .slider-title {
        font-size: 26px;
        line-height: 1.33;
    }
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .slider-title:hover {
        transition: all 0.5s;
        text-decoration: underline;
    }
}

.blog-slider {
    position: relative;
    z-index: 1;
    margin-top: 55px;
}

@media screen and (max-width: 1024px) {
    .blog-slider {
        margin-top: 35px;
    }
}

@media screen and (max-width: 991px) {
    .blog-slider {
        margin-top: 75px;
    }
}

@media screen and (max-width: 767px) {
    .blog-slider {
        margin-top: 50px;
    }
}

.slider-tags a {
    margin-right: 10px;
    text-align: left;
    text-decoration: none;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.slider-date {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
}

.slider-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 46px;
    margin-top: 25px;
    transition: all 0.5s;
    text-align: left;
    text-decoration: none;
    letter-spacing: 1.5px;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.blog-item-image {
    display: block;
    overflow: hidden;
}

.blog-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;

    object-fit: cover;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .blog-item-image:hover img {
        transition: all 0.5s;
        transform: scale(1.1);
    }
}

.long-blog {
    width: 50%;
    padding-right: 14px;
    padding-left: 14px;
}

.long-blog.blog-item {
    order: 1;
}

@media screen and (max-width: 1024px) {
    .long-blog {
        width: 33.3%;
    }

    .tag-page .long-blog {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .long-blog {
        width: 100%;
    }

    .tag-page .long-blog {
        width: 100%;
    }
}

.long-blog .blog-item-image {
    position: relative;
    padding-top: 50%;
}

@media screen and (max-width: 1024px) {
    .long-blog .blog-item-image {
        width: 100%;
        height: auto;
        padding-top: 100%;
    }
}

.short-blog {
    width: 25%;
    padding-right: 14px;
    padding-left: 14px;
}

@media screen and (max-width: 1024px) {
    .short-blog {
        width: 33.3%;
    }
}

@media screen and (max-width: 767px) {
    .short-blog {
        width: 100%;
    }
}

.short-blog .blog-item-image {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.set-auto-margins {
    margin-right: auto;
    margin-left: auto;
}

.load-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-top: 0;
    margin-bottom: 80px;
    cursor: pointer;
    transition: all 0.5s;
    text-align: left;
    text-decoration: none;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid #d2d2d2;
    outline: none;
    background-color: rgba(255, 255, 255, 0);
    font-size: 12px;
    font-weight: 600;
    line-height: 7.4;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .load-more:hover {
        transition: all 0.5s;
        background-color: #d2d2d2;
    }
}

.blogs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 100px;
    margin-right: -14px;
    margin-left: -14px;
}

@media screen and (max-width: 1367px) {
    .blogs {
        margin-top: 70px;
    }
}

@media screen and (max-width: 1024px) {
    .blogs {
        margin-top: 60px;
    }
}

@media screen and (max-width: 991px) {
    .blogs {
        margin-top: 75px;
    }
}

.blog-item {
    order: 3;
    margin-bottom: 80px;
    text-align: left;
    background-color: #ffffff;
}

@media screen and (max-width: 1441px) {
    .blog-item {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1367px) {
    .blog-item {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .blog-item {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 991px) {
    .blog-item {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .blog-item {
        margin-bottom: 50px;
    }
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .slider-button:hover {
        transition: all 0.5s;
        color: #000000;
        background-color: #ffffff;
    }
}

.blog-item-tags {
    margin-top: 20px;
    padding-bottom: 5px;
}

@media screen and (max-width: 1024px) {
    .blog-item-tags {
        margin-top: 15px;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {
    .blog-item-tags {
        margin-top: 10px;
    }
}

.blog-item-tags a {
    margin-right: 10px;
    text-align: left;
    text-decoration: none;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    line-height: 2;
}

.blog-item-title {
    overflow: hidden;
    height: 100px;
    margin: 0;
    text-align: left;
    text-decoration: none;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.44;
}

@media screen and (max-width: 767px) {
    .blog-item-title {
        height: auto;
        font-size: 20px;
        line-height: 1.33;
    }
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .blog-item-title:hover {
        text-decoration: underline;
    }
}

.blog-item__title {
    margin: 0;
    text-align: left;
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .blog-item__title {
        font-size: 20px;
    }
}

.blog-item__title a {
    text-decoration: none;
}

.blog-item-date {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #7f7f7f;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
}

.blog-slider .custom-s-animated-area {
    height: 710px;
}

.socials {
    position: fixed;
    left: 5vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100px;
    margin-top: 0;
    padding-right: 15px;
}

@media screen and (max-width: 1441px) {
    .socials {
        left: 3vw;
    }
}

@media screen and (max-width: 1367px) {
    .socials {
        left: 3vw;
    }
}

@media screen and (max-width: 1024px) {
    .socials {
        position: static;
        display: flex;
        float: none;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        margin-top: 30px;
    }
}

.socials svg {
    fill: #a8a8a8;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .socials a:hover svg {
        transition: all 0.5s;

        fill: rgba(200, 200, 200, 1);
    }
}

.socials .facebook svg {
    height: 19px;
}

.socials .twitter svg {
    height: 17px;
}

.socials a {
    margin-bottom: 15px;
    padding-left: 17px;
}

.socials .share-soc {
    padding-left: 0;
}

.share-text {
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 1.2px;
    opacity: 0.3;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .share-text {
        display: none;
    }
}

.blog-tags {
    display: flex;
    justify-content: center;
    width: 100%;
}

.blog-tags a {
    margin-right: 15px;
    margin-left: 15px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.86;
}

.clear {
    clear: both;
}

.article-content {
    width: 100%;
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 100px;
}

.article-date {
    margin-top: 35px;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    opacity: 0.3;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.86;
}

@media screen and (max-width: 767px) {
    .article-date {
        margin-top: 20px;
    }
}

.socials--fullsize {
    position: static;
    display: block;
    width: auto;
}

.socials__item {
    padding-right: 32px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.socials__title {
    padding-left: 12px;
    text-align: left;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    color: currentColor;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.67;
}

.socials--fullsize .socials__icon {
    width: 15px;
    height: 15px;
    vertical-align: middle;

    fill: currentColor;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .socials__item:hover {
        color: rgba(0, 0, 0, 0.5);
    }
}

.share-soc {
    cursor: pointer;
}

.article-title {
    text-align: center;
    color: rgb(0, 0, 0);
    font-weight: 600;
    line-height: 1.2;
}

@media screen and (max-width: 1024px) {
    .article-title {
        width: 80%;
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
}

.adopter-main-description {
    width: 80%;
    max-width: 900px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.55;
}

.article-description {
    width: 80%;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    text-align: center;
    color: #000000;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.55;
}

.article-text {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    color: rgb(0, 0, 0);

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1024px) {
    .article-text {
        width: 90%;
    }
}

.article-text p {
    margin-top: 30px;
    margin-bottom: 35px;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .article-text p {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .article-text h3 {
        font-size: 22px;
        line-height: 1.45;
    }
}

.article-text iframe {
    width: 100%;
    height: 550px;
}

@media screen and (max-width: 1024px) {
    .article-text iframe {
        height: 450px;
    }
}

@media screen and (max-width: 768px) {
    .article-text iframe {
        height: 350px;
    }
}

@media screen and (max-width: 550px) {
    .article-text iframe {
        height: 250px;
    }
}

.article-text h2 {
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: left;
    color: #000000;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.38;
}

.article-text h3 {
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: left;
    color: #000000;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.38;
}

.article-text img {
    width: 100%;
    max-width: 100%;
    height: auto;

    object-fit: contain;
}

.mainpage-adopters {
    margin-top: 200px;
}

figure {
    margin-right: 0;
    margin-bottom: 60px;
    margin-left: 0;
}

figure img {
    display: block;
}

.article-wrap {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.article-self div {
    max-width: 100%;
}

.article-self p {
    max-width: 100%;
}

.article-self li {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .article-self li {
        font-size: 18px;
    }
}

figcaption {
    margin-top: 10px;
    text-align: left;
    color: #7f7f7f;
    font-size: 15px;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    figcaption {
        max-width: 912px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 5%;
        padding-left: 5%;
    }
}

.article-self .wp-caption-text {
    margin-top: 3px;
    text-align: left;
    color: #7f7f7f;
    font-size: 15px;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    .article-self .wp-caption-text {
        max-width: 912px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 5%;
        padding-left: 5%;
    }
}

.article-self .wp-caption-text p {
    margin: 0;
    margin-top: 3px;
    text-align: left;
    color: #7f7f7f;
    font-size: 15px;
    line-height: 1.5;
}

blockquote {
    margin: 37px 0;
    padding-left: 1.9em;
    text-align: left;
    color: #000000;
    border-left: 3px solid rgb(241, 13, 40);
    font-size: 24px;
    line-height: 1.42;
}

blockquote p {
    color: #000000;
    font-size: 24px;
}

.article-text blockquote * {
    color: #000000;
    font-size: 24px;
}

.quote-self {
    text-align: left;
    letter-spacing: normal;
    color: #000000;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.58;
}

.quote-author {
    margin-top: 40px;
    text-align: left;
    letter-spacing: normal;
    opacity: 0.7;
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.67;
}

.result-popup {
    position: relative;
    top: 50%;
    left: 50%;
    width: 415px;
    transform: translateY(-50%) translateX(-50%);
    background-color: #ffffff;
}

.news-head-container a span svg path {
    height: 8px;

    stroke-width: 2px;
}

ul.children {
    margin-top: 0;
    margin-bottom: 0;
}

.blog-slider .custom-slider-right {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .blog-slider .custom-slider-right {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 767px) {
    .blog-slider .custom-slider-right {
        width: 100vw;
        max-width: 100%;
        margin: auto;
    }
}

.related-block {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .related-block {
        flex-wrap: wrap;
    }
}

.related-block .blog-item {
    background-color: transparent;
}

@media screen and (max-width: 1024px) {
    .related-block .blog-item:nth-of-type(4) {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .related-block .blog-item:nth-of-type(4) {
        display: block;
    }
}

.related .left-block-title {
    margin-bottom: 30px;
    text-align: left;
    letter-spacing: normal;
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}

.grey-bg-section {
    background-color: #f7f8f9;
}

.bottom-tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 30px;
}

.bottom-tags a {
    display: inline-block;
    height: 2.3em;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 1.25em;
    padding-left: 1.25em;
    text-align: left;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #585858;
    border: 1px solid #585858;
    border-radius: 14px;
    font-size: 12px;
    font-weight: normal;
    line-height: 2.4;
}

.show-on-horiz-tablet {
    display: none;
}

.blog-slider svg:hover path {
    transition: all 0.5s;

    stroke: #ffffff;
}

.blog-slider svg path {
    transition: all 0.5s;

    stroke: black;
}

.hide-on-tablet {
    display: block;
}

.hideblock {
    display: none;
}

.adopters-item .media-part {
    flex-basis: 60%;
}

.adopters-item .textpart {
    flex-basis: 40%;
}

@media screen and (max-width: 1024px) {
    .adopters-item .textpart {
        padding-right: 8%;
    }
}

.adopters-item:nth-child(even) .textpart {
    padding-left: 8%;
}

.adopters-item:nth-child(odd) .textpart {
    order: 1;
    padding-right: 8%;
}

.adopters-item:nth-child(odd) .media-part {
    order: 2;
}

.centralize {
    display: flex;
    justify-content: center;
}

.show-before-mobile {
    display: block;
}

.registrars-banner-wrapper {
    position: relative;
}

.registrar-banner-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
    .registrar-banner-info {
        width: 90%;
    }
}

.registrars-banner-wrapper img {
    width: 100%;

    object-fit: cover;
}

.third-menu-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .third-menu-mobile {
        display: block;
    }
}

.hide-img {
    display: none;
}

.custom-slider-left .simple-button {
    margin-top: 15px;
}

@media screen and (max-width: 991px) {
    .custom-slider-left .simple-button {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .custom-slider-left .simple-button {
        margin-top: 30px;
    }
}

.create-portfolio {
    text-align: center;
}

.create-portfolio .community-title {
    margin-bottom: 27px;
}

@media screen and (max-width: 1367px) {
    .create-portfolio {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .create-portfolio {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 500px) {
    .create-portfolio {
        text-align: left;
    }
}

.tick {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    width: 10px;
    transform: translate(-50%, -50%);
}

.tick.active {
    display: block;
}

.checkbox {
    position: relative;
    width: 22px;
    height: 22px;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    user-select: none;
    border: 1px solid #868686;
    background-color: transparent;
}

.acceptance p {
    display: none;
}

.checkbox-text {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    color: black;
    font-size: 15px;
    line-height: 1.21;
}

.checkbox-container {
    display: inline-block;
    vertical-align: middle;
}

.checkbox-text span {
    margin-right: 3px;
    color: rgba(0, 0, 0, 1);
}

.checkbox-text a {
    text-decoration: underline;
    color: rgb(0, 0, 0);
}

.about-page .video {
    width: 80%;
    margin-top: 60px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

@media screen and (min-width: 1680px) {
    .about-page .video {
        text-align: center;
    }
}

@media screen and (max-width: 1367px) {
    .about-page .video {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .about-page .video {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .about-page .video {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.why-item {
    flex-basis: 31%;
    margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .why-item {
        flex-basis: 47%;
    }
}

@media screen and (max-width: 767px) {
    .why-item {
        flex-basis: 100%;
    }
}

.why-icon {
    width: 40px;
    height: 40px;
}

.why-icon img {
    max-width: 100%;
}

.why-title {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 0.7px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.78;
}

@media screen and (max-width: 1367px) {
    .why-title {
        margin-bottom: 10px;
        font-size: 16px;
    }
}

.why-description {
    text-align: left;
    letter-spacing: normal;
    color: #585858;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.56;
}

@media screen and (max-width: 1367px) {
    .why-description {
        font-size: 16px;
    }
}

.become-adopter {
    position: relative;
    margin-top: 70px;
    padding-top: 20%;
    background: url('../img/Banner_featured_desktop.gif') no-repeat left center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .become-adopter {
        padding-top: 130%;
        background-image: url('../img/Banner_featured_mobile.gif');
        background-position: bottom center;
    }
}

@media screen and (max-width: 500px) {
    .become-adopter {
        padding-top: 568px;
    }
}

.tag-page .become-adopter {
    order: 2;
    width: 100%;
    margin-top: 0;
    margin-right: 14px;
    margin-bottom: 80px;
    margin-left: 14px;
}

@media screen and (max-width: 1441px) {
    .tag-page .become-adopter {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1367px) {
    .tag-page .become-adopter {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .tag-page .become-adopter {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 991px) {
    .tag-page .become-adopter {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .tag-page .become-adopter {
        margin-bottom: 50px;
    }
}

.become-adopter-textarea .banner-spec-button {
    transition: all 0.5s;
    text-transform: uppercase;
    color: #000000;
    border: none;
    background-color: #ffffff;
}

@media screen and (max-width: 991px) {
    .become-adopter-textarea .banner-spec-button {
        width: 140px;
        height: 36px;
    }
}

@media screen and (max-width: 767px) {
    .become-adopter-textarea .banner-spec-button {
        display: block;
        width: 190px;
        height: 46px;
        margin-right: auto;
        margin-left: auto;
    }
}

.become-adopter-textarea .banner-spec-button:hover {
    transition: all 0.5s;
    color: #ffffff;
    border: none;
    background-color: #000000;
}

.become-adopter-textarea {
    position: absolute;
    top: 50%;
    right: 0;
    width: 60%;
    max-width: 700px;
    transform: translateY(-50%);
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .become-adopter-textarea {
        top: 0;
        right: auto;
        width: 100%;
        padding-top: 30px;
        padding-right: 20px;
        padding-bottom: 30px;
        padding-left: 20px;
        transform: translateY(0);
        text-align: center;
    }
}

.become-adopter-title {
    max-width: 100%;
    margin-bottom: 40px;
    padding-right: 40px;
    text-align: left;
    letter-spacing: normal;
    color: #ffffff;
    font-size: 36px;
    line-height: 1.28;
}

@media screen and (max-width: 1367px) {
    .become-adopter-title {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .become-adopter-title {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .become-adopter-title {
        margin-bottom: 20px;
        padding-right: 0;
        text-align: center;
        font-size: 26px;
        line-height: 1.23;
    }
}

.become-adopter-description {
    font-size: 18px;
    line-height: 1.4;
}

@media screen and (max-width: 1441px) {
    .become-adopter-description {
        line-height: 1.1;
    }
}

@media screen and (max-width: 1367px) {
    .become-adopter-description {
        line-height: 1;
    }
}

@media screen and (max-width: 991px) {
    .become-adopter-description {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .become-adopter-description {
        margin-top: 15px;
        font-size: 18px;
    }
}

.become-adopter-name {
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: 600;
}

@media screen and (max-width: 991px) {
    .become-adopter-name {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .become-adopter-name {
        font-size: 30px;
    }
}

.has-special-banner {
    max-width: 1364px;
    margin-bottom: 150px;
}

.category-stories-description {
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
}

.popup-btn-container {
    margin-top: 30px;
}

.popup-btn-container .ok-popup {
    border-color: #000000;
}

.result-popup-wrapper {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.result-popup .popup-wrap-btn {
    padding-bottom: 0;
}

.popup-btn-container .ok-popup {
    margin-top: 0;
    color: white;
    background-color: #000000;
}

.result-popup .popup-description {
    margin-top: 10px;
}

.result-popup .popup-btn-container {
    margin-top: 10px;
}

.result-popup {
    display: none;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.11);
}

.popup-btn-container a.ok-popup {
    margin-top: 10px;
    color: #ffffff;
}

.popup-btn-container .ok-popup:hover {
    color: #000000;
    background-color: #ffffff;
}

.popup-btn-container {
    margin-top: 30px;
}

.march-popup .popup-wrap-btn {
    padding-bottom: 10px;
}

.march-popup .popup-btn-container {
    margin-bottom: 40px;
}

.popup-wrap-btn {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 25px;
}

@media screen and (max-width: 991px) {
    .popup-wrap-btn {
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .popup-wrap-btn {
        position: static;
        justify-content: center;
        padding-bottom: 25px;
    }
}

.popup-btn-container {
    display: flex;
    justify-content: center;
}

.popup-wrap-btn span {
    cursor: pointer;
}

.popup-chimp input {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: normal;
    line-height: 1.21;
}

.popup-wrap-btn svg {
    width: 16px;
    height: 16px;
    opacity: 0.23;
}

.popup-title {
    text-align: center;
    color: #000000;
    font-size: 29px;
    font-weight: 600;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .popup-title {
        font-size: 20px;
    }
}

.popup-description {
    text-align: center;
    color: #585858;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
}

.popup-percent {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .popup-percent {
        display: block;
    }
}

.popup-percent span {
    text-align: center;
    color: #ff263f;
    font-weight: 600;
    line-height: 0.8;
}

.popup-percent span:first-child {
    font-size: 120px;
}

.popup-percent span:last-child {
    font-size: 42px;
}

.main-popup-wrapped {
    position: fixed;
    z-index: 50;
    bottom: 0;
    left: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 10px 15px 10px 10px;
    cursor: pointer;
    transform: translateX(-50%);
    color: #000000;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .main-popup-wrapped {
        width: 80%;
    }
}

.main-popup-wrapped svg {
    width: 1em;
    height: 1em;
    margin-right: 5px;
    transform: rotateZ(270deg) translateX(-1px);
    vertical-align: baseline;
}

@media screen and (max-width: 768px) {
    .quote-slider__wrap {
        max-width: 100vw;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.faq-answer {
    display: none;
    width: calc(100% - 14px);
    padding-top: 25px;
    padding-right: 40px;
    padding-bottom: 37px;
}

@media screen and (max-width: 1024px) {
    .faq-answer {
        padding-top: 20px;
        padding-bottom: 32px;
    }
}

@media screen and (max-width: 767px) {
    .faq-answer {
        padding-top: 15px;
        padding-bottom: 27px;
    }
}

.faq-area {
    width: 90%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.faq-box {
    margin-bottom: 24px;
    border-bottom: 1px solid #e9e9e9;
}

.faq-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 22px;
    cursor: pointer;
    text-align: left;
    letter-spacing: normal;
    color: #585858;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.17;
}

.faq-title__txt {
    flex-basis: calc(100% - 14px);
    padding-right: 20px;
    padding-bottom: 0;
}

.faq-title__arrow {
    flex-basis: 14px;
}

.faq-title__icon {
    width: 14px;
    height: 14px;
    transition: transform 0.1s ease-out;
    transform: rotateZ(90deg);
    opacity: 0.3;

    stroke: #707070;
}

.faq-answer--open .faq-title__icon {
    transition: transform 0.1s ease-out;
    transform: rotateZ(270deg);
}

.faq-answer p {
    margin-top: 0;
    margin-bottom: 10px;
    color: rgb(88, 88, 88);
    font-size: 18px;
    line-height: 1.56;
}

@media screen and (max-width: 767px) {
    .faq-answer p {
        font-size: 16px;
        line-height: 1.63;
    }
}

.faq-section {
    margin-bottom: 80px;
}

.faq-section h1 {
    margin-bottom: 60px;
}

.faq-block .page-title {
    text-align: left;
}

.terms-page .standard p,
.terms-page .standard li {
    text-align: left;
    letter-spacing: normal;
    color: #585858;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.56;
}

.terms-page .standard {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 150px;
}

.terms-page h1 {
    margin-bottom: 70px;
}

.standard h1 {
    text-align: center;
}

.registrar-internal-link {
    text-decoration: underline;
    color: #000000;
    font-weight: 600;
}

.about-page .about-domains-inf-container {
    display: flex;
    justify-content: center;
}

.about-page .domains-about .domain-count {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .about-page .domains-about .domain-count {
        text-align: left;
    }
}

.about-domains-button {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .about-domains-button {
        justify-content: center;
        order: 3;
        width: 100%;
        margin-bottom: 20px;
    }
}

.scroll-effect {
    width: 100%;
}

.scroll-effect.fix {
    position: fixed;
    z-index: 4;
    bottom: 0;
    left: 0;
    width: 100vw;
}

.about-blog .blog-item-image {
    margin-bottom: 20px;
}

@media screen and (max-width: 1681px) {
    .page-content {
        padding-top: 130px;
    }
}

@media screen and (max-width: 1681px) {
    .video iframe {
        width: 100%;
        height: 480px;
    }
}

@media screen and (max-width: 1441px) {
    .video iframe {
        width: 100%;
        height: 450px;
    }
}

@media screen and (max-width: 1367px) {
    .video iframe {
        width: 100%;
        height: 420px;
    }
}

@media screen and (max-width: 1024px) {
    .video iframe {
        height: 400px;
    }
}

@media screen and (max-width: 1441px) {
    .page-content {
        padding-top: 125px;
    }
}

@media screen and (max-width: 1441px) {
    .custom-slider-left .section-title {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .custom-slider-left .section-title {
        display: none;
    }
}

@media screen and (max-width: 1367px) {
    .quote-read-more .simple-button {
        margin-top: 0;
    }
}

@media screen and (max-width: 1367px) {
    .quote-title {
        margin-top: 15px;
        font-size: 17px;
    }
}

@media screen and (max-width: 1367px) {
    .adopter-main-description {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1367px) {
    .slider-button {
        width: 190px;
        height: 46.4px;
        font-size: 12px;
    }

    .not-main-container {
        width: 82vw;
    }
}

@media screen and (max-width: 1367px) {
    .page-content {
        padding-top: 100px;
    }
}

@media screen and (max-width: 1367px) {
    .news-block .news-item:first-child {
        margin-left: 0;
    }

    .news-block .news-item:nth-child(3) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .custom-s-animated-area .slide-item img {
        width: calc(50vw - 90px);
    }
}

@media screen and (max-width: 1024px) {
    .main-slider-subtitle.active.mobile-subtitle {
        display: block;
    }

    .main-slider-subtitle.active.desktop-subtitle {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .mainpage-adopters {
        margin-top: 120px;
    }

    .faq-box h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .adopter-main-description {
        margin-top: 30px;
    }

    .adopter-main-description {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 1024px) {
    .adopters-item:nth-child(even) .textpart {
        padding-left: 0;
    }

    .adopter-description p:first-child {
        margin-top: 0;
    }
}

@media screen and (max-width: 1024px) {
    .visible-drag {
        display: none;
    }

    .visible-touch {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .article-description {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .blog-single-content .not-main-container {
        width: 100vw;
    }
}

@media screen and (max-width: 1024px) {
    .page-content {
        padding-top: 140px;
    }

    .load-more {
        margin-top: 15px;
        margin-bottom: 65px;
    }

    .not-main-container {
        width: calc(100vw - 80px);
    }
}

@media screen and (max-width: 1024px) {
    .con {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .custom-s-animated-area .slide-item img {
        width: 510px;
    }
}

@media screen and (max-width: 1024px) {
    .hide-on-horiz-tablet {
        display: none;
    }

    .show-on-horiz-tablet {
        display: flex;
    }
}

.subscribe-title {
    text-align: left;
    letter-spacing: normal;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.39;
}

h2.subscribe-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
}

@media screen and (max-width: 1024px) {
    .success-send .subscribe-title {
        margin-right: 20px;
    }

    .success-send .success-subscribe {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .subscribe-wrapper-rel1 {
        overflow: hidden;
        max-width: 100vw;
    }
}

@media screen and (max-width: 991px) {
    .mainpage-adopters {
        margin-top: 100px;
        padding-bottom: 0;
    }

    .march-popup .popup-btn-container button {
        width: 136px;
    }

    .march-popup .popup-btn-container {
        margin-bottom: 0;
    }

    .faq-area {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .community-quote-content {
        width: 65%;
    }

    .community-quote-content {
        right: 25px;
        padding-top: 20px;
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media screen and (max-width: 1441px) {
    .custom-slider-left .adopter-description {
        height: 240px;
        line-height: 1.55;
    }
}

@media screen and (max-width: 991px) {
    .custom-slider-left .adopter-description {
        height: 200px;
    }
}

@media screen and (max-width: 767px) {
    .custom-slider-left .adopter-description {
        height: 265px;
    }
}

@media screen and (max-width: 330px) {
    .custom-slider-left .adopter-description {
        height: 344px;
    }
}

@media screen and (max-width: 991px) {
    .show-only-hor-tablet {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .hide-on-tablet {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .article-description {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 991px) {
    .set-auto-margins {
        margin-right: 0;
        margin-left: 0;
    }

    .onload.number-in-blog-5,
    .onload.number-in-blog-7 {
        padding-right: 8px;
    }
}

@media screen and (max-width: 991px) {
    .show-only-hor-tablet {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .custom-s-animated-area .slide-item img {
        width: 647px;
    }
}

@media screen and (max-width: 991px) {
    .adopters .content.flex {
        flex-direction: column;
    }
}

@media screen and (max-width: 991px) {
    .adopters .tablet {
        display: flex;
        margin-bottom: 35px;
    }

    .adopters {
        padding-top: 70px;
        padding-bottom: 115px;
    }
}

@media screen and (max-width: 991px) {
    .community .l-part {
        flex-basis: 100%;
    }

    .community .tablet {
        display: flex;
        order: 3;
        margin-top: 65px;
    }
}

@media screen and (max-width: 991px) {
    .domain-count {
        flex-basis: 50%;
        order: 1;
    }
}

@media screen and (max-width: 991px) {
    .signup .form-errors {
        margin-left: 5px;
    }
}

@media screen and (max-width: 991px) {
    .grey-s {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 991px) {
    .adopters-item:nth-child(odd) .textpart {
        padding-right: 0;
    }

    .adopters-item:nth-child(even) .textpart {
        padding-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .share-soc {
        margin-left: 15px;
    }
}

@media screen and (max-width: 991px) {
    .adopters .custom-slider-left {
        padding-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .popup-wrap-btn__img svg {
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {
    .desktop-become-adopter-desc {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .hide-in-tablet {
        display: none;
    }

    .visible-in-tablet {
        display: block;
        order: 3;
    }
}

@media screen and (max-width: 991px) {
    .has-special-banner {
        width: 100vw;
        margin-bottom: 50px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (max-width: 991px) {
    .community-quote-content {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    header {
        height: 70px;
    }
}

@media screen and (max-width: 767px) {
    .faq-section h1 {
        margin-bottom: 40px;
    }

    .terms-page .standard {
        padding-bottom: 50px;
    }

    .terms-page h1 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .terms-page .standard p,
    .terms-page .standard li {
        font-size: 16px;
        line-height: 1.63;
    }

    .faq-box h3 {
        font-size: 20px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 767px) {
    .popup-wrap-btn__img svg {
        opacity: 0.35;

        stroke: #000000;
    }
}

@media screen and (max-width: 767px) {
    .popup-percent span:first-child {
        font-size: 75px;
    }

    .popup-percent span:last-child {
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {
    .community-quote-content {
        position: static;
        z-index: 11;
        right: 0;
        width: 100%;
        padding: 20px;
        transform: translateY(-20px);
    }

    .quote-title {
        margin-top: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .blog-single-content .owl-dots {
        bottom: 10px;
    }

    .article-description {
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .onload.number-in-blog-5,
    .onload.number-in-blog-6,
    .onload.number-in-blog-7,
    .loaded.number-in-blog-3,
    .loaded.number-in-blog-4,
    .loaded.number-in-blog-5 {
        flex-basis: 100%;
    }

    .slider-button {
        display: none;
    }

    .onload.number-in-blog-1,
    .onload.number-in-blog-2,
    .onload.number-in-blog-3,
    .onload.number-in-blog-4,
    .loaded.number-in-blog-1,
    .loaded.number-in-blog-2 {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 767px) {
    .video iframe {
        height: 225px;
    }
}

@media screen and (max-width: 767px) {
    .adopters {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 767px) {
    .community .tablet {
        margin-top: 35px;
        margin-left: 20px;
    }

    .domain-count {
        flex-basis: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .partners {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .news.white-blocks {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .con {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .menu-logo {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .related .news-head-container {
        padding-right: 0;
        padding-left: 0;
    }

    .related .community-title {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .blog-slider .custom-slider-arrow {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .hide-on-tablet {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    figcaption {
        margin-top: 15px;
        font-size: 14px;
    }

    figure {
        margin-bottom: 50px;
    }

    blockquote {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .related-wrapper .community-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .related-wrapper .news-head-container {
        align-items: center;
        margin-right: 14px;
        margin-left: 14px;
    }
}

@media screen and (max-width: 767px) {
    .related-wrapper .news-head-container a {
        line-height: 1;
    }
}

@media screen and (max-width: 767px) {
    .adopter-main-description {
        width: 100%;
        margin-top: 20px;
        text-align: left;
        line-height: 1.36;
    }
}

@media screen and (max-width: 767px) {
    .show-mobile-img {
        display: block;
    }

    .show-before-mobile {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .third-menu-hidden-mobile {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .third-menu-mobile ul {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .signup.success-send {
        flex-direction: column;
    }

    .signup.success-send {
        padding-top: 20px;
        padding-right: 0;
        padding-bottom: 20px;
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .custom-s-animated-area .slide-item img {
        width: 100vw;
    }

    .load-more {
        margin-bottom: 75px;
    }
}

@media screen and (max-width: 767px) {
    .has-subscribe.article-text {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .blog-tags {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .blockquote-community__more {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .article-text.author-single-block {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .march-popup .popup-description {
        font-size: 13px;
    }

    .march-popup .popup-btn-container button {
        width: 120px;
    }
}

@media screen and (max-width: 767px) {
    .mainpage-adopters {
        margin-top: 50px;
        padding-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .blog-single-content .blog-tags {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .loop-link {
        right: 10px;
    }
}

/* digital twin style */
.b-digital-twin {
    margin-bottom: 25px;
    padding: 150px 0 109px;
    text-align: left;
    color: #585858;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.67;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .b-digital-twin {
        padding-top: 170px;
    }
}

@media screen and (max-width: 767px) {
    .b-digital-twin {
        padding-top: 110px;
    }
}

.inner__wrap {
    max-width: 944px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .inner__wrap {
        width: 90%;
        min-width: 290px;
        margin: 0 auto;
    }
}

.b-digital-twin h2 {
    max-width: 590px;
    margin: 30px 0 35px;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
}

@media screen and (max-width: 767px) {
    .b-digital-twin h2 {
        margin-top: 20px;
    }
}

.digital-twin__article h3 {
    margin-bottom: 30px;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.b-digital-twin a {
    color: #3088ff;
}

.b-digital-twin .digital-twin__subtitle {
    margin-top: 33px;
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36;
}

.ditial-twin__intro-txt {
    margin-bottom: 0;
    text-align: center;
}

.ditial-twin__txt--center {
    margin-bottom: 70px;
    text-align: center;
}

.digital-twin__banner-out {
    width: 100%;
    height: 36vw;
    max-height: 463px;
    margin: 34px 0 61px;
}

.digital-twin__banner-out img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.digital-twin__prefernce-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 62px;
}

.digital-twin__preference-item {
    position: relative;
    width: 45%;
    margin-top: 0;
    margin-bottom: 42px;
    padding-left: 73px;
}

.digital-twin__preference-icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    margin-top: -25px;
}

.digital-twin__preference-icon svg {
    width: 100%;
    height: 100%;
}

.digital-twin__article {
    margin-bottom: 55px;
}

.digital-twin__preference-item p {
    margin: 0;
}

.b-digital-twin ul {
    margin-bottom: 30px;
}

.b-digital-twin li {
    text-align: left;
    color: #585858;
    font-size: 18px;
    line-height: 1.67;
}

.art-object-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 35px;
}

.art-object-list__item {
    width: 50%;
    max-width: 458px;
    margin-bottom: 33px;
    text-decoration: none;
    line-height: 0;
}

@media screen and (max-width: 1024px) {
    .art-object-list__item {
        width: 48%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .art-object-list__item {
        width: 100%;
    }
}

.art-object__pic {
    display: block;
    width: 100%;
    height: auto;
}

.art-object__txt {
    margin: 0;
    margin-top: 14px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

/* all style */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .blockquote-community {
        padding-top: 50px;
    }
}

/* ipad portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .blockquote-community {
        width: 90%;
        max-width: 540px;
    }
}

@media screen and (max-width: 767px) {
    .quote-read-more {
        margin-top: -70px;
    }

    .blockquote-community {
        width: 90%;
        max-width: 540px;
        transform: translateY(-40%);
    }
}

.not-main-content .b-digital-twin {
    margin-bottom: 0;
    padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .not-main-content .b-digital-twin {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .b-digital-twin {
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .not-main-content .b-digital-twin.not-main-container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .b-digital-twin .digital-twin__subtitle {
        margin-top: 21px;
        margin-bottom: 0;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .digital-twin__banner-out {
        margin: 21px 0 5px;
    }
}

@media screen and (max-width: 767px) {
    .b-digital-twin .ditial-twin__intro-txt {
        text-align: left;
        font-size: 18px;
        line-height: 1.67;
    }
}

@media screen and (max-width: 767px) {
    .b-digital-twin .ditial-twin__txt--center {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .b-digital-twin p {
        font-size: 18px;
        line-height: 1.67;
    }
}

@media screen and (max-width: 767px) {
    .digital-twin__prefernce-list {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .digital-twin__preference-item {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .order_0 {
        order: 0;
    }
}

@media screen and (max-width: 767px) {
    .order_1 {
        order: 1;
    }
}

@media screen and (max-width: 767px) {
    .order_2 {
        order: 2;
    }
}

@media screen and (max-width: 767px) {
    .b-digital-twin ul {
        margin-top: 35px;
        margin-bottom: 40px;
    }
}

/* preview style */
.insert-preview {
    width: 100%;
    padding: 37px 0;
    border: 1px solid rgb(242, 242, 242);
    border-right: 0;
    border-left: 0;
}

.insert-preview .insert-preview__wrap {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
    cursor: pointer;
    text-decoration: none;
}

.insert-preview__pic {
    overflow: hidden;
    width: 157px;
    height: 157px;
    border-radius: 50%;
}

.insert-preview__pic img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.insert-preview .insert-preview__txt {
    max-width: 65%;
    margin-left: 46px;
}

.insert-preview .insert-preview__title {
    margin: 0;
    text-align: left;
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36;
}

.insert-preview .insert-preview__desc {
    margin: 5px 0 0;
    text-align: left;
    color: rgb(88, 88, 88);
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63;
}

.insert-preview__link {
    text-align: left;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: rgb(241, 15, 39);
    font-size: 12px;
    font-weight: 600;
    line-height: 2.5;
}

@media screen and (max-width: 768px) {
    .insert-preview .insert-preview__wrap {
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

@media screen and (max-width: 768px) {
    .insert-preview .insert-preview__txt {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .blockquote-community {
        padding-top: 30px;
    }
}

@media screen and (max-width: 425px) {
    .insert-preview .insert-preview__wrap {
        justify-content: flex-start;
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 425px) {
    .insert-preview .insert-preview__txt {
        max-width: 100%;
        margin-top: 24px;
    }
}

@media screen and (max-width: 425px) {
    .insert-preview .insert-preview__title {
        margin: 10px 0;
        font-size: 24px;
        line-height: 1.25;
    }
}

@media screen and (min-width: 1680px) {
    .about-page .video iframe {
        width: 100%;
        max-width: 900px;
    }
}

.b-download {
    margin-top: 77px;
}

.b-download .download-pdf {
    display: inline-block;
    min-height: 52px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 105px;
    text-decoration: none;
    background: url('../img/pdf_icon.svg') no-repeat left center;
    background-size: 79px;
}

.b-download .download-pdf__name {
    vertical-align: top;
    color: rgb(88, 88, 88);
    font-size: 18px;
    line-height: 1.7;
}

.b-download .download-pdf__action {
    margin: 0;
    margin-top: 11px;
    text-decoration: underline;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: black;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.b-download .download-pdf:hover .download-pdf__action {
    text-decoration: none;
}

/* community page */
.community-txt {
    max-width: 845px;
    margin: 0 auto;
    text-align: center;
    color: black;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

@media screen and (max-width: 1024px) {
    .community-txt {
        width: 100%;
        max-width: 91%;
    }
}

@media screen and (max-width: 767px) {
    .community-txt {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
}

.community__txt--black {
    display: block;
    color: rgb(0, 0, 0);
}

@media screen and (max-width: 767px) {
    .community-type {
        margin-top: 93px;
        padding-right: 0;
        padding-left: 0;
    }
}

.community-type__filter {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .community-type__filter {
        display: flex;
        justify-content: space-between;
    }
}

.community-type__btn {
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    letter-spacing: 1.4px;
    color: rgb(127, 127, 127, 0.67);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.86;
}

.community-type__btn.filter-activated {
    color: rgba(0, 0, 0, 1);
    border-bottom: 2px solid rgb(0, 0, 0);
}

@media screen and (max-width: 767px) {
    .community-type__btn {
        margin: 0;
    }
}

@media screen and (max-width: 374px) {
    .community-type__btn {
        text-align: left;
        font-size: 12px;
    }
}

/* community slider */
.community-slider {
    display: none;
    margin-top: 27px;
    margin-bottom: 72px;
    cursor: default;
}

@media screen and (max-width: 767px) {
    .community-slider {
        margin-bottom: 0;
    }
}

.community-slider.active {
    display: block;
}

.community-slider .line-scroll {
    margin-bottom: 26px;
}

.community-slider .comm-wrap {
    position: relative;
    width: 320px;
    height: 320px;
    margin: 0;
    margin-right: 28px;
}

@media screen and (max-width: 1410px) {
    .community-slider .comm-wrap {
        width: 22vw;
        min-width: 240px;
        max-width: 295px;
        height: 22vw;
        min-height: 240px;
        max-height: 295px;
        margin-right: 2vw;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .community-slider .comm-wrap {
        width: 220px;
        min-width: 0;
        height: 220px;
        min-height: 0;
        margin-right: 20px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .community-slider .comm-wrap {
        width: 33vw;
        height: 33vw;
    }
}

@media only screen
  and (min-width: 1024px)
  and (max-width: 1366px)
  and (max-height: 1366px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .community-slider .comm-wrap {
        width: 29vw;
        max-width: 292px;
        height: 29vw;
        max-height: 292px;
    }
}

@media screen and (max-width: 768px) {
    .community-slider .comm-wrap {
        width: 31vw;
        min-width: 165px;
        max-width: 280px;
        height: 31vw;
        min-height: 165px;
        max-height: 280px;
        margin-right: 1vw;
    }
}

@media screen and (max-width: 375px) {
    .community-slider .comm-wrap {
        width: 290px;
        height: 290px;
        margin-right: 10px;
    }
}

.community-slider .comm-wrap:last-child {
    margin-right: 0;
}

.community-category-inside {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: 0.8px;
    color: rgb(252, 250, 250);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.88;
}

.scroll-slider .ps--active-x > .ps__rail-x,
.scroll-slider.ps--active-x > .ps__rail-x {
    height: 1px;
    transition: none;
    opacity: 1;
    background-color: rgb(236, 235, 235);
}

.scroll-slider .ps__thumb-x {
    position: absolute;
    bottom: 1px;
    height: 2px;
    transition: none;
    border-radius: 6px;
    background-color: rgb(0, 0, 0);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .socials--fullsize {
        width: 90%;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    .socials--fullsize {
        width: 90%;
        margin: auto;
    }
}

.community-grey-block .page-title {
    margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    .community-grey-block .page-title {
        margin-bottom: 40px;
    }
}

.community-grey-block .screenshots {
    padding-bottom: 110px;
}

@media screen and (max-width: 1920px) {
    .community-grey-block .screenshots {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .community-grey-block .screenshots {
        padding-bottom: 50px;
    }
}

/* article slider */
.article-slider {
    width: 100%;
    height: 630px;
    margin: 40px 0 0;
}

@media screen and (max-width: 1024px) {
    .article-slider {
        height: 56vw;
    }
}

@media screen and (max-width: 768px) {
    .article-slider {
        height: 76vw;
    }

    .article-slider .owl-dots {
        bottom: 79px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .article-slider {
        height: 501px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .article-slider {
        height: 576px;
    }
}

@media only screen and (min-width: 1366px) {
    .article-slider {
        height: 630px;
    }
}

.article-slider .owl-carousel {
    height: 100%;
    max-height: 100%;
}

.article-slider .owl-stage-outer {
    height: 100%;
    max-height: 100%;
}

.article-slider .owl-stage {
    max-width: none;
    height: 100%;
    max-height: 100%;
}

.article-slider__item {
    height: 100%;
    max-height: 100%;
    padding-bottom: 70px;
}

.article-slider__pic {
    position: relative;
    height: 100%;
    max-height: 100%;
}

.article-slider__pic::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 92%, rgba(0, 0, 0, 0.1));
}

.article-slider__pic img {
    height: 100%;

    object-position: bottom;
}

.article-slider__desc {
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: left;
    color: rgb(127, 127, 127);
    font-size: 16px;
    line-height: 1.88;
}

.article-slider button.owl-dot {
    width: 11px;
    height: 11px;
    margin: 0 6px;
    border: solid 1px rgb(255, 255, 255);
    border-radius: 50%;
}

.article-slider .owl-dot.active {
    background-color: rgb(255, 255, 255);
}

.article-slider .owl-carousel.owl-drag .owl-item {
    height: 100%;
    max-height: 100%;
}

.article-slider .owl-dots {
    bottom: 85px;
}

.article-slider .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 88%;
}

.article-slider .owl-nav button {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    font-size: 0;
}

.article-slider .owl-nav button span {
    font-size: 0;
}

.article-slider .owl-nav button:focus {
    outline: 0;
}

.article-slider .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.article-slider .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

@media screen and (max-width: 1024px) {
    .article-slider .owl-nav {
        display: none;
    }
}

/* ipad header */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .socials--fullsize {
        width: 90%;
        margin: auto;
    }
}

.early-adopters {
    padding-top: 150px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .early-adopters {
        padding-top: 170px;
    }
}

@media screen and (max-width: 767px) {
    .early-adopters {
        padding-top: 110px;
    }
}

.show-on-horiz-tablet .share-soc {
    margin: 0 8px;
}

/* singup form */
.b-signup {
    width: 670px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 1366px) {
    .b-signup {
        width: 100%;
        max-width: 570px;
    }
}

@media screen and (max-width: 767px) {
    .b-signup {
        max-width: 450px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.b-signup__title {
    line-height: 1.36;
}

.b-signup__desc {
    max-width: 450px;
    margin: 10px auto 15px;
    color: rgb(0, 0, 0, 0.6);
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .b-signup__title {
        text-align: left;
        font-weight: 400;
    }
}

@media screen and (max-width: 767px) {
    .b-signup__desc {
        margin-left: 0;
        text-align: left;
        font-size: 14px;
        line-height: 1.71;
    }
}

.b-signup__field {
    position: relative;
    width: 100%;
}

.b-signup__field input {
    width: 100%;
    height: 46px;
    padding: 12px 40px 12px 18px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0;
    outline: none;
    font-size: 14px;

    -webkit-appearance: none;
}

.b-signup .btn-send {
    top: 0;
}

.b-signup__wrap {
    padding-bottom: 40px;
    text-align: left;
}

.signup--success {
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 20px;
    line-height: 2;
}

.singup__tnx {
    padding-right: 1em;
    font-size: 22px;
    font-weight: 600;
}

/* popup */
.popup {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    width: 900px;
    height: 420px;
    padding: 46px 76px;
    transform: translateX(-50%) translateY(-50%);
    text-align: right;
    color: white;
    background: #f10f27 url('../img/mynameart.png') 19px center no-repeat;
    background-size: contain;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.11);
}

@media screen and (max-width: 768px) {
    .popup {
        width: 600px;
        height: 347px;
        padding: 37px 52px;
        background-image: none;
    }
}

@media screen and (max-width: 550px) {
    .popup {
        width: 335px;
        height: 417px;
        padding: 30px 20px;
    }
}

.popup--oscar {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    width: 900px;
    height: 420px;
    transform: translateX(-50%) translateY(-50%);
    color: rgb(145, 145, 145);
    background-color: rgb(255, 255, 255);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.11);
}

@media screen and (max-width: 768px) {
    .popup--oscar {
        width: 600px;
        height: 360px;
        background-image: none;
    }
}

@media screen and (max-width: 550px) {
    .popup--oscar {
        width: 335px;
        height: 440px;
    }
}

.popup__wrap {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
}

.popup__left {
    width: 479px;
}

@media screen and (max-width: 768px) {
    .popup__left {
        display: none;
    }
}

.popup__right {
    width: 55%;
    padding: 35px 41px 43px 51px;
}

@media screen and (max-width: 768px) {
    .popup__right {
        width: 100%;
        padding: 55px 40px 20px;
        text-align: center;
    }
}

@media screen and (max-width: 550px) {
    .popup__right {
        padding: 53px 20px 20px;
    }
}

.popup__pic {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.popup__btn--close {
    position: absolute;
    z-index: 11;
    top: 22px;
    right: 26px;
    width: 24px;
    height: 24px;
    padding: 0;
    cursor: pointer;
    color: currentColor;
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, 0);
}

.popup__btn--close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    transform: rotate(45deg);
    background-color: currentColor;
}

.popup__btn--close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    transform: rotate(-45deg);
    background-color: currentColor;
}

@media screen and (max-width: 550px) {
    .popup__btn--close {
        top: 17px;
        right: 17px;
    }
}

.popup__form {
    display: inline-block;
    width: 360px;
    text-align: left;
    color: white;
}

@media screen and (max-width: 768px) {
    .popup__form {
        width: 100%;
        text-align: center;
    }
}

.popup__title {
    margin-bottom: 12px;
    color: currentColor;
    font-weight: 600;
    line-height: 1.4;
}

.popup--oscar .popup__title {
    margin-bottom: 16px;
    padding-right: 20px;
    text-transform: uppercase;
    color: black;
    font-size: 22px;
}

@media screen and (max-width: 550px) {
    .popup__title {
        max-width: 208px;
        margin-right: auto;
        margin-left: auto;
        line-height: 1.2;
    }

    .popup--oscar .popup__title {
        max-width: 100%;
        padding-right: 0;
        font-size: 20px;
    }
}

.popup__txt {
    margin-top: 0;
    margin-bottom: 1em;
    text-align: justify;
    color: currentColor;
    font-size: 16px;
    line-height: 1.4;
}

.popup__txt--black {
    color: black;
}

@media screen and (max-width: 768px) {
    .popup__txt {
        margin-bottom: 0;
        text-align: center;
    }
}

.popup--oscar .simple-button--inverse {
    margin-top: 12px;
    color: white;
}

.popup__form .popup__input {
    width: 100%;
    height: 46px;
    margin-top: 30px;
    margin-left: 0;
    padding: 12px 18px;
    border: none;
    outline: none;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .popup__form .popup__input {
        margin-top: 20px;
    }
}

/* popup end */
.arrow--red {
    padding-left: 25px;
    background: url('../img/arrow--red.svg') no-repeat left center;
    background-size: 17px;
}

.search-field__placeholder {
    display: block;
}

.article-text .wp-video {
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/* Обертка взята из стилей header__row*/
.special-terms__title {
    text-align: center;
    font-size: 24px;
    line-height: 1.25;
}

@media screen and (max-width: 767px) {
    .special-terms__title {
        text-align: left;
        font-size: 22px;
    }
}

.special-terms--white {
    background-color: rgb(255, 255, 255);
}

.special-terms--gray {
    padding-top: 81px;
    padding-bottom: 81px;
    background-color: rgb(247, 248, 249);
}

@media screen and (max-width: 1365px) {
    .special-terms--gray {
        padding-top: 78px;
        padding-bottom: 66px;
    }
}

@media screen and (max-width: 1023px) {
    .special-terms--gray {
        padding-top: 74px;
        padding-bottom: 71px;
    }
}

@media screen and (max-width: 767px) {
    .special-terms--gray {
        padding-top: 48px;
        padding-bottom: 57px;
    }
}

.advantage-wrap {
    margin-top: 104px;
    margin-bottom: 74px;
}

@media screen and (max-width: 1365px) {
    .advantage-wrap {
        margin-top: 85px;
        margin-bottom: 77px;
    }
}

@media screen and (max-width: 1023px) {
    .advantage-wrap {
        margin-top: 80px;
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 767px) {
    .advantage-wrap {
        margin-top: 45px;
        margin-bottom: 57px;
    }
}

.advantage-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 53px;
    padding: 0;
}

@media screen and (max-width: 1023px) {
    .advantage-list {
        margin-top: 48px;
    }
}

@media screen and (max-width: 767px) {
    .advantage-list {
        margin-top: 0;
        padding: 0;
    }
}

.advantage {
    position: relative;
    width: 350px;
    text-align: center;
}

@media screen and (max-width: 1365px) {
    .advantage {
        width: 300px;
    }
}

@media screen and (max-width: 1023px) {
    .advantage {
        width: 222px;
    }
}

@media screen and (max-width: 767px) {
    .advantage {
        width: 100%;
        margin-top: 35px;
        padding-left: 61px;
        text-align: left;
    }
}

.advantage__title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.advantage__txt {
    margin-top: 17px;
    margin-bottom: 0;
    color: rgb(88, 88, 88);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .advantage__txt {
        margin-top: 14px;
    }
}

.advantage__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .advantage__icon {
        position: absolute;
        top: 4px;
        left: 0;
    }
}

.special-terms__form {
    max-width: 514px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .special-terms__form {
        max-width: 100%;
        margin-left: 0;
        text-align: left;
    }
}

.special-terms__checkbox {
    position: relative;
    display: block;
    margin-top: 28px;
    margin-bottom: 8px;
    padding-bottom: 25px;
    padding-left: 35px;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
}

.special-terms__checkbox .custom-checkbox-wrap {
    font-size: 1em;
    font-weight: 400;
}

.special-terms__checkbox input,
.b-custom-checkbox input {
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
}

.special-terms__checkbox .wpcf7-form-control-wrap {
    position: absolute;
    bottom: 3px;
}

.custom-checkbox {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid rgb(226, 226, 226);
    background-color: white;
}

.special-terms__checkbox input:checked + .custom-checkbox::after,
.st-checked + .custom-checkbox-wrap .custom-checkbox::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml,%3Csvg height=\'7.936\' viewBox=\'0 0 10.701 7.936\' width=\'10.701\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'m-4971.5-16387.8 5.814 5.814-3.473 3.473\' fill=\'none\' stroke=\'%23000\' stroke-width=\'2\' transform=\'matrix(0 1 -1 0 -16377.809 4972.207)\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
}

.special-terms__form .custom-field {
    position: relative;
    display: block;
    width: 100%;
    height: 3.3em;
    margin-top: 28px;
    font-size: 15px;
}

.custom-field__input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.4em 1em 1em;
    border: 1px solid rgb(226, 226, 226);
    font-size: 1em;
}

.custom-field .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.custom-field__label {
    position: absolute;
    z-index: 2;
    bottom: 100%;
    left: 0;
    width: 100%;
    padding-left: 1em;
    transition: all 0.25s ease-in-out;
    transform: translate3d(0, 2.3em, 0);
    text-align: left;
    pointer-events: none;
    color: rgb(88, 88, 88);
    font-size: 100%;
    font-weight: 400;
}

.custom-field__select {
    width: 100%;
    height: 100%;
    padding: 1.2em 1em 0.9em;
    border: 1px solid rgb(226, 226, 226);
    border-radius: 0;
    background-color: white;
    background-image: url(../img/icon_select.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 15px auto;
    font-size: 1em;
    line-height: 1;

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

.custom-field__select option {
    font-size: 1em;
}

.custom-field__select:focus {
    outline: 0;
}

.custom-field__input:focus {
    outline: 0;
}

.custom-field__input:focus + .custom-field__label,
.field--fill + .custom-field__label,
.field--fill .custom-field__label {
    padding-top: 3px;
    transform: translate3d(0, 100%, 0);
    color: rgb(118, 118, 118);
    font-size: 80%;
}

.scpecial-terms-form__desc {
    max-width: 516px;
    margin-top: 23px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .scpecial-terms-form__desc {
        max-width: 100%;
        margin-top: 17px;
        margin-left: 0;
        text-align: left;
    }
}

.special-terms__form .wpcf7 input {
    padding: 1.4em 1em 1em;
    border: 1px solid rgb(226, 226, 226);
    font-size: 1em;
}

.special-terms__form input.simple-button {
    padding: 15px;
    border: 2px solid #000000;
    background-color: rgba(255, 255, 255, 0);
    font-size: 12px;
}

.special-terms__form input.simple-button:hover {
    background-color: black;
}

div.wpcf7 .special-terms__btn .ajax-loader {
    background-image: url('../img/preloader.svg');
}

.special-terms__btn {
    position: relative;
}

.special-terms__btn input {
    outline: none;
}

div.wpcf7 .special-terms__btn .ajax-loader.is-active {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 116px;
    height: 46px;
    margin: 0;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: 50% 85%;
    background-size: 100% 9px;
}

.special-terms__form .wpcf7 label {
    font-size: 15px;
    font-weight: 400;
}

.special-terms__form span.wpcf7-not-valid-tip {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
}

.special-terms__form .contact-errors {
    display: none;
}

.custom-field-autoheight {
    height: 100%;
}

.custom-field-autoheight .custom-field {
    height: auto;
}

.custom-field-autoheight .custom-field__input {
    height: 3em;
    resize: none;
}

.special-terms__form .wpcf7-recaptcha> div {
    margin-right: auto;
    margin-left: auto;
}

.partners-logos {
    margin-top: 73px;
}

@media screen and (max-width: 1024px) {
    .partners-logos {
        margin-top: 59px;
    }
}

@media screen and (max-width: 767px) {
    .partners-logos {
        margin-top: 44px;
    }
}

.partner-logo {
    min-width: 100px;
    height: 80px;
    margin-right: 114px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .partner-logo {
        margin-right: 54px;
    }
}

@media screen and (max-width: 767px) {
    .partner-logo {
        margin-right: 30px;
    }
}

.partner-logo img {
    width: auto;
    height: 100%;
}

.steps {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 54px;
    margin-bottom: 69px;
}

@media screen and (max-width: 1024px) {
    .steps {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .steps {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 26px;
        margin-bottom: 46px;
    }
}

.step {
    width: 340px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .step {
        width: 300px;
    }
}

@media screen and (max-width: 890px) {
    .step {
        width: 222px;
    }
}

@media screen and (max-width: 767px) {
    .step {
        width: 100%;
        margin-bottom: 33px;
        text-align: left;
    }
}

.step-number {
    display: inline-block;
    margin-bottom: 25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(170, 170, 170);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.wrap--center {
    display: flex;
    justify-content: center;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .wrap--center {
        justify-content: flex-start;
    }
}

.special-terms__title--small {
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(171, 171, 171);
    font-size: 12px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .special-terms__title--small {
        text-align: left;
    }
}

.b-feedback {
    margin-top: 99px;
    margin-bottom: 112px;
}

@media screen and (max-width: 1024px) {
    .b-feedback {
        margin-top: 74px;
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 767px) {
    .b-feedback {
        margin-top: 85px;
        margin-bottom: 76px;
    }
}

.feedback-carousel {
    margin-top: 36px;
    padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .feedback-carousel {
        margin-top: 30px;
    }
}

.feedback-carousel__item {
    width: 800px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 55px;
    margin-left: auto;
    padding: 0;
    text-align: center;
    border: 0;
}

@media screen and (max-width: 1024px) {
    .feedback-carousel__item {
        width: 100%;
        max-width: 700px;
    }
}

@media screen and (max-width: 767px) {
    .feedback-carousel__item {
        margin-bottom: 42px;
        text-align: left;
    }
}

.feedback-text {
    quotes: '\201c' '\201d';
    margin-top: 0;
    margin-bottom: 33px;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
}

@media screen and (max-width: 1024px) {
    .feedback-text {
        margin-bottom: 30px;
    }
}

.feedback-text::before {
    content: open-quote;
}

.feedback-text::after {
    content: close-quote;
}

.feedback-source {
    display: inline-block;
    color: rgb(118, 118, 118);
    font-size: 14px;
    line-height: 1.4;
}

.feedback-carousel .owl-dots {
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .feedback-carousel .owl-dots {
        text-align: left;
    }
}

.feedback-carousel .owl-dot {
    display: inline-block;
    zoom: 1;
}

.feedback-carousel .owl-dot span {
    display: block;
    width: 5px;
    height: 5px;
    margin: 5px 6px;
    border-radius: 50%;
    background: rgb(203, 203, 203);
}

.feedback-carousel .owl-dot.active span {
    background: black;
}

.b-community {
    overflow-x: hidden;
    margin-top: 74px;
}

@media screen and (max-width: 1024px) {
    .b-community {
        margin-top: 69px;
    }
}

@media screen and (max-width: 768px) {
    .b-community {
        margin-top: 52px;
    }
}

.special-terms__community-slider {
    width: 100%;
    max-width: 1364px;
    margin-top: 61px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1410px) {
    .special-terms__community-slider {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
    }
}

@media screen and (max-width: 1024px) {
    .special-terms__community-slider {
        margin-top: 46px;
    }
}

@media screen and (max-width: 767px) {
    .special-terms__community-slider {
        width: 100%;
        margin-top: 34px;
        margin-right: 0;
        margin-left: 20px;
    }
}

.member {
    display: inline-block;
    width: 320px;
    margin-left: 28px;
    text-decoration: none;
}

.member:first-child {
    margin-left: 0;
}

@media screen and (max-width: 1024px) {
    .member {
        width: 220px;
        margin-left: 18px;
    }
}

@media screen and (max-width: 767px) {
    .member {
        width: 280px;
        margin-left: 28px;
    }
}

.member__pic {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 100%;
}

.member__pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.member__name {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 24px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 600;
}

.popup-xmas {
    position: relative;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 830px;
    height: 100%;
    max-height: 598px;
    transform: translate(-50%, -50%);
    color: rgb(0, 0, 0);
    background-color: rgb(245, 245, 245);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 120px 150px;
}

.popup-xmas--close {
    display: none;
}

.result-xmas {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.result-xmas--success {
    display: block;
}

.result-xmas__result {
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.popup-xmas__form {
    position: relative;
    top: 50%;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    transform: translateY(-50%);
    text-align: center;
    color: black;
}

.popup-xmas__title {
    padding-top: 35px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: black;
    font-size: 44px;
    font-weight: 600;
}

@media screen and (max-width: 767px), (max-height: 830px) {
    .popup-xmas__title {
        font-size: 27px;
    }
}

.popup-xmas__subtitle {
    margin-top: 5px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

@media screen and (max-width: 767px), (max-height: 830px) {
    .popup-xmas__subtitle {
        font-size: 12px;
    }
}

.popup-xmas__txt {
    margin-top: 32px;
    margin-bottom: 25px;
    color: rgb(62, 62, 62);
    font-size: 16px;
    line-height: 1.8;
}

@media screen and (max-width: 1024px) {
    .popup-xmas__txt {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 767px), (max-height: 830px) {
    .popup-xmas__txt {
        margin-top: 27px;
        margin-bottom: 42px;
    }
}

@media screen and (max-height: 450px) {
    .popup-xmas__txt {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.popup-xmas__form .popup-xmas__input {
    padding: 16px;
    text-align: center;
    border: 0;
    border-bottom: 1px solid black;
    background-color: rgba(255, 255, 255, 0);
}

.popup-xmas__body {
    position: relative;
    height: 100%;
}

@media screen and (max-width: 420px) {
    .popup-xmas__body {
        background-color: rgb(245, 245, 245);
    }
}

.popup-xmas__footer {
    position: absolute;
    bottom: 30px;
    height: 20px;
    text-align: center;
    color: black;
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    .popup-xmas__footer {
        bottom: 25px;
    }
}

@media screen and (max-width: 767px), (max-height: 830px) {
    .popup-xmas__footer {
        bottom: 25px;
    }
}

@media screen and (max-height: 450px) {
    .popup-xmas__footer {
        bottom: 10px;
    }
}

.popup-xmas__footer span {
    cursor: pointer;
    text-decoration: underline;
}

@media screen and (max-height: 570px) {
    .popup-xmas__body {
        background-color: rgba(255, 255, 255, 0.5);
    }
}

.popup-xmas .simple-button--inverse {
    margin-top: 50px;
}

@media screen and (max-height: 450px) {
    .popup-xmas .simple-button--inverse {
        margin-top: 20px;
    }
}

.b-video {
    margin-top: 41px;
    margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
    .b-video {
        width: 100%;
        margin-top: 35px;
        margin-bottom: 30px;
    }
}

.video-wrap {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.58%;
}

.video__source {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
}

.mainpage-video__playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    padding: 0;
    cursor: pointer;
    transition: transform 0.3s ease-out;
    transform: translate(-50%, -50%) scale(1);
    border: 0;
    border-radius: 50%;
    outline: none;
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .mainpage-video__playbtn {
        width: 70px;
        height: 70px;
    }
}

.mainpage-video__playbtn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.mainpage-video--play ~ .mainpage-video__playbtn {
    display: none;
}

.video__desc {
    margin-top: 10px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    p.video__desc {
        width: 90%;
        min-width: 290px;
        margin-right: auto;
        margin-left: auto;
        font-size: 14px;
    }
}

.special-terms__slider-wrap {
    margin-top: 120px;
    margin-bottom: 120px;
}

@media screen and (max-width: 1024px) {
    .special-terms__slider-wrap {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 420px) {
    .popup-xmas .popup__btn--close {
        right: 50%;
        margin-right: -13px;
    }
}

.special-terms__form .wpcf7-recaptcha {
    width: 100%;
}

.special-terms__form .wpcf7-recaptcha iframe {
    width: 100%;
}

/* logo block  */
.logo {
    display: block;
    width: 80px;
    height: 40px;
}

.logo__pic {
    width: 100%;
    min-width: 80px;
}

@media screen and (max-width: 767px) {
    .logo {
        width: 30px;
    }
}

.logo__pic {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 80px;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .logo__pic {
        min-width: 30px;
    }
}

.logo__pic img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .logo__pic {
        display: block;
    }

    .logo__pic img {
        width: 80px;
        height: 40px;
    }
}

.blog-main-image {
    margin-bottom: 30px;
}

.blog-imain-image__wrap {
    position: relative;
    padding-top: 51%;
}

.blog-main-image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.ipart-banner {
    position: relative;
    height: 270px;
    margin-bottom: 58px;
    padding: 65px 0 0 50px;
}

@media screen and (max-width: 767px) {
    .ipart-banner {
        height: auto;
        padding: 0;
    }
}

.ipart-banner__pic {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/ipart-banner.jpg');
    background-repeat: no-repeat;
    background-position: 0 -168px;
    background-size: 1095px 487px;
}

@media screen and (max-width: 1023px) {
    .ipart-banner__pic {
        background-position: 0 78%;
        background-size: 125% auto;
    }
}

@media screen and (max-width: 767px) {
    .ipart-banner__pic {
        position: static;
        width: 100vw;
        height: 280px;
        margin-top: 38px;
        margin-left: -5%;
        background-position: 0;
        background-size: cover;
    }
}

@media screen and (max-width: 600px) {
    .ipart-banner__pic {
        background-position: 90%;
    }
}

.ipart-banner .ipart-banner__text {
    margin: 0;
}

.follow-lists {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .follow-lists {
        justify-content: space-between;
        width: 45%;
        min-width: 150px;
        max-width: 220px;
        margin-top: 0;
    }
}

.follow-lists .social-item {
    margin-right: 15px;

    fill: #a8a8a8;
}

@media screen and (max-width: 767px) {
    .follow-lists .social-item {
        margin-right: 0;
        margin-left: 0;
    }
}

.social-item svg {
    vertical-align: middle;
}

.social-item {
    text-decoration: none;
}

.social-item__facebook {
    height: 19px;
}

.social-item__twitter {
    height: 15px;
}

.social-item__inst {
    height: 18px;
}

.social-item__youtube {
    height: 14px;
}

svg.social-item__linkedin {
    width: 18px;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .social-item__facebook {
        height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .social-item__twitter {
        height: 16px;
    }
}

@media screen and (max-width: 767px) {
    .social-item__inst {
        height: 19.5px;
    }

    .social-item__youtube {
        height: 16px;
    }

    svg.social-item__linkedin {
        padding-bottom: 3px;
        vertical-align: middle;
    }
}

.soc-fixed-icons {
    position: fixed;
    z-index: 99;
    top: 50%;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    transform: translateY(-50%);
    background-color: rgb(255, 255, 255);
}

@media screen and (max-width: 1024px) {
    .soc-fixed-icons {
        top: 590px;
    }
}

@media screen and (max-width: 800px) {
    .soc-fixed-icons {
        top: 57%;
    }
}

@media screen and (max-width: 767px) {
    .soc-fixed-icons {
        display: none;
    }
}

.soc-fixed-icons .social-item {
    padding: 10px;
    padding-right: 4px;
    text-align: center;
}

/* Опросы */
.hidden-blog--hide {
    overflow: hidden;
}

.hidden-blog--hide + .footer {
    display: none;
}

.questionnare-page {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: rgb(150, 158, 168);
}

.questionnare-form {
    width: 1366px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.white-placeholder::placeholder {
    opacity: 1;
    color: white;
}

.white-placeholder::-moz-placeholder,
.white-placeholder::-ms-input-placeholder,
.white-placeholder::-webkit-input-placeholder {
    opacity: 1;
    color: white;
}

@media screen and (max-width: 1366px) {
    .questionnare-form {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.question {
    width: 100%;
    margin: 0;
    padding: 92px 0 0 0;
    color: white;
    border: 0;
}

@media screen and (max-width: 767px) {
    .question {
        padding-top: 42px;
    }
}

.question-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    min-width: 310px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .question-column {
        justify-content: space-between;
        min-width: 1px;
    }

    .question-rating {
        justify-content: flex-start;
    }

    .question-rating .answer-field {
        margin-right: 10px;
    }
}

.question-column-100 {
    width: 100%;
}

.question-column-75 {
    width: 75%;
}

.question-column-50 {
    width: 100%;
    max-width: 724px;
}

.question-column-40 {
    width: 40%;
}

.question-column-30 {
    width: 30%;
    min-width: 380px;
}

@media screen and (max-width: 768px) {
    .question-column-30 {
        width: 100%;
        min-width: 1px;
    }
}

.question-column-25 {
    width: 25%;
}

@media screen and (max-width: 768px) {
    .question-column-25 {
        width: 100%;
    }
}

.question-counter {
    font-weight: 400;
}

.question-title {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .question-title {
        margin-top: 26px;
        margin-bottom: 42px;
        text-align: left;
        font-size: 26px;
    }
}

.answer-field {
    display: block;
    cursor: pointer;
    text-align: left;
}

.answer-field-basic {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 5px 10px 52px;
    font-size: 0;
}

.answer-field__input {
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
}

.answer-field__point {
    position: absolute;
    top: 50%;
    left: 18px;
    width: 1em;
    height: 1em;
    transition: all 0.3s ease-out;
    transform: translateY(-50%) translateX(-50%);
    border: 1px solid rgb(199, 199, 199);
    border-radius: 50%;
    font-size: 26px;
}

.answer-field__input:checked ~ .answer-field__point,
.answer-field__input:checked ~ .answer-field-mix__text .answer-field__point {
    border-color: white;
    font-size: 32px;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .answer-field:hover .answer-field__point {
        border-color: white;
        font-size: 32px;
    }
}

.answer-field__input:checked ~ .answer-field__point::after,
.answer-field__input:checked ~ .answer-field-mix__text .answer-field__point::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: white;
}

.answer-field__txt {
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.answer-field__input:checked ~ .answer-field-basic__txt,
.answer-field__input:checked + .answer-field-mix__text .answer-field-basic__txt {
    font-weight: 600;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .answer-field:hover .answer-field-basic__txt {
        font-weight: 600;
    }
}

.answer-field-pic {
    display: inline-block;
    text-align: center;
}

.answer-field-pic__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    width: 140px;
    height: 140px;
    padding: 13px 5px;
    border: 1px solid rgba(255, 255, 255, 0);
}

@media screen and (max-width: 767px) {
    .answer-field-pic__content {
        width: 105px;
        height: 117px;
    }
}

@media screen and (max-width: 767px) {
    .answer-field-pic__content img {
        width: 53px;
        height: auto;
    }
}

.answer-field-pic__txt {
    margin-top: 23px;
    margin-bottom: 0;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .answer-field-pic__txt {
        margin: 0;
        margin-top: 10px;
        font-size: 16px;
        line-height: 1;
    }
}

.answer-field__input:checked + .answer-field-pic__content {
    border: 1px solid white;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .answer-field:hover .answer-field-pic__content {
        border: 1px solid white;
    }
}

.answer-field__text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .answer-field__text {
        justify-content: flex-start;
    }
}

.answer-field__count {
    display: inline-block;
    width: 2em;
    font-size: 20px;
}

.answer__input-txt {
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 120px;
    max-width: 490px;
}

.answer__input-txt input {
    width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 16px 36px 12px 14px;
    color: white;
    border: 1px solid white;
    border-radius: 0;
    outline: none;
    background-color: rgba(255, 255, 255, 0);
    font-size: 17px;

    -webkit-appearance: none;
}

.input-clear {
    position: absolute;
    top: 50%;
    right: 10px;
    display: none;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    padding: 0;
    cursor: pointer;
    transition: transform 0.3s ease-in;
    color: white;
    border: none;
    background-color: rgba(255, 255, 255, 0);
}

.input-clear::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    margin-left: -4px;
    transform: rotate(-45deg);
    background-color: currentColor;
}

.input-clear::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    margin-left: -4px;
    transform: rotate(45deg);
    background-color: currentColor;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .input-clear:hover {
        transform: rotate(-180deg);
    }
}

.pic-radiobutton {
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
}

.pic-radiobutton ~ p.question-error {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 3px;
    margin-left: 0;
    transform: translateX(-50%);
}

.answer-field-pic--big {
    width: 337px;
    font-size: 0;
    line-height: 0;
}

@media screen and (max-width: 767px) {
    .answer-field-pic--big {
        width: 162px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 360px) {
    .answer-field-pic--big {
        width: 145px;
    }
}

.answer-field__image-answer {
    width: 100%;
    padding: 28px 13px 17px 13px;
    border: 1px solid rgba(255, 255, 255, 0);
}

.pic-radiobutton:checked ~ .answer-field__image-answer {
    border: 1px solid white;
}

@media screen and (max-width: 767px) {
    .answer-field__image-answer {
        padding: 10px 10px;
    }
}

.answer-field__image-answer img {
    width: 100%;
    height: 372px;
}

@media screen and (max-width: 767px) {
    .answer-field__image-answer img {
        width: 139px;
        height: 148px;
    }
}

@media screen and (max-width: 360px) {
    .answer-field__image-answer img {
        width: 123px;
        height: auto;
    }
}

.answer-field__image-answer--custom {
    display: block;
    width: 100%;
}

.checkbox-inputfield__field {
    overflow: auto;
    width: 100%;
    height: 372px;
    max-height: 372px;
    padding: 22px;
    padding-top: 45%;
    resize: none;
    color: white;
    border: none;
    border-radius: 0;
    background-color: rgb(132, 140, 150);
    font-family: ProximaNova, sans-serif;
    font-size: 25px;

    -webkit-appearance: none;
}

@media screen and (max-width: 767px) {
    .checkbox-inputfield__field {
        height: 148px;
        padding: 12px;
        padding-top: 30%;
        font-size: 15px;
    }
}

.checkbox-inputfield__field:focus {
    outline: none;
}

.answer-field__mix {
    width: 100%;
    font-size: 0;
}

.answer-field__mix-field {
    display: block;
    margin-top: 28px;
}

.answer-field__input ~ .answer__input-txt {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease-out;
    border-width: 0;
}

.answer-field__input:checked ~ .answer__input-txt {
    height: 50px;
    transition: height 0.3s ease-out;
    border-width: 1px;
}

@media screen and (max-width: 767px) {
    .questionnare-form .simple-button {
        display: block;
        width: 100%;
        max-width: 550px;
    }
}

.questionnare-success {
    max-width: 768px;
    margin-top: 50vh;
    margin-right: auto;
    margin-left: auto;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    border: none;
}

@media screen and (max-height: 767px) {
    .questionnare-success {
        margin-top: 20px;
        transform: none;
    }
}

.questionnare-success__title {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
}

.questionnare-success__txt {
    margin-bottom: 40px;
    font-size: 20px;
}

.questionnare-success__email {
    width: 100%;
    margin-bottom: 59px;
}

.questionnare-success__email input {
    width: 100%;
    height: 45px;
    padding: 15px;
    color: white;
    border: 1px solid white;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0);
    font-size: 17px;

    -webkit-appearance: none;
}

.questionnare-success__link-wrap {
    margin-top: 32px;
}

.questionnare-success__link {
    cursor: pointer;
    text-decoration: underline;
    text-transform: uppercase;
    color: black;
    border: none;
    outline: none;
    background: none;
    font-size: 12px;
    font-weight: 600;
}

.questionnare-block {
    position: fixed;
    z-index: 12;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 30vh;
    min-height: 250px;
    background-color: rgb(118, 125, 136, 0.9);
}

.questionnare-block.fix {
    display: block;
}

.questionnare-block .simple-button {
    color: white;
}

@media screen and (max-width: 767px) {
    .questionnare-block .simple-button {
        margin-top: 22px;
    }
}

.questionnare-block__wrap {
    position: relative;
    width: 100%;
    max-width: 652px;
    margin-right: auto;
    margin-left: auto;
    padding: 64px 36px 42px 36px;
    text-align: center;
    color: white;
}

@media screen and (max-width: 767px) {
    .questionnare-block__wrap {
        padding-top: 30px;
        text-align: left;
    }
}

.questionnare-block__txt {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .questionnare-block__txt {
        font-size: 20px;
    }
}

.next-btn {
    display: none !important;
}

.questionnare-success--hasnot-email {
    display: none;
}

.questionnare-success--has-email {
    display: none;
}

.questionnare-success--show {
    display: block;
}

p.question-error {
    margin-top: -10px;
    margin-left: 3px;
    text-align: left;
    color: rgb(241, 13, 40);
    font-size: 13px;
}

.checkbox-inputfield__field ~ .question-error {
    position: absolute;
    margin-top: 0;
    transform: translateY(-20px);
}

@media screen and (max-width: 767px) {
    .checkbox-inputfield__field ~ .question-error {
        transform: translateY(-10px);
    }
}

input.question-error {
    border-color: rgb(241, 13, 40);
}

.answer-field__input ~ p.question-error {
    position: absolute;
    top: 0;
    left: 50%;
    margin-bottom: 0;
    margin-left: 0;
    transform: translateX(-50%);
    white-space: nowrap;
}

.input-clear ~ p.question-error {
    position: absolute;
    bottom: 0;
    left: 3px;
    margin: 0;
}

.hidden-shadow {
    position: relative;
}

#questionnare_email-error {
    margin-top: -15px;
}

.arcile-text__quotes {
    position: relative;
    text-indent: 2.8em;
}

.arcile-text__quotes::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 1.5em;
    height: 1.3em;
    color: #c14355;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMS4zNDUiIGhlaWdodD0iMjUuNjY5IiB2aWV3Qm94PSIwIDAgMzEuMzQ1IDI1LjY2OSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSI+PHBhdGggZD0iTTI2Ni4wNjgsNDEuNjUzczAtLjAwNiwwLS4wMWE3LjA5Miw3LjA5MiwwLDEsMSw0Ljc4Myw2LjY4NmMxLjU5MSw5LjEyOSw4LjcxLDE1LjAxNiwyLjExMSwxMC4xNzFDMjY1LjY0NCw1My4xMjcsMjY2LjA2LDQxLjg1OSwyNjYuMDY4LDQxLjY1M1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNjYuMDYxIC0zNC41NykiIGZpbGw9IiNjMTQzNTUiLz48cGF0aCBkPSJNNy4wNzksNDguNzE2YTcuMDQ2LDcuMDQ2LDAsMCwxLTIuMjkxLS4zODdDNi4zOCw1Ny40NTgsMTMuNSw2My4zNDUsNi45LDU4LjUtLjQxNyw1My4xMjcsMCw0MS44NTkuMDA3LDQxLjY1M2MwLDAsMC0uMDA2LDAtLjAxYTcuMDczLDcuMDczLDAsMSwxLDcuMDczLDcuMDczWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcuMTkyIC0zNC41NykiIGZpbGw9IiNjMTQzNTUiLz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 100%;
}

.community-top-slider__title {
    margin: 0;
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .community-top-slider__title {
        font-size: 60px;
    }
}

@media screen and (max-width: 767px) {
    .community-top-slider__title {
        min-width: 270px;
        max-width: 80%;
        font-size: 28px;
        font-weight: 600;
        line-height: 1.2;
    }
}

.community-top-slider__txt {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .community-top-slider__txt {
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 500;
    }
}

.top-slider__dots {
    position: absolute;
    z-index: 1;
    bottom: 50px;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 1366px) {
    .top-slider__dots {
        bottom: 72px;
    }
}

@media screen and (max-width: 1024px) {
    .top-slider__dots {
        bottom: 34px;
    }
}

@media screen and (max-width: 767px) {
    .top-slider__dots {
        top: 288px;
        bottom: auto;
    }
}

.top-slider__dots .owl-dot {
    margin-right: 5px;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0);
}

.top-slider__dots .owl-dot span {
    display: block;
    width: 6px;
    height: 6px;
    opacity: 0.3;
    border-radius: 50%;
    background-color: white;
}

.top-slider__dots .owl-dot.active span {
    opacity: 1;
}

.community-top-slider__link {
    position: absolute;
    bottom: 39px;
    width: 100%;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .community-top-slider__link {
        bottom: 23px;
    }
}

.community-top-slider__url {
    color: white;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .community-top-slider__url {
        font-size: 14px;
    }
}

.quote-slider-block {
    padding-top: 110px;
    padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .quote-slider-block {
        padding-top: 76px;
        padding-right: 0;
        padding-bottom: 68px;
        padding-left: 0;
    }
}

.quote-slider {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.quote-slider__item {
    min-height: 400px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .quote-slider__item {
        min-height: 470px;
        text-align: left;
    }
}

.quote-slider__item img.quote-slider__pic {
    position: static;
    width: 80px;
    height: 80px;
    margin-right: auto;
    margin-bottom: 27px;
    margin-left: auto;
    border-radius: 50%;

    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .quote-slider__item img.quote-slider__pic {
        margin-left: 0;
    }
}

/* blockquote */
.slider-blockquote {
    width: 100%;
    margin: 0 auto;
    padding: 0 14px 0;
    text-align: center;
    border: none;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .slider-blockquote {
        padding: 0;
        text-align: left;
    }
}

.slider-blockquote__content,
.slider-blockquote__content p {
    color: #000000;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.1;
}

@media screen and (max-width: 767px) {
    .slider-blockquote__content,
    .slider-blockquote__content p {
        font-size: 30px;
    }

    .slider-blockquote__content {
        margin-bottom: 24px;
    }

    .slider-blockquote__content p {
        margin: 0;
    }
}

.slider-blockquote__content p::before {
    content: '"';
}

.slider-blockquote__content p::after {
    content: '"';
}

.slider-blockquote__author {
    max-width: 50%;
    margin: 0 auto;
    margin-top: 34px;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1.25;
}

@media screen and (max-width: 767px) {
    .slider-blockquote__author {
        max-width: 100%;
        margin-top: 22px;
        margin-left: 0;
    }
}

.slider-blockquote__author p {
    margin: 0;
    color: inherit;
    font-size: 1em;
}

/* blockquote end */

.screenshots-header {
    margin-bottom: 60px;
    padding-right: 14px;
    padding-left: 14px;
}

@media screen and (max-width: 767px) {
    .screenshots-header {
        padding-right: 0;
        padding-left: 0;
    }
}

.redirect-content {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}

@media screen and (max-width: 1024px) {
    .redirect-content {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .redirect-content {
        margin-top: 27px;
    }
}

.redirect-left {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .redirect-left {
        width: 100%;
    }
}

.redirect-slider {
    position: relative;
    max-width: 620px;
}

@media screen and (max-width: 1024px) {
    .redirect-slider {
        margin-right: auto;
        margin-left: auto;
    }
}

.redirect-slider .owl-dots {
    bottom: 24px;
    left: 50%;
    padding-right: 14px;
    padding-left: 14px;
    transform: translateX(-50%);
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .redirect-slider .owl-dots {
        bottom: 34px;
    }
}

@media screen and (max-width: 767px) {
    .redirect-slider .owl-dots {
        bottom: 17px;
    }
}

.redirect-slider .owl-dot {
    margin-right: 7px;
    margin-left: 7px;
}

.redirect-slider .owl-dot span {
    display: block;
    width: 6px;
    height: 6px;
    opacity: 0.3;
    border-radius: 50%;
    background-color: white;
}

.redirect-slider .owl-dot.active span {
    opacity: 1;
}

.redirect-slider__item {
    width: 100%;
}

.redirect-right {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .redirect-right {
        width: 100%;
    }
}

.redirect-list {
    counter-reset: item;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

@media screen and (max-width: 1366px) {
    .redirect-list {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .redirect-list {
        margin-top: 62px;
        padding-left: 0;
    }
}

.redirect-list__item {
    position: relative;
    width: 50%;
    margin-bottom: 47px;
    padding-left: 28px;
}

@media screen and (max-width: 1366px) {
    .redirect-list__item {
        margin-bottom: 23px;
    }
}

@media screen and (max-width: 1024px) {
    .redirect-list__item {
        margin-bottom: 51px;
    }
}

@media screen and (max-width: 767px) {
    .redirect-list__item {
        margin-bottom: 29px;
    }
}

@media screen and (max-width: 500px) {
    .redirect-list__item {
        width: 100%;
    }
}

.redirect-list__item:before {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    top: 0.1em;
    left: 0;
    font-size: 20px;
    font-weight: 600;
}

.redirect-list__txt {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}

.redirect-list__link {
    display: block;
    margin: 0;
    padding-top: 1em;
    text-decoration: none;
    word-wrap: break-word;
    color: black;
    font-size: 18px;
}

.redirect-btn-wrapper {
    text-align: center;
}

@media screen and (max-width: 500px) {
    .redirect-btn-wrapper {
        text-align: left;
    }
}

.redirect-btn-wrapper .simple-button {
    margin-top: 0;
}

.become-banner {
    margin-top: 130px;
    margin-bottom: 145px;
}

@media screen and (max-width: 1366px) {
    .become-banner {
        margin-top: 167px;
        margin-bottom: 130px;
    }
}

@media screen and (max-width: 1024px) {
    .become-banner {
        margin-top: 87px;
        margin-bottom: 82px;
    }
}

@media screen and (max-width: 767px) {
    .become-banner {
        margin-top: 63px;
        margin-bottom: 140px;
    }
}

.become-banner .become-adopter {
    margin-top: 0;
}

.redirect-block {
    margin-top: 92px;
    margin-bottom: 130px;
}

@media screen and (max-width: 1366px) {
    .redirect-block {
        margin-top: 74px;
        margin-bottom: 167px;
    }
}

@media screen and (max-width: 1024px) {
    .redirect-block {
        margin-top: 81px;
        margin-bottom: 87px;
    }
}

@media screen and (max-width: 767px) {
    .redirect-block {
        margin-top: 63px;
        margin-bottom: 63px;
    }
}

.community-text__wrap {
    margin-bottom: 136px;
}

@media screen and (max-width: 1024px) {
    .community-text__wrap {
        margin-bottom: 105px;
    }
}

@media screen and (max-width: 767px) {
    .community-text__wrap {
        margin-bottom: 0;
        padding-right: 0;
        padding-left: 0;
        font-size: 18px;
        line-height: 1.4;
    }
}

.desktop-join-button {
    display: inline-block;
}

.mobile-join-button {
    display: none;
}

@media screen and (max-width: 767px) {
    .mobile-join-button {
        display: block;
    }
}

.quotes-counter {
    margin-top: 50px;
    margin-bottom: 31px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .quotes-counter {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .quote-slider__item .simple-button {
        margin-top: 28px;
    }
}

.related__title {
    margin: 0;
    text-align: center;
    color: #000000;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.25;
}

@media screen and (max-width: 1024px) {
    .related__title {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .related__title {
        line-height: 1;
    }
}

.disclaimer {
    order: 2;
    margin-top: 110px;
    padding-top: 39px;
    border-top: 1px solid rgb(112, 112, 112);
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .disclaimer {
        margin-top: 80px;
        font-size: 13px;
    }

    .disclaimer p {
        font-size: 13px;
    }
}

.disclaimer-title {
    margin-bottom: 1em;
    color: black;
    font-size: inherit;
    font-weight: 600;
}

.grecaptcha-badge {
    visibility: hidden;
}

.fullscreen-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 630px;
    background-image: url('../img/schools-programme/main.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.joined-company {
    margin-top: 120px;
}

@media screen and (max-width: 1024px) {
    .joined-company {
        margin-top: 95px;
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media screen and (max-width: 768px) {
    .joined-company {
        margin-top: 100px;
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media screen and (max-width: 550px) {
    .joined-company {
        margin-top: 74px;
        padding-right: 0;
        padding-left: 0;
    }
}

.joined-company__list {
    display: flex;
    justify-content: space-between;
    margin-top: 47px;
}

@media screen and (max-width: 768px) {
    .joined-company__list {
        flex-wrap: wrap;
    }
}

.joined-company__item {
    width: 204px;
}

@media screen and (max-width: 500px) {
    .joined-company__item {
        width: 33%;
    }
}

.joined-company__item img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.feedback-block {
    margin-top: 111px;
    padding-top: 89px;
    padding-bottom: 101px;
    background-color: rgb(235, 235, 235);
}

@media screen and (max-width: 1024px) {
    .feedback-block {
        margin-top: 95px;
    }
}

@media screen and (max-width: 768px) {
    .feedback-block {
        margin-top: 75px;
        padding-top: 103px;
    }
}

@media screen and (max-width: 550px) {
    .feedback-block {
        margin-top: 66px;
        padding-bottom: 76px;
    }
}

.feedback-block__form {
    width: 100%;
    max-width: 1016px;
    margin-top: 54px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .feedback-block__form {
        max-width: 508px;
    }
}

@media screen and (max-width: 550px) {
    .feedback-block__form {
        margin-top: 30px;
        padding-right: 0;
        padding-left: 0;
    }
}

.form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
    .form-row {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
}

.feedback-block__form .custom-field {
    position: relative;
    display: inline-block;
    width: 500px;
    height: 3.3em;
    margin-right: 14px;
    margin-left: 14px;
    font-size: 15px;
}

@media screen and (max-width: 1024px) {
    .feedback-block__form .custom-field {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .feedback-block__form .custom-field {
        margin-right: 0;
        margin-bottom: 28px;
        margin-left: 0;
    }
}

.centered-agree-message {
    max-width: 504px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
}

@media screen and (max-width: 500px) {
    .centered-agree-message {
        margin-top: 0;
    }
}

.feedback-block__form .special-terms__btn {
    text-align: center;
}

@media screen and (max-width: 550px) {
    .feedback-block__form .special-terms__btn {
        text-align: left;
    }
}

.feedback-block__title {
    padding-right: 14px;
    padding-left: 14px;
    text-align: center;
}

@media screen and (max-width: 550px) {
    .feedback-block__title {
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }
}

.feedback-block__form input:disabled {
    cursor: default;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .feedback-block__form input:disabled:hover {
        color: #000000;
        border: 2px solid #000000;
        background-color: rgba(0, 0, 0, 0);
    }
}

@media screen and (max-width: 500px) {
    .feedback-block__form .simple-button {
        margin-top: 20px;
    }
}

.top-banner .community-top-slider__title {
    color: white;
}

@media screen and (max-width: 767px) {
    .top-banner .community-top-slider__title {
        color: black;
    }
}

.school-programme-banner__title {
    margin: 0;
    color: inherit;
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
}

@media screen and (max-width: 500px) {
    .school-programme-banner__title {
        font-size: 39px;
        font-weight: 600;
        line-height: 1.2;
    }
}

a.btn-link--red {
    display: inline-block;
    padding: 21px 20px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    letter-spacing: 0;
    color: white;
    background-color: rgb(213, 7, 18);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    a.btn-link--red:hover {
        background-color: black;
    }
}

@media screen and (max-width: 500px) {
    a.btn-link--red {
        width: 100%;
        padding: 20px 12px;
    }
}

.button-wrap {
    margin-top: 50px;
    margin-bottom: 58px;
    text-align: center;
}

@media screen and (max-width: 500px) {
    .button-wrap {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

/**
* Landing subscribe
*/

.subscribe-main {
    display: grid;
    width: 100%;
    background-color: black;

    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    gap: 0 0;
    grid-template-areas: 'image0 image1 image2 image3 image4 image5 image6 image7'
    'image8 image9 Content Content Content Content Content image10'
    'image11 image12 Content Content Content Content Content image13'
    'image14 image15 Content Content Content Content Content image16'
    'image20 image21 image22 image23 image24 image25 image26 image27';
}

@media screen and (max-width: 1399px) {
    .subscribe-main {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
        grid-template-areas: 'image0 image1 image2 image3 image4 image5 image6 image7'
        'image8 image9 Content Content Content Content Content image10'
        'image11 image12 Content Content Content Content Content image13'
        'image14 image15 Content Content Content Content Content image16'
        'image20 image21 image22 image23 image24 image25 image26 image27';
    }
}

@media screen and (max-width: 1159px) {
    .subscribe-main {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-areas: 'image0 image1 image2 image3 image4 image5 image6'
        'image7 image8 Content Content Content Content image9'
        'image10 image11 Content Content Content Content image12'
        'image13 image14 Content Content Content Content image15'
        'image16 image17 Content Content Content Content image18'
        'image19 image20 image21 image22 image23 image24 image25';
    }
}

@media screen and (max-width: 959px) {
    .subscribe-main {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-areas: 'image0 image2 image2 image3 image4 image5'
        'image7 Content Content Content Content image8'
        'image9 Content Content Content Content image10'
        'image11 Content Content Content Content image12'
        'image13 Content Content Content Content image14'
        'image27  image28 image29 image30 image31 image32';
    }
}

@media screen and (max-width: 759px) {
    .subscribe-main {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-areas: 'image0 image2 image2 image3 image4 image5'
        'image7 Content Content Content Content image8'
        'image9 Content Content Content Content image10'
        'image11 Content Content Content Content image12'
        'image13 Content Content Content Content image14'
        'image15 Content Content Content Content image16'
        'image17 Content Content Content Content image18'
        'image19 Content Content Content Content image20'
        'image27  image28 image29 image30 image31 image32';
    }
}

@media screen and (max-width: 479px) {
    .subscribe-main {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-areas: 'image0 image2 image2 image3 image4 image5 image6'
        'image7 Content Content Content Content Content image8'
        'image9 Content Content Content Content Content image10'
        'image11 Content Content Content Content Content image12'
        'image13 Content Content Content Content Content image14'
        'image15 Content Content Content Content Content image16'
        'image17 Content Content Content Content Content image18'
        'image19 Content Content Content Content Content image20'
        'image21 Content Content Content Content Content image22'
        'image23 Content Content Content Content Content image24'
        'image25 Content Content Content Content Content image26'
        'image27  image28 image29 image30 image31  image32 image33';
    }
}

.subscribe-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16% 0;
    color: black;
    background-color: white;

    grid-area: Content;
}

@media screen and (max-width: 1399px) {
    .subscribe-content {
        padding: 5% 0;
    }
}

@media screen and (max-width: 1159px) {
    .subscribe-content {
        padding: 17% 0;
    }
}

@media screen and (max-width: 959px) {
    .subscribe-content {
        padding: 12% 0;
    }
}

@media screen and (max-width: 759px) {
    .subscribe-content {
        padding: 28% 0;
    }
}

@media screen and (max-width: 479px) {
    .subscribe-content {
        padding: 8% 0 7%;
    }
}

.subscribe-wrapper {
    width: 100%;
    max-width: 730px;
    padding: 16px 23px;
}

@media screen and (max-width: 1399px) {
    .subscribe-wrapper {
        max-width: 646px;
        padding: 30px;
    }
}

@media screen and (max-width: 1159px) {
    .subscribe-wrapper {
        max-width: 370px;
        padding: 0;
    }
}

@media screen and (max-width: 759px) {
    .subscribe-wrapper {
        max-width: 400px;
        padding: 16px 20px;
    }
}

[class*='image-'] img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    object-fit: cover;
}

[class*='image-'] {
    position: relative;
    width: 100%;
}

.image-0 {
    grid-area: image0;
}

.image-1 {
    grid-area: image1;
}

.image-2 {
    grid-area: image2;
}

.image-3 {
    grid-area: image3;
}

.image-4 {
    grid-area: image4;
}

.image-5 {
    grid-area: image5;
}

.image-6 {
    grid-area: image6;
}

.image-9 {
    grid-area: image9;
}

.image-7 {
    grid-area: image7;
}

.image-8 {
    grid-area: image8;
}

.image-10 {
    grid-area: image10;
}

.image-11 {
    grid-area: image11;
}

.image-12 {
    grid-area: image12;
}

.image-13 {
    grid-area: image13;
}

.image-14 {
    grid-area: image14;
}

.image-15 {
    grid-area: image15;
}

.image-16 {
    grid-area: image16;
}

.image-17 {
    grid-area: image17;
}

.image-18 {
    grid-area: image18;
}

.image-19 {
    grid-area: image19;
}

.image-20 {
    grid-area: image20;
}

.image-21 {
    grid-area: image21;
}

.image-22 {
    grid-area: image22;
}

.image-23 {
    grid-area: image23;
}

.image-24 {
    grid-area: image24;
}

.image-25 {
    grid-area: image25;
}

.image-26 {
    grid-area: image26;
}

.image-27 {
    grid-area: image27;
}

.image-28 {
    grid-area: image28;
}

.image-29 {
    grid-area: image29;
}

.image-30 {
    grid-area: image30;
}

.image-31 {
    grid-area: image31;
}

.image-32 {
    grid-area: image32;
}

.image-33 {
    grid-area: image33;
}

.main-title {
    margin: 0;
    text-align: left;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
}

@media screen and (max-width: 1159px) {
    .main-title {
        font-size: 32px;
    }
}

@media screen and (max-width: 759px) {
    .main-title {
        max-width: 200px;
        font-size: 30px;
    }
}

.b-follow {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}

@media screen and (max-width: 550px) {
    .b-follow {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.main-subtitle {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}

@media screen and (max-width: 550px) {
    .main-subtitle {
        font-size: 20px;
    }
}

.follow-list {
    margin-top: 60px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .follow-list {
        margin-top: 40px;
    }
}

@media screen and (max-width: 550px) {
    .follow-list {
        display: flex;
        justify-content: space-around;
        margin-top: 20px;
    }
}

.follow-list__item {
    display: inline-block;
    margin-right: 30px;
    margin-left: 30px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: black;
    font-size: 26px;
}

@media screen and (max-width: 550px) {
    .follow-list__item {
        margin: 0;
    }
}

.follow-list__item span {
    vertical-align: middle;
}

@media (hover), (min-width:0\0), (min--moz-device-pixel-ratio:0) {
    .follow-list__item:hover {
        text-decoration: none;
        color: rgb(218, 43, 29);
    }
}

.follow-list__icon {
    fill: currentColor;
}

.subscribe-content__txt {
    max-width: 70%;
    margin-top: 27px;
    font-size: 24px;
}

@media screen and (max-width: 1399px) {
    .subscribe-content__txt {
        max-width: 80%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1159px) {
    .subscribe-content__txt {
        max-width: 90%;
        margin-top: 30px;
        font-size: 20px;
    }
}

@media screen and (max-width: 759px) {
    .subscribe-content__txt {
        font-size: 16px;
    }
}

@media screen and (max-width: 479px) {
    .subscribe-content__txt {
        max-width: 100%;
        margin-top: 13px;
        font-size: 16px;
    }
}

.b-digital-twin .simple-button {
    color: #000000;
}

@media (hover), (min-width:0\0), (min--moz-device-pixel-ratio:0) {
    .b-digital-twin .simple-button:hover {
        cursor: pointer;
        transition: all 0.5s;
        color: #ffffff;
        background-color: #000000;
    }
}

.b-custom-checkbox {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 8px;
    padding-bottom: 25px;
    padding-left: 35px;
    text-align: left;
    font-size: 14px;
    line-height: 0;
}

@media screen and (max-width: 759px) {
    .b-custom-checkbox {
        margin-top: 10px;
    }
}

.custom-checkbox__txt {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

@media screen and (max-width: 479px) {
    .custom-checkbox__txt {
        font-size: 12px;
    }
}

.subscribe-content__link {
    color: rgb(232, 62, 39);
}

.custom-checkbox__txt--line {
    display: block;
}

@media screen and (max-width: 479px) {
    .custom-checkbox__txt--line {
        display: inline;
    }
}

/* school program */
.top-banner__content p {
    margin-top: 15px;
    margin-bottom: 25px;
}

.top-banner__content .simple-button {
    margin-top: 0;
}

.feedback-block__title h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1;
}

@media screen and (max-width: 550px) {
    .feedback-block__title h2 {
        font-size: 28px;
    }
}

.feedback-block__title p {
    margin-top: 17px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.3;
}

.feedback-block__form .simple-button {
    display: inline-block;
    min-width: 190px;
    margin-top: 40px;
    padding: 15px;
    transition: all 0.5s;
    text-align: center;
    text-decoration: none !important;
    letter-spacing: 1.5px;
    color: #000000;
    border: 2px solid #000000;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .feedback-block__form .simple-button:hover {
        cursor: pointer;
        transition: all 0.5s;
        color: #ffffff;
        background-color: #000000;
    }
}

.feedback-block__form .wpcf7-mail-sent-ok {
    text-align: center;
    font-size: 1.5em;
}

.feedback-block__form .wpcf7-validation-errors {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.download-button-wrap {
    text-align: center;
}

@media screen and (max-width: 500px) {
    .download-button-wrap {
        text-align: left;
    }
}

.download-button-wrap .simple-button {
    margin-top: 35px;
}

.txt--black {
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.about-page-content p {
    margin-top: 28px;
    margin-bottom: 0;
}

@media all and (max-width: 767px) {
    .read-more-container .simple-button.has-arrow {
        width: 290px;
        padding-left: 20px;
        white-space: nowrap;
    }
}

@media all and (max-width: 767px) {
    .news-block {
        margin-right: 0;
        margin-left: 0;
    }
}

.school-slider-wrapper {
    margin-top: 118px;
}

@media screen and (max-width: 1024px) {
    .school-slider-wrapper {
        margin-top: 96px;
    }
}

@media screen and (max-width: 768px) {
    .school-slider-wrapper {
        margin-top: 65px;
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 550px) {
    .school-slider-wrapper {
        margin-top: 0;
    }
}

.school-slider-wrapper__inner {
    position: relative;
}

.school-slider {
    width: 100%;
}

.school-slider__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 500px;
    padding-right: 56px;
    padding-left: 56px;
    background-color: rgb(235, 235, 235);
}

@media screen and (max-width: 1440px) {
    .school-slider__item {
        padding-right: 84px;
        padding-left: 84px;
    }
}

@media screen and (max-width: 1024px) {
    .school-slider__item {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 768px) {
    .school-slider__item {
        flex-direction: column;
        height: auto;
        min-height: 820px;
        padding-top: 107px;
        padding-right: 72px;
        padding-bottom: 106px;
        padding-left: 72px;
    }
}

@media screen and (max-width: 550px) {
    .school-slider__item {
        min-height: 660px;
        padding-top: 76px;
        padding-right: 20px;
        padding-bottom: 82px;
        padding-left: 20px;
    }
}

.school-slider__pic {
    width: 582px;
}

@media screen and (max-width: 1366px) {
    .school-slider__pic {
        width: 48%;
    }
}

@media screen and (max-width: 1024px) {
    .school-slider__pic {
        width: 49%;
    }
}

@media screen and (max-width: 768px) {
    .school-slider__pic {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 550px) {
    .school-slider__pic {
        margin-bottom: 20px;
    }
}

.school-slider__content {
    width: 500px;
}

@media screen and (max-width: 1336px) {
    .school-slider__content {
        width: 40%;
    }
}

@media screen and (max-width: 1024px) {
    .school-slider__content {
        width: 43%;
    }
}

@media screen and (max-width: 768px) {
    .school-slider__content {
        width: 100%;
    }
}

.school-slider__nav {
    position: absolute;
    z-index: 11;
    right: 0;
    bottom: 0;
    padding-right: 33px;
    padding-bottom: 18px;
}

@media screen and (max-width: 768px) {
    .school-slider__nav {
        bottom: 106px;
        padding-right: 72px;
        padding-bottom: 2px;
    }
}

@media screen and (max-width: 550px) {
    .school-slider__nav {
        bottom: 82px;
        padding-right: 20px;
    }
}

.school-slider__content h3 {
    margin: 0;
    margin-bottom: 22px;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}

@media screen and (max-width: 550px) {
    .school-slider__content h3 {
        font-size: 26px;
    }
}

.school-slider__content p {
    margin: 0;
    font-size: 17px;
    line-height: 1.4;
}

.school-slider__content .simple-button {
    margin-top: 30px;
}

.school-slider__nav button {
    width: 25px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    font-size: 0;
}

.school-slider__nav .owl-prev {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12.121\' height=\'21.414\' viewBox=\'0 0 12.121 21.414\'%3E%3Cpath id=\'i_arrow_left\' d=\'M-12028.9-9924.543l-10,10,10,10\' transform=\'translate(12040.313 9925.25)\' fill=\'none\' stroke=\'%23000\' stroke-width=\'2\'/%3E%3C/svg%3E');
    background-position: top left;
}

.school-slider__nav .owl-next {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12.121\' height=\'21.414\' viewBox=\'0 0 12.121 21.414\'%3E%3Cpath id=\'i_arrow_right\' d=\'M-12038.9-9924.543l10,10-10,10\' transform=\'translate(12039.605 9925.25)\' fill=\'none\' stroke=\'%23000\' stroke-width=\'2\'/%3E%3C/svg%3E');
    background-position: top right;
}

/**
* CONTACT PAGE
*/
.contact-page {
    padding-top: 100px;
    padding-right: 14px;
    padding-bottom: 100px;
    padding-left: 14px;
    text-align: center;
}

@media screen and (max-width: 550px) {
    .contact-page {
        padding-top: 50px;
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }
}

.contact-form {
    max-width: 500px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 550px) {
    .contact-form {
        margin-top: 40px;
    }
}

.contact-form-block {
    text-align: left;
}

.contact-form-block p {
    margin: 0;
}

.recaptcha-disclaimer {
    font-size: 15px;
}

.contact-form-item.acceptance {
    margin-bottom: 30px;
}

.submit-contact input {
    width: 190px;
    height: 46.4px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: white;
    border: none;
    outline: none;
    background-color: black;
    font-weight: 600;
}

.contact-form-block select {
    width: 100%;
    height: 48px;
    padding-right: 40px;
    padding-left: 16px;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(134, 134, 134);
    border-radius: 0;
    outline: none;
    background-color: transparent;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'13.414\' height=\'8.121\' viewBox=\'0 0 13.414 8.121\'%3E%3Cpath id=\'Контур_11656\' data-name=\'Контур 11656\' d=\'M0,0,6,6,0,12\' transform=\'translate(12.707 0.707) rotate(90)\' fill=\'none\' stroke=\'%23000\' stroke-width=\'2\'/%3E%3C/svg%3E%0A');
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 13px auto;
    font-family: ProximaNova;
    font-size: 17px;
    font-weight: 400;

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

.contact-form-block select:focus {
    border-color: black;
}

@media screen and (max-width: 550px) {
    .contact-form-block select {
        height: 50px;
        padding-right: 18px;
        background-position: right 18px center;
        background-size: 12px auto;
    }
}

.contact-form-block .contact-form-item input {
    width: 100%;
    height: 48px;
    padding-right: 16px;
    padding-left: 16px;
    color: black;
    border: 1px solid rgb(134, 134, 134);
    outline: none;
    font-family: ProximaNova;
    font-size: 17px;
}

@media screen and (max-width: 550px) {
    .contact-form-block .contact-form-item input {
        height: 50px;
    }
}

.contact-form-block .contact-form-item input:focus {
    border-color: black;
}

.contact-form-block .contact-form-item input::-webkit-input-placeholder,
.contact-form-block textarea::-webkit-input-placeholder {
    color: black;
}

.contact-form-block .contact-form-item input::-moz-placeholder,
.contact-form-block textarea::-moz-placeholder {
    color: black;
}

.contact-form-block .contact-form-item input::placeholder,
.contact-form-block textarea::placeholder {
    color: black;
}

.contact-form-block textarea {
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding-top: 14px;
    padding-right: 16px;
    padding-left: 16px;
    border: 1px solid rgb(134, 134, 134);
    outline: none;
    font-family: ProximaNova;
    font-size: 17px;
}

@media screen and (max-width: 550px) {
    .contact-form-block textarea {
        height: 50px;
        min-height: 50px;
    }
}

.contact-form-item.submit-contact input {
    display: block;
    max-width: 190px;
    margin-right: auto;
    margin-left: auto;
    border-color: black;
    background-color: white;
    font-size: 12px;
    font-weight: 600;
}

@media screen and (max-width: 550px) {
    .contact-form-item.submit-contact input {
        margin-left: 0;
    }
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .contact-form-item.submit-contact input:not(:disabled):hover {
        color: white;
        background-color: black;
    }
}

.contact-form-item.submit-contact input:disabled {
    cursor: not-allowed;
}

.contact-form-block span.wpcf7-not-valid-tip {
    color: rgb(213, 7, 18);
    font-size: 15px;
}

.contact-form-block .contact-form-item .wpcf7-not-valid {
    border-color: rgb(213, 7, 18);
}

.scroll-content {
    width: 100%;
}

.mixed-slider__wrapper {
    display: flex;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .mixed-slider__wrapper {
        flex-direction: column;
    }
}

.mixed-slider .slide-item {
    width: 100%;
}

.mixed-slider .slide-item img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.category-item {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgb(127, 127, 127);
    font-size: 13px;
    font-weight: 600;
    line-height: 2.17;
}

@media screen and (max-width: 991px) {
    .category-item {
        margin-right: 8px;
        margin-left: 8px;
    }
}

@media screen and (max-width: 768px) {
    .category-item {
        white-space: nowrap;
    }
}

@media screen and (max-width: 767px) {
    .category-item {
        margin-right: 16px;
        margin-bottom: 10px;
        margin-left: 0;
    }
}

.category-item--active {
    color: #000000;
    border-bottom: 2px solid #000000;
}

.blog-page {
    margin-top: 100px;
    text-align: center;
}

@media screen and (max-width: 550px) {
    .blog-page {
        margin-top: 40px;
        padding-right: 14px;
        padding-left: 14px;
        text-align: left;
    }
}

.category-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 720px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
}

@media screen and (max-width: 768px) {
    .category-nav {
        flex-wrap: wrap;
        padding-right: 0;
    }
}

@media screen and (max-width: 550px) {
    .category-nav {
        margin-top: 40px;
    }
}

.blog-item__tag {
    padding-right: 15px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgb(127, 127, 127);
    font-size: 13px;
    font-weight: 600;
    line-height: 2.1;
}

/**
* Search form in blog
*/

.blog-search {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    max-width: 100%;
    height: 48px;
    margin-top: -24px;
    transition: width 0.3s linear;
    background-color: white;
}

@media screen and (max-width: 768px) {
    .blog-search {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-top: 40px;
    }
}

.blog-search__field {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 0;
    height: 100%;
    padding: 13px 15px;
    transition: all 0.3s linear;
    border: 0;
    border-radius: 0;
    font-family: 'ProximaNova', sans-serif;
    font-size: 17px;

    -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
    .blog-search__field {
        width: 100%;
        border: 1px solid rgb(134, 134, 134);
    }
}

.blog-search__field::placeholder {
    color: rgb(0, 0, 0);
    font-family: 'ProximaNova', sans-serif;
    font-size: 17px;
}

.blog-search__field::-webkit-input-placeholder {
    color: rgb(0, 0, 0);
    font-size: 17px;
}

.blog-search__field::-ms-input-placeholder {
    color: rgb(0, 0, 0);
    font-size: 17px;
}

.blog-search__btn {
    position: absolute;
    top: 17px;
    right: 18px;
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    background-image: url('data:image/svg+xml, %3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'17.443\' height=\'18.018\' viewBox=\'0 0 17.443 18.018\' stroke=\'%23000000\'%3E%3Cg id=\'Group_570\' data-name=\'Group 570\' transform=\'translate(-250.199 -96)\'%3E%3Cg id=\'Group_67\' data-name=\'Group 67\' transform=\'translate(250.199 96)\'%3E%3Cg id=\'Ellipse_14\' data-name=\'Ellipse 14\' fill=\'none\' stroke-width=\'2\'%3E%3Ccircle cx=\'7.5\' cy=\'7.5\' r=\'7.5\' stroke=\'none\'/%3E%3Ccircle cx=\'7.5\' cy=\'7.5\' r=\'6.5\' fill=\'none\'/%3E%3C/g%3E%3Cpath id=\'Path_77\' data-name=\'Path 77\' d=\'M17788.941,13669.992l5.064,5.066\' transform=\'translate(-17777.27 -13657.748)\' fill=\'none\' stroke-width=\'2\'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;
}

.blog-search__close {
    position: absolute;
    top: 17px;
    right: 18px;
    display: none;
    visibility: hidden;
    width: 15px;
    height: 15px;
    padding: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'16.414\' height=\'16.414\' viewBox=\'0 0 16.414 16.414\'%3E%3Cg id=\'Group_669\' data-name=\'Group 669\' transform=\'translate(0 -0.001)\'%3E%3Cpath id=\'Path_1916\' data-name=\'Path 1916\' d=\'M15.707.709l-15,15\' transform=\'translate(0 0)\' fill=\'none\' stroke=\'%23000\' stroke-width=\'2\'/%3E%3Cpath id=\'Path_1917\' data-name=\'Path 1917\' d=\'M.708.708l15,15\' transform=\'translate(0 0)\' fill=\'none\' stroke=\'%23000\' stroke-width=\'2\'/%3E%3C/g%3E%3C/svg%3E%0A');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;
}

.blog-slider__list {
    text-align: left;
}

.keyword-find__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, 0);
    background-image: url('data:image/svg+xml, %3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'17.443\' height=\'18.018\' viewBox=\'0 0 17.443 18.018\' stroke=\'%23000000\'%3E%3Cg id=\'Group_570\' data-name=\'Group 570\' transform=\'translate(-250.199 -96)\'%3E%3Cg id=\'Group_67\' data-name=\'Group 67\' transform=\'translate(250.199 96)\'%3E%3Cg id=\'Ellipse_14\' data-name=\'Ellipse 14\' fill=\'none\' stroke-width=\'2\'%3E%3Ccircle cx=\'7.5\' cy=\'7.5\' r=\'7.5\' stroke=\'none\'/%3E%3Ccircle cx=\'7.5\' cy=\'7.5\' r=\'6.5\' fill=\'none\'/%3E%3C/g%3E%3Cpath id=\'Path_77\' data-name=\'Path 77\' d=\'M17788.941,13669.992l5.064,5.066\' transform=\'translate(-17777.27 -13657.748)\' fill=\'none\' stroke-width=\'2\'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: 99% 14px;
}

@media screen and (max-width: 768px) {
    .keyword-find__btn {
        top: 1px;
        right: 1px;
        height: 46px;
        background-position: 4px 14px;
    }
}

.blog-search--active {
    width: 100%;
    border: 1px solid rgb(134, 134, 134);
}

.blog-search--active .blog-search__field {
    width: 100%;
    transition: border 0.3s ease-out;
}

.blog-search--active .keyword-find__btn {
    display: none;
}

input[type='search']::-webkit-search-cancel-button {
    position: absolute;
    top: 15px;
    right: 12px;
    width: 15px;
    height: 15px;
    padding: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'16.414\' height=\'16.414\' viewBox=\'0 0 16.414 16.414\'%3E%3Cg id=\'Group_669\' data-name=\'Group 669\' transform=\'translate(0 -0.001)\'%3E%3Cpath id=\'Path_1916\' data-name=\'Path 1916\' d=\'M15.707.709l-15,15\' transform=\'translate(0 0)\' fill=\'none\' stroke=\'%23000\' stroke-width=\'2\'/%3E%3Cpath id=\'Path_1917\' data-name=\'Path 1917\' d=\'M.708.708l15,15\' transform=\'translate(0 0)\' fill=\'none\' stroke=\'%23000\' stroke-width=\'2\'/%3E%3C/g%3E%3C/svg%3E%0A');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;

    -webkit-appearance: none;
}

.blog-search__field:focus {
    width: 100%;
    outline: none;
}

@media screen and (max-width: 767px) {
    .category-nav__list {
        display: flex;
        overflow-x: scroll;
        width: 100vw;
        margin-right: -32px;
    }
}

@media screen and (max-width: 500px) {
    .category-nav__list {
        margin-right: -6px;
    }
}

.short-blog .blog-item-image {
    background-color: rgba(232, 232, 232, 0.3);
}

.search-notfound {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 402px;
}

.about-slider__header {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
    .about-slider__header {
        margin-bottom: 43px;
    }
}

@media screen and (max-width: 550px) {
    .about-slider__header {
        margin-bottom: 35px;
    }
}

.about-slider {
    margin-bottom: 129px;
}

@media screen and (max-width: 1024px) {
    .about-slider {
        margin-bottom: 144px;
    }
}

@media screen and (max-width: 768px) {
    .about-slider {
        margin-bottom: 121px;
    }
}

@media screen and (max-width: 550px) {
    .about-slider {
        margin-bottom: 73px;
    }
}

.about-slider .about-slider__item .about-slider__img {
    width: auto;
    height: 360px;
}

.about-slider__item {
    margin-top: 0;
    margin-bottom: 0;
}

.about-slider__title {
    margin-top: 22px;
    padding-left: 0;
    color: black;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.about-slider__list {
    overflow: hidden;
    width: 100%;
    max-width: 1392px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 14px;
    padding-left: 14px;
}

@media screen and (max-width: 1410px) {
    .about-slider__list {
        padding: 0 5%;
    }
}

@media screen and (max-width: 1366px) {
    .about-slider__list {
        padding-right: 0;
        padding-left: 3.5%;
    }
}

@media screen and (max-width: 1024px) {
    .about-slider__list {
        padding-left: 32px;
    }
}

@media screen and (max-width: 550px) {
    .about-slider__list {
        padding-left: 20px;
    }
}

.about-slider__nav {
    text-align: right;
    white-space: nowrap;
}

.about-slider__nav button {
    width: 25px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    font-size: 0;
}

.about-slider__nav .owl-prev {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12.121\' height=\'21.414\' viewBox=\'0 0 12.121 21.414\'%3E%3Cpath id=\'i_arrow_left\' d=\'M-12028.9-9924.543l-10,10,10,10\' transform=\'translate(12040.313 9925.25)\' fill=\'none\' stroke=\'%23000\' stroke-width=\'2\'/%3E%3C/svg%3E');
    background-position: center left;
}

.about-slider__nav .owl-next {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12.121\' height=\'21.414\' viewBox=\'0 0 12.121 21.414\'%3E%3Cpath id=\'i_arrow_right\' d=\'M-12038.9-9924.543l10,10-10,10\' transform=\'translate(12039.605 9925.25)\' fill=\'none\' stroke=\'%23000\' stroke-width=\'2\'/%3E%3C/svg%3E');
    background-position: center right;
}

.about-page__header {
    width: 100%;
    max-width: 924px;
    margin-right: auto;
    margin-bottom: 110px;
    margin-left: auto;
    padding-top: 95px;
}

@media screen and (max-width: 1366px) {
    .about-page__header {
        margin-bottom: 60px;
        padding-top: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .about-page__header {
        max-width: 100%;
        margin-bottom: 71px;
        padding-right: 46px;
        padding-left: 46px;
    }
}

@media screen and (max-width: 768px) {
    .about-page__header {
        margin-bottom: 68px;
        padding-top: 72px;
        padding-right: 47px;
        padding-left: 70px;
    }
}

@media screen and (max-width: 550px) {
    .about-page__header {
        margin-bottom: 54px;
        padding-top: 43px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.about-page__header .text--large {
    margin-top: 51px;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .about-page__header .text--large {
        margin-top: 29px;
    }
}

.about-video {
    width: 100%;
    max-width: 1087px;
    margin-right: auto;
    margin-bottom: 132px;
    margin-left: auto;
}

@media screen and (max-width: 1366px) {
    .about-video {
        margin-bottom: 136px;
        padding-right: 3.5%;
        padding-left: 3.5%;
    }
}

@media screen and (max-width: 1024px) {
    .about-video {
        margin-bottom: 108px;
        padding-right: 46px;
        padding-left: 46px;
    }
}

@media screen and (max-width: 768px) {
    .about-video {
        margin-bottom: 95px;
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 550px) {
    .about-video {
        margin-bottom: 56px;
    }
}

.about-page__contact {
    max-width: 616px;
    margin-top: 170px;
    margin-right: auto;
    margin-bottom: 170px;
    margin-left: auto;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .about-page__contact {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

@media screen and (max-width: 550px) {
    .about-page__contact {
        margin-top: 60px;
        margin-bottom: 80px;
        text-align: left;
    }
}

.about-page__contact .text {
    margin-top: 22px;
}

@media screen and (max-width: 550px) {
    .about-page__contact .text {
        margin-top: 20px;
    }
}

.about-page__contact .simple-button {
    margin-top: 35px;
}

@media screen and (max-width: 550px) {
    .about-page__contact .simple-button {
        margin-top: 26px;
    }
}

@media screen and (max-width: 767px) {
    .banner-button .simple-button {
        border-color: black;
    }
}

.chess-single {
    padding-bottom: 147px;
}

@media screen and (max-width: 1366px) {
    .chess-single {
        padding-bottom: 140px;
    }
}

@media screen and (max-width: 1024px) {
    .chess-single {
        padding-bottom: 160px;
    }
}

@media screen and (max-width: 768px) {
    .chess-single {
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 550px) {
    .chess-single {
        padding-bottom: 80px;
    }
}

.chess-single .chess-block__item {
    margin-bottom: 0;
}

.chess-single .chess-block__pic {
    order: 2;
}

@media screen and (max-width: 768px) {
    .chess-single .chess-block__pic {
        padding-right: 0;
        padding-left: 0;
    }
}

.chess-single .chess-block__content {
    padding-left: 84px;
}

@media screen and (max-width: 1366px) {
    .chess-single .chess-block__content {
        padding-left: 78px;
    }
}

@media screen and (max-width: 1024px) {
    .chess-single .chess-block__content {
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .chess-single .chess-block__content {
        padding-right: 0;
    }
}

.chess-block--products {
    margin-top: 150px;
}

@media screen and (max-width: 1024px) {
    .chess-block--products {
        margin-top: 100px;
    }
}

@media screen and (max-width: 768px) {
    .chess-block--products {
        margin-top: 134px;
    }
}

@media screen and (max-width: 550px) {
    .chess-block--products {
        margin-top: 20px;
    }
}

.chess-block--products .subtitle {
    margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
    .chess-block--products .subtitle {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 768px) {
    .chess-block--products .subtitle {
        margin-bottom: 72px;
    }
}

@media screen and (max-width: 550px) {
    .chess-block--products .subtitle {
        margin-bottom: 44px;
    }
}

/* SUBSCRIBE BAR */
.success-send {
    font-size: 22px;
}

.subscribe-block .success-subscribe {
    margin-left: 15px;
    color: #000000;
}

.success-send .subscribe-title {
    margin-right: 22px;
}

.subscribe-block {
    display: block;
    width: 100%;
    height: 90px;
    background-color: rgb(230, 230, 230);
    box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 991px) {
    .subscribe-block {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .subscribe-block {
        width: 100vw;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding-bottom: 30px;
    }

    .has-subscribe.article-text .subscribe-block {
        margin-left: 0;
    }
}

.subscribe-block .wrapper {
    height: 100%;
}

.subscribe-block__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.success-send .subscribe-block__wrapper {
    justify-content: center;
}

.success-send .subscribe-block__title {
    display: block;
    width: 30%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .success-send .subscribe-block__title {
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .subscribe-block__wrapper {
        flex-direction: column;
    }
}

.subscribe-block__title {
    flex-shrink: 0;
    text-align: left;
    letter-spacing: normal;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
}

.subscribe-input.has-error {
    border-color: rgb(241, 15, 39);
}

@media screen and (max-width: 1250px) {
    .subscribe-block__title {
        font-size: 20px;
    }
}

@media screen and (max-width: 1065px) {
    .subscribe-block__title {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .subscribe-block__title {
        display: block;
        width: 100%;
        padding-right: 15px;
    }
}

.subscribe-block__button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 100%;
    cursor: pointer;
    transition: all 0.5s;
    color: white;
    border: none;
    outline: none;
    background-color: black;
}

.subscribe-block__button svg {
    display: block;
    width: 10px;
    transition: all 0.5s;

    stroke: currentColor;
}

.close-subscribe {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    width: 16px;
    height: 15px;
    margin-left: 25px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .close-subscribe {
        position: absolute;
        top: 15px;
        right: 0;
        transform: translateY(0.5ex);
    }
}

.close-subscribe::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    transform: rotate(45deg);
    background-color: #7f7f7f;
}

.close-subscribe::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    transform: rotate(-45deg);
    background-color: #7f7f7f;
}

.subscribe-block__title--mobile {
    display: none;
}

@media screen and (max-width: 1065px) {
    .subscribe-block__title--mobile {
        display: inline;
    }
}

@media screen and (max-width: 767px) {
    .subscribe-block__title--mobile {
        display: none;
    }
}

.subscribe-block__form {
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 30px;
    padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .subscribe-block__form {
        width: 100%;
        margin-left: 0;
    }
}

.subscribe-block .form-errors {
    position: absolute;
    bottom: 19px;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    color: #f10f27;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .subscribe-block .form-errors {
        bottom: 40px;
    }
}

.subscribe-input-area {
    position: relative;
    width: 100%;
    border: 1px solid rgb(183, 183, 183);
}

.about-subscribe-description {
    min-width: 400px;
    margin-left: 30px;
    text-align: left;
    color: #585858;
    font-size: 16px;
    line-height: 1.63;
}

@media screen and (max-width: 1366px) {
    .about-subscribe-description {
        font-size: 15px;
    }
}

@media screen and (max-width: 1065px) {
    .about-subscribe-description {
        margin-left: 0;
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .about-subscribe-description {
        width: 55%;
    }
}

@media screen and (max-width: 768px) {
    .about-subscribe-description {
        width: 100%;
        min-width: 1px;
        max-width: 100%;
        margin-top: 10px;
        margin-right: 0;
        margin-bottom: 15px;
        margin-left: 0;
        line-height: 1.71;
    }
}

.subscribe-input {
    width: 100%;
    height: 46px;
    padding-right: 50px;
    padding-left: 20px;
    transition: all 0.5s;
    text-align: left;
    letter-spacing: normal;
    border: none;
    outline: none;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.21;
}

@media screen and (max-width: 767px) {
    .subscribe-input {
        padding-left: 15px;
        font-size: 12px;
    }
}

.success-subscribe {
    text-align: center;
    letter-spacing: normal;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    line-height: 2;
}

.subscribe-input:hover,
.subscribe-input:focus {
    transition: all 0.5s;
    border-color: #000000;
}

/* SUBSCRIBE BAR END */

.wrapper--small {
    max-width: 830px;
}

@media screen and (max-width: 1024px) {
    .wrapper--small {
        max-width: 864px;
    }
}

.scroll-line-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.scroll-line-wrapper .ps__rail-x {
    visibility: hidden;
}

.scroll-line::-webkit-scrollbar {
    display: none;
}

.scroll-line {
    overflow: scroll;
    margin-top: 91px;
    margin-bottom: 100px;

    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media screen and (max-width: 1366px) {
    .scroll-line {
        margin-top: 97px;
        margin-bottom: 107px;
    }
}

@media screen and (max-width: 1024px) {
    .scroll-line {
        margin-top: 92px;
        margin-bottom: 112px;
    }
}

@media screen and (max-width: 768px) {
    .scroll-line {
        margin-top: 62px;
        margin-bottom: 67px;
    }
}

@media screen and (max-width: 550px) {
    .scroll-line {
        margin-top: 60px;
        margin-bottom: 40px;
    }
}

.scroll-line__wrapper {
    overflow: visible;
    max-width: 100%;
    padding-right: 0;
    padding-left: 100px;
    white-space: nowrap;
}

@media screen and (max-width: 1366px) {
    .scroll-line__wrapper {
        padding-left: 3.5%;
    }
}

@media screen and (max-width: 550px) {
    .scroll-line__wrapper {
        padding-left: 20px;
    }
}

.scroll-line__image {
    display: inline-block;
    margin-top: 0;
    margin-right: 28px;
    margin-bottom: 0;
    vertical-align: top;
}

@media screen and (max-width: 1024px) {
    .scroll-line__image {
        margin-right: 23px;
    }
}

@media screen and (max-width: 767px) {
    .scroll-line__image {
        position: relative;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 550px) {
    .scroll-line__image {
        padding-bottom: 75px;
    }
}

.scroll-line__image img {
    height: 502px;
    vertical-align: top;

    touch-action: pan-y;
}

@media screen and (max-width: 768px) {
    .scroll-line__image img {
        height: 496px;
    }
}

@media screen and (max-width: 550px) {
    .scroll-line__image img {
        height: 223px;
        margin-right: 12px;
    }
}

.scroll-line .owl-nav {
    display: none;
}

.scroll-line .owl-dots {
    display: none;
}

.uk-banner__content .title-banner {
    margin-bottom: 16px;
}

.school-banner__content {
    max-width: 576px;
}

@media screen and (max-width: 1024px) {
    .school-banner__content {
        max-width: 608px;
    }
}

.top-banner--accent {
    height: 1083px;
    margin-top: 119px;
    margin-bottom: 113px;
}

@media screen and (max-width: 1366px) {
    .top-banner--accent {
        height: 800px;
        margin-top: 136px;
        margin-bottom: 97px;
    }
}

@media screen and (max-width: 1024px) {
    .top-banner--accent {
        margin-top: 130px;
        margin-bottom: 117px;
    }
}

@media screen and (max-width: 768px) {
    .top-banner--accent {
        margin-top: 82px;
        margin-bottom: 84px;
    }
}

@media screen and (max-width: 550px) {
    .top-banner--accent {
        height: auto;
        margin-top: 58px;
        margin-bottom: 40px;
    }
}

.top-banner--accent .top-banner__image {
    height: 100%;
}

@media screen and (max-width: 550px) {
    .top-banner--accent .top-banner__image {
        height: 470px;
    }
}

@media screen and (max-width: 550px) {
    .top-banner--accent .top-banner__inner {
        margin-bottom: 40px;
    }
}

.top-banner__content--white {
    max-width: 560px;
    padding: 80px 75px;
    color: black;
    background-color: white;
}

@media screen and (max-width: 550px) {
    .top-banner__content--white {
        padding: 0;
        padding-top: 20px;
    }
}

.investors .top-banner__content--white {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 819px;
    height: 419px;
    padding: 0;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
}

@media screen and (max-width: 1920px) {
    .investors .top-banner__content--white {
        max-width: 794px;
        height: 400px;
        padding: 28px;
    }
}

@media screen and (max-width: 1024px) {
    .investors .top-banner__content--white {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) and (min-width: 551px) {
    .investors .top-banner__inner .wrapper {
        padding: 0;
    }

    .investors .top-banner__content--white {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 550px) {
    .investors .top-banner__content--white {
        display: block;
        height: auto;
        padding: 0;
        text-align: left;
    }

    .investors .top-banner + .text-block {
        margin-top: 60px;
    }
}

.finishing-blockquote {
    max-width: 823px;
    margin-top: 150px;
    margin-right: auto;
    margin-bottom: 162px;
    margin-left: auto;
    text-align: center;
}

@media screen and (max-width: 1366px) {
    .finishing-blockquote {
        margin-top: 154px;
        margin-bottom: 138px;
    }
}

@media screen and (max-width: 1024px) {
    .finishing-blockquote {
        max-width: 800px;
        margin-top: 127px;
        margin-bottom: 151px;
        margin-left: 0;
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .finishing-blockquote {
        margin-top: 93px;
        margin-bottom: 109px;
    }
}

@media screen and (max-width: 550px) {
    .finishing-blockquote {
        margin-top: 61px;
        margin-bottom: 58px;
    }
}

.finishing-blockquote .text--large {
    margin-top: 45px;
    font-style: normal;
}

@media screen and (max-width: 1024px) {
    .finishing-blockquote .text--large {
        margin-top: 34px;
    }
}

@media screen and (max-width: 768px) {
    .finishing-blockquote .text--large {
        margin-top: 54px;
    }
}

@media screen and (max-width: 550px) {
    .finishing-blockquote .text--large {
        margin-top: 37px;
    }
}

.video-slider-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 141px;
    padding-bottom: 141px;
    color: white;
    background-color: black;
}

@media screen and (max-width: 550px) {
    .video-slider-wrapper {
        padding-top: 60px;
        padding-bottom: 64px;
    }
}

.video-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

@media screen and (max-width: 550px) {
    .video-slider.owl-carousel .owl-stage-outer {
        overflow: hidden;
    }
}

.video-slider__header {
    display: flex;
    justify-content: space-between;
}

.video-slider__item {
    width: 574px;
    margin-right: 30px;
}

@media screen and (max-width: 550px) {
    .video-slider__item {
        width: 100%;
    }
}

.video-slider__video-container {
    width: 100%;
    height: 355px;
}

.video-slider__video-container iframe {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.video-slider__nav {
    margin-left: 30px;
    white-space: nowrap;
}

.video-slider {
    margin-top: 55px;
}

.video-slider__nav button {
    width: 30px;
    height: 20px;
    cursor: pointer;
    color: white;
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 0;
}

.video-slider__nav .owl-next {
    margin-left: 10px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12.121\' height=\'21.414\' viewBox=\'0 0 12.121 21.414\'%3E%3Cpath id=\'Контур_11732\' data-name=\'Контур 11732\' d=\'M-12038.9-9924.543l10,10-10,10\' transform=\'translate(12039.605 9925.25)\' fill=\'none\' stroke=\'%23fff\' stroke-width=\'2\'/%3E%3C/svg%3E%0A');
}

.video-slider__nav .owl-prev {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12.121\' height=\'21.414\' viewBox=\'0 0 12.121 21.414\'%3E%3Cpath id=\'Контур_11731\' data-name=\'Контур 11731\' d=\'M-12028.9-9924.543l-10,10,10,10\' transform=\'translate(12040.313 9925.25)\' fill=\'none\' stroke=\'%23fff\' stroke-width=\'2\'/%3E%3C/svg%3E%0A');
}

.video-slider__nav .disabled {
    opacity: 0.5;
}

.chess-mixed {
    margin-top: 150px;
}

@media screen and (max-width: 1366px) {
    .chess-mixed {
        margin-top: 110px;
    }
}

@media screen and (max-width: 1024px) {
    .chess-mixed {
        margin-top: 96px;
    }
}

@media screen and (max-width: 768px) {
    .chess-mixed {
        margin-top: 62px;
    }
}

@media screen and (max-width: 1366px) {
    .chess-mixed .wrapper {
        margin-right: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .chess-mixed .wrapper {
        max-width: 864px;
        margin-right: auto;
        padding-right: 32px;
    }
}

.chess-mixed__item {
    display: flex;
    margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
    .chess-mixed__item {
        flex-wrap: wrap-reverse;
        margin-bottom: 0;
    }
}

.chess-mixed .chess-block__pic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    .chess-mixed .chess-block__pic {
        width: 100%;
    }
}

.chess-mixed__pic-wrapper {
    width: 100%;
    margin: 0;
}

.chess-mixed img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.uk-bio .chess-block__content {
    align-items: flex-start;
}

.chess-mixed__item .chess-block__content {
    padding-left: 0;
}

@media screen and (max-width: 1024px) {
    .chess-mixed__item .chess-block__content {
        width: 100%;
        padding: 0;
    }
}

.chess-mixed figcaption {
    max-width: 100%;
    margin-left: 0;
    padding: 0;
}

.chess-wrapper {
    padding-right: 119px;
    padding-left: 190px;
}

@media screen and (max-width: 1366px) {
    .chess-mixed .chess-wrapper {
        padding-right: 145px;
        padding-left: 145px;
    }
}

@media screen and (max-width: 1024px) {
    .chess-mixed .chess-wrapper {
        padding-right: 32px;
        padding-left: 32px;
    }
}

@media screen and (max-width: 550px) {
    .chess-mixed .chess-wrapper {
        padding-right: 21px;
        padding-left: 21px;
    }
}

.chess-mixed__item .text--accent {
    max-width: 538px;
    margin-bottom: 117px;
}

@media screen and (max-width: 1024px) {
    .chess-mixed__item .text--accent {
        display: none;
    }
}

.chess-small-picture {
    align-self: flex-end;
    max-width: 436px;
}

@media screen and (max-width: 1024px) {
    .chess-small-picture {
        max-width: 100%;
        margin-top: 139px;
        margin-bottom: 120px;
    }
}

@media screen and (max-width: 768px) {
    .chess-small-picture {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 550px) {
    .chess-small-picture {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.video-slider .owl-item {
    transition: all 0.3s ease-in;
    opacity: 0;
}

.video-slider .owl-item.active {
    transition: all 0.3s ease-in;
    opacity: 1;
}

.chess-wrapper .chess-block__content {
    width: 40%;
    padding-left: 0;
}

@media screen and (max-width: 1024px) {
    .chess-wrapper .chess-block__content {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .chess-wrapper .chess-block__content {
        padding-top: 0;
    }
}

.chess-wrapper .chess-block__item {
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .chess-wrapper .chess-block__item {
        display: flex;
        flex-wrap: wrap-reverse;
        margin-bottom: 0;
    }
}

.chess-wrapper .chess-block__pic {
    width: 60%;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    .chess-wrapper .chess-block__pic {
        width: 100%;
        margin-top: 0;
    }
}

.mobile-copy {
    display: none;
}

@media screen and (max-width: 1024px) {
    .mobile-copy {
        display: block;
        margin-bottom: 96px;
    }
}

.chess-wrapper .chess-block__content .simple-button {
    margin-top: 33px;
}

.chess-wrapper .chess-block__content .text--large {
    margin-bottom: 0;
}

.chess-mixed figcaption a {
    color: currentColor;
}

.top-banner--accent .top-banner__image img {
    object-position: center top;
}

.video-slider-wrapper__inner {
    max-width: 100%;
    padding-left: 100px;
}

@media screen and (max-width: 1366px) {
    .video-slider-wrapper__inner {
        padding-left: 3.5%;
    }
}

@media screen and (max-width: 1024px) {
    .video-slider-wrapper__inner {
        padding-left: 32px;
    }
}

@media screen and (max-width: 550px) {
    .video-slider-wrapper__inner {
        padding-left: 21px;
    }
}

@media screen and (max-width: 550px) {
    .uk-bio .top-banner img {
        object-position: 71% center;
    }
}

.chess-block--about {
    margin-bottom: 140px;
}

@media screen and (max-width: 550px) {
    .community-page .top-slider .simple-button {
        display: none;
    }
}

.subtitle__wrapper {
    max-width: 510px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    line-height: 1.4;
}

@media screen and (max-width: 550px) {
    .subtitle__wrapper {
        margin-left: 0;
        text-align: left;
    }
}

@media screen and (max-width: 1024px) {
    .chess-block figcaption {
        padding-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .scroll-line__image figcaption {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .scroll-line__image figcaption {
        position: absolute;
        max-width: 100%;
        white-space: normal;
    }
}

.allstars-banner {
    width: 100%;
    max-width: 100%;
    margin-top: 96px;
    margin-bottom: 135px;
}

@media screen and (max-width: 1366px) {
    .allstars-banner {
        margin-top: 75px;
        margin-bottom: 154px;
    }
}

@media screen and (max-width: 1024px) {
    .allstars-banner {
        margin-top: 69px;
        margin-bottom: 135px;
    }
}

@media screen and (max-width: 768px) {
    .allstars-banner {
        margin-top: 57px;
        margin-bottom: 102px;
    }
}

@media screen and (max-width: 550px) {
    .allstars-banner {
        height: 267px;
    }
}

.allstars-banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 550px) {
    .allstars-banner img {
        height: 100%;

        object-fit: cover;
    }
}

.investors-subscribe {
    max-width: 750px;
    margin-top: 100px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    text-align: center;
}

@media screen and (max-width: 1366px) {
    .investors-subscribe {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 550px) {
    .investors-subscribe {
        margin-top: 67px;
        margin-bottom: 68px;
        text-align: left;
    }
}

.investors-subscribe .subtitle {
    max-width: 532px;
    margin-right: auto;
    margin-bottom: 17px;
    margin-left: auto;
}

.investors-subscribe .text {
    max-width: 532px;
    margin-right: auto;
    margin-left: auto;
}

.jury-block {
    padding-top: 117px;
    padding-bottom: 114px;
    text-align: center;
    background-color: rgb(245, 245, 245);
}

@media screen and (max-width: 550px) {
    .jury-block {
        margin-bottom: 55px;
        padding-top: 73px;
        padding-bottom: 90px;
        text-align: left;
    }
}

.text-block {
    margin-top: 130px;
    text-align: center;
}

@media screen and (max-width: 1366px) {
    .text-block {
        margin-top: 141px;
    }
}

@media screen and (max-width: 550px) {
    .text-block {
        margin-top: 20px;
        text-align: left;
    }
}

.youtube-video {
    margin-top: 61px;
}

.year-block {
    margin-top: 91px;
    text-align: center;
}

@media screen and (max-width: 550px) {
    .year-block {
        margin-top: 70px;
        text-align: left;
    }
}

.year-winners {
    margin-top: 36px;
}

.winners-list {
    display: flex;
    justify-content: space-between;
    margin-top: 54px;
    margin-right: -14px;
    margin-left: -14px;
}

@media screen and (max-width: 550px) {
    .winners-list {
        flex-wrap: wrap;
        margin-right: -21px;
        margin-left: -21px;
    }
}

.winners__item {
    position: relative;
    width: 100%;
    height: 440px;
    margin-right: 14px;
    margin-left: 14px;
    text-align: center;
}

@media screen and (max-width: 550px) {
    .winners__item {
        height: 340px;
        margin-right: 0;
        margin-bottom: 30px;
        margin-left: 0;
    }
}

.winners__item .subtitle--small {
    position: absolute;
    bottom: 48px;
    left: 0;
    width: 100%;
    color: white;
}

.winners__item img {
    width: 100%;
    max-width: 100%;
    height: 100%;

    object-fit: cover;
}

.shortlist {
    margin-top: 136px;
}

@media screen and (max-width: 550px) {
    .shortlist {
        margin-top: 36px;
    }
}

.shortlist .subtitle {
    max-width: 509px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 550px) {
    .shortlist .subtitle {
        margin-left: 0;
    }
}

.subscribe-main__form {
    position: relative;
    margin-top: 36px;
}

@media screen and (max-width: 759px) {
    .subscribe-main__form {
        margin-top: 27px;
    }
}

.subscribe-main__field {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 34px;
}

@media screen and (max-width: 759px) {
    .subscribe-main__field {
        padding-bottom: 0;
    }
}

.subscribe-main__field .simple-button {
    margin-top: 0;
}

.subscribe-main__input-wrapper {
    width: 66%;
}

@media screen and (max-width: 1399px) {
    .subscribe-main__input-wrapper {
        width: 60%;
    }
}

@media screen and (max-width: 1159px) {
    .subscribe-main__input-wrapper {
        width: 250px;
    }

    .subscribe-main__field .simple-button {
        width: 100px;
        min-width: 1px;
    }
}

@media screen and (max-width: 759px) {
    .subscribe-main__input-wrapper {
        width: 100%;
    }

    .subscribe-main__field .simple-button {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 479px) {
    .subscribe-main__field .simple-button {
        margin-top: 15px;
    }
}

.investors .title-banner {
    margin-bottom: 30px;
}

@media screen and (max-width: 550px) {
    .investors .title-banner {
        margin-bottom: 19px;
        font-size: 34px;
    }

    .investors .title-h1 {
        font-size: 28px;
    }
}

.jury-block__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 58px;
    margin-right: -14px;
    margin-left: -14px;
}

.jury__item {
    position: relative;
    width: 33%;
    margin-bottom: 105px;
    padding-right: 14px;
    padding-left: 14px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .jury__item {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    .jury__item {
        width: 50%;
        margin-bottom: 88px;
    }
}

/* @media screen and  */
.jury__item:nth-child(n+4) {
    margin-bottom: 0;
}

@media screen and (max-width: 550px) {
    .jury__item {
        width: 100%;
        margin-top: 45px;
        margin-bottom: 0;
        text-align: left;
    }
}

.jury-block__pic {
    width: 260px;
    height: 260px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    background-image: url('../../img/all_stars/default.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 550px) {
    .jury-block__pic {
        width: 160px;
        height: 160px;
        margin-left: 0;
    }
}

.jury-block__pic img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.jury-block__content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: none;
    width: 100%;
    padding: 32px 48px;
    transform: translate(-50%, -50%);
    text-align: left;
    background-color: white;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 550px) {
    .jury-block__content {
        position: static;
        display: block;
        width: 100%;
        padding: 0;
        padding-top: 18px;
        padding-bottom: 0;
        transform: none;
        background-color: rgba(255, 255, 255, 0);
        box-shadow: none;
    }

    .jury-block__content:empty {
        display: none;
    }

    .jury-block__content p {
        margin-bottom: 0;
    }
}

.jury__item:hover .jury-block__content {
    display: block;
}

.jury__item:hover .jury-block__content:empty {
    display: none;
}

.text-block .subtitle {
    margin-bottom: 23px;
}

.text-wrapper--small {
    max-width: 709px;
    margin-right: auto;
    margin-left: auto;
}

.jury__item .subtitle--small {
    margin-bottom: 16px;
}

.text-block .bulleted-list {
    max-width: 750px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.text-block .subtitle--xs {
    margin-top: 32px;
}

.text-block--second {
    margin-top: 0;
    margin-bottom: 135px;
}

@media screen and (max-width: 1366px) {
    .text-block--second {
        margin-bottom: 120px;
    }
}

@media screen and (max-width: 550px) {
    .text-block--second {
        margin-bottom: 60px;
    }
}

.page-404 .text--large {
    margin-bottom: 0;
}

.cookies-page .title-h1 {
    margin-bottom: 56px;
    text-align: center;
}

@media screen and (max-width: 550px) {
    .cookies-page .title-h1 {
        margin-bottom: 32px;
        text-align: left;
    }
}

.cookies-page .text + .text {
    margin-top: 1em;
}

.cookies-page__section {
    margin-top: 35px;
}

.cookies-page .subtitle--small {
    margin-bottom: 30px;
}

.cookies-page address {
    font-style: normal;
}

.cookies-page .title-h1 + .subtitle--xs {
    display: block;
    margin-bottom: 36px;
    text-align: center;
}

@media screen and (max-width: 550px) {
    .cookies-page .title-h1 + .subtitle--xs {
        margin-bottom: 27px;
        text-align: left;
    }
}

.digital-twin__link {
    display: block;
    margin-top: 15px;
    text-align: center;
    font-weight: 500;
}

.related-articles {
    padding-top: 60px;
    padding-bottom: 30px;
}

