.header-container{
    min-height: 80px;
    display: flex;
    align-items: center;
    font-family: 'Montserrat',Arial,sans-serif;
    justify-content: center;
    flex-wrap: wrap;
}
.list{
    list-style: none;
    display: flex;
    padding: 0;
}
.header-list--contact li, #allrecords .header-list--contact a{
    color: #727372;
    font-size: 14px;
    font-weight: 700;
    margin-left: 20px;
    display: flex;
}
.header-list--contact li img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.header-list--menu{
    min-height: 20px;
    margin-left: 20px;
}
#allrecords .header-list--menu a{
    color: #000;
    font-size: 14px;
}
.header-list--menu li{
    margin-right: 15px;
}
.header-logo--wrapp{
    width: 170px;
}
.header-logo--wrapp img{
    width: 100%;
}
#allrecords .header-list--menu li.active a{
    color: #ff8562;
}
#t-footer{
    min-height: 150px;
    background-image: url('../upload/5d5a46eb5eaa9ed36173.jpeg');
    background-position: 0% 45%;
    background-size: cover;
    font-family: 'Montserrat',Arial,sans-serif;
    color: #fafafa;
    font-size: 18px;
    display: flex;
}
.footer-col--item{
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center;
}
#allrecords .footer-col--item-contact a{
    font-size: 20px;
    color: #fafafa;
}
#allrecords .header-list--menu a:hover{
    color: #565656;
}
.main-page{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.montserrat{
    font-family: 'Montserrat',Arial,sans-serif;
}
.t396{
    margin-top: 50px;
}
.contact-img--place-item img{
    width: 100%;
}
.contact-img--place{
    display: flex;
}
.custom-dots span:hover{
    cursor: pointer;
}










/* 10.06.2020 @handsomeaddress */
button{
    outline: none;
}
.block__gray-bg{
    background-color: #f7f7f7;
    padding: 30px 0;
}
.slider-for-printer--wrapp{
    padding: 0 20px;
    position: relative;
}
.viva-h2{
    font-size: 40px;
    font-family: 'Montserrat';
    text-align: center;
}
.owl-carousel{
    margin-top: 40px;
    font-family: 'Montserrat',Arial,sans-serif;
}
.printer-carousel--item-title{
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
}
.printer-carousel--item-desc{
    font-size: 18px;
    line-height: 1.55;
    font-family: 'Montserrat',Arial,sans-serif;
    color: #000;
    padding: 20px;
    text-align: center;
    padding-bottom: 0;
}
.owl-nav button, .control-slider--nav button{
    width: 17px;
    border: none;
    background-color: transparent;
}
.owl-nav .owl-prev, .control-slider--nav .owl-prev{
    transform: rotate(180deg);
}
.owl-nav, .control-slider--nav{
    position: absolute;
    top: 50%;
    width: calc(100% + 50px);
    left: -25px;
    display: flex;
    justify-content: space-between;
    z-index: -1;
}
.min-h-200{
    min-height: 330px;
}
.custom-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    position: relative;
}
.custom-dots span{
    display: flex;
    width: 150px;
    height: 100px;
    align-items: center;
    justify-content: center;
}
.custom-dots span.active{
    display: flex;
    position: relative;
}
.custom-dots span.active::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ff822e82;
}
.custom-dots span img{
    width: 100%;
    height: auto;
}
.t-width_8{
    max-width: 250px;
}
.printer-carousel--item{
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
}
/*#printer-carousel .owl-item img{
    height: 315px;
    margin: 0 auto;
    width: auto;
}*/
.control-slider--wrapp{
    position: relative;
    display: inline-flex;
}
.control-slider--nav{
    top: calc(50% - 17px);
    width: calc(100% + 100px);
    left: -50px;
    z-index: 8;
}
.control-slider{
    text-align: center;
    position: absolute;
    top: 60%;
    width: 100%;
    left: 0;
}
.printer-carousel--item-img-wrapp{
    position: relative;
}
.printer-carousel--item-img-wrapp::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(transparent, #000);
    height: 30%;
}
button:hover{
    cursor: pointer;
}
.success-zayavka{
    font-family: 'Montserrat',Arial,sans-serif;
    width: 100%;
    min-height: 81px;
    margin-bottom: 30px;
    background-color: #ff822e;
    display: none;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    text-align: center;
    padding: 20px 0;
    height: 0;
}
#click-default-width{
    width: 225px;
    height: 100%;
    opacity: 1;
    position: absolute;
    left: 110%;
    top: 0;
}
#click-default-width-label{
    position: relative;
}
#click-default-width-label::after{
    content: 'Выберите файл';
    width: 115px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 110%;
    font-size: 13px;
    color: #000;
    border: 1px solid #00000091;
    background-color: #efefef;
    border-radius: 3px;
    top: 0;
    z-index: 9;
}
#click-default-width-label:hover::after{
    cursor: pointer;
    color: #fff;
    border: 1px solid #364f5e;
    background-color: #364f5e;
}
.t-upwidget{
    position: relative;
}
#click-default-width{
    display: none;
}















@media screen and (max-width: 1380px) {
    .list.header-list--menu li:first-child{
        display:none;
    }
}
@media only screen  and (min-width: 1224px) {
    .list.header-list--menu li:first-child{
        display:none;
    }
}
@media only screen  and (min-width: 1824px) {
    .list.header-list--menu li:first-child{
        display:none;
    }
}
@media screen and (max-width: 980px) {
    .footer-col--item{
        height: auto;
    }
    #t-footer .t-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .footer-col--item{
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 680px) {
    .t396 {
        margin-top: 0px;
    }
    
    .t686__title.t-title.t-title_xxs{
        font-size:24px !important;
    }
    .owl-nav{
        width: 100%;
        z-index: 1;
        left: 0;
    }
    .t450__burger_container{
        z-index: 999;
    }
    .control-slider{
        top: 55%;
    }
    .custom-dots span{
        width: 80px;
        height: auto;
    }
}
@media screen and (max-width: 455px){
    #click-default-width{
        width: 225px;
    }
    .t-input-block{
        display: flex;
        align-items: flex-start !important;
        flex-direction: column !important;
    }
    #click-default-width{
        position: relative;
        left: 0;
    }
    #click-default-width-label{
        display: block;
    }
    #click-default-width-label::after{
        top: 20px;
        left: 0;
    }
}