*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul,
ol,
li{
    list-style-type: none;
}
a{
    text-decoration: none;
    color: inherit;
}
img{
    width: 100%;
}
.container{
    max-width: 1650px;
    padding: 0 15px;
    margin: 0 auto;
}
.stub_wrap{
    font-family: "Montserrat", sans-serif;
    color: #241F21;
    background: #ffffff;
    overflow: hidden;
}

.about_row{
    display: flex;
    justify-content: start;
    margin: 0 auto 0 0;
}
.about_image {
    flex: 0 0 50%;
    max-width: 50%;
}
.about_image img,
.portf_image img{

    width: 130%;
    height: 100%;
    object-fit: cover;
}
.about_image,
.portf_image{
    overflow: hidden;
}
.portf_image img {
    margin-left: -25%;
}
.about_text{
    flex: 1 1 auto;
    padding: 30px 20px 0 6%;
}
.text_row{
    max-width: 710px;
}
.about_text .text_row{
    margin: 0 auto 0 0;
}
.portf_text .text_row{
    margin: 0 0 0 auto;
}
.logo_wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px;
}
.logo_row {
    max-width: 237px;
}
.logo_wrap .logo_row{
    margin-top: 25px;
}
.btn a{
    font-family: "Montserrat", sans-serif;
    color: #241F21;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    padding: 8px 20px;
    border: 1px solid #FFC700;
    border-radius: 10px;
}
.h1,
h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.88px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h2,
.h2{
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36.57px;
}
.text{
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 26.82px;
    margin-bottom: 25px;

}
.portf_row{
    display: flex;
    justify-content: end;
    margin: 0 0 0 auto;
}
.portf_image{
    flex: 0 0 50%;
    max-width: 50%;
}
.portf_text{
    flex: 1 1 auto;
    padding: 0 6% 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.partners_wrap{
    padding: 180px 0 150px 0;
}
.partners_row{
    display: flex;
    align-items: center;
}
.partners_block{
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.partners_block li {
    margin: 0 40px 20px 0;
}
.partners_text{
    flex: 1 1 auto;
    padding: 0 0 0 6%;
}
.brend_wrap{
    background: #F5F5F5;
    padding: 70px 0;
}
.brend_row{
    margin-top: 15px;
}
.brend_item{
    border-radius: 15px;
    background: #ffffff;
    display: flex!important;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    height: 145px;
}
.brend_row .slick-slide{
    margin: 0 10px;
}
.footer_wrap{
    padding: 80px 0;
}
.footer_row{
    display: flex;
}
.footer_row .logo_row{
    max-width: 204px;

}
.footer_text{
    padding-left: 60px;
    margin-left: 70px;
    border-left: 1px solid #AEAEAE;
}
.footer_text li{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
@media(max-width: 1600px){
    .brend_row .slick-arrow{
        background: #D9D9D9;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -60px;
        right: 0;
    }
    .brend_row .slick-arrow.slick-next{
        right: 50px;
    }
}
@media(max-width: 1280px) {
    .about_text {
        padding: 30px 20px 0 20px;
    }
    .logo_wrap {
        margin-bottom: 55px;
    }
    .portf_text {
        padding: 0 20px 0 20px;
    }
    .partners_text {
        padding: 0 0 0 20px;
    }
}
@media(max-width: 1024px) {
    h1,
    .h1{
        font-size: 24px;
        line-height: 29.26px;
    }
    .logo_wrap .logo_row {
        max-width: 189px;
    }
    .footer_text {
        padding-left: 20px;
        margin-left: 20px;
    }
}
@media(max-width: 768px) {
    .about_row,
    .portf_row{
        flex-wrap: wrap;
    }
    .about_text{
        order: -1;
        padding: 60px 20px 0 20px;
    }
    .about_image,
    .portf_image{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .btn a{
        font-size: 14px;
        line-height: 17.07px;
    }
    .logo_wrap .logo_row {
        margin-top: -10px;
    }
    h1,
    .h1{
        margin-bottom: 10px;
    }
    .text{
        font-size: 18px;
        line-height: 21.94px;
    }
    .about_image img{
        width: 140%;
    }
    .portf_image img {
        width: 160%;
    }
    .portf_image img{
        margin-left: -45%;
    }
    .portf_wrap{
        padding-top: 95px;
    }
    h2, .h2{
        font-size: 24px;
        line-height: 29.26px;
        margin-bottom: 16px;
    }
    .partners_wrap {
        padding: 100px 0 30px 0;
    }
    .partners_row{
        flex-wrap: wrap;
    }
    .partners_block {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .partners_text {
        order: -1;
        padding: 0 0 0 0;
    }
    .partners_block li {
        margin: 0 20px 15px 0;
    }
    .footer_row{
        display: block;
    }
    .footer_row .logo_row {
        max-width: 152px;
    }
    .footer_text {
        padding-left: 0;
        margin-left: 0;
        padding-top: 15px;
        margin-top: 15px;
        border-left: none;
        border-top: 1px solid #AEAEAE;
    }
    .footer_wrap {
        padding: 70px 0;
    }
    .footer_text li{
        font-size: 14px;
        line-height: 20px;
    }
}
