.custom-page-socials {
    background-image: url('/assets/website/images/custom-page-intersection/BG_social.jpg');
    background-position: center 0;
}

.custom-page-socials .v2__site-header__nav-trigger::after {
    display: block;
    width: 100%;
    height: 100%;
    content: ' ';
    background-image: url('/assets/website/images/custom-page-intersection/ico_menu.svg');
}

.custom-page-socials .site_header_menu-promo {
    color: #fff !important;
}

.custom-page-socials .site_header_menu-promo:hover {
    color: rgb(237, 28, 36) !important;
}

.custom-page-socials .off-screen-nav__container {
    background-color: transparent;
}

.custom-page-socials .v3__site-header {
    background-color: transparent;
    padding-top: 5px;
    padding-bottom: 37px;
}

.custom-page-socials .v2__site-header__tlum-logo {
    display: block;
    width: 8em;
    height: 2em;
    background-image: url('/assets/website/images/custom-page-intersection/Tlum_ru__logo_white-line.png');
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 119px 25px;
}

.custom-page-socials .v3__site-header__nav a  {
    color: #fff;
}

.custom-page-socials__logo {
    height: 75px;
    text-align: center;    
    margin: 40px 0 0 0;
}

.custom-page-socials__logo a {
    display: inline-block;
    width: 346px;    
    height: 82px;    
    text-align: center;
}

.custom-page-socials__title {
    font-family: 'Rotondac bold';
    font-size: 26px;
    margin-top: 20px;
    text-align: center;
}

.custom-page-socials__title-greeting {
    color: #e5ff28;
    text-transform: uppercase;
    margin-top: 60px;
    font-size: 28px;
}

.custom-page-socials__description {
    font-size: 26px;
    color: #fff;
    font-family: 'Rotondac bold';
    width: 65%;
    margin: 20px auto 40px;
    text-align: center;
    line-height: 29px;
}

.custom-page-socials__description_enter-name {
    font-size: 26px;
    color: #fff;
    font-family: 'Rotondac bold';
    width: 100%;
    margin: 30px auto 60px;
    text-align: center;
    line-height: 29px;
}

.custom-page-socials__description_discount {
    font-size: 22px;
    color: #e5ff28;
    font-family: 'Rotondac bold';
    width: 65%;
    margin: 10px auto 225px;
    text-align: center;
    line-height: 29px;
}

.custom-page-socials .v3__homepage-custom-page_name_select-list {
    display: flex;
    margin-top: 20px;
}

.custom-page-socials .custom-page_name_select_elem {
    margin: auto;
    width: 60%;
}

.custom-page-socials .v2__custom-page_name_find-main-input {
    width: 100%;
    padding: 10px 80px;
    border: 0;
    border-radius: 7px 7px 7px 7px;
    font-size: 28px;
    background-color: #fff;
    color: #000;
    margin-bottom: 15px;
}

.custom-page-socials__get-video-button {
    text-transform: uppercase;
    background-image: url('/assets/website/images/custom-page-intersection/btn-green.png');    
    background-position: center 0;    
    background-repeat: no-repeat;    
    font-family: 'Rotondac bold';    
    color:#fff;
    margin: 20px auto 40px;
    display: block;
    width: 60%;
    padding: 10px 80px;
    border: 0;
    border-radius: 7px 7px 7px 7px;
    font-size: 28px;
}

.custom-page-socials .ui-autocomplete {
    position: absolute;
    overflow: hidden;
    max-height: 302px;
}

.custom-page-socials .ui-widget select,
.custom-page-socials .ui-widget textarea,
.custom-page-socials .ui-widget button {
    font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.custom-page-socials .ui-widget-content {
    padding-left: 0;
    color: #000000;
    border: 0;
    background: #fff;
    font-size: 28px;
    border-radius: 0 0 7px 7px;
}

.custom-page-socials .ui-widget-content a {
    color: #333333;
}

.custom-page-socials .ui-menu-item {
    height: 43px !important;
    padding-left: 80px;
    cursor: pointer;
}

.custom-page-socials .ui-state-focus {
    transition: none;
    background-color: transparent;
    color: #026d32;
}

.custom-page-socials .ui-autocomplete > .ui-menu-item > li {
    list-style-type: none;
}

.custom-page-socials .footer__content-box {
    background-color: #EEEEEE;
}

.custom-page_name_select_line:after {
    content: '';
    width: 100px;
    height: 2px;
    background-color: #000;
}

.custom-page-socials__stroke {
    font: 28px 'Rotondac bold';
    text-shadow: #fff 2px 2px 0, #fff -2px -2px 0, 
    #fff -2px 2px 0, #fff 2px -2px 0;
    text-align: center;
    display: none;
    color: #df2224;
}

.custom-page-socials__stroke_show {
    display: block;
}

.custom-page-socials__description_enter-name__margin-error {
    margin: 30px auto 8px;
}

@media screen and (min-width: 601px) and (max-width: 768px) {
    .custom-page-socials {
        background-image: url('/assets/website/images/custom-page-intersection/BG_Names_768.jpg');
        background-position: center 0;
    }
    
    .custom-page-socials__title {
        margin-bottom: 10px;
    }

    .custom-page-socials__logo {
        height: 75px;
        text-align: center;
        margin: 0px 0 0 0;    
    }

    .custom-page-socials .v3__site-header {
        background-color: transparent;
        padding-top: 5px;
        padding-bottom: 0;
    }

    .custom-page-socials__title-greeting {
        color: #e5ff28;
        text-transform: uppercase;
        margin-top: 40px;
        font-size: 28px;
    }

    .custom-page-socials__description_enter-name {
        font-size: 26px;
        color:     
        #fff;
        font-family: 'Rotondac bold';
        width: 90%;
        margin: 30px auto 60px;
        text-align: center;
        line-height: 29px;    
    }

    .custom-page-socials .v2__custom-page_name_find-main-input {
        padding: 10px 80px;
        font-size: 26px; 
        width: 94%;   
        margin-left: 14px;
    }

    .custom-page-socials__get-video-button {
        padding: 10px 80px;
        font-size: 26px;   
        width: 75%; 
        text-align: center;
    }

    .custom-page-socials__description {
        width: 80%;
        margin: 65px auto 40px;    
    }

    .custom-page-socials__description_discount {
        width: 80%;   
        margin: 10px auto 200px; 
    }

    .custom-page-socials .custom-page_name_select_elem {
        width: 80%;
    }

    .custom-page-socials .v2__site-footer:before {
        content: url('/assets/website/images/custom-page-intersection/snow-gifts_768.png');
        text-align: center;
        display: block;
        margin-top: calc(-26vh);
        z-index: -1;
        position: relative;
        height: 200px;
        overflow: hidden;
    }

    .custom-page-socials__description_enter-name__margin-error {
        margin: 30px auto 8px;
    }
}

@media screen and (min-width: 415px) and (max-width: 600px) {
    .custom-page-socials {
        background-image: url('/assets/website/images/custom-page-intersection/BG_Names_768.jpg');
        background-position: center 0;
    }
    
    .custom-page-socials__title {
        margin-bottom: 10px;
    }

    .custom-page-socials__logo {
        height: 75px;
        text-align: center;
        margin: 0px 0 0 0;    
    }

    .custom-page-socials .v3__site-header {
        background-color: transparent;
        padding-top: 5px;
        padding-bottom: 0;
    }

    .custom-page-socials__title-greeting {
        color: #e5ff28;
        text-transform: uppercase;
        font-size: 28px;
        width: 90%;
        display: block;
        margin: 40px auto;
    }

    .custom-page-socials__description_enter-name {
        font-size: 26px;
        color:     
        #fff;
        font-family: 'Rotondac bold';
        width: 90%;
        margin: 30px auto 60px;
        text-align: center;
        line-height: 29px;    
    }

    .custom-page-socials .v2__custom-page_name_find-main-input {
        padding: 10px 20px;
        font-size: 24px;
        width: 100%;
    }

    .custom-page-socials .ui-widget-content {
        font-size: 24px;
    }
    
    .custom-page-socials .ui-menu-item {
        padding-left: 20px;
    }    

    .custom-page-socials__get-video-button {
        padding: 10px 15px;
        font-size: 22px;
        width: 100%;
        text-align: center;
        margin: 20px auto 30px;
    }

    .custom-page-socials__description {
        width: 80%;
        margin: 90px auto 40px;    
    }

    .custom-page-socials .custom-page_name_select_elem {
        width: 100%;
    }

    .custom-page-socials .v2__site-footer:before {
        content: url('/assets/website/images/custom-page-intersection/snow-gifts_768.png');
        text-align: center;
        display: block;
        margin-top: calc(-22vh);
        z-index: -1;
        position: relative;
        height: 200px;
        overflow: hidden;
    }

    .custom-page-socials__description {
        width: 90%;
        margin: 70px auto 40px;
    }

    .custom-page-socials__description_discount {
        width: 90%;
        margin: 10px auto 140px;
    }

    .custom-page-socials__description_enter-name__margin-error {
        margin: 30px auto 8px;
    }
}

@media screen and (min-width: 321px) and (max-width: 414px) {
    .custom-page-socials {
        background-image: url('/assets/website/images/custom-page-intersection/BG_Names_768.jpg');
        background-position: center 0;
    }
    
    .custom-page-socials__title {
        margin-bottom: 10px;
    }

    .custom-page-socials__logo {
        height: 75px;
        text-align: center;
        margin: 0px 0 0 0;    
    }

    .custom-page-socials__logo a {
        display: inline-block;
        width: 290px;    
        height: 69px;    
        text-align: center;
    }

    .custom-page-socials .v3__site-header {
        background-color: transparent;
        padding-top: 5px;
        padding-bottom: 0;
    }

    .custom-page-socials__title-greeting {
        color: #e5ff28;
        text-transform: uppercase;
        font-size: 28px;
        width: 90%;
        display: block;
        margin: 40px auto;
    }

    .custom-page-socials__description_enter-name {
        font-size: 26px;
        color:     
        #fff;
        font-family: 'Rotondac bold';
        width: 90%;
        margin: 30px auto 60px;
        text-align: center;
        line-height: 29px;    
    }

    .custom-page-socials .v2__custom-page_name_find-main-input {
        padding: 10px 15px;
        font-size: 24px;
        width: 100%;
        margin-left: 0;
    }

    .custom-page-socials .ui-widget-content {
        font-size: 24px;
    }
    
    .custom-page-socials .ui-menu-item {
        padding-left: 15px;
    }

    .custom-page-socials__get-video-button {
        padding: 10px 15px;
        font-size: 22px;
        width: 100%;
        text-align: center;
        margin: 20px auto 30px;
    }

    .custom-page-socials__description_discount {
        width: 80%;    
    }

    .custom-page-socials .custom-page_name_select_elem {
        width: 100%;
    }

    .custom-page-socials .v2__site-footer:before {
        content: url('/assets/website/images/custom-page-intersection/snow-gifts_768.png');
        text-align: center;
        display: block;
        margin-top: calc(-22vh);
        z-index: -1;
        position: relative;
        height: 200px;
        overflow: hidden;
    }

    .custom-page-socials__description {
        width: 90%;
        margin: 50px auto 50px;
    }

    .custom-page-socials__description_discount {
        width: 90%;
        margin: 10px auto 140px;
    }

    .custom-page-socials__description_enter-name__margin-error {
        margin: 30px auto 8px;
    }
}

@media screen and (max-width: 320px) {
    .custom-page-socials {
        background-image: url('/assets/website/images/custom-page-intersection/BG_320_Names.jpg');
        background-position: center 0;
    }
    
    .custom-page-socials__title {
        margin-top: 20px;
    }

    .custom-page-socials__logo {  
        margin: 0;
    }
    
    .custom-page-socials__logo a {
        display: inline-block;
        width: 290px;    
        height: 69px;    
        text-align: center;
    }

    .custom-page-socials .v3__site-header {
        background-color: transparent;
        padding-top: 5px;
        padding-bottom: 0;
    }

    .custom-page-socials__title-greeting {
        color: #e5ff28;
        text-transform: uppercase;
        font-size: 26px;
        width: 100%;
        display: block;
        margin-top: 40px auto;
    }

    .custom-page-socials__description_enter-name {
        font-size: 26px;
        color:     
        #fff;
        font-family: 'Rotondac bold';
        width: 90%;
        margin: 30px auto 60px;
        text-align: center;
        line-height: 29px;    
    }

    .custom-page-socials .v2__custom-page_name_find-main-input {
        padding: 10px 15px;
        font-size: 24px;
        width: 100%;
        margin-left: 0;
    }

    .custom-page-socials .ui-widget-content {
        font-size: 24px;
    }
    
    .custom-page-socials .ui-menu-item {
        padding-left: 15px;
    }

    .custom-page-socials__get-video-button {
        padding: 10px 15px;
        font-size: 22px;
        width: 100%;
        text-align: center;
        margin: 20px auto 30px;
    }

    .custom-page-socials__description_discount {
        width: 80%;    
    }

    .custom-page-socials .custom-page_name_select_elem {
        width: 100%;
    }

    .custom-page-socials .v2__site-footer:before {
        content: url('/assets/website/images/custom-page-intersection/snow-gifts_320.png');
        text-align: center;
        display: block;
        margin-top: calc(-13vh);
        z-index: -1;
        position: relative;
        height: 130px;
    }

    .custom-page-socials__description {
        width: 90%;
        margin: 50px auto 40px;
    }

    .custom-page-socials__description_discount {
        width: 90%;
        margin: 10px auto 100px;
    }

    .custom-page-socials__description_enter-name__margin-error {
        margin: 30px auto 8px;
    }
}