section.search_block .wrapper {
    background: #FFF;
}


section.search_block .content {
    display: flex;
    justify-content: space-between;
}


section.search_block .left_side {
    margin-top: 59px;
    width: 49%;
}

@media screen and (max-device-width: 600px){
    section.search_block .left_side {
        margin-top: 12px;
    }
}


section.search_block .left_side .form {
    display:flex;
    justify-content: space-between;
    align-items: center;
}


section.search_block .left_side .form .button {
    margin-left: 8px;
    width: 89px;
}

@media screen and (max-device-width: 600px){
    section.search_block .left_side .form .button {
         width: 20%;
         height: 25px;
    }
} 

@media screen and (min-device-width: 1920px) {
    section.search_block .left_side .form .button {
        width: 149px;
    }
}


section.search_block .left_side .form .button img {
    width: 10px;
    height: 10px;
}

@media screen and (max-device-width: 600px){
    section.search_block .left_side .form .button img {
         height: 6px;
         width: 6px;
    }
}

@media screen and (min-device-width: 1920px) {
    section.search_block .left_side .form .button img {
       width: 16px;
       height: 16px;
   }
}


section.search_block .search h2 {
    font-family: "FiraSansExtraBold";
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.045em;
    padding-bottom: 9px;
    color: #004F98;
}

@media screen and (max-device-width: 600px){
    section.search_block .search h2 {
        font-size: 14px;
        line-height: 15px;
        letter-spacing: 0.045em;
    }
    
    section.search_block .search
    {
        margin: 0 auto;
    }
    
} 

@media screen and (min-device-width: 1920px) {
    section.search_block .search h2 {
        font-size: 40px;
        line-height: 48px;
    }
}


section.search_block .right_side {
    padding-top: 12px;
    width: 51%;
}

@media screen and (max-device-width: 600px){
    section.search_block .left_side, section.search_block .right_side {
        width: 100%;
    }
}


section.search_block .right_side img{
    width: 100%;
}


section.about_us .content {
    text-align: center;
}

@media screen and (max-device-width: 600px){
    section.search_block .content {
         display: block;
    }
}


section.about_us .img100{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}


section.about_us .img75{
    width: 75%;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-device-width: 600px){
    section.about_us .img75{
        width: 100%;
    }
} 


section.about_us img {
    padding-top: 46px;
    width: 100%;
}

section.about_us p.wow {
    padding-top: 47px;
}


section.laws {
    margin-top: 82px;
}

@media screen and (max-device-width: 600px){
    section.laws {
       margin-top: 23px;
    }
}


section.laws .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-device-width: 600px){
    section.laws .content {
       display:block;
    }
}


section.laws .content .block {
    width: 32.5%;
    display: inline-flex;
    align-items: flex-start;
    margin-left: 4px;
}

@media screen and (max-device-width: 600px){
    section.laws .content .block {
        width: 100%;
    }
}


section.laws .content .block:last-child {
    width: 35%;
    margin-left: 0;
}

@media screen and (max-device-width: 600px){
    section.laws .content .block:last-child {
        width: 100%;
        margin-left: 0;
    }
}


section.laws .content .block img {
    width: 73px;
    height: 84px;
}

@media screen and (min-device-width: 1920px) {
    section.laws .content .block img {
        width: 129.09px;
        height: 142.63px;
    }
}


section.laws .content .block .text {
    margin-left: 15px;
}


section.laws .content .block .button {
    padding-left: 14px;
    padding-right: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-device-width: 600px){
    section.laws .button {
         align-items: center;
         display: flex;
         font-size: 8.96473px;
         line-height: 14px;
    }

    section.laws .content .block .button {
        padding-top: 3px;
    }
}


section.laws .content .block .button .icon {
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../media/resources/icons/icon4.svg);
}

@media screen and (max-device-width: 600px){
    section.laws .content .block .button .icon
    {
        padding-top: 3px;
        padding-bottom: 3px;
        width: 4px;
        height: 8px;
    }
}


section.laws .content .block b {
    font-family: "FiraSansBold";
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.045em;
}


section.laws .content .block p {
    padding-bottom: 10px;
}

@media screen and (max-device-width: 600px){
    section.laws .content .block p {
       padding-top: 0px;
    }
}

@media screen and (min-device-width: 1920px) {
    section.laws .content .block p {
        padding-top: 0px;
    }
}

@media screen and (max-device-width: 600px){
    section.search_block form{
         width: 100%;
    }
}

.partners {
    margin-top: 20px;
    height: 150px;
    margin-bottom: 40px;
}

.partners .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
}