.img_mob{
    display: none;
}
.perfectsense_container{
    color: #333333 !important;
}
.single_p_s{
    font-size: 22px;
    margin-bottom: 50px;
    margin-top: 55px;
}
h1{
    padding-top: 100px;
    font-weight: 600;
}
.perfectsense_container h2{
    font-size: 28px !important;
    font-weight: 600;
    margin: 120px 0 50px 0;
}
.single_li{
    font-size: 24px;
    margin: 70px 0 30px 0;
}

.second_kontainer{
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.left_img{
    width: 21%;
}
.left_img img{
    width: 100%;
}
.right_content{
    width: 73%;
    position: relative;
    padding: 20px 35px 0 0;
}
.right_content section{
    display: flex;
    justify-content: space-between;
}
.second_kontainer h3{
    font-size: 32px;
    font-weight: 600;
}
.second_kontainer span{
    font-size: 14px;
    display: block;
    margin: 25px 0;
}
.second_kontainer p{
    font-size: 20px;
}
.red_arrow{
    position: absolute;
    top: 44px;
    left: -41px;
}
.red_arrow_double{
    position: absolute;
    top: 100px;
    left: -41px;
}
.count1{
    width: 100%;
}
.count2{
    width: 49%;
}
.count3{
    width: 32%;
}
.count4{
    width: 24%;
}
.line_pictures img{
    width: 100%;
    margin: 20px 0 0 -3px;
}
.line_pictures span{
    font-size: 16px;
    margin: 15px 0 0 0;
    display: block;
    text-align: center;
    width: 100%;
}
.partners_string{
    display: flex;
    align-items: center;
    margin-top: 150px;
    margin-bottom: -70px;
}
.partners_string p:first-child{
    display: flex;
    align-items: center;
}
.partners_string p:last-child{
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #343434;
}
.treug_bottom{
    border: 12px solid transparent;
    border-left: 16px solid #4A68BB;
}
.bottom_owl #demos {
    width: 100%;
}



@media (max-width: 1680px){
    .second_kontainer p {
        font-size: 17px;
    }
    .second_kontainer h3 {
        font-size: 24px;
    }
    .red_arrow {
        position: absolute;
        top: 38px;
    }
    .red_arrow_double {
        position: absolute;
        top: 86px;
    }
}

@media (max-width: 1366px){
    .partners_string {
        margin-top: 130px;
        margin-bottom: -35px;
    }
    .second_kontainer span {
        margin: 15px 0;
    }
    .line_pictures span {
        font-size: 14px;
    }
}

@media (max-width: 1366px){
    .second_kontainer span {
        margin: 14px 0;
    }

}

@media (max-width: 1024px){

    .single_p_s {
        font-size: 16px;
        margin-bottom: 35px;
        margin-top: 35px;
    }
    .partners_string p:last-child {
        font-size: 18px;
    }
    .second_kontainer p {
        font-size: 14px;
    }
    .second_kontainer h3 {
        font-size: 19px;
    }
    .second_kontainer h3 {
        margin-top: 0px
    }
    .second_kontainer span {
        margin: 11px 0;
    }
    .red_arrow {
        top: 17px;
    }
    .red_arrow_double {
        top: 47px;
    }
    
}


@media (max-width: 720px){
    .partners_string{
        display: none;
    }
    .perfectsense_container h2 {
        font-size: 19px !important;
        margin: 35px 0 20px 0;
    }
    .single_li {
        font-size: 19px;
        margin: 18px 0 13px 0;
    }
    .second_kontainer h3 {
        font-size: 16px;
    }
    .red_arrow {
        top: 21px;
        width: 10px;
        left: -20px;
    }
    .img_mob{
        display: block;
    }
    .img_desk{
        display: none;
    }
    .left_img {
        width: 100%;
    }
    .second_kontainer {
        flex-wrap: wrap;
    }
    .right_content {
        width: 100%;
        padding: 20px 0px 0 0;
    }
    .red_arrow {
        left: 0px;
    }
    .second_kontainer h3 {
        margin-left: 15px;
    }
    .second_kontainer {
        padding: 0 5px;
    }
    .red_arrow_double {
        top: 100px;
        width: 10px;
    }
}

@media (max-width: 520px){
    .count4 {
        width: 49%;
    }
    .right_content section {
        flex-wrap: wrap;
    }
    .line_pictures span {
        font-size: 12px;
    }
    .single_p_s {
        font-size: 14px;
    }
    .single_li {
        font-size: 15px;
    }
}