.instagram {
    width: 25%;
    margin-top: 30px;
    padding-right: 14px;
    padding-left: 14px;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .instagram:nth-child(n+7) {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .instagram {
        width: 33.3%;
    }
}

@media screen and (max-width: 767px) {
    .instagram {
        display: block;
        width: 49%;
        margin-top: 15px;
        padding: 0;
    }
}

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

@media screen and (max-width: 767px) {
    .instagram:nth-child(n+5) {
        display: none;
    }
}

.instagram__wrapper {
    position: relative;
    padding-top: 100%;
}

.instagram img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.adopters-row .adopter {
    position: relative;
    height: 320px;
    background-color: #dddddd;
}

@media screen and (max-width: 767px) {
    .adopters-row .adopter {
        width: calc(100vw - 40px);
        height: calc(100vw - 40px);
    }
}

.not-main-content .not-main-container {
    width: 100%;
    max-width: 1392px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 14px;
    padding-left: 14px;
}

@media screen and (max-width: 1410px) {
    .not-main-content .not-main-container {
        max-width: 1292px;
    }
}

@media screen and (max-width: 1366px) {
    .not-main-content .not-main-container {
        max-width: calc(86vw + 112px);
    }
}

@media screen and (max-width: 1024px) {
    .not-main-content .not-main-container {
        max-width: calc(85.8vw + 84px);
    }
}

@media screen and (max-width: 991px) {
    .not-main-content .not-main-container {
        max-width: 95%;
    }
}

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

.containers {
    max-width: 1392px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1410px) {
    .containers {
        max-width: 1292px;
    }
}

@media screen and (max-width: 1366px) {
    .containers {
        max-width: calc(86vw + 112px);
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .containers {
        max-width: calc(86vw + 84px);
    }
}

@media screen and (max-width: 991px) {
    .containers {
        max-width: calc(84vw + 84px);
    }
}

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

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

.our-products {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

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

.our-featured-adopters--mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .our-featured-adopters--mobile {
        display: block;
    }
}

.main-comnunity .community-screenshot-item {
    width: 25%;
    margin-bottom: 50px;
    padding-right: 14px;
    padding-left: 14px;
}

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

@media screen and (max-width: 1024px) {
    .main-comnunity .community-screenshot-item {
        width: 33.3%;
    }
}

@media screen and (max-width: 767px) {
    .main-comnunity .community-screenshot-item {
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }
}

.main-comnunity .community-screenshot-item__container {
    padding-top: 100%;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
}

.main-comnunity .community-screenshot-item:last-child {
    display: none;
}

@media screen and (max-width: 1024px) {
    .main-comnunity .community-screenshot-item:last-child {
        display: block;
    }
}

.blog-slider .custom-s-animated-area {
    width: 100%;
    height: 597px;
}

.instagrams {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .instagrams {
        justify-content: space-between;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }
}

.center-header {
    text-align: center;
}

.has-arrow {
    display: flex;
    align-items: center;
}

.has-arrow svg {
    stroke: #ffffff;
}

.prod {
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .prod {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: none;
        border-bottom: 1px solid #ebebeb;
    }
}

.prod .subtitle--small {
    height: 56px;
    margin-bottom: 10px;
}

.adopters-block {
    margin-top: 130px;
}

@media  screen and (max-width: 1440px) {
    .adopters-block {
        margin-top: 90px;
    }
}

@media screen and (max-width: 900px) {
    .adopters-block {
        margin-top: 60px;
    }
}

.adopters-top {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .adopters-top {
        justify-content: space-between;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.h-block {
    margin-right: 15px;
    margin-left: 15px;
    border-top: 1px solid #f7f7f7;
    width: 100%;
}

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

.adopters-row {
    margin-top: 0;
}

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

.adopters-row .adopter img {
    height: 100%;

    object-fit: cover;
}

.adopter-textcontent {
    width: 100%;
}

.adopter-info {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 50px;
    padding-right: 15px;
    padding-left: 15px;
    transition: height 0.5s ease-out;
    background-color: #ffffff;
}

.opened.adopter-info {
    height: 100%;
}

.adopters-row .items-line {
    margin-bottom: 30px;
}

.adopter-info-title {
    position: relative;
    padding-top: 4px;
    padding-right: 17px;
    padding-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

.adopter-info-descr {
    text-align: left;
    opacity: 0.5;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
}

.adopter-info-wrapper {
    display: flex;
    height: 50px;
}

.adopter-info-title::after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    display: block;
    width: 17px;
    height: 16px;
    transition: transform 0.5s ease-out;
    transform: rotate(90deg);
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'15.221\' height=\'15.612\' viewBox=\'0 0 9.221 15.612\'%3E%3Cpath id=\'Path_6600\' data-name=\'Path 6600\' d=\'M0,0,7.1,7.1,14.2,0\' transform=\'translate(8.514 0.707) rotate(90)\' fill=\'none\' stroke=\'%239b9b9b\' stroke-width=\'2\'%3E%3C/path%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 900px) {
    .adopter-info-title::after {
        content: none;
    }
}

.opened.adopter-info .adopter-info-title::after {
    transform: rotate(270deg);
}

.adopter-info-description {
    text-align: left;
    opacity: 0.5;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
}

.show-description {
    text-align: center;
    opacity: 0.8;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.88;
}

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

.community-bg {
    margin-top: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.community-bg .main-comnunity {
    margin-top: 60px;
}

.block-1200 {
    padding-right: 14px;
    padding-left: 14px;
}

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

.btn-wrapper.center {
    text-align: center;
}

.instagram-section-description {
    max-width: 380px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: center;
    color: #000000;
    font-size: 20px;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .instagram-section-description {
        text-align: left;
    }
}

.instagram-section-description svg {
    transform: translateY(2px);
}

.instagram__artdomains-link {
    padding-right: 20px;
    text-decoration: none;
    color: #000000;
    background-image: url('data:image/svg+xml,%3Csvg id=\'instagram-icon\' class=\'\' xmlns=\'http://www.w3.org/2000/svg\' width=\'16\' height=\'16\' viewBox=\'0 0 27.318 27.342\'%3E%3Cpath id=\'Path_3\' data-name=\'Path 3\' d=\'M13.68,17.28c3.656,0,4.077.021,5.527.084a7.727,7.727,0,0,1,2.543.462,4.363,4.363,0,0,1,1.576,1.03,4.192,4.192,0,0,1,1.03,1.576,7.091,7.091,0,0,1,.462,2.543c.063,1.45.084,1.87.084,5.527s-.021,4.077-.084,5.527a7.73,7.73,0,0,1-.462,2.543,4.364,4.364,0,0,1-1.03,1.576,4.192,4.192,0,0,1-1.576,1.03,7.089,7.089,0,0,1-2.543.462c-1.45.063-1.87.084-5.527.084S9.6,39.7,8.154,39.641a7.728,7.728,0,0,1-2.543-.462,4.363,4.363,0,0,1-1.576-1.03,4.192,4.192,0,0,1-1.03-1.576,7.09,7.09,0,0,1-.462-2.543c-.063-1.45-.084-1.87-.084-5.527s.021-4.077.084-5.527a7.73,7.73,0,0,1,.462-2.543,4.364,4.364,0,0,1,1.03-1.576,4.192,4.192,0,0,1,1.576-1.03,7.089,7.089,0,0,1,2.543-.462c1.429-.084,1.87-.084,5.527-.084m0-2.48c-3.72,0-4.182.021-5.632.084a10,10,0,0,0-3.32.63,6.763,6.763,0,0,0-2.417,1.576,6.9,6.9,0,0,0-1.6,2.438,10,10,0,0,0-.63,3.321C.021,24.3,0,24.762,0,28.481s.021,4.182.084,5.632a10,10,0,0,0,.63,3.321,6.764,6.764,0,0,0,1.576,2.417,6.763,6.763,0,0,0,2.417,1.576,10,10,0,0,0,3.32.63c1.45.063,1.933.084,5.632.084s4.182-.021,5.632-.084a10,10,0,0,0,3.32-.63A7,7,0,0,0,26.6,37.434a10,10,0,0,0,.63-3.321c.063-1.45.084-1.933.084-5.632s0-4.182-.063-5.632a10,10,0,0,0-.63-3.321,7,7,0,0,0-3.993-3.993,10,10,0,0,0-3.32-.63c-1.471-.084-1.933-.105-5.632-.105Z\' transform=\'translate(0 -14.8)\'%3E%3C/path%3E%3Cpath id=\'Path_4\' data-name=\'Path 4\' d=\'M38.719,46.5a7.019,7.019,0,1,0,7.019,7.019A7.018,7.018,0,0,0,38.719,46.5Zm0,11.58a4.56,4.56,0,1,1,4.56-4.561A4.556,4.556,0,0,1,38.719,58.08Z\' transform=\'translate(-25.038 -39.838)\'%3E%3C/path%3E%3Cellipse id=\'Ellipse_2\' data-name=\'Ellipse 2\' cx=\'1.639\' cy=\'1.639\' rx=\'1.639\' ry=\'1.639\' transform=\'translate(19.333 4.749)\'%3E%3C/ellipse%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right center;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .instagram__artdomains-link:hover {
        text-decoration: none;
        color: #000000;
    }
}

.instagrams-section {
    margin-top: 100px;
    margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
    .instagrams-section {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .instagrams-section {
        margin-top: 70px;
    }
}

.popup-description .bold {
    font-weight: bold;
}

@media screen and (max-width: 1410px) {
    .blog-slider .custom-s-animated-area {
        height: calc(1292px / 2.33);
    }
}

@media screen and (max-width: 1366px) {
    .blog-slider .custom-s-animated-area {
        height: calc((86vw + 112px) / 2.33);
    }
}

@media screen and (max-width: 1065px) {
    .long-blog .blog-item-title {
        font-size: 18px;
    }

    .subscribe-form-wrapper {
        margin-left: auto;
    }
}

@media screen and (max-width: 1024px) {
    .blog-slider .custom-s-animated-area {
        width: 100%;
        height: calc((85.8vw + 84px) / 2.33);
    }
}

@media screen and (max-width: 991px) {
    .blog-slider .custom-s-animated-area {
        width: 100%;
        height: calc((84vw + 84px) / 2.33);
    }
}

@media screen and (max-width: 767px) {
    .main-page-signup {
        padding: 0;
    }
}

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

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

@media screen and (max-width: 767px) {
    .community-bg {
        margin-top: 60px;
    }

    .btn-wrapper.center {
        text-align: left;
    }
}

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

html[lang='en-GB'] .registrar-subdescription {
    max-width: 767px;
}

html[lang='fr-FR'] .why-choose-art .simple-button {
    width: 225px;
}

html[lang='fr-FR'] .create-portfolio a {
    width: 210px;
}

html[lang='es-ES'] .buy-domain-block a.simple-button {
    width: 203px;
}

/* template-padding */

.about-page {
    padding-top: 150px;
}

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

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

.top-space {
    padding-top: 80px;
}

.main-banner--half {
    position: relative;
    margin-right: -5px;
    margin-bottom: 58px;
    margin-left: -5px;
}

.main-banner-typography {
    color: white;
    font-size: 8px;
}

@media screen and (max-width: 767px) {
    .main-banner-typography {
        color: black;
    }
}

.main-banner-slider .owl-dots {
    bottom: 50px;
    left: 50%;
    max-width: 1392px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 14px;
    padding-left: 14px;
    transform: translateX(-50%);
    text-align: left;
}

@media screen and (max-width: 1410px) {
    .main-banner-slider .owl-dots {
        max-width: 100%;
        padding: 0 5%;
    }
}

@media screen and (max-width: 1366px) {
    .main-banner-slider .owl-dots {
        bottom: 72px;
        padding-left: 3.5%;
    }
}

@media screen and (max-width: 1024px) {
    .main-banner-slider .owl-dots {
        bottom: 34px;
        padding-left: 4.5%;
    }
}

@media screen and (max-width: 767px) {
    .main-banner-slider .owl-dots {
        bottom: 23px;
    }
}

.main-banner-slider .owl-dot {
    margin-right: 15px;
}

.main-banner-slider .owl-dot span {
    display: block;
    width: 6px;
    height: 6px;
    opacity: 0.3;
    border-radius: 50%;
    background-color: white;
}

.main-banner-slider .owl-dot.active span {
    opacity: 1;
}

.main-banner-slider {
    display: flex;
    justify-content: space-between;
    margin-right: -5px;
    margin-left: -5px;
}

@media screen and (max-width: 767px) {
    .main-banner-slider {
        display: block;
        margin-right: 0;
        margin-left: 0;
    }
}

.main-banner__block {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
}

@media screen and (max-width: 767px) {
    .main-banner__block {
        width: 100%;
        margin-bottom: 5px;
        padding-right: 0;
        padding-left: 0;
    }
}

.main-banner {
    height: 543px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 51px;
    background-repeat: no-repeat;
    background-position: center;
    background-clip: border-box;
    background-size: cover;
}

@media screen and (max-width: 1440px) {
    .main-banner {
        height: 425px;
    }
}

@media screen and (max-width: 1440px) {
    .main-banner {
        height: 383px;
    }
}

@media screen and (max-width: 1200px) {
    .main-banner {
        height: 320px;
        padding-left: 47px;
    }
}

@media screen and (max-width: 850px) {
    .main-banner {
        height: 239px;
        padding-right: 32px;
        padding-left: 32px;
    }
}

@media screen and (max-width: 767px) {
    .main-banner {
        height: 420px;
        padding-top: 0;
        padding-right: 21px;
        padding-bottom: 66px;
        padding-left: 21px;
    }
}

.main-banner__wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    height: 100%;
    text-decoration: none;
}

@media screen and (max-width: 1410px) {
    .main-banner__wrap {
        max-width: 100%;
    }
}

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

.main-banner__title {
    margin-top: 0;
    margin-bottom: 26px;
    white-space: normal;
    word-wrap: break-word;
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
}

@media screen and (max-width: 1440px) {
    .main-banner__title {
        font-size: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .main-banner__title {
        font-size: 28px;
    }
}

@media screen and (max-width: 800px) {
    .main-banner__title {
        width: 228px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .main-banner__title {
        white-space: normal;
        font-size: 40px;
    }
}

.main-banner__category {
    margin: 0;
    margin-bottom: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.46);
    font-size: 14px;
    font-weight: 400;
}

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

.main-banner__txt {
    margin: 0;
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.4;
}

@media screen and (max-width: 1400px) {
    .main-banner__txt {
        font-size: 17px;
    }
}

@media screen and (max-width: 800px) {
    .main-banner__txt {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .main-banner__txt {
        display: block;
        margin-top: 25px;
    }
}

.main-banner__txt + .simple-button {
    margin-top: 25px;
}

.contact-form-item__strong select {
    font-weight: 600;
}

.normal-select select {
    font-weight: 400;
}

.contact-form-item__strong option {
    font-weight: 400;
}

.contact-form-item__strong option[value='Partnerships / Charity'] {
    font-weight: 600;
}

.main-banner-1 {
    background-image: linear-gradient(to right, rgba(0,0,0, 0.5) 0%, rgba(0,0,0,0) 100%),
    url('../img/main-top-banner/getart.jpg');
}

@media screen and (max-width: 1024px) {
    .main-banner-1 {
        background-position: 56% center;
    }
}

@media screen and (max-width: 767px) {
    .main-banner-1 {
        background-image: linear-gradient(to bottom, rgba(0,0,0, 0.5) 0%, rgba(0,0,0,0) 100%),
        url('../img/main-top-banner/getart.jpg');
    }
}

.main-banner__txt--big {
    font-size: 28px;
    line-height: 1.2;
}

.main-banner-february__url {
    background-image: url('../img/main-top-banner/url_back.jpg');
    background-position: center;
}

@media screen and (max-width: 1024px) {
    .main-banner-february__url {
        background-position: 60%;
    }
}

@media screen and (max-width: 768px) {
    .main-banner-february__url {
        background-position: 47%;
    }
}

@media screen and (max-width: 767px) {
    .main-banner-february__url {
        background-position: 80%;
    }
}

@media screen and (max-width: 550px) {
    .main-banner-february__url {
        background-position: 70% center;
    }
}

@media screen and (max-width: 320px) {
    .main-banner-february__url {
        background-position: 58%;
    }
}

.main-banner-february__url .main-banner__txt {
    min-width: 1px;
    max-width: 500px;
}

@media screen and (max-width: 550px) {
    .main-banner-february__url .main-banner__txt {
        min-width: 1px;
        max-width: 334px;
    }
}

@media screen and (max-width: 1024px) {
    .main-banner-february__url .main-banner__title {
        max-width: 541px;
    }
}

@media screen and (max-width: 767px) {
    .main-banner-february__url .main-banner__title {
        width: 100%;
        max-width: 100%;
    }
}

.main-banner-march {
    background-image: url('../img/main-top-banner/march_banner.jpg');
    background-position: center right;
}

@media screen and (max-width: 767px) {
    .main-banner-march {
        background-image: linear-gradient(to right, rgba(0,0,0, 0.5) 0%, rgba(0,0,0,0) 100%), url('../img/main-top-banner/march_banner.jpg');
        background-position: 90% center;
    }
}

.main-banner-dia {
    background-image: url('../img/main-top-banner/dia_banner_background.jpg');
    background-position: center;
}

.main-banner-arselectronica {
    padding-top: 0;
    color: white;
    background-image: linear-gradient(to right, rgba(0,0,0, 0.5) 0%, rgba(0,0,0,0) 100%),
    url('../img/main-top-banner/arselectronica_back.jpg');
}

.main-banner-arselectronica .main-banner__wrap {
    padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
    .main-banner-arselectronica {
        background-image: linear-gradient(to bottom, rgba(0,0,0, 0.5) 0%, rgba(0,0,0,0) 100%),
        url('../img/main-top-banner/arselectronica_back.jpg');
    }
}

.main-page__community {
    margin-top: 200px;
    padding-top: 111px;
    padding-bottom: 130px;
}

@media screen and (max-width: 1681px) {
    .main-page__community {
        padding-top: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .main-page__community {
        padding-top: 40px;
    }
}

@media screen and (max-width: 991px) {
    .main-page__community {
        padding-top: 90px;
        padding-bottom: 95px;
    }
}

@media screen and (max-width: 767px) {
    .main-page__community {
        margin-top: 50px;
        padding-bottom: 70px;
    }
}

.main-page__community .community-title {
    margin-left: 0;
    text-align: left;
}

.main-page__flex-community {
    display: block;
}

.main-page__community-top {
    display: flex;
    align-items: center;
    height: 30%;
    padding-bottom: 64px;
}

@media screen and (max-width: 1681px) {
    .main-page__community-top {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1441px) {
    .main-page__community-top {
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 1367px) {
    .main-page__community-top {
        height: auto;
        padding-bottom: 30px;
    }
}

.main-page__community-bottom {
    padding-right: 0;
}

@media screen and (max-width: 1367px) {
    .main-page__community-bottom {
        height: auto;
    }
}

.main-page__community-bottom .simple-button {
    display: none;
}

@media screen and (max-width: 991px) {
    .main-page__community-bottom .simple-button {
        display: inline-block;
        margin-left: 0;
    }
}

.main-page-news {
    margin-bottom: 70px;
    padding-top: 100px;
}

@media screen and (max-width: 767px) {
    .main-page-news .news-head-container {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .main-page-news .community-title {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
}

/* NEW VIDEO BLOCK */
.mainpage-video-block {
    margin-top: 200px;
}

@media screen and (max-width: 1024px) {
    .mainpage-video-block {
        margin-top: 150px;
    }
}

@media screen and (max-width: 991px) {
    .mainpage-video-block {
        margin-top: 100px;
    }
}

@media screen and (max-width: 767px) {
    .mainpage-video-block {
        margin-top: 50px;
    }
}

.mainpage-video-block__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 991px) {
    .mainpage-video-block__wrapper {
        flex-wrap: wrap;
    }
}

.mainpage-video-block__video {
    position: relative;
    width: 100%;
}

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

.mainpage-video-block__video iframe {
    width: 100%;
    max-width: 900px;
    max-height: 560px;
}

@media screen and (max-width: 1366px) {
    .mainpage-video-block__video iframe {
        max-height: 480px;
    }
}

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

@media screen and (max-width: 991px) {
    .mainpage-video-block__video iframe {
        height: 400px;
        max-height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .mainpage-video-block__video iframe {
        height: 225px;
    }
}

.mainpage-video-block__content {
    width: 60%;
    padding-top: 30px;
    padding-left: 100px;
    text-align: left;
    color: #000000;
    font-size: 22px;
    line-height: 1.36;
}

@media screen and (max-width: 1024px) {
    .mainpage-video-block__content {
        width: 75%;
        padding-left: 48px;
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .mainpage-video-block__content {
        width: 100%;
        padding-left: 0;
    }
}

.mainpage-video-block__title {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1;
}

@media screen and (max-width: 1366px) {
    .mainpage-video-block__title {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 991px) {
    .mainpage-video-block__title {
        display: none;
    }
}

.mainpage-video-block__title--mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    .mainpage-video-block__title--mobile {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}

.main-slider__pic {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.main-slider__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 1000px;
    padding: 0 30px;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
    .main-slider__content {
        max-width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .main-slider__content {
        width: 100%;
        max-width: 550px;
    }
}

.main-slider__content .p1 {
    margin-bottom: 0;
    text-align: center;
    letter-spacing: normal;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .main-slider__content .p1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .main-slider__content .p1 {
        text-align: left;
    }
}

.main-slider__content p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

@media screen and (max-width: 1367px) {
    .main-slider__content p {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .main-slider__content p {
        justify-content: flex-start;
        margin-top: 25px;
    }
}

.main-slider__content a {
    display: inline-block;
    min-width: 190px;
    padding: 15px 10px;
    transition: all 0.5s;
    text-align: center;
    text-decoration: none;
    color: #000000;
    border: 2px solid white;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .main-slider__content a:hover {
        transition: all 0.5s;
        color: #ffffff;
        border: 2px solid #000000;
        background-color: #000000;
    }
}

.main-slider__content .button {
    letter-spacing: 1.5px;
    font-size: 12px;
}

.main-slider-preloader {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #ffffff;
}

.main-slider-preloader img {
    width: 300px;
}

.main-banner__content--white {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 800px;
    height: 410px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    color: black;
    background-color: white;
}

@media screen and (max-width: 1024px) {
    .main-banner__content--white {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 768px) {
    .main-banner__content--white {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .main-banner__content--white {
        height: 340px;
        padding-right: 11px;
        padding-left: 11px;
    }
}

.main-banner__content--white .main-banner__title,
.main-banner__content--white .main-banner__txt {
    max-width: 100%;
    color: currentColor;
}

.main-banner-dia {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.main-banner-dia .main-banner__wrap {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 768px) and (min-width: 550px) {
    .main-banner-dia .main-banner__wrap {
        padding: 0;
    }
}

.main-banner-bday {
    background-image: url('../img/main-top-banner/bday_artart_background.jpg');
    background-position: 100% center;
}

@media screen and (max-width: 1024px) {
    .main-banner-bday {
        background-position: 72% center;
    }
}

@media screen and (max-width: 768px) {
    .main-banner-bday {
        background-position: 66% center;
    }
}

@media screen and (max-width: 550px) {
    .main-banner-bday {
        background-position: 64% center;
    }
}

.main-banner-bday .main-banner__title {
    max-width: 670px;
}

@media screen and (max-width: 1024px) {
    .main-banner-bday .main-banner__title {
        max-width: 585px;
    }
}

@media screen and (max-width: 768px) {
    .main-banner-bday .main-banner__title {
        max-width: 510px;
    }
}

@media screen and (max-width: 550px) {
    .main-banner-bday .main-banner__title {
        max-width: 334px;
    }
}

.arselectronica-pretitle {
    max-height: 76px;
    margin-bottom: 26px;
}

@media screen and (max-width: 450px) {
    .arselectronica-pretitle {
        max-height: 55px;
        margin-bottom: 44px;
    }
}

.main-banner-slider .arselectronica-pretitle img {
    width: auto;
    height: 100%;
}

.main-banner-arselectronica .main-banner__title {
    max-width: 100%;
}

.main-banner-arselectronica .main-banner__title {
    margin-top: 20px;
}

.adopters-desktop {
    display: block;
    width: 100%;
}

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

.adopters-desktop__row {
    display: flex;
    justify-content: space-between;
    margin-right: -14px;
    margin-left: -14px;
}

@media screen and (max-width: 1024px) {
    .adopters-desktop__row {
        margin-right: -32px;
        margin-left: -32px;
    }
}

.adopters-desktop__row + .adopters-desktop__row {
    margin-top: 43px;
}

.adopters-col .adopters__cell:nth-of-type(n+5) {
    display: none;
}

.show-more-adopters .adopters-col .adopters__cell:nth-of-type(n+5) {
    display: block;
}

.adopters-col {
    display: inline-block;
    width: 320px;
    vertical-align: top;
}

.adopters__cell {
    position: relative;
    margin-bottom: 34px;
    padding-top: 100%;
}

.adopters-pic__wrapper {
    width: 100%;
}

.adopters-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.adopers-list__item {
    width: 25%;
    padding-right: 14px;
    padding-left: 14px;
}

.our-featured__titles {
    display: block;
}

.our-featured__titles .subtitle--small {
    height: auto;
}

.our-featured__titles .prod {
    text-align: left;
}

.main-banner-slider--desktop {
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
}

@media screen and (max-width: 767px) {
    .main-banner-slider--desktop {
        display: none;
    }
}

.main-banner-slider--mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .main-banner-slider--mobile {
        position: relative;
        display: flex;
    }
}

.main-banner-nav {
    position: absolute;
    z-index: 2;
    bottom: 42px;
    left: 50%;
    width: 100%;
    max-width: 1392px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 21px;
    padding-left: 21px;
    transform: translateX(-50%);
    text-align: left;
}

.main-banner__counter {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 5px;
    color: white;
    font-size: 20px;
}

.main-banner-nav__prev {
    display: inline-block;
    width: 48px;
    height: 18px;
    margin-right: 21px;
    cursor: pointer;
    vertical-align: middle;
    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=\'48\' height=\'18\' viewBox=\'0 0 48 18\'%3E%3Cpath id=\'Контур_3\' data-name=\'Контур 3\' d=\'M48,10H3.8l6.338,6.541L8.721,18,0,9,8.721,0l1.414,1.459L3.8,8H48Z\' transform=\'translate(0 0)\' fill=\'%23fff\'/%3E%3C/svg%3E%0A');
    font-size: 0;
}

.main-banner-nav__next {
    display: inline-block;
    width: 48px;
    height: 18px;
    margin-left: 21px;
    cursor: pointer;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: rgba(255,255,255,0);
    background-image: url('data:image/svg+xml,%3Csvg id=\'Сгруппировать_7643\' data-name=\'Сгруппировать 7643\' xmlns=\'http://www.w3.org/2000/svg\' width=\'48\' height=\'18\' viewBox=\'0 0 48 18\'%3E%3Cpath id=\'Контур_2\' data-name=\'Контур 2\' d=\'M0,8H44.2L37.866,1.459,39.279,0,48,9l-8.721,9-1.414-1.459L44.2,10H0Z\' transform=\'translate(0 0)\' fill=\'%23fff\'/%3E%3Cpath id=\'Контур_3\' data-name=\'Контур 3\' d=\'M0,10H44.2l-6.338,6.541L39.279,18,48,9,39.279,0,37.866,1.459,44.2,8H0Z\' transform=\'translate(0 0)\' fill=\'%23fff\'/%3E%3C/svg%3E%0A');
    font-size: 0;
}

.main-page-news--en .read-blog {
    white-space: nowrap;
} 

.main-page-news--en .title-middle {
    white-space: nowrap;
}