.gototop{
	width: 40px;
	height: 40px;
	border: 3px solid #c31e22;
	position: fixed;
	bottom: 15%;
	right: 5%;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.gototop span{
	width: 7px;
	height: 7px;
	border-right: 3px solid #c31e22;
	border-bottom: 3px solid #c31e22;
	transform: rotate(-135deg);
}

.scrollup{
 width:40px;
 height:40px;
 opacity:0.3;
 position:fixed;
 bottom:50px;
 right:100px;
 display:none;
 text-indent:-9999px;
 background: url('/wp-content/uploads/2021/06/icon_top.png') no-repeat;
}
.header-banner-bg{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.header-banner-block{
    width: 1000px;
    margin: 0 auto;
    height: 430px;
    background-color: rgba(49, 55, 70, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-banner-info{
    width: 70%;
    margin: 0 auto;
    font-family: Montserrat;
}
.header-banner-info p:nth-child(1), .header-banner-info p:nth-child(2){
    font-size: 2rem;
}
.header-banner-btn{
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: 1px solid #C31E22;
    border-radius: 30px;
    margin-top: 20px;
}
.header-banner-info p:nth-child(3){
    width: 80%;
}
.how-work-wrapper{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.how-work-title{
    font-size: 2rem;
    font-family: Montserrat;
    text-transform: uppercase;
    text-align: center;
}
.how-work-info-wrapper{
    width: 70%;
    margin: 0 auto;
    margin-top: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 60px;
    grid-column-gap: 40px;
}
.how-work-info{
    display: flex;
    align-items: center;
    font-family: Montserrat;
    color: white;
}
.how-work-number{
    color: #C31E22;
    font-size: 1.8rem;
}
.how-work-text{
    font-size: 1rem;
    margin-left: 20px;
}
.our-tasks-wrapper{
    width: 100%;
    background-color: white;
    padding-top: 200px;
    padding-bottom: 200px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.our-task-info-wrapper{
    width: 100%;
    display: flex;
    align-items: center;
    height: 370px;
    /* padding-top: 100px; */
    /* padding-bottom: 100px; */
    background-color: rgba(49, 55, 70, 1);
    justify-content: space-between;
}
.our-task-info{
    position: relative;
    width: 55%;
}
.our-task-title{
    position: absolute;
    top: -170px;
    left: -40px;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-weight: 500;
}
.why-we-wrapper{
    width: 100%;
    font-family: Montserrat;
    color: white;
    font-size: 1rem;
	margin-left: -30px;
}

.why-we-img{
    width: 40%;
    display: flex;
    justify-content: center;
}
.why-we-img img{
    width: 90%;
    max-height: 700px;
    max-width: 500px;
    margin: 0 auto;
}
.why-we-title{
    font-size: 1.3rem;
}
.why-we-advantages{
    display: grid;
    margin-top: 50px;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 40px;
}
.why-we-advantage{
    display: flex;
}
.why-we-point{
    margin-top: 5px;
    width: 8px;
    height: 8px;
    background-color: #C31E22;
	flex: none;
}
.why-we-text{
    margin-left: 10px;
    word-wrap: break-word;
}

.cases-wrapper{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cases-title{
    width: 400px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 auto;
}
.cases-title p{
    font-family: Montserrat;
    font-size: 2rem;
    color: black;
}
.cases-title img{
    width: 100px;
    height: 5px;
    cursor: pointer;
}

.cases-slider{
    width: 70%;
    margin: 0 auto;
    margin-top: 70px;
}
.case{
    font-family: Montserrat;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(231, 231, 231, 1);
}
.case:nth-child(3){
    border: none;
}
.case:nth-child(2n){
    flex-direction: row-reverse;
}
.case img{
    width: 40%;
}
.case-slide-text{
    width: 55%;
}
.case-position, .case-target{
	font-size: 1rem;
    font-weight: 400;
    color: gray;
}
.case-text{
    font-size: 1rem;
    color: gray;
    margin-top: 15px;
}
.slick-dots{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.client-massages-wrapper .client-card-wrapper .slick-dots{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateY(-50%)
}
.slick-dots li{
    width: 50px;
    height: 5px;
    background-color: #D0D0D0;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}
.slick-dots .slick-active{
    background-color: rgba(121, 121, 121, 1);
}
/* ADVANTAGES */
.advantages-wrapper{
    width: 100%;
}

.advantages{
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.advantages_title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #2B2B2B;
    margin-bottom: 60px;
    width: 70%;
    padding: 0px 10px;
}

.advantages-text-span{
    color: #C31E22;
}

.advantages_text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #2B2B2B;
    margin-bottom: 46px;
    text-align: center;
    padding: 0px 10px;
}

.advantages-cases{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.advantages-case_case{
    width: 350px;
    position: relative;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 30%);
    padding: 52px 0px;
    margin-bottom: 50px;
}

.advantages-case_case__img{
    height: 73px;
}

.line{
    width: 120px;
    height: 1px;
    background-color: #404040;
    margin-bottom: 17px;
}

.advantages-case_case__static{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.touch-image {
    /*align-self: flex-end;*/
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
}
.bounce-2 {
    animation-name: bounce-2;
    animation-timing-function: ease;
}
@keyframes bounce-2 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

.touch-image{
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.touch-image img{
    width: 60px;
}

.advantages-case_case__hover{
    display: none;
    flex-direction: column;
	justify-content: center;
    padding: 20px;
	height: 324px;
}

.advantages-case_case__hover .advantages-case_case__img img{
    width: 34px;
    height: 34px;
}

.advantages-case_case:hover{
    padding: 0px;
    width: 350px;
    cursor: pointer;
}

.advantages-case_case__hover .advantages-case_case__img{
    height: 44px;
}

.advantages-case_case:hover .advantages-case_case__static{
    display: none;
}

.advantages-case_case:hover .touch-image{
    display: none;
}

.advantages-case_case:hover .advantages-case_case__hover{
    display: flex;
}

.feedback-wrapper{
    width: 100%;
    background-image: url("../images/front-page/feedback-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 62px 0px;
    /*margin-top: 83px;*/
}

.feedback{
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feedback-span{
    color: #C31E22;
}

.feedback-title{
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 43px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 80%;
}

.feedback form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
}

.feedback-form_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.feedback-form_top input{
    width: 440px;
    height: 50px;
    color: #2B2B2B;
    margin-top: 17px;
	font-family: Montserrat;
}

.feedback-form_select{
	font-family: Montserrat;
    width: 448px;
    height: 56px;
    color: #2B2B2B;
    background-color: white;
    margin-top: 17px;
}

.feedback-form_top input:nth-child(odd){
    margin-right: 17px;
}

.feedback-form_down{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feedback-form_down__title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #D0D0D0;
    margin-top: 20px;
}

.feedback-form_down textarea{
    width: 900px;
    height: 111px;
	font-family: Montserrat;
}

.client-card-wrapper{
    /*display: grid;*/
    /*grid-template-columns: 25% 25% 25% 25%;*/
	padding: 0px 10px;
    margin-top: 70px;
    z-index: 0!important;
}

.client-card{
    position: relative;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F7F7F7;
    padding: 0px 22px 63px 22px;
    margin-bottom: 30px;
    margin-right: 20px;
    z-index: 0!important;
    height: 0;
}

.client-card:last-child{
    margin-right: 0px;
}

.advantages-case_case__title{
	font-family: Montserrat;
	text-align: center;
}

.client-massages-wrapper {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
}

.client-massages {
    max-width: 1200px;
    margin: 0px auto;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
}
.client-massages .slick-track{
    padding-top: 50px;
}

.client-massages_title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 43px;
    color: #2B2B2B;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 53px;
}

.client-card_title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #2B2B2B;
    margin-top: 180px;
    margin-bottom: 21px;
}

.client-card_text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #404040;
}

.client-card_img{
    position: absolute;
    top: -50px;
    width: 197px;
    height: 197px;
    z-index: 99!important;
}

footer{
    width: 100%;
}

.footer-info_title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 43px;
    color: #2B2B2B;
    text-align: center;
    margin-bottom: 47px;
    margin-top: 47px;
}

.footer-info-wrapper{
    max-width: 1200px;
    margin: 0px auto;
}

.footer-info_text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #2B2B2B;
    max-width: 270px;
}

.footer-info{
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
    padding: 0px 20px;
}

.footer-info-elements__title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #2B2B2B;
    margin-bottom: 15px;
}

.footer-info-elements__text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #404040;
    margin-bottom: 10px;
}

.footer-info-elements__img{
    margin-right: 15px;
}

.footer-info-elements__img:last-child{
    margin-right: 0px;
}

.footer-info-down{
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.feedback-button{
	width: 230px;
	font-family: Montserrat;
	height: 50px;
	background-color: #C31E22;
	color: white;
	margin-top: 35px;
	border-radius: 40px;
	border: 0px solid white; 
}

@media (max-width: 1300px) {
    .our-tasks-wrapper{
        width: 100%;
        background-color: white;
        padding-top: 150px;
        padding-bottom: 150px;
        position: relative;
        display: flex;
        justify-content: flex-end;
    }
    .our-task-title {
        position: absolute;
        top: -160px;
        left: -20px;
        font-family: Montserrat;
        font-size: 1.6rem;
        font-weight: 500;
    }
    .why-we-img img {
        width: 90%;
        height: 560px;
        max-height: 700px;
        max-width: 500px;
    }
}
@media (max-width: 1200px) {
    .header-banner-block {
        width: 85%;
    }

    .header-banner-info {
        width: 85%;
    }

    .header-banner-info p:nth-child(1), .header-banner-info p:nth-child(2) {
        font-size: 2rem;
    }

    .how-work-info-wrapper {
        width: 80%;
    }

}


@media (max-width: 1024px) {
    .client-card-wrapper {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    /*.client-massages .slick-dots{*/
    /*    display: none;*/
    /*}*/

    .client-card{
        justify-self: center;
        margin-bottom: 95px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .footer-info{
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }

    .footer-info_text {
        margin-bottom: 50px;
    }

    .footer-info-elements{
        margin-bottom: 40px;
    }

}

@media (max-width: 900px) {
	
    .our-task-title {
        top: -170px;
        left: -20px;
        font-size: 1.4rem;
    }
    .why-we-img img {
        width: 95%;
        height: 450px;
        max-height: 700px;
        max-width: 500px;
    }
    .why-we-advantages {
        display: grid;
        margin-top: 40px;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 5px;
        grid-row-gap: 30px;
    }
    .feedback-form_top input {
        width: 300px;
    }

    .feedback-form_select {
       width: 308px;
    }

    .feedback-form_down textarea {
        width: 620px;
    }
    .cases-slider{
        width: 85%;
    }
    .case {
        font-family: Montserrat;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 30px;
        padding-bottom: 30px;
        flex-direction: column;
        border-bottom: 1px solid rgba(231, 231, 231, 1);
    }
    .case:nth-child(2n){
        font-family: Montserrat;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 30px;
        padding-bottom: 30px;
        flex-direction: column;
        border-bottom: 1px solid rgba(231, 231, 231, 1);
    }
    .case img{
        width: 100%;
        margin-bottom: 20px;
    }
    .case-slide-text{
        width: 100%;
    }

}
@media (max-width: 768px) {
    .our-task-info-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        height: auto;
        background-color: rgba(49, 55, 70, 1);
        justify-content: space-between;
    }
    .our-task-info{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .why-we-img{
        width: 70%;
        margin-bottom: 100px;
    }
    .our-task-title {
        top: 0px;
        left: 0px;
        margin-top: -210px;
        margin-bottom: 100px;
        font-size: 1.2rem;
    }
    .our-tasks-wrapper {
        width: 100%;
        background-color: white;
        padding-top: 200px;
        padding-bottom: 0px;
        position: relative;
        display: flex;
        justify-content: flex-end;
    }
    .why-we-img {
        width: 90%;
        margin-bottom: 100px;
    }
    .our-task-info{
        width: 85%;
    }
    .why-we-text{
        font-size: 1rem;
    }
    .why-we-img img {
        width: 95%;
         height: 380px;
        max-height: 700px;
        max-width: 500px;
    }
    .cases-title {
        width: 250px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;

    }
    .cases-title img{
        width: 60px;
    }
    .cases-title p{
        font-size: 1.6rem;
    }
}
@media (max-width: 640px) {
    .how-work-info-wrapper{
        width: 90%;
    }

    .client-card-wrapper {
        grid-template-columns: 1fr;
    }

    .feedback-form_top input {
        width: 203px;
    }

    .feedback-form_select {
		width: 211px;
    }

    .feedback-form_down textarea {
        width: 385px;
    }

    .feedback-form_down__title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .feedback-form_down {
        display: flex;
        flex-direction: column;
        padding: 0px 20px;
        justify-content: center;
        align-items: center;
    }

    .feedback-title {
        font-size: 25px;
    }
    .header-banner-block{
        width: 100%;
    }
    .header-banner-info{
        width: 85%;
    }
    .header-banner-info p:nth-child(1), .header-banner-info p:nth-child(2){
        font-size: 1.7rem;
    }
    .header-banner-info p:nth-child(3){
        width: 80%;
    }

}
@media (max-width: 550px) {
    .how-work-info-wrapper{
        width: 90%;
        margin: 0 auto;
        margin-top: 70px;
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 60px;
        grid-column-gap: 40px;
    }
    .how-work-info:nth-child(1){
        order: 1;
    }
    .how-work-info:nth-child(3){
        order: 2;
    }
    .how-work-info:nth-child(5){
        order: 3;
    }
    .how-work-info:nth-child(7){
        order: 4;
    }
    .how-work-info:nth-child(2){
        order: 5;
    }
    .how-work-info:nth-child(4){
        order: 6;
    }
    .how-work-info:nth-child(6){
        order: 7;
    }
    .how-work-info:nth-child(8){
        order: 8;
    }
}

@media (max-width: 475px) {
    .why-we-advantages{
        grid-template-columns: 1fr;
    }

    .advantages-case_case{
        width: 300px;
        height: 280px;
    }

    .advantages-case_case:hover{
        padding: 0px;
        width: 300px;
        height: 280px;
    }

    .feedback-form_top {
        display: flex;
        flex-direction: column;
        justify-content: center;
		align-items: center;
    }

    .feedback-form_down textarea {
        width: 260px;
    }

    .feedback-form_top input {
        width: 260px;
    }

    .feedback-form_select {
           width: 268px;
    }
    .header-banner-info p:nth-child(1), .header-banner-info p:nth-child(2){
        font-size: 1.2rem;
    }
	
	.feedback-form_top input:nth-child(odd) {
		margin-right: 0px;
	}
	
	

}

