* {
    padding: 0px;
    margin: 0px;
    border: none;

}
::-webkit-scrollbar {
  width: 0;
}

input {
    all: unset;
}

ul {
	list-style: none;
}

:root{
    --container-width: 1470px;
    --main_font: 'Raleway';
    --secondary: #00D294;
    --grey: #838383;
}

.img{
	width: 100%;
	height: auto;
}



.body{
    font-family: 'Raleway', sans-serif;
    background-color: #FFFFFF;
	max-width: 1920px !important;
	margin: 0 auto;
}

.container{
    max-width: var(--container-width);
    margin: 0 auto;
	padding: 0 20px;
}

.container-left{
    padding-right: calc((100% - var(--container-width)) / 2);
}
.float-left {
    float: left;
}
.container-right {
    padding-left: calc((100% - var(--container-width)) / 2);
}
.float-right {
    float: right;
}

/* Overlay */

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
	z-index: 3;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
	font-family: raleway;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.half-width {
    width: 50%
}

.width35{
    width: 35%;
}

.width65{
    width: 65%;
}
.width50 {
	width: 50%;
}

/* Header */


header{
	width: 100%;
    position: fixed;
    align-items: center;
	background-color: #FFF;
	z-index: 2;
}

.header-line{
	display: flex;
  	width: 95%;
	margin: auto;
	justify-content: space-between;
	align-items: center;
	min-height: 125px;
}
.logo {
    padding-right: 100px;
}

.nav {
    width: 900px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.burger{
    display: none;
}

.home {
    padding-right: 20px;
}


.nav-item1 {
    font-family: var(--main_font);
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    padding-right: 20px;

    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;

    color: var(--grey);

    text-decoration: none;
	white-space: nowrap;
}

.nav-item2 {
    font-family: var(--main_font);
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    padding-right: 20px;

    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;

    color: var(--secondary);

    text-decoration: none;
}

.nav-item3 {
    font-family: var(--main_font);
    font-style: normal;
    font-weight: 900;
    font-size: 24px;

    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;

    color: var(--grey);

    text-decoration: none;
}
.socials {
    display: flex;
}

.fb {
    padding-left: 20px;
    padding-right: 20px;
}



/* Hero */


.hero{
	max-width: 1920px;
	padding-top: 125px;
}
.background{
    background-image: url(/img/hero.jpg);
    background-repeat: no-repeat;
	background-position: 50% 50%;
    background-color: var(--secondary);
    background-size: cover;
    height: 100vh;
}



/* About Us */



.about_us{
    max-width: 1920px;
    background-color: #F0F0F0;
    min-height: 969px;
}

.about-content {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}

.about-left {

}

.img-box {

}
.orn-about {

}

.house-about {

}

.about-title {
    font-family: var(--main_font);
    font-style: normal;
    font-weight: 900;
    font-size: 64px;

    text-align: right;
    letter-spacing: -0.02em;
    text-transform: uppercase;

    color: var(--secondary);

    padding-top: 80px;
    margin-bottom: 80px;
	padding-right: 61px;
}

.about-text{
    max-width: 855px;
    font-family: var(--main_font);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 129.8%;
	margin-right: 40px;

    text-align: right;
    letter-spacing: 0.01em;

    color: #000000;

    margin-bottom: 67px;
}

.about-text span {
    color: var(--secondary);
}
.about-subtext {
    font-family: var(--main_font);
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 113.8%;
	margin-right: 40px;

    text-align: right;

    color: var(--secondary);
}


/* Description */


.desc {

}

.desc-wrapper {
    display: flex;
    justify-content: space-between;
}

.desc-left {}

.desc-box {
    display: flex;
    align-items: center;
    margin-top: 130px;
}

.desc-box__first {
    display: flex;
    align-items: center;
    margin-top: 130px;
}

.desc-box__last {
    display: flex;
    align-items: center;
    margin-top: 130px;
    margin-bottom: 80px;
}

.desc-icon {
    display: flex;
    min-width: 128px;
    justify-content: center;

}

.desc-text {
    max-width: 420px;

    font-family: var(--main_font);
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 113.8%;
	margin: 0px 0px 0px 40px;
    color: var(--grey);

}

.desc-right {}





/* Reviews */

.reviews {
    height: 978px;
    background-color: var(--secondary);
    background-image: url(/img/orn_reviews.svg);
    background-repeat: no-repeat;
}

.reviews-wrapper {

}
.reviews .reviews-wrapper .swiper-pagination {	
	bottom: -4px;
}

.reviews .reviews-wrapper .swiper-pagination .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	border: 2px solid #FFF;
	opacity: 1;
	background: transparent;
}

.reviews .reviews-wrapper .swiper-pagination .swiper-pagination-bullet-active {
	background: white;
}

.reviews-title {

    padding-top: 80px;
    padding-bottom: 100px;

    font-family: var(--main_font);
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 98.8%;

    text-align: right;
    letter-spacing: -0.02em;
    text-transform: uppercase;

    color: #FFFFFF;

}

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

.reviews-swiper {}

.first-row {
    display: flex;
    margin-bottom: 50px;
}

.row-left {
    margin-right: 50px;
}

.review-box {
    width: 404px;
    height: 279px;
    background-image: url(/img/reviews_box.svg);
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;

    padding: 20px 20px 60px 11px;
}

.box-title {
    font-family: var(--main_font);
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 98.8%;

    text-align: right;
    letter-spacing: -0.02em;

    color: var(--secondary);

    margin-bottom: 16px;

}

.box-subtitle {
    font-family: var(--main_font);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 129.8%;

    text-align: right;
    letter-spacing: 0.01em;

    color: var(--grey);

    margin-bottom: 26px;

    }

.box-text {
    /* max-width: 390px; */
    font-family: var(--main_font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 129.8%;

    text-align: right;
    letter-spacing: 0.01em;

    color: #000000;


}

.row-right {}

.second-row {
    display: flex;
}

.swiper_dots {
    margin-top: 60px;
    margin-left: 550px;
    display: flex;
    column-gap: 8px;

}




.reviews-form {}

.form-title {
    margin-top: 45px;
    font-family: var(--main_font);
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 98.8%;

    text-align: right;
    letter-spacing: -0.02em;

    color: #FFFFFF;

}

.form-inputs {}

.inputs-row__top {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;

}

.input-name {
    width: 230px;
    padding: 0 0 10px 0;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    background-color: transparent;
    outline: none;


    font-family: var(--main_font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 98.8%;

    text-align: right;
    letter-spacing: -0.02em;

    color: #FFFFFF;

}
::placeholder{
    color: #FFFFFF;
}


.inputs-row__bot {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}



.form-text {
    margin-top: 110px;
    padding-bottom: 12px;
    max-width: 476px;

    font-family: var(--main_font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;

    display: flex;
    align-items: flex-end;
    text-align: right;
    letter-spacing: -0.02em;

    border-bottom: 1px solid #FFFFFF;

    color: #FFFFFF;

}

.form-button,
.wpcf7-submit {
    float: right;
    display: flex;
    width: 80%;
    height: 57px;
    margin-top: 75px;
    background-image: url(/wp-content/uploads/2022/11/button.svg);
	background-size:cover;
    background-repeat: no-repeat;
    appearance: none;

    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: var(--secondary);
    font-family: var(--main_font);
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 98.8%;

    cursor: pointer;
    transition: 0.3s;
}

.form-button:focus,
.form-button:hover {
    color: #00bb83;
}

.wpcf7-submit {
    margin: 10px 0 0 15px;
    float: left;
   /* background: white;  */
}


#left {
    width: 47%;
    float: left;
    margin-right:6%;
}
 
#right {
    width: 47%;
    float: left;
}
 
.clearfix:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:10px;
}
 
.clearfix {
    display:block;
}


/* Partners */



.partners {
    height: 1014px;
}

.partners-wrapper {}

.partners-title {

    font-family: var(--main_font);
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 98.8%;

    text-align: right;
    letter-spacing: -0.02em;
    text-transform: uppercase;

    color: var(--secondary);

    padding-top: 80px;
    padding-bottom: 100px;

}

.partners-cards {}

.partners-row-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partners-card {
    width: 357px;
    height: 398px;
}

.card-img {
    width: 357;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/img/card-border.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.card-title {

    margin-top: 20px;

    font-family: var(--main_font);
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 113.8%;

    text-align: center;
    text-transform: uppercase;

    color: var(--secondary);

}

.card-subtitle {

    margin-top: 20px;

    font-family: var(--main_font);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;

    text-align: center;

    color: black;
}

.partners-row-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}





/* Contacts */

.contacts {

    background-color: #D0D0D0;
    background-image: url(/img/orn_contacts.svg);
    background-repeat: no-repeat;
    background-position: right;
    height: 890px;
}

.contacts-title {

    padding-top: 85px;
    padding-bottom: 120px;

    font-family: var(--main_font);
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 98.8%;

    text-align: right;
    letter-spacing: -0.02em;
    text-transform: uppercase;

    color: #FFFFFF;

}

.contacts-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contacts-form {
    width: 590px;
}

.input-name_c,
.wpcf7-text {
    width: 288px;
    padding: 0 0 10px 0;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    background-color: transparent;
    outline: none;


    font-family: var(--main_font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 98.8%;

    text-align: right;
    letter-spacing: -0.02em;

    color: #FFFFFF;

}
.wpcf7-text {
	width: 250px;
	margin: 15px;
    text-align: left;
}
.wpcf7-textarea {
	width: 485px;
    margin: 15px;
    text-align: center;
    background: transparent;
	border-bottom-width: 1px;
	color: white;
    border-bottom-style: solid;
	border-bottom-color: white;
    padding: 10px;
	resize: none;
}
.form-text_c {
    margin-top: 130px;
    padding-bottom: 12px;
    max-width: 590px;

    font-family: var(--main_font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;

    display: flex;
    align-items: flex-end;
    text-align: right;
    letter-spacing: -0.02em;

    border-bottom: 1px solid #FFFFFF;

    color: #FFFFFF;
}

.contacts-button {
    float: right;
    display: flex;
    width: 356px;
    height: 57px;
    margin-top: 45px;
    background-image: url(/wp-content/uploads/2022/11/button_green.svg);
    background-repeat: no-repeat;
    appearance: none;

    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    font-family: var(--main_font);
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 98.8%;

    cursor: pointer;
    transition: 0.3s;
}

.contacts-button:focus,
.contacts-button:hover {
    color: #e0e0e0;
}

.contacts-description {}

.desc-title {
    margin-top: -70px;
    margin-bottom: 60px;

    font-family: var(--main_font);
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 98.8%;

    text-align: right;
    letter-spacing: -0.02em;

    color: #616161;

}

.desc-subtitle {

    margin-bottom: 30px;

    font-family: var(--main_font);
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 98.8%;

    text-align: right;
    letter-spacing: -0.02em;

    color: var(--secondary);

}

.contacts-desc-text {

    max-width: 586px;

    font-family: var(--main_font);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 129.8%;

    text-align: right;
    letter-spacing: 0.01em;

    color: #000000;

}

.swiper-container {
    width: 900px;
    height: auto;
    margin-left: 0%;
    margin-right: 40%;
    padding-bottom: 35px !important;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    height: 200px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

/* Footer */

.footer {

    background-color: var(--secondary);
    height: 75px;

}


/* Responsive */


@media (max-width: 1400px) {
    
    
    /* About */
    

    .about-content {
        display: block;
        padding: 0 auto;
    }
    
    .about-title {
        text-align: center;
    }
    
    .about-subtext {
        text-align: center;
    }
    
    .about-text {
        margin: 0 auto 37px auto;
        padding: 30px 30px;
        text-align: right;
    }
    
    .about-subtext {
        padding-bottom: 30px;
    }
    
    /* Review */
    
    .reviews {
        height: 1450px;
        background-repeat: repeat-y ;
    }
    
    .reviews-title {
        text-align: center;
    }
	
	.width65{
		width: 100%;
	}
    
    .reviews-content {
        display: block;
        padding: 0 235px;
    }
    
    .reviews-swiper {

    }
    
    
    
    /* Description */
    
    .desc-wrapper {
    display: block;
    }
    
    .desc-left{
        
        width: 520px;
        margin: 0 auto;
    }
    
    .desc-text{
        max-width: 600px;
        min-width: 400px;
    }
    
    
    
    /* Partners */
    
    .partners {
        height: auto;
    }
    
    .partners-title {
        text-align: center;
    }
    
    .partners-row-top {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    
    .partners-row-bot {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
}

@media (max-width: 900px) {
    
    .burger {
        display: block;

    }
	.logo-img{
		max-height: 37px
		
	}
	
	
	
	.fb-img{
		max-height: 22px
	}
	
	.in-img{
		max-height: 22px
	}
	
	.header-line{
		min-height: 70px;
		
	}
	
	.nav{
		width: auto;
		
	}
	
	.fb{
		padding-left: 0;
	}
	
	.in{
		padding-right: 40px;
	}
	
	.logo{
		padding-right: 0px;
		
	}
	
    .home,.nav-item1, .nav-item2, .nav-item3 {
        display: none;
    }
	.hero{
		padding-top: 70px;
		height: 300px;
		width: auto;
	}
	.background {
		height: 300px;
		
	}
	
	.about-title{
		padding-right: 0px;
	}
	
	.about-subtext{
		margin-right: 0px;
	}
	
	.swiper-container {
		width: auto;
	}
	.container-left,
	.container-right {
		width: 100% !important;
	}
	.desc-text,
	.desc-left,
	.contacts-form,
	.wpcf7-textarea,
	.wpcf7-text,
	.desc-icon
	{
		width: auto;
		min-width: auto;
		max-width: 75%;
	}
	.desc-icon img {
		max-width: 70px;
	}
	.inputs-row__top,
	.inputs-row__bot {
		display: block;
	}
	.form-inputs .width50 {
		width: 350px;
		float: left;
	}
	.reviews {
		height: 1200px;
	}
	.form-button,
	.wpcf7-submit {
	background-size: contain;
	background-position:center;
	}
	.contacts-title {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.contacts {
		height: auto;
		display: flex;
	}
	.contacts .container {
		width: 90%;
	}
	.contacts-description {
		display: block;
		margin-top: 10em;
		margin-bottom: 4em;
	}
	.about-title,
	.reviews-title,
	.partners-title,
	.contacts-title{
		font-size: 34px;
	}
	.desc-text {
		font-size: 16px;
	}
	
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
	}
}

@media (max-width: 770px) {
	.reviews .reviews-wrapper .swiper-pagination{
		display: none;
	
}

