.intec-404 .image-404 {
    text-align:center;
    margin-bottom:15px;
}
.intec-404 .text-404 {
    text-align:center;
    max-width:380px;
    margin:0 auto;
}
.intec-404 .text-404 .header-text {
    text-transform:uppercase;
    font-size:48px;
}
.intec-404 .text-404 .header2-text {
    font-size: 24px;
    padding-bottom:10px;
}
.intec-404 .text-404 .text {
    font-size: 14px;
    max-width: 259px;
    margin:0 auto;
    padding-bottom:35px;
}
.contacts-text {
    padding: 40px 20px 0;
}
.registration-choose {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.registration-choose__block:first-child {
    margin-right: 50px;
}
.registration-choose__block > a:hover .registration-choose__circle {
    background: #2b2f32;
}
.registration-choose__block > a, .registration-choose__block > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.registration-choose__circle.active {
    background: #2b2f32;
}
.registration-choose__circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #2b2f32;
    height: 20px;
    width: 20px;
    display: inline-block;
    transition: all .3s ease;
    margin-right: 10px;
}

/*.c-header.c-header-template-1 .widget-view.widget-view-desktop a.widget-panel-social-item.telegram, .footer-telegram, html body .widget-content .widget-view-fixed .widget-panel-social a.widget-panel-social-item.telegram {*/
/*    background: url('/bitrix/templates/universe_s1/images/telegram.png') no-repeat center center;*/
/*    -webkit-background-size: cover;*/
/*    background-size: cover;*/
/*    width: 26px;*/
/*    height: 26px;*/
/*    display: block;*/
/*}*/
/*.footer-telegram i {*/
/*    color: transparent !important;*/
/*}*/
/*.c-header.c-header-template-1 .widget-view.widget-view-desktop a.widget-panel-social-item.instagram, .footer-instagram, html body .widget-content .widget-view-fixed .widget-panel-social a.widget-panel-social-item.instagram {*/
/*    color: #fff !important;*/
/*    background: #d6249f;*/
/*    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
/*    border-radius: 50%;*/
/*    font-size: 14px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 26px;*/
/*    height: 26px;*/
/*}*/
/*.c-header.c-header-template-1 .widget-view.widget-view-desktop a.widget-panel-social-item:hover {*/
/*    color: inherit !important;*/
/*}*/
/*.c-header.c-header-template-1 .widget-view.widget-view-desktop a.widget-panel-social-item.facebook,*/
/*.widget-footer .TYPE_2 ul.social .footer-facebook,*/
/*html body .widget-content .widget-view-fixed .widget-panel-social a.widget-panel-social-item.facebook {*/
/*    color: #fff !important;*/
/*    background: #3b5998;*/
/*    border-radius: 50%;*/
/*    font-size: 14px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 26px;*/
/*    height: 26px;*/
/*}*/
/*.c-header.c-header-template-1 .widget-view.widget-view-desktop a.widget-panel-social-item i,*/
/*html body .widget-content .widget-view-fixed .widget-panel-social a.widget-panel-social-item i {*/
/*    height: 14px;*/
/*}*/
/*.widget-footer .TYPE_2 ul.social .footer-instagram i, .widget-footer .TYPE_2 ul.social .footer-facebook i{*/
/*    font-size: 14px;*/
/*    height: 14px;*/
/*    color: #fff;*/
/*}*/
.colorpicker {
    z-index: 1001;
}

/* ----- UI switch ----- */
.api-ui-switch {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.api-ui-switch input {
    display: none;
}
.api-ui-switch .api-ui-switch-control {
    display: block;
    position: relative;
    height: 20px;
    width: 38px;
    background: #ced6d3;
    cursor: pointer;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

    -webkit-transition-property: background, border;
    -moz-transition-property: background, border;
    -ms-transition-property: background, border;
    -o-transition-property: background, border;
    transition-property: background, border;
}
.api-ui-switch.api-ui-switch-active .api-ui-switch-control {
    background: #52d7be;
}
.api-ui-switch .api-ui-switch-control.api-ui-lg {
    width: 48px;
    height: 30px;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.api-ui-switch .api-ui-switch-control .api-ui-switch-control-flag {
    display: block;
    position: absolute;
    width: 10px;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: auto;
    background: #fff;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

    -webkit-transition-property: left, opacity;
    -moz-transition-property: left, opacity;
    -ms-transition-property: left, opacity;
    -o-transition-property: left, opacity;
    transition-property: left, opacity;
}
.api-ui-switch.api-ui-switch-active .api-ui-switch-control .api-ui-switch-control-flag {
    left: 22px;
}
.api-ui-switch .api-ui-switch-control.api-ui-lg .api-ui-switch-control-flag {
    width: 22px;
    top: 4px;
    bottom: 4px;
}
.api-ui-switch.api-ui-switch-active {}
.api-ui-switch.api-ui-radio .api-ui-switch-control {
    width: 15px;
    height: 15px;
    background: #fff;
    overflow: hidden;
}
.api-ui-switch.api-ui-radio .api-ui-switch-control .api-ui-switch-control-flag {
    top: 4px;
    bottom: 4px;
    left: 4px !important;
    width: 7px;
    background: #3761ef;
    opacity: 0;
}
.api-ui-switch.api-ui-radio.api-ui-switch-active .api-ui-switch-control .api-ui-switch-control-flag {
    opacity: 1;
}
/* ----- /UI switch ----- */
body img {
    max-width:100%;
}
.intec-content input[type="submit"]{
    border-color: #2b2f32;
    background-color: #2b2f32;
    background: #2b2f32;
    outline: none;
    color: #fff;
    box-shadow: none;
}
.intec-content input[type="submit"]:active, .intec-content input[type="submit"]:focus{
    outline: none!important;
}
body{
    position: relative;
}
.popup-banner{
    display: none;
    z-index: 9999999999999999;
    position: fixed;
    top: 20%;
    left: 34%;
    max-width: 600px;
    max-height: 600px;
}

.popup-banner .close-banner {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: -50px;
    cursor: pointer;
    transition: .3s;
}
.popup-banner.popup{

}
.popup-shadow{
     display: none;
    background: #333;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; 
}
@media screen and (max-width: 1360px){
    .popup-banner{
        max-width: 500px;
        max-height: 500px;
    }
}
@media screen and (max-width: 1200px){
    .popup-banner{
        max-width: 500px;
        max-height: 500px;
        left: 30%;
    }
}
@media screen and (max-width: 1000px){
    .popup-banner{
        max-width: 500px;
        max-height: 500px;
        left: 27%;
    }
}
@media screen and (max-width: 1000px){
    .popup-banner{
        max-width: 500px;
        max-height: 500px;
        left: 25%;
    }
}
@media screen and (max-width: 900px){
    .popup-banner{
        max-width: 500px;
        max-height: 500px;
        left: 20%;
    }
}
@media screen and (max-width: 800px){
    .popup-banner{
        max-width: 400px;
        max-height: 400px;
        left: 20%;
    }
}
@media screen and (max-width: 650px){
    .popup-banner{
        max-width: 400px;
        max-height: 400px;
        left: 15%;
    }
}
@media screen and (max-width: 600px){
    .popup-banner{
        max-width: 400px;
        max-height: 400px;
        left: 5%;
    }
}
@media screen and (max-width: 500px){
    .popup-banner{
        max-width: 400px;
        max-height: 400px;
        left: 5%;
    }
}
@media screen and (max-width: 450px){
    .popup-banner{
        max-width: 400px;
        max-height: 400px;
        left: 5%;
    }
    .popup-banner .close-banner{
        top: -40px;
        right: 0px;
    }
}
@media screen and (max-width: 400px){
    .popup-banner{
        max-width: 400px;
        max-height: 400px;
        left: 0%;
    }
}
.slider-sale{
    max-width: 1130px;
    margin: 0 auto;
    max-height: 494px;
}
.slider-sale .slick-list{
    padding: 1px;
}
.slider-sale .slick-arrow{
    *display: none!important;
}
.slider-sale .slick-arrow:active, .slider-sale .slick-arrow:focus{
	outline: none;
}
@media screen and (max-width: 500px){
    .slider-sale{
        max-height: 100%;
    }
}
.slider-sale .slick-prev.slick-arrow{
	width: 52px;
    height: 52px;
    border-radius: 52px;
    background-image: url(../images/top.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    left: -62px;
    cursor: pointer;
    z-index: 999;
    font-size: 0px;
    background-color: #2b2f32;
    fill: #2b2f32 !important;
    border: none;
    transform: rotate(-90deg);
}
.slider-sale .slick-next.slick-arrow{
	width: 52px;
    height: 52px;
    border-radius: 52px;
    background-image: url(../images/top.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    right: -62px;
    cursor: pointer;
    z-index: 999;
    font-size: 0px;
    background-color: #2b2f32;
    fill: #2b2f32 !important;
    border: none;
    transform: rotate(90deg);
}
.slider-sale .slick-next.slick-arrow:hover, .slider-sale .slick-prev.slick-arrow:hover{
	    background-color: #43494d;
}
@media screen and (max-width: 1290px){
    .slider-sale .slick-arrow{
	    display: none!important;
	}
}
.show-video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.close-buy .overflow, .show-video .overflow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.closeVideo{
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: url(../images/close_pop.png) no-repeat center;
    cursor: pointer;
}
.show-video iframe{
 z-index: 2;
}
.catalog-element-gallery .video{
        width: 100%;
    height: 100%;
    background-image: url(../images/youtube.png);
    position: absolute;
    left: 0;
    background-size: 20%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    top: 0;
}
.catalog-element-gallery-preview-item .video{
        width: 100%;
    height: 100%;
    background-image: url(../images/youtube.png);
    position: absolute;
    left: 0;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    top: 0;
}
.popup-window-content .catalog-element-gallery-preview .video{
        width: 50%;
    height: 100%;
    background-image: url(../images/youtube.png);
    position: absolute;
    left: 0;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    top: 0;
}
.subscribe-form-wrap{
    position: fixed;
    top: 30%;
    width: 400px;
    margin-left: -200px;
    left: 50%;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    z-index: 3;
}
.close-form{
    position: absolute;
    top: -30px;
    right: -30px;
    width: 30px;
    cursor: pointer;
}
.subscribe-form .subsribe__title, .subscribe-form .subscribe__subtitle{
    color: #000;
    margin-top: 0;
}
@media screen and (max-width: 500px){
    .subscribe-form-wrap{
        width: 300px;
        margin-left: -150px;
    }
    .close-form{
        top: -35px;
        right: 0;
    }
}

.custom-addamant-modal-popup {
    width: auto;
    height: 290px;
}