/* --- Media styles --- */
.separator {
  color:white;
}

.image-title {
  color:white;
}

.wrapMobMain{
    display: none;
}
@media screen and (max-width:1199px){
    table {
        display: block;
        overflow-x: scroll;
    }
    .topLineH .buttonCatMain {
        padding: 0 15px 0 15px;
    }
    .catMain {
        margin-right: 30px;
    }
    .topLineH .mail {
        margin-right: 20px;
    }
    .headMain ul a {
        font-size: 16px;
    }
    .topLineH .phone {
        font-size: 16px;
    }
    .nucBannerAC img {
        width: 100%;
    }
    .wrapAC .leftBlock .botLine {
        flex-direction: column;
    }
    .aboutCompanyBlock button {
        margin-bottom: 30px;
    }
    .topLineF .leftBlock {
        width: auto;
    }
    .topLineF .mainWrapCol {
        width: auto;
    }
    .topLineF .buttonCatMain {
        padding: 5px 15px;
        margin-bottom: 25px;
    }
    .buttonCatMain .burger {
        width: 22px;
    }
    .buttonCatMain .txt {
        font-size: 16px;
        line-height: 35px;
    }
    footer a.logo {
        margin-right: 10px;
    }
    footer .infoBlockCol {
        margin-left: 10px;
    }
    footer .infoBlock {
        grid-template-columns: 245px 190px;
    }
    footer .nav {
        padding-left: 30px;
    }
    footer .phone {
        padding-left: 30px;
    }
    footer .mail {
        padding-left: 30px;
    }
    footer .clock {
        padding-left: 30px;
}

@media screen and (max-width:991px){
.wrapMobMain{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    bottom: 0;
    background: #463021;
    z-index: 50;
    transition: all 0.4s;
    z-index: 1;
    display: block;
    padding: 0 10px;
}
.openMobMain .wrapMobMain{
    right: 0%;
}
.wrapMobMain ul{
    margin-bottom: 50px;
}
.wrapMobMain ul a{
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
}

.mainButt {
    transition: all 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50px;
    height: 40px;
    position: absolute;
    left: -50px;
    top: 150px;
    padding: 10px;
    z-index: 5;
    background: #463021;
}
.openMobMain{
    overflow: hidden;
}
.openMobMain .mainButt {
    top: 0;
    left: calc(100% - 50px);
    background: #fff;
}

.openMobMain .mainButt .line:nth-child(1), .openMobMain .mainButt .line:nth-child(3) {
    opacity: 0;
}

.mainButt .line {
    background: #fff;
    width: 100%;
    height: 2px;
    transition: all 0.4s;
    position: relative;
}

.openMobMain .mainButt .line:nth-child(2)::before {
    transform: rotate(-90deg);
    background: #463021;
}
.mainButt .line:nth-child(2)::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #fff;
    transition: all 0.4s;
}

.openMobMain .mainButt .line:nth-child(2) {
    transform: rotate(45deg);
    background: #463021;
}
.wrapMobMain .wrapMains {
    margin-top: 100px;
    overflow-y: auto;
    max-height: calc(100vh - 120px);
}
.wrapMobMain .wrapMains .name{
    margin-bottom: 10px;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    line-height: 1
}




    .headMain,.catMain {
        display: none;
    }
    .bannersAC {
        display: none;
    }
    .topBannerBlock .name {
        font-size: 40px;
    }
    .topBannerBlock > img {
        height: 450px;
        margin-left: calc((100% - 1053px) / 2);
    }
    .topBannerBlock .txtBlock {
        bottom: 55px;
    }
    .aboutCompanyBlock {
        margin-top: 15px;
        padding-bottom: 0;
    }
    .wrapAC .leftBlock .botLine {
        justify-content: flex-end;
    }
    .wrapAC .leftBlock {
        margin-right: 5px;
    }
    .wrapAC .rightBlock p {
        line-height: 1.3;
    }
    .applicationBlock {
        padding: 35px 0;
    }
    .h1, h1 {
        margin: 0 0 40px;
        font-size: 22px;
    }
    .nucAppl .name {
        font-size: 15px;
    }
    .bannerMainBlock {
        padding: 40px 0 0px;
    }
    .wrapAC .h1{
        text-align: center
    }
    .aboutCompanyBlock{
        margin-bottom: 25px;
    }
    .wrapBM {
        justify-content: space-around;
        padding-bottom: 0px;
        padding-top: 40px;
    }
    .nucBM {
        margin-bottom: 65px;
    }
    .sertBlock {
        padding: 0px 0 40px;
    }
    .wrapSerts {
        flex-direction: column;
    }
    .wrapSerts .leftBlock {
        width: 100%;
    }
    .sertBlock .h1 {
        margin-bottom: 20px;
    }
    .sertBlock .arrowsSlideSert {
        margin-top: 30px;
    }
    .sertSlider:after {
        display: none;
    }
    .wrapSerts .rightBlock {
        margin-top: 10px;
    }
    .preBlock .nucPre img {
        width: 120px;
    }
    .preBlock .txt {
        font-size: 16px;
    }
    .preBlock {
        padding: 20px 0 0;
    }
    .topLineF {
        padding: 40px 0;;
    }
    .topLineF .buttonCatMain {
        display: none;
    }
    footer .infoBlock {
        grid-template-columns: auto auto;
        margin-bottom: 20px;
    }   

    .formBlock{
        background: url(../images/bgFormBlock.jpg) no-repeat left top;
    } 
}

@media screen and (max-width:767px){
.wrapAppl{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wrapAppl .nameAllSec {
    font-size: 24px;
}
.nucAppl{
    margin-bottom: 20px;
    width: 100%;
    max-width: 555px;
}
.formBlock{
    background: none;
    height: auto;
}
.topLineFormBlock{
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.botLineFormBlock{
    padding: 20px 15px;
    margin: 0 -15px;
    background: #22150d;
}
.topLineFormBlock .infoBlock{
    padding-left: 0;
}
.formBlock .wrapInputs{
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}
.formBlock .wrapInputs input{
    width: 100%;
    max-width: 320px;
    margin-bottom: 10px;
}
.formBlock .sendLine {
    flex-direction: column-reverse;
}
.formBlock button{
    width: 100%;
    max-width: 320px;
    margin-bottom: 20px;
}
.formBlock .wrapLabel{
    margin-right: 0;
    width: 90%;
}



    .botLineH .logo img {
        width: 250px;
    }
    .topBannerBlock .txtBlock {
        left: 15px;
        right: 15px;
    }
    .topBannerBlock .name {
        font-size: 36px;
        text-align: center;
    }
    .btnStyle {
        height: auto;
        width: auto;
    }
    .btnStyle .imgW {
        height: auto;
        width: auto;
        padding: 15px 20px;
    }
    .btnStyle .imgW > img {
        height: auto;
    }
    .btnStyle .txt {
        width: auto;
        font-size: 15px;
        padding: 0 15px;
        line-height: 50px;
    }
    .aboutCompanyBlock .btnStyle .imgW > img {
        height: 33px;
    }
    
    footer .infoBlock {
        grid-template-columns: auto;
        grid-gap: 20px;
    }
    .payBlock .imgW {
        margin-left: 20px;
    }
    
}
    
@media screen and (max-width:675px){
    th, tr {
        padding: 0;
    }
    .topBannerBlock .name {
        font-size: 34px;
    }
    .topBannerBlock .txt {
        font-size: 20px;
    }
    .preBlock .nucPre {
        width: auto;
    }
    .payBlock .imgW {
        padding: 5px;
        width: auto;
        height: auto;
    }
    .payBlock img {
        max-width: 100%;
        max-height: max-content;
    }
}

@media screen and (max-width:640px){
    .botLineH .logo img {
        width: 235px;
    }
    .topBannerBlock .txtBlock {
        bottom: 40px;
    }
    .topBannerBlock .name {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .topBannerBlock .txt {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .wrapAC .rightBlock p {
        font-size: 16px;
    }
    .wrapAC .phone {
        font-size: 22px;
    }
    
    .sertBlock .arrowsSlideSert {
        margin-top: 20px;
    }
    .preBlock .nucPre img {
        width: 100px;
    }
}

@media screen and (max-width:600px){
    .wrapSerts .rightBlock{
        width: 100%;
    }
    .topBannerBlock .name {
    font-size: 22px;
}
.topBannerBlock .txt{
    font-size: 18px;
    text-align: center
}
    .sertSlider::before{
        display: none;
    }
    .sertSlider{
        padding: 10px 0;
    }
    .botLineH {
        padding: 10px 0px;
    }
    .botLineH .logo img {
        width: 165px;
    }
    .botLineH .btnStyle .imgW {
        display: none;
    }
    .btnStyle .txt {
        line-height: 40px;
    }
    .catMain {
        display: none;
    }
    .topBannerBlock .txtBlock {
        bottom: 50px;
    }
    .wrapAC {
        flex-direction: column;
    }
    .wrapAC .leftBlock {
        width: 100%;
    }
    .wrapAC .rightBlock {
        width: auto;
    }
    .wrapAC .leftBlock .botLine {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .aboutCompanyBlock button {
        margin-bottom: 0;
    }
    .applicationBlock {
        padding: 0;
    }
    .wrapBM {
        padding-top: 30px;
    }
    .nucBM .name {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .nucBM .txt {
        font-size: 16px;
    }
    .h1, h1 {
        margin: 0 0 25px;
    }
    .wrapPre {
        flex-direction: column;
    }
    .preBlock .imgW {
        margin-bottom: 10px;
    }
    .preBlock .nucPre {
        margin-bottom: 20px;
    }
    .sertBlock .arrowsSlideSert {
        margin-top: 10px;
    }
    .sertBlock {
        padding: 20px 0 ;
    }
    .topLineF {
        flex-direction: column;
    }
    .topLineF .leftBlock {
        width: 100%;
        flex-direction: row;
        margin-bottom: 20px;
    }
    footer .payBlock {
        justify-content: space-evenly;
    }
    .botLineF {
        padding: 15px 0;
    }
}

@media screen and (max-width:485px){
    .wrapAC .leftBlock .botLine {
        flex-direction: column;
    }
    .aboutCompanyBlock button {
        margin-bottom: 20px;
    }
    .wrapAC .rightBlock p {
        margin-bottom: 15px;
    }
    .preBlock .nucPre img {
        width: 70px;
    }
    footer a.logo {
        margin-bottom: 15px;
    }
    .topLineF .leftBlock {
        flex-direction: column;
    }
    footer .infoBlockCol {
        margin-left: 0;
    }
}

@media screen and (max-width:425px){
   
}

@media screen and (max-width:400px){
    .infoBlock,.wrapBLH {
        flex-direction: column;
    }
    .wrapBLH .logo{
        margin-bottom: 10px;
    }
    .wrapTLH {
        flex-direction: column;
        padding: 5px 0;
    }
    .topLineH .mail{
        line-height: 25px;
        margin-bottom: 10px;
    }
    .topLineH .phone{
        line-height: 25px;
    }
}
@media screen and (max-width:370px){

}
  
.separator {
  color:white;
}

.image-title {
  color:white;
}