.about-main{
    position: relative;
    background: url(../image/about_bg1.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 1px 0 170px 0;
    overflow: hidden;
}
.about-main::before{
    content: "";
    position: absolute;
    background:rgba(255, 255, 255, 0.3);
    opacity: .33;
    top: 80px;
    left: 0;
    right: 0;
    height: 1px;
}
.about-main::after{
    content: "";
    position: absolute;
    background:rgba(255, 255, 255, 0.3);
    opacity: .33;
    top: 270px;
    left: 0;
    right: 0;
    height: 1px;
}
.about-main-lines1{
    position: absolute;
    left: 50%;
    margin-left: -770px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    opacity: .33;
}
.about-main-lines2{
    position: absolute;
    left: 50%;
    margin-left: 200px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    opacity: .33;
}
.about-main-lines3{
    position: absolute;
    left: 50%;
    margin-left: 560px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    opacity: .33;
}
.about-main .breadcrumb-item > span{
    color: #999;
}
.about-main .breadcrumb-item > a > span{
    color: #fff;
}
.about-main-h1{
    margin: 70px 0 30px 0;
    color: #FFF;
    font-weight: bold;
    font-size: 40px;
}
.about-main p{
    margin: 0 0 17px 0;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}
.about-main > .container{
    display: flex;
    flex-wrap: wrap;
}
.about-main .breadcrumb{
    flex-basis: 100%;
}
.about-main-l{
    flex-shrink: 0;
    flex-basis: 50%;
}
.about-main-l-item{
    background: rgba(255, 255, 255, 0.82) url(../image/about-doc.png) no-repeat left top;
    padding: 0 37px 0 113px;
    height: 104px;
    font-size: 16px;
    line-height: 138%;
    color: #0B1324;
    margin-bottom: 4px;
    width: 310px;
    display: flex;
    align-items: center;
}
.about-main-l a{
    text-decoration: none;
}
.about-main-l-item:first-child{
    margin-top: 100px;
}
.about-main-l:last-child{
    padding-left: 250px;
}
.about-b1-w{
    padding: 120px 0 160px 0;
    display: flex;
}
.about-b1-h1{
    font-weight: bold;
    font-size: 40px;
    color: #0B1324;
    margin: 0 0 70px 0;
}
.about-b1-l{
    flex-basis: 460px;
    flex-shrink: 0;
}
.about-b1-l > p{
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin: 0 0 75px 0;
    width: 330px;
}
.about-b1-l > a{
    padding: 18px 42px;
    color: #FF0808;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    border: 1px solid #FF0808;
    border-radius: 100px;
    text-decoration: none;
}
.about-b1-r{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 110px;
    grid-row-gap: 20px;
}
.about-b1-item{
    padding-bottom: 20px;
    width: 272px;
    position: relative;
}
.about-b1-item-img{
    width: 272px;
    height: 315px;
    background-size: cover;
    margin-bottom: 43px;
}
.about-b1-item-name{
    margin-bottom: 14px;
    color: #000;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
}
.about-b1-item-p{
    color: #767676;
    font-size: 16px;
    line-height: 130%;
}
.about-b2-w{
    position: relative;
}
.about-b2-w-rec{
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 30%;
    background: #03101C;
    overflow: hidden;
}
.about-b2-w-li{
    position: absolute;
    width: 50%;
    top: 60%;
    left: 0;
    bottom: 0;
    background: #EF2020;
}
.about-b2-w > .container{
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-b2-h2{
    position: relative;
    margin: 80px 0 100px 0;
    width: 510px;
    color: #0B1324;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
}
.about-b2-h2::before{
    position: absolute;
    content: "";
    background: url(../image/about-arr.png);
    background-size: contain;
    width: 116px;
    height: 91px;
    right: 70px;
    top: 80px;
}
.about-b2-p{
    color: #FFF;
    width: 350px;
    font-size: 16px;
    line-height: 138%;
    margin-top: 93px;
}
.about-b2-w > .container > a{
    display: block;
    margin-bottom: 115px;
    position: relative;
}
.about-b2-w > .container > a::before{
    content: "";
    position: absolute;
    background:url(../image/about-vid.png);
    width: 100px;
    height: 100px;
    left: 50%;
    border-radius: 100px;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    transition: .3s all ease-in-out;
}
.about-b2-w > .container > a::after{
    content: "";
    position: absolute;
    background:url(../image/about-vid-c.png);
    width: 55px;
    height: 55px;
    left: 50%;
    top: 50%;
    border-radius: 28px;
    margin-top: -28px;
    margin-left: -28px;
}
.about-b2-w > .container > a:hover::before{
    transform: rotate(100deg);
    box-shadow: 0 0 30px 15px rgba(255, 0, 0, 0.31);
}
.about-b2-w > .container > a:hover::after{
    box-shadow: 0px 6px 13px rgba(255, 0, 0, 0.31);
}
.about-b2-w-rec1{
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    left:0;
    right:0;
    margin-left: -10px;
    margin-right: -10px;
    bottom: 90px;
    height: 150px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.about-b2-w-rec::before,
.about-b2-w-rec::after{
    content: "";
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.about-b2-w-rec::before{
    left: 330px;
    top: 0;
    bottom: 0;
}
.about-b2-w-rec::after{
    bottom: 90px;
    height: 150px;
    left: 600px;
}
.about-b2-w-li::before{
    content: "";
    position: absolute;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    top: 70px;
    left: 0;
    right: 0;
}
.about-b2-w-li::after{
    content: "";
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    left: 50%;
    margin-left: -200px;
    top: 70px;
    height: 150px;
}
.about-b3-w{
    display: flex;
    align-items: center;
    position: relative;
    height: 491px;
    width: 100%;
}
.about-b3-w::before{
    content: "";
    position: absolute;
    right: 0;
    left: 50%;
    top: 0;
    bottom: 0;
    background: url(../image/about-prg.jpg) no-repeat left bottom;
    background-size: cover;
}
.about-b3-h1{
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #0B1324;
    width: 445px;
    margin-bottom: 35px;
}
.about-b3-p{
    color: #0B1324;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 30px;
    width: 500px;
}
.about-b3-btn{
    width: 320px;
    height: 74px;
    display: inline-flex;
}
.rezka-qans-brands-h1{
    margin-top: 150px;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #0B1324;
}
.rezka-qans-brands{
    display: flex;
    flex-wrap: wrap;
}
.rezka-qans-brand{
    margin: 35px 70px;
}
.about-req-w{
    padding-bottom: 150px;
}
.revs-mod-bottom{
    margin-top: 30px;
}
.rezka-home-1-f{
    width: 565px;
}
.rezka-home-1-f input{
    margin-bottom: 15px;
}
.gibka-1-f-sbm{
    margin-top: 30px;
}
.rezka-home-1-f form{
    padding: 20px;
    width: auto;
    background: rgba(0,0,0,.4);
}
@media (max-width: 1400px){
    .about-main-l:last-child {
        padding-left: 220px;
    }
    .about-main-h11{
        font-size: 34px;
    }
    .about-b1-h1{
        font-size: 34px;
        margin: 0 0 50px 0;
    }
    .about-b2-h2{
        font-size: 34px;
        line-height: 40px; 
    }
    .about-b3-h1{
        font-size: 34px;
        line-height: 40px;
    }
    .about-b1-r{
        grid-column-gap: 70px;
    }
}
@media (max-width: 1200px){
    .about-main-l:last-child{
        padding-left: 150px;
    }
    .about-main {
        padding: 1px 0 110px 0;
    }
    .about-b1-item-img{
        width: 100%;
        height: 260px;
    }
    .about-b1-item{
        width: 220px;
    }
    .about-b1-l {
        flex-basis: 430px;
    }
    .about-b1-l > p{
        width: 375px;
    }
    .about-b1-w{
        padding: 70px 0;
    }
    .about-b3-p{
        width: 440px;
    }
    .about-b3-btn {
        width: 280px;
        height: 60px;
    }
    .about-main-h1{
        margin: 30px 0;
    }
    .about-main-l-item:first-child {
        margin-top: 60px;
    }
    .about-b1-r{
        grid-column-gap: 50px;
    }
}
@media (max-width: 992px){
    .about-main-l-item{
        width: 285px;
        font-size: 14px;
        padding: 0 25px 0 100   px;
        height: 90px;
        background-size: contain;
    }
    .about-main-l:last-child {
        padding-left: 50px;
    }
    .about-main-h1 {
        font-size: 30px;
    }
    .about-b1-l > a{
        padding: 16px 35px;
    }
    .about-main p{
        font-size: 14px;
    }
    .about-b1-w{
        flex-direction: column;
    }
    .about-b1-l > p{width: 100%;}
    .about-b1-l {
        flex-basis: auto;
        margin-bottom: 50px;
    }
    .about-req-w{
        padding-bottom: 70px;
    }
    .about-b3-h1{
        font-size: 30px;
        width: 330px;
        line-height: 38px;
    }
    .about-b3-p{
        width: 330px;
    }
    .about-b3-w::before{
        background-position-x: -100px;
    }
    .about-b2-h2{
        width: 345px;
    }
    .about-b2-p{
        width: 320px;
    }
    .about-b2-h2::before{
        width: 93px;
        height: 75px;
        right: 70px;
        top: 90px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .about-b1-h1,
    .about-preim-h1,
    .about-b2-h2{
        font-size: 30px;
    }
    .about-b1-r {
        grid-column-gap: 170px;
    }
}
@media (max-width: 768px){
    .about-main-l:last-child{
        padding-left: 0;
    }
    .about-main-l {
        flex-basis: 100%;
    }
    .about-main-l:last-child{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-b1-item-name{
        font-size: 20px;
        line-height: 24px;
    }
    .about-b1-item-p{
        font-size: 14px;
    }
    .about-b2-h2{
        width: 50%;
        font-size: 18px;
        line-height: 28px;
        margin: 60px 0 55px 0;
    }
    .about-b2-p{
        padding-left: 15px;
        font-size: 14px;
        margin-top: 60px;
        width: 50%;
    }
    .about-b3-w > .container{
        position: relative;
        z-index: 1;
    }
    .about-b3-w::before {
        background-position-x: -100px;
        width: 100%;
        left: 0;
        opacity: .2;
    }
    .about-b1-r {
        grid-column-gap: 70px;
    }
}
@media (max-width: 576px){
    .about-main-l,
    .about-main-l-item{
        width: 100%;
    }
    .about-main-l-item{
        padding: 0 15px 0 100px;
    }
    .about-main-l-item:first-child {
        margin-top: 15px;
    }
    .about-main-h1 {
        font-size: 24px;
        margin-top: 15px;
    }
    .about-b1-w{
        padding: 30px 0;
    }
    .about-b1-h1{
        font-size: 24px;
        margin-bottom: 25px;
    }
    .about-b1-l > p {
        font-size: 14px;
        margin-bottom: 35px;
    }
    .about-b1-l > a{
        display: block;
        text-align: center;
    }
    .about-b1-r{
        justify-content: center;
    }
    .about-b2-h2{
        flex-basis: 100%;
        margin: 0;
    }
    .about-b2-p{
        width: 100%;
        margin: 20px 0;
        padding: 0;
        color: #0B1324;
    }
    .about-b2-h2::before{
        display: none;
    }
    .about-b2-w-rec,
    .about-b2-w-li{display: none;}
    .about-b2-w > .container > a{
        margin-bottom: 25px;
    }
    .about-b3-h1{
        width: 100%;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .about-b3-p,
    .about-b3-btn{
        width: 100%;
    }
    .about-b1-r {
        grid-column-gap: 0;
        grid-template-columns: repeat(1, 1fr);
    }
    .about-b1-item{
        margin: 0 auto;
    }
}