body{
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.footer-nav-list ul, .footer-nav-list{
    list-style: disc;
}
footer .menu-item a{
    text-align: left;
}
.request input{
    width: 100%;
}
.wpcf7-form-control-wrap{
    width: 100%;
}
header .menu ul{
     margin-top: 0 !important;
}
header .menu ul li{
    margin: 0 !important;
}
.cont{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.header{
    min-height: 65px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
}
.header .cont{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.logo{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #1C1C1C;
    text-decoration: none;
}
.menu ul{
    list-style: none;
    display: flex;
    align-items: center;
}
.menu a{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #1C1C1C;
    text-decoration: none;
    margin-left: 12.5px;
    margin-right: 12.5px;
    text-align: center;
}
.menu .active-item a{
    color: #CC2200;
}
.header-right{
    display: flex;
    align-items: center;
}
.write-btn{
    background: #1C1C1C;
    border-radius: 5px;
    padding: 8px 22px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-left: 12.5px;
}
.main-screen{
    min-height: 100vh;
    background-size: cover;
    background-position: center 30px;
    padding-top: 140px;
    /* background-repeat: no-repeat; */
}
.main-screen_wrap{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 37px;
    line-height: 68px;
    text-align: center;
    color: #1C1C1C;
    margin: 0 auto;
    margin-top: 180px;
    max-width: 710px;
}
.main-screen_wrap span{
    font-size: 49px;
}
.our-offer{
    padding-top: 75px;
    padding-bottom: 80px;
}
.section-title h2{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 43px;
    line-height: 59px;
    text-align: center;
    color: #1C1C1C;
}
.our-offer_items{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.our-offer_item{
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.our-offer_item:first-child{
    max-width: 200px;
}
.our-offer_item:last-child{
    max-width: 200px;
}
.our-offer_icon{
    margin-bottom: 38px;
    min-height: 75px;
}
.our-offer_text{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #1C1C1C;
}
.result-section{
    background-color: #FFE6C1;
    padding-top: 55px;
    padding-bottom: 140px;
    position: relative;
    overflow-x: hidden;
}
.result-section:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
	height: 0;
	border-bottom: 85px solid #fff; 
	border-right: 1920px solid transparent;	
}
.section-subtitle h3{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #1C1C1C;
    margin-top: 10px;
}
.result-section_items{
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
}
.result-section_item{
    background-size: contain;
    background-position: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #1C1C1C;
    background-repeat: no-repeat;
}
.result-section_item:first-child{
    width: 480px;
    height: 225px;
    background-image: url('../img/result/item1.png');
    padding: 30px 33px 87px 40px;
    margin-top: 20px;
}
.result-section_item:nth-child(2){
    width: 375px;
    height: 200px;
    background-image: url('../img/result/item2.png');
    padding: 26px 31px 66px 47px;
    margin-left: 84px;
}
.result-section_item:nth-child(3){
    width: 280px;
    height: 232px;
    background-image: url('../img/result/item3.png');
    padding: 69px 25px 28px 38px;
}
.result-section_item:nth-child(4){
    width: 280px;
    height: 330px;
    background-image: url('../img/result/item4.png');
    padding: 100px 25px 28px 38px;
    background-size: cover;
    text-align: center;
    margin-left: 60px;
    margin-top: 20px;
}
.result-section_item:nth-child(5){
    width: 420px;
    height: 250px;
    background-image: url('../img/result/item5.png');
    padding: 90px 34px 25px 46px;
    margin-left: 60px;
    margin-top: -20px;
}
.request-btn{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    background-color: #CC2200;
    padding: 7px 25px;
    max-width: 280px;
    margin-left: auto;
    margin-top: -30px;
    text-decoration: none;
    border-radius: 5px;
}
.situations .section-subtitle{
    max-width: 680px;
    margin: auto;
    margin-bottom: 63px;
}
.situations-item{
    position: relative;
    display: flex;
}
.situations-item .cont{
    display: flex;
    justify-content: space-between;
}
.situations-item:first-child{
    padding-top: 35px;
    padding-bottom: 120px;
    position: relative;
    overflow-y: hidden;
    background-color: #FFE6C1;
}
.situations-item:first-child:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
	height: 0;
	border-bottom: 100px solid #fff; 
	border-left: 1920px solid transparent;
}
.situations-item:first-child .situations-item_img{
    margin-top: 65px;
    min-width: 470px;
    height: 250px;
}
.situations-item:nth-child(even) .cont{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.situations-item:nth-child(even) .situations-item_text{
    background-color: #FFE6C1;
    padding: 32px 25px 33px 40px;
}
.situations-item:nth-child(even) .situations-item_text:first-child{
    width: 620px;
    height: 200px;
    margin-bottom: 40px;
    position: relative;
}
.situations-item:nth-child(even) .situations-item_text:first-child:before{
    content: '';
    position: absolute;
    background-image: url('../img/situations/arrow2.svg');
    height: 84px;
    width: 37px;
    right: -30px;
    bottom: -80px;
    background-size: cover;
}
.situations-item:nth-child(even) .situations-item_text:nth-child(2){
    width: 600px;
    height: 200px;
}
.situations-item:nth-child(even) .situations-item_img{
    width: 450px;
    height: 270px;
    margin-right: 40px;
    margin-top: 60px;
}
.situations-item:nth-child(even){
    position: relative;
    padding-bottom: 110px;
}
.situations-item:nth-child(even):before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
	height: 0;
	border-bottom: 100px solid #FFE6C1; 
	border-left: 1920px solid transparent;
}
.situations-item:nth-child(3){
    background-color: #FFE6C1;
    padding-bottom: 65px;
}
.situations-item:nth-child(3) .situations-item_text:first-child{
    width: 500px;
    height: 170px;
    padding: 29px 40px 33px 40px;
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative;
}
.situations-item:nth-child(3) .situations-item_text:first-child:before{
    content: '';
    position: absolute; 
    background-image: url('../img/situations/arrow3.svg');
    height: 90px;
    width: 45px;
    left: -43px;
    bottom: -100px;
}
.situations-item:nth-child(3) .situations-item_text:nth-child(2){
    width: 500px;
    height: 220px;
    padding: 31px 29px 27px 40px;
    margin-bottom: 35px;
    margin-left: 20px;
}
.situations-item:nth-child(3) .situations-item_img{
    width: 450px;
    height: 270px;
    margin-top: 80px;
}
.situations-item_text{
    background-color: #FFFFFF;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #1C1C1C;
}
.situations-item:first-child .situations-item_text:first-child{
    width: 500px;
    height: 150px;
    padding: 40px 33px;
    position: relative;
}
.situations-item:first-child .situations-item_text:first-child:before{
    content: '';
    position: absolute;
    background-image: url('../img/situations/arrow.svg');
    height: 133px;
    width: 113px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -160px;
    left: 5px;
}
.situations-item:first-child .situations-item_text:nth-child(2){
    width: 460px;
    height: 140px;
    padding: 40px 33px;
    margin-left: auto;
    margin-top: 40px;
    margin-right: 40px;
}
.anotation{
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #1C1C1C;
    margin-left: 33px;
    margin-top: 30px;
    position: relative;
}
.anotation:before{
    content: '';
    position: absolute;
    left: -25px;
    background-image: url('../img/situations/exclamation.svg');
    height: 67px;
    width: 7px;
    top: calc(50% - 33.5px);
    background-size: cover;
    background-repeat: no-repeat;
}
.situations-item_img{
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}
.situations-item_img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.details{
    padding-top: 50px;
    overflow: hidden;
}
.details .section-subtitle{
    max-width: 1000px;
    margin: auto;
    text-align: center;
}
.details-items{
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 70px;
}
.details-items .request-btn{
    margin-right: auto;
    margin-left: 30%;
    margin-top: -100px;
    height: max-content;
}
.details-item{
    position: relative;
    padding-top: 35px;
    width: 49%;
}
.details-item:nth-child(even){
    margin-top: 150px;
}
.details-item:nth-child(even) .cont{
    width: max-content;
    margin: 0 !important;
    margin-right: auto !important;
    padding-left: 35px;
}
.details-item:nth-child(even):before{
    border-right: none;
    border-left: 2px solid #FFE6C1;
}
.details-item:nth-child(3){
    margin-top: -100px;
}
.details-item:nth-child(5){
    margin-top: -100px;
}
.details-item .cont{
    width: max-content;
    margin: 0 !important;
    margin-left: auto !important;
}
.details-item:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 38px;
    z-index: 0;
    border-top: 2px solid #FFE6C1;
    border-right: 2px solid #FFE6C1;
    top: 15px;
}
.details-item_tiitle{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 49px;
    color: #1C1C1C;
}
.details-item_list{
    max-width: 480px;
    margin-top: 30px;
}
.details-item_list li{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #1C1C1C;
    margin-bottom: 20px;
}
.work-process{
    background-color: #FFE6C1;
    padding-top: 34px;
    padding-bottom: 128px;
    position: relative;
}
.work-process:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 150px solid #fff;
    border-left: 1920px solid transparent;
}
.work-process-items{
    margin-top: 45px;
}
.work-process-item{
    width: 49%;
    position: relative;
}
.work-process_title{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 49px;
    color: #1C1C1C;
    background-color: #fff;
    text-align: right;
    padding-right: 21px;
    padding-bottom: 15px;   
}
.work-process-item:nth-child(even){
    margin-left: auto;
}
.work-process-item:nth-child(even) .work-process_title, .work-process-item:nth-child(even) .work-process_text{
    text-align: left;
}
.work-process-item:nth-child(even) .work-process_text{
    margin-left: 0;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 0;
}
.work-process-item:nth-child(even) .work-process_title{
    padding-right: 0;
    padding-left: 21px;
}
/* .work-process-item:before{
    content: '';
    position: absolute;
    width: 17px;
    height: 100%;
    background-image: url('../img/work-process/line.svg');
    right: -25px;
}
.work-process-item:nth-child(even):before{
    right: auto;
    left: -25px;
} */
.work-process_text{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    text-align: right;
    color: #1C1C1C;
    max-width: 440px;
    margin-left: auto;
    margin-top: 20px;
    padding-right: 20px;
}
.who-items{
    margin-top: 40px;
    padding-bottom: 30px;
}
.who-item{
    display: flex;
    justify-content: space-between;
}
.who-item_child{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.who-item_photo{
    width: 330px;
    height: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}
.who-item_photo img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.who-item_name{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #CC2200;
}
.who-item_role{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #1C1C1C
}
.who-item:nth-child(2){
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #1C1C1C;
    margin-top: 15px;
    max-width: 430px;
    margin: auto;
}
.who-item:nth-child(2):before{
    content: '';
    position: absolute;
    left: -15px;
    top: 25px;
    background-image: url('../img/who/left-arrow.svg');
    height: 80px;
    width: 70px;
}
.who-item:nth-child(2):after{
    content: '';
    position: absolute;
    right: -15px;
    top: 25px;
    background-image: url('../img/who/right-arrow.svg');
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
}
.who-item_text{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #1C1C1C;
    max-width: 520px;
    margin-top: 65px;
}
.who-item_list{
    margin-top: 25px;
}
.who-item_list li{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #1C1C1C;
}
.who-item:nth-child(3) .who-item_text{
    min-height: 124px;
}
.who-item_list{
    max-width: 480px;
}
.who-item:nth-child(3) .who-item_name{
    margin-top: 25px;
}
.who-item:nth-child(3) .who-item_child:last-child{
    margin-top: -40px;
}
.cost{
    background-color: #ffe6c1;
    padding-top: 50px;
    padding-bottom: 65px;
}
.cost .request-btn{
    margin-top: 48px !important;
    margin: auto;
}
.cost .cont{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reviews{
    padding-top: 50px;
}
.reviews-items{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.reviews-item{
    max-width: 330px;
}
.reviews-item_text, body .quotes{
    padding: 33px 30px 33px 40px !important;
    background: #FFE6C1 !important;
    border-radius: 5px !important;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) !important;
    font-family: Open Sans !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 17px !important;
    line-height: 23px !important;
    color: #1C1C1C !important;
    position: relative !important;
    margin-bottom: 20px !important;
}
.theme_1 .testi-wrapper .testi-details:after{
    display: none !important;
}
.quotes:before{
    content: '';
    position: absolute;
    background-image: url('../img/reviews/polygon.svg');
    width: 32px;
    height: 25px;
    background-size: cover;
    bottom: -23px;
    left: 65px;
}
.testi-job{
    float: left;
}
.reviews-item_people{
    margin-top: 10px;
}
.reviews-item_photo{
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin-right: 22px;
}
.reviews-item_photo img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.reviews-item_name{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #1C1C1C;
}
footer{
    padding-top: 0 !important;
}
.testi-job{
    font-family: Open Sans !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 17px !important;
    line-height: 23px !important;
    color: #1C1C1C !important;
}
.faq{
    padding-top: 55px;
    overflow: hidden;
    padding-bottom: 55px;
}
.accordion {
    background-color: #FFE6C1;
    cursor: pointer;
    height: 60px;
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #1C1C1C;
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
}
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.faq-items{
    margin-top: 30px;
}
.accordion:before{
    content: '';
    position: absolute;
    width: 50vw;
    height: 60px;
    right: -70%;
    background-color: #FFE6C1;
}
.panel p{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #1C1C1C;
    padding-left: 100px;
    margin-bottom: 30px;
}
.request{
    background-color: #FFE6C1;
    padding-top: 60px;
    padding-bottom: 80px;
}
.request form{
    display: flex;
    flex-direction: column;
    max-width: 520px;
    margin: auto;
    margin-top: 30px;
}
.request label{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #1C1C1C;
    margin-bottom: 15px;
}
.request input, .request textarea{
    background: #FFFFFF;
    border-radius: 5px;
    border: none;
    height: 60px;
    margin-bottom: 15px;
    width: 100%;
}
.request .form-button{
    background-color: #CC2200;
    border-radius: 5px;
    width: 100%;
    max-width: 200px;
    height: 65px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: auto;
    margin-top: 15px;
}
footer{
    background-color: #1c1c1c;
    padding-top: 40px;
}
.footer-nav-items{
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;   
}
.footer-nav-item{
    max-width: 280px;
}
.footer-nav-list{
    padding-left: 50px;
}
.footer-nav-list a, .footer-nav-list li{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;  
    color: #FFFFFF;
    text-decoration: none;
}
.footer-nav-list li{
    margin-bottom: 20px;
}
.footer-nav-list img{
    margin-right: 15px;
}
.footer-nav-item:first-child .footer-nav-list{
    list-style: none;
    padding-left: 25px;
}
.footer-nav-item:first-child li:first-child{
    display: flex;
    align-items: flex-start;
}
.footer-nav_title h2{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.footer-copy{
    background-color: #fff;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-copy p{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    text-align: center; 
    color: #1C1C1C;
}
.mob{
    display: none;
}
.mobile-write{
    display: none;
}
.main-screen_wrap{
    max-width: 650px;
}

@media(max-width: 1550px){
    .accordion:before{
        right: -40%;
    }
}
@media(max-width: 1200px){
    .main-screen{
        background-repeat: no-repeat;
    }
    .cont{
        padding-left: 40px;
        padding-right: 40px;
    }
    .result-section_items{
        justify-content: space-around;
    }
    body .result-section_item{
        font-size: 18px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .result-section_item:nth-child(1){
        background-image: url('../img/result/item1table.png');
        width: 336px;
        height: 240px;
        padding: 24px 20px 82px 26px;
    }
    .result-section_item:nth-child(2){
        background-image: url('../img/result/item2table.png');
        width: 358px;
        height: 142px;
        padding: 15px 17px 33px 20px;
        margin-left: 20% !important;
    }
    .result-section_item:nth-child(3){
        background-image: url('../img/result/item3table.png');
        width: 179px;
        height: 309px;
        padding: 68px 10px 15px 30px;
    }
    .result-section_item:nth-child(4){
        background-image: url('../img/result/item4table.png');
        width: 245px;
        height: 295px;
        padding: 80px ​10px 10px 10px;
        padding-top: 80px;
    }
    .result-section_item:nth-child(5){
        background-image: url('../img/result/item5table.png');
        width: 282px;
        height: 255px;
        padding: 48px 14px 8px 26px;
    }
    .request-btn{
        float: right;
    }
    .situations-item:first-child .situations-item_text:first-child:before{
        height: 98px;
        width: 78px;
        left: -40px;
    }
    .situations-item_text{
        width: auto !important;
        max-width: 370px;
        height: auto !important;
        font-size: 18px;
    }
    .anotation{
        font-size: 18px;
    }
    .situations-item:nth-child(even) .situations-item_text{
        max-width: 400px;
        height: auto !important;
    }
    .details-items .request-btn{
        margin-right: 0 !important;
        margin-left: 14%;
    }
    .section-title h2{
        font-size: 40px;
    }
    .section-subtitle{
        max-width: 90% !important;
        margin: auto;
    }
    .details-item_tiitle, ..work-process_title{
        font-size: 30px;
    }
    .details-item_list li, .work-process_text, .who-item_name, .who-item_role, .who-item:nth-child(2), .who-item_text, .who-item_list li{
        font-size: 18px;
    }
    .who-item_list li{
        max-width: 320px;
    }
    .reviews-item_text{
        font-size: 14px;
        padding: 18px 20px;
    }
    .reviews-item_name, .reviews-item_role{
        font-size: 14px;
    }
    .reviews-item_photo{
        width: 50px;
        height: 50px;
    }
    .reviews-item_people{
        margin-top: 20px;
    }
    .reviews-item{
        max-width: 240px;
    }
    .panel{
        font-size: 18px;
    }
    .request label{
        font-size: 18px;    
    }
    .footer-nav_title h2, .footer-nav-list a, .footer-nav-list li, .footer-copy p, .our-offer_text{
        font-size: 18px;
    }
    .main-screen_wrap span{
        font-size: 40px;
    }
    .main-screen_wrap{
        font-size: 30px;
    }
    .menu a, .write-btn{
        font-size: 14px;
    }
    .main-screen{
        background-size: cover;
    }
    .situations-item:first-child .situations-item_text:first-child:before{
        background-image: url('../img/situations/arrowt.svg');
        height: 92px;
        width: 22px;
        left: -15px;
        bottom: -110px;
    }   
    .situations-item:nth-child(even) .situations-item_text:first-child:before{
        background-image: url('../img/situations/arrow2t.svg');
        height: 57px;
        width: 26px;
    }
    .situations-items .situations-item_img{
        max-width: 288px !important;
        min-width: 288px !important;
    }
    .situations-item_left{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .situations-item:nth-child(3) .situations-item_text:first-child:before{
        background-image: url('../img/situations/arrow3t.svg');
        height: 60px;
        width: 45px;
    }
}
@media(max-width: 1050px){
    .details-item{
        display: flex;
    }
    .details-item .cont, .details-item:nth-child(even) .cont{
        width: 100%;
    }
}
@media(max-width: 950px){
    .result-section_item:nth-child(2){
        margin-left: 0 !important;
    }
    .reviews-item{
        max-width: 230px;
    }
}
@media(max-width: 800px){
    .cont{
        padding-left: 15px;
        padding-right: 15px;
    }
    .pc{
        display: none;
    }
    .mob{
        display: flex;
        order: 3;
    }
    .situations-item .cont{
        flex-wrap: wrap;
        justify-content: center;
    }
    .situations-item:first-child .situations-item_text:nth-child(2){
        margin-right: 0px;
    }
    .situations-item_right{
        margin-left: 3%;
    }
    .situations-item:first-child .situations-item_text:first-child:before{
        left: -35px;
    }
    .situations-item:nth-child(even) .situations-item_img{
        margin-right: 0;
        margin-top: -10px;
    }
    .situations-item:nth-child(even) .situations-item_text:nth-child(2){
        margin-left: -130px;
    }
    .situations-item:nth-child(even) .situations-item_text:first-child:before{
        right: 0;
    }
    .our-offer_item{
        width: 235px;
    }
    .who-item:nth-child(2){
        margin-top: 30px;
    }
    .accordion:before {
        right: -52%;
        height: 100%;
    }
    .accordion{
        height: auto;
        min-height: 60px;
        text-align: left;
    }
}
@media(max-width: 750px){
    .header-right{
        display: none;
    }
    .main-screen{
        position: relative;
        background-image: none; 
    }
    .main-screen:before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        /* filter: blur(9px); */
        background-image: url('../img/main-bg.jpg');
        background-size: cover;
        background-position: center;
    }
    .main-screen_wrap{
        position: absolute;
        z-index: 3;
    }
    .main-screen_wrap span{
        font-size: 30px;
        line-height: 41px;
        text-align: center;
    }
    .main-screen_wrap{
        font-size: 20px;
         line-height: 27px;
         text-align: center;
    }
    .main-screen .cont{
        display: flex;
        justify-content: center;
    }
    .our-offer_items{
        flex-direction: column;
        align-items: center;
    }
    .mobile-write{
        background: #1C1C1C;
        border-radius: 2px;
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 28px;
        line-height: 38px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        padding: 5px 10px;
        text-decoration: none;
        max-width: 230px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-top: 80px;
    }
    .section-title h2{
        font-size: 30px;
    }
    .our-offer_item{
        margin-bottom: 40px;
    }
    .our-offer_icon{
        margin-bottom: 30px;    
    }
    .our-offer_text{
        font-size: 20px;
    }
    .result-section_items{
        flex-direction: column;
        align-items: center;
        max-width: 55%;
        margin: auto;
        margin-top: 20px;
    }
    .result-section_item{
        font-size: 14px !important;
        line-height: 19px !important;
    }
    .result-section_item:nth-child(2){
        order: 1;
        background-image: url('../img/result/item1mob.png');
        width: 260px;
        min-height: 110px;
        padding: 25px 0px 30px 15px;
        margin-left: auto !important;
    }
    .result-section_item:nth-child(3){
        order: 2;
        background-image: url('../img/result/item2mob.png');
        width: 240px;
        height: 120px;
        padding: 40px 0px 20px 10px;
        margin-right: auto !important;
    }
    .result-section_item:nth-child(1){
        order: 3;
        background-image: url('../img/result/item3mob.png');
        width: 305px;
        min-height: 155px;
        padding: 56px 0px 55px 15px;
        margin-left: auto !important;
        margin-top: -30px;
    }
    .result-section_item:nth-child(5){
        order: 4;
        background-image: url('../img/result/item4mob.png');
        width: 274px;
        height: 166px;
        padding: 55px 10px 22px 22px;
        margin-top: -50px;
    }
    .result-section_item:nth-child(4){
        order: 5;
        background-image: url('../img/result/item5mob.png');
        width: 220px;
        height: 177px;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 20px;
        margin-left: auto !important;
        margin-top: 10px;
    }
    .request-btn{
        margin-top: 30px;
        float: none;
        margin-left: 0 !important;
    }
    .section-subtitle h3{
        font-size: 20px;
        line-height: 27px;
    }
    .result-section .cont{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media(max-width: 760px){
    .situations-item_text{
        font-size: 14px;
        line-height: 19px;
    }
    .anotation{
        font-size: 14px;
    }
    .situations-item_img, .situations-item_right{
        display: none;
    }
    .situations-item_left{
        width: 100%;
    }
    .situations-item:nth-child(even) .situations-item_text:nth-child(2){
        max-width: 350px;
        margin-right: auto;
        margin-left: 0;
    }
    .situations-item:nth-child(3) .situations-item_text:nth-child(2){
        max-width: 350px;
        margin-left: auto;
    }
    .details-items{
        padding-left: 20px;
        padding-right: 20px;
    }
    .details-items{
        flex-direction: column;
        align-items: center;
    }
    .details-item{
        width: 90%;
    }
    .details-item{
        margin-top: 0 !important;
    }
    .details-items .request-btn{
        margin-top: 0;
    }
    .details-item:before{
        width: 110vw;
        border-left: 2px solid #FFE6C1;
        border-right: none;
    }
    .details-item_tiitle{
        font-size: 20px;
        line-height: 27px;
    }
    .details-item_list li{
        font-size: 14px;
        line-height: 19px;
    }
    .work-process-items{
        flex-direction: column;
        align-items: center;
    }
    .work-process-item{
        width: 100%;
    }
    .work-process_title{
        font-size: 20px;
        line-height: 27px;
        text-align: left;
        min-height: 50px;
        display: flex;
        align-items: center;
        padding-bottom: 0;
        padding-left: 45px;
    }
    .work-process_text{
        font-size: 14px;
        line-height: 19px;
        padding-left: 45px !important;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .work-process_text{
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
    .mob{
        display: block;
    }
    .pc{
        display: none;
    }
    .who-item{
        display: flex;
        flex-direction: column;
    }
    .who-item_child{
        margin-bottom: 30px;
    }
    .who-item_list{
        padding-left: 20px;
    }
    .who-item_list li{
        font-size: 14px;
    }
    .who-item:nth-chlid(2){
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        color: #1C1C1C;        
    }
    .who-item_text{
        margin-top: 15px;
    }
    .who-item_text{
        font-size: 14px;
        max-width: 300px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .who-item_text:first-child{
        margin-bottom: 18px;
    }
    .who-item:nth-child(2):before{
        background-image: url('../img/who/left-arrow-mob.svg');
        background-repeat: no-repeat;
        left: 0;
        top: 70px;
    }
    .who-item:nth-child(2):after{
        background-image: url('../img/who/right-arrow-mob.svg');
        background-repeat: no-repeat;
        height: 80px;
        top: 225px
    }
    .cost .request-btn{
        margin-left: auto !important;
    }
    .reviews-items{
        flex-direction: column;
        align-items: center;
    }
    .reviews-item_text{
        font-size: 14px;
        line-height: 19px;
        padding: 16px 20px 35px 20px;
    }
    .reviews-item{
        max-width: 330px;
        margin-bottom: 23px;
    }
    .reviews-item_text:before{
        left: 43px;
    }
    .accordion{
        font-size: 20px;
        line-height: 27px;
        border-radius: 0px;
    }
    .accordion:first-child{
        border-radius: 5px 0px 0px 0px;
    }
    .panel p{
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 20px;
        font-size: 14px;
    }
    .accordion{
        padding-right: 50px;
        position: relative;
    }
    .accordion:before{
        position: absolute;
        content: '';
        width: 14px;
        height: 2px;
        background-color: #1c1c1c;
        right: 20px;
        transform: rotate(-135deg);
        transition: .5s all;
    }
    .accordion:after{
        position: absolute;
        content: '';
        width: 14px;
        height: 2px;
        background-color: #1c1c1c;
        right: 10px;
        transform: rotate(135deg);
        transition: .5s all;
    }
    .active:after{
        right: 20px !important;
    }
    .footer-nav-items{
        flex-direction: column;
        align-items: center;
    }
}
@media(max-width: 560px){
    .result-section_items{
        max-width: 100%;
        width: 100%;
    }
    .situations-item:first-child .situations-item_text:first-child:before{
        left: 0;
    }
    .situations-item:nth-child(3) .situations-item_text:first-child:before{
        left: -20px;
    }
    .situations-item_text{
        max-width: 300px !important;
    }
    .details-item{
        width: 95%;
    }
    .accordion{
        margin-bottom: 0;
    }
    .footer-nav-items{
        align-items: flex-start;
    }
    .footer-nav_title h2{
        font-size: 20px;
    }
    .footer-nav_title h2, .footer-nav-list a, .footer-nav-list li, .footer-copy p, .our-offer_text{
        font-size: 20px;
    }
    .main-screen_wrap{
        max-width: 90%;
    }
}
@media(max-width: 410px){
    .main-screen:before{
        background-position: -440px center;
    }
}
