

.debug-xxl,.debug-xl,.debug-lg,.debug-md,.debug-sm,.debug-xs{
    position:fixed;
    bottom:20px;
    left:20px;
    font-weight:bold;
    font-size:12px;
}



.debug-xxl,.debug-xl,.debug-lg,.debug-md,.debug-sm,.debug-xs{display:none;} .debug-xs{display:block;}


@font-face {
    font-family: 'Tactic Sans';
    src: url('/media/fonts/tacticsans-med.eot');
    src: local('Tactic Sans Medium'), local('tacticsans-med'),
    url('/media/fonts/tacticsans-med.eot?#iefix') format('embedded-opentype'),
    url('/media/fonts/tacticsans-med.woff2') format('woff2'),
    url('/media/fonts/tacticsans-med.woff') format('woff'),
    url('/media/fonts/tacticsans-med.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('/media/fonts/helveticaneuecyr-medium.eot');
    src: local('helveticaneuecyr-medium'),
    url('/media/fonts/helveticaneuecyr-medium.eot?#iefix') format('embedded-opentype'),
    url('/media/fonts/helveticaneuecyr-medium.woff') format('woff'),
    url('/media/fonts/helveticaneuecyr-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('/media/fonts/helveticaneuecyr-bold.eot');
    src: local('helveticaneuecyr-bold'),
    url('/media/fonts/helveticaneuecyr-bold.eot?#iefix') format('embedded-opentype'),
    url('/media/fonts/helveticaneuecyr-bold.woff') format('woff'),
    url('/media/fonts/helveticaneuecyr-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 100;
    src: url('/media/fonts/HarmonyOS_Sans_SC_Thin.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 300;
    src: url('/media/fonts/HarmonyOS_Sans_SC_Light.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: normal;
    src: url('/media/fonts/HarmonyOS_Sans_SC_Regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    src: url('/media/fonts/HarmonyOS_Sans_SC_Medium.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 600;
    src: url('/media/fonts/HarmonyOS_Sans_SC_Bold.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 800;
    src: url('/media/fonts/HarmonyOS_Sans_SC_Black.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body,html{width:100%; height:100%; padding:0px; margin:0px; font-family: 'HarmonyOS Sans SC'; font-size:18px; line-height:30px; color:#2b2e34;}

h1,h2,h3,h4,h5,h6{
    margin:0px;
    padding:0px;
}

a, a:hover, a:link, a:visited{
    text-decoration:none;
    color: #000;
}

/*******************************************************/
.placeholder{
    position:absolute;
    line-height:56px;
    padding-left:12px;
    color:rgba(0,0,0,.5);
    font-weight:500;
    transition-duration:.1s;
    pointer-events: none;
    font-size:20px;
}
.placeholder.editmode{

    font-size:12px;
    line-height:12px;
    padding-top:8px;
}

.placeholder.focus{
    color:#c0091f;
}
input[type=text],input[type=password],textarea{
    height:56px;
    border:none;
    outline:none;
    font-family: 'HarmonyOS Sans SC';
    font-size:20px;
    line-height:22px;
    padding-top:16px;
    padding-left:12px;
    padding-right:12px;
    background-color:rgba(255,255,255,1);
    border-bottom:2px solid rgba(0,0,0,.1);
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    transition-duration:.1s;
    display:block;
    width:100%;
    box-sizing:border-box;
}
input[type=text]{
    padding-right:12px;
}
input[type=password]{
    padding-right:68px !important;
}

input[type=text]:hover,input[type=password]:hover,textarea:hover{
    border-bottom:2px solid rgba(0,0,0,.2);
    background-color:rgba(255,255,255,1);
}
input[type=text]:focus,input[type=password]:focus,textarea:focus{
    border-bottom:2px solid #c0091f;
    background-color:rgba(255,255,255,1);
}

input[type=text].err,input[type=password].err,textarea.err{
    background-color:rgba(227,92,92,.25)
}

/* CHECKBOX *******************************************************************************************************************************************************************/
label,label>input[type=checkbox],label>input[type=checkbox]+span,label>input[type=checkbox]+span::before{transition-duration:.2s;}

label{
    cursor:pointer;

}
label>input[type=checkbox]{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
label>span {
    display: inline-flex;
    align-items: start;
    user-select: none;
    color:rgba(0,0,0,.5);
    line-height:22px;
}
label>input[type=checkbox]~span::before{
    border-radius: 3px;
}
label>span::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid rgba(0,0,0,.5);

    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% 60%;
    margin:5px 16px 5px 0px;
}
label>input[type=checkbox]:checked+span {
    color:#444;
}
label:hover span {
    color:#444;
}

label>input[type=checkbox]:not(:disabled):not(:checked)+span:hover::before {
    border-color: #444;
}


label>input[type=checkbox]:checked+span::before {
    border-color: #c0091f;
    background-color: #c0091f;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
label>input[type=checkbox]:disabled+span::before {
    background-color: #e9ecef;
}

label>input[type=checkbox].err ~ span {
    color:#c0091f
}

/*********************************************************************/


.formresult{
    display:none;
}
.formresult .resname{
    font-size:32px;
    line-height:32px;
    margin-bottom:32px;
}


.tar{
    text-align:right;
}
.tac{
    text-align:center;
}

.dropmenu{
    width:48px;
    display:block;
    cursor:pointer;
    float:right;
}





.fs0{
    font-size:0px;
}
.block{
    padding:40px 0px;
}
.block.white{ background-color:#fff;}
.block.gray{ background-color:#f4f4f4;}
.block.dgray{ background-color:#ebebeb;}
.block.dark{ background-color:#2b2e34;}

.block-title{
    font-family: 'HarmonyOS Sans SC';
    font-weight:500;
    font-size:24px;
    text-align:left;
}
.block-description{
    text-align:left;
    margin:16px 0px;
}
.text-secondary{

    line-height:24px;
    color:#9f9f9f;
}

.makeorder .block-title,.makeorder .block-description{
    text-align:left;
}

.block.firstblock{
    padding-top:0px;
}
.logo{
    height:32px;
    display:block;
}
.slideonpage{
    padding-top:100px;
}
.head{
    padding:24px 0px;
    border-top:4px solid #c0091f;
    border-bottom:1px solid #f4f4f4;
    background-color:#f4f4f4;
    transition-duration:.3s;
    position:fixed;
    z-index:50;
    width:100%;
    left:0px;
    right:0px;
    top:0px;
}
.head.scrolled{
    padding:4px 0px;
    background-color:#fbfbfb;
    border-bottom:1px solid #e1e1e1;
}
.head a{
    color:#2b2e34;
    display:inline-block;
    padding:8px 16px;
    font-size:18px;
}

.head a:first-child{ padding-left:0px; }
.head a:last-child{ padding-right:0px; }

.head .phone, .dropmenupanel .phone{
    padding-left:40px !important;
    background-image:url('/media/img/ico_phone.svg');
    background-repeat:no-repeat;
    background-position:left center;
    background-size:24px;
    font-weight:bold;
    cursor:pointer;
    display:inline-block;
    font-size:16px;
    white-space:nowrap;
    color:#000;
}
.head .callback{
    margin-left:40px;
    cursor:pointer;
    margin-top:-8px;
}
.slidebg{
    height:320px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

.slide-info{
    margin-top:24px;
    position:relative;
    z-index:1;
    text-align:center;
}
.slide_title{
    line-height:32px;
}
.slide_title span{
    font-size:40px;
    background-color:#2b2e34;
    color:#f4f4f4;
    padding: 24px 32px;
}
.slide_title strong{
    position: relative;
    z-index: 2;
    font-family: 'HarmonyOS Sans SC';
    font-weight:500;
    white-space:nowrap;
}

.slide_description{
    width:100%;
    padding:24px 24px;
}
.slide_desc{
    margin-left:0px;
}
.button{
    background-color:#c0091f;
    display:inline-block;
    cursor:pointer;
    font-weight:bold;
    line-height:48px;
    color:#fff;
    padding:0px 24px;
    border-radius:4px;
    border: none;
    outline: none;
    font-family: 'HarmonyOS Sans SC';
    font-size:18px;

}

.slidebutt{
    margin-top:32px;
    font-size:0px;
}


.advanatage-block{
    text-align:left;
}

.advanatage-block img{
    width:120px;
}
.advanatage-block span{
    display:block;
    font-size:18px;

    line-height:24px;

}
.advanatage-block{
    flex-direction:column;
    background-position:left center;
    background-repeat:no-repeat;
    background-size:80px;
    min-height:64px;
    display: flex;
    align-items: center;
    margin:16px 0px;
}
.advanatage-block1{	background-image:url('/media/img/adv1.svg');}
.advanatage-block2{	background-image:url('/media/img/adv2.svg');}
.advanatage-block3{	background-image:url('/media/img/adv3.svg');}
.advanatage-block4{	background-image:url('/media/img/adv4.svg');}
.promoblock{
    margin:32px 0px;
    cursor:pointer;

}
.promoblock .bgimage, .promoblock .bgimage_conent{
    transition-duration:.3s;
}
.promoblock:hover .bgimage{
    transform:scale(1.03);
;
}
.promoblock:hover .bgimage_conent{
    /*transform:scale(0.97);*/
}

.bgimage{
    display:table;
    width:100%;
    margin-bottom:8px;
}
.bgimage .bgimage_conent{
    display:table-cell;
    width:100%;
    vertical-align: bottom;
}
.promoblock .bgimage{
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}



.bgimage_conent div span{
    background-color: #2b2e34;
    color: #f4f4f4;
}
.bgimage_conent div span strong{
    position: relative;
    z-index: 2;
    font-family: 'HarmonyOS Sans SC';
    font-weight: 500;
    white-space: nowrap;
}








.promoblock.size12 .bgimage{
    height:300px;
    padding: 16px;
}
.promoblock.size6 .bgimage{
    height:300px;
    padding:16px
}
.promoblock.size4 .bgimage{
    height:300px;
    padding:16px
}


.promoblock.size12 .bgimage_conent div{
    line-height: 18px;
    margin:24px 0px;
}
.promoblock.size6 .bgimage_conent div{
    line-height: 18px;
    margin:24px 0px;
}
.promoblock.size4 .bgimage_conent div{
    line-height: 18px;
    margin:24px 0px;
}
.promoblock.size12 .bgimage_conent div span{
    font-size: 18px;
    padding: 8px 16px;
}
.promoblock.size6 .bgimage_conent div span{
    font-size: 18px;
    padding: 8px 16px;
}
.promoblock.size4 .bgimage_conent div span{
    font-size: 18px;
    padding: 8px 16px;
}



.promoblock .button{
    background-color:#c0091f;
    line-height:32px;
    padding:0px 16px;
    font-size:14px;
}

.cbl .phone{
    background-image:url('/media/img/ico_phone.svg');
    background-repeat:no-repeat;
    background-position:left center;
    background-size:32px;
    display:inline-block;
    line-height:32px;
    padding-left:40px;
    color:#000;
}
.cbl .email{
    background-image:url('/media/img/ico_email.svg');
    background-repeat:no-repeat;
    background-position:left center;
    background-size:32px;
    display:inline-block;
    line-height:32px;
    padding-left:40px;
    color:#000;
}
.cbl .addr{
    background-image:url('/media/img/ico_location.svg');
    background-repeat:no-repeat;
    background-position:left center;
    background-size:32px;
    display:inline-block;
    line-height:32px;
    padding-left:40px;
}
.contact_item .text-secondary{
    margin-left:40px;
    cursor:pointer;
}

.footertext{
    color:rgba(255,255,255,.3);
    font-size:14px;
    line-height:18px;
    margin-top:32px;
}

.sociallink.vk{
    color:rgba(255,255,255,.7);
    transition-duration:.3s;
    background-image:url('/media/img/vklogo.svg');
    background-repeat:no-repeat;

    background-position:left center;
    background-size:24px;
    padding-left:32px;
    line-height:24px;
    display:inline-block;
    opacity:.5;
    margin-bottom:16px;
    white-space:nowrap;
    margin-right:40px;
}
.sociallink.vk:hover{
    color:rgba(255,255,255,1);
    opacity:1;
}


.work{
    background-color:#f4f4f4;
    margin:16px 0px;
    border-radius:16px;
    cursor:pointer;
}
.work .image{
    -webkit-border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;

    height:240px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;

}
.work .desc-block{
    padding:32px;
    padding-bottom:0px;
}
.work .desc-button{
    padding:32px;
    padding-top:0px;
}
.work .name{
    font-weight:bold;
    line-height:24px;
}
.work .price{
    color:#c0091f;
}
.work .price span{
    line-height: 3px;
    width: 0.4em;
    border-bottom: 2px solid #c0091f;
    display: inline-block;
}
.work .desc{
    margin:16px 0px;
    margin-bottom:24px;
}



.block.makeorder form{
    margin-top:32px;
}
.block.makeorder form>div{
    margin:32px 0px;
}

.swiper-pagination-bullet{
    width:20px !important;
    height:20px !important;
    border:6px solid #fff;
    margin:0px 4px;
}
.swiper-pagination-bulle span:first-child{ margin-left:0px;}
.swiper-pagination-bulle span:last-child{ margin-right:0px;}
.swiper-pagination-bullet-active{
    background-color:#c0091f !important;
}


/***********************************************/
/* POPUP ***************************************/
/***********************************************/

.popup-wrapper{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    bottom:0px;
    right:0px;
    left:0px;
    background-color:rgba(31,33,37,.95);
    z-index:2000;
    display:none;
}
.popup1-wrapper{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    bottom:0px;
    right:0px;
    left:0px;
    background-color:rgba(31,33,37,.95);
    z-index:3000;
    display:none;
}
.popup-holder{
    width:100%;
    height:100%;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    perspective: 500px;
    -webkit-perspective: 500px;
}
.popup{
    background-color:#f8f8f9;
    display:inline-block;
    width:100%;
    height:100vh;
    opacity:0;
    transform:scale(.3);
    transition-duration:.5s;

    overflow: auto;
}
.popup1 {
    background-color:#fff;
    display:inline-block;
    width:100%;
    height:1000px;
    opacity:0;
    transform:scale(.3);
    transition-duration:.5s;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 140px;
}
.popup-wrapper .popup-scroller, .popup1-wrapper .popup-scroller {
    max-height: 100%;
    overflow: auto;
}
.popup-wrapper.show .popup , .popup1-wrapper.show .popup1{
    margin-top:0px;
    transform:  scale(1);
    opacity:1;

}

.popup-wrapper .close,  .close ,.popup1-wrapper.close1,  .close1{
    display: inline-block;
    float: right;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position:relative;
    cursor:pointer;
    margin-right:20px;
    margin-top:20px;

}

.popup-wrapper .close:hover div , .close:hover div,
.popup1-wrapper .close1:hover div ,  .close1:hover div{
    background-color:#000;
}
.popup-wrapper .close div , .popup1-wrapper .close1 div,  .close div , .close1 div{
    width: 30px;
    height: 2px;
    position: absolute;
    left: 14px;
    background-color:#bdbdbd;
    transition-duration:.3s;
}

.popup-wrapper .close div:nth-child(1), .close div:nth-child(1),  .popup1-wrapper .close1 div:nth-child(1),  .close1 div:nth-child(1) {
    transform: rotate(45deg);
    top: 23px;
}
.popup-wrapper .close div:nth-child(2),  .close div:nth-child(2), .popup1-wrapper .close1 div:nth-child(2),  .close1 div:nth-child(2){
    transform: rotate(-45deg);
    top: 23px;
}
.popup-wrapper .popup-content, .popup1-wrapper .popup-content{
    text-align:left;
    padding:32px;
}


.popup-wrapper .popuplogo{
    display:block;
    height:16px;
    margin-bottom:32px;
}

.popup-wrapper .title{
    position: relative;
    z-index: 2;
    font-family: 'HarmonyOS Sans SC';
    font-weight: 500;
    font-size:30px;
    line-height:30px;
    margin-bottom:24px;

}

.popup-wrapper .desc{
    margin-bottom:24px;

    color:#939393;
    font-size:16px;
    line-height:24px;
}



.popup-wrapper .input{
    margin-bottom:16px;
    width:75%;
}
.popup-wrapper .pruve{
    margin-top:24px;
    margin-bottom:32px;
}



.contact_item{
    margin:32px 0px;
    margin-left:0px;
}

.slide_title span{
    font-size:18px;
    padding: 8px 16px;
}
.slidebg{
    height:350px;
    margin-top:-32px;
}
.slide_title{
    line-height:24px;
}

.swiper-pagination{
    position:relative !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right:10px !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left:10px !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-color: rgb(255 255 255 / 79%) !important;
    border-radius: 50% !important;
}

.swiper-button-next, .swiper-button-prev{
    top: 35% !important;
}




.dropmenupanelbg{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    bottom:0px;
    right:0px;
    left:0px;
    background-color:rgba(0,0,0,.8);
    z-index:100;
    display:none;

}
.dropmenupanel .links{
    margin-top:40px;
}

.dropmenupanel .links a{
    font-size:20px;
    line-height:40px;
    color:rgba(0,0,0,.6);
    transition-duration:.3s;
}
.dropmenupanel .links a:hover{

    color:rgba(0,0,0,1);
}

.dropmenupanel{
    width:90%;
    right:-90%;
    position:fixed;
    height:100%;
    top:0px;
    bottom:0px;
    background-color:#f4f4f4;
    z-index:101;
    transition-duration:.3s;
}
.dropmenupanel.set{
    right:0px;
}
.dropmenupanel .content{
    padding:56px;
    padding-top:60px;
}