/* @import "./reset.css"; */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap'); */
* {
	padding: 0px;
	margin: 0px;
	border: none;
    
}
a, a:link, a:visited  {
    /* color: inherit; */
    text-decoration: none;
    /* display: inline-block; */
}

a:hover  {
    /* color: inherit; */
    text-decoration: none;
}
ul, ul li {
	list-style: none;
}
/* *,
*::before,
*::after {
	box-sizing: border-box;
} */
:root {
    --container-width: 1270px;
    --container-padding: 15px;
    --secondary: rgba(15, 31, 28, 0.5);
    --orange: #ff7c4e;
}
body {
    font-family: 'Poppins', sans-serif;
    background-color: #f6f6f6;
    color: #0f1f1c;
}
.none {
    display: none !important;
}
.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}
.container-right {
    padding-left: calc((100% - var(--container-width)) / 2 + var(--container-padding));
}
.container-left {
    padding-right: calc((100% - var(--container-width)) / 2 + var(--container-padding));
}

.block {
    height: 200px;
    background-color: rgb(30, 145, 97);
}
/* стили шапки */
header a {
    color: inherit;
}
 header {
    position: relative;
    padding-top: 44px;
    min-height: 940px;
    color: white;
    background: linear-gradient(132.05deg, #428E5F -17.38%, #112120 78.4%), #204434;
}
.header::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 96px;

    background-image: url(./../img/header/catheader.svg);
    background-size: 100%;
    }

.header-top {
    margin-bottom: 86px;  
}
.header-content {
    min-width: 592px;
}

.header-row {
    display: flex;
}

/* header-cotent */
.header-cotent {
    max-width: 592px;   
    position: relative;
    z-index: 1; 
}
.header-img {
    position: absolute; 
    top:20px;
    right: 0;
    max-width: unset;
    pointer-events: none;
    /* width: 894px;
    height: 940px; */
} 

.header-elements {
    position: absolute; 
    top: 150px;;
    right: 50px;
    max-width: unset;
    pointer-events: none;

}    

.title {
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    line-height: 82;
    color: rgb(44, 6, 6);
} 

.nav {          /*nav*/
    display: flex;
    justify-content: space-between;
    /* width: 100%; */
    align-items: center;
    /* margin:0 auto;  */
    column-gap: 50px;  
    z-index: 1; 
}
.logo {
    font-size: 20px;
    font-weight: 700;
}
.nav-list a {
    position: relative;
} 
.nav-list {    
    display: flex;
    column-gap: 80px;
    /* width: 100%; */
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;    
    font-size: 15px;
    font-weight: 500;
    z-index: 1;
}
.nav-list a.active::after, /* появление полоски при наведении и клике на ссылку*/
.nav-list a:hover::after {
    content:"";
    position: absolute;
    left: 0;
    right: 10px;

    display: block;
    height: 4px;
    border-radius: 2px;
    background-color: rgb(250, 250, 250);
}
.nav-login {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    column-gap: 25px;
    font-size: 15px;
    font-weight: 500;
    z-index: 1;
}

.button {
    display: inline-block; 
    padding: 7px 44px;  
    
    border: 3px solid #fff;
    border-radius: 100px; 
    background: rgb(187, 30, 30);

    font-weight: 500;
    font-size: 15px;
    color: rgb(255, 254, 254);
    text-align: center;
    transition: all 0.15s ease-in;
}
.button:hover {  /*изменение цвета при наведении*/
    background-color: rgb(210, 222, 231);
    color: rgb(224, 9, 9);
}
.button:active {  /*смещение кнопки при клике*/
    position: relative;
    top: 1px;
}
.header-badge {
    margin-bottom: 7px;
    display: inline-block;
    padding: 11px 30px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 20px;
    background: rgb(255, 255, 255, 0.25);
}
.header-title {
    margin-bottom: 30px;
    font-size: 55px;
    font-weight: normal;
}
.header-text {
    margin-bottom: 68px;
    font-size: 25px;
    font-weight: 700;
    color: rgb(255, 255, 255, 0.5);
}
.header-button {
    margin-bottom: 7px;
    display: inline-block;
    padding: 25px 48px;
    font-size: 25px;
    font-weight: 600;
    border-radius: 20px;
    background: rgb(167, 23, 23);
    transition: all 0.15s ease-in;
}
.header-button:hover {  /*изменение цвета при наведении*/
    background-color: rgb(210, 222, 231);
    color: rgb(224, 9, 9);
}
.header-button:active {  /*смещение кнопки при клике*/
    position: relative;
    top: 1px;
}
.destin {
    padding: 96px 20px 100px 20px;
    overflow-x: hidden;
}
.destin-row {
    display: flex;
    column-gap: 50px;
}
.destin-content {
    min-width: 350px;
}
.destin-slider {
    width: 1200px;
    flex-shrink: 0;
}
.destin-title {
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 600;
}
.destin-title p {
    font-size: 25px;
}
.destin-text {
    margin-bottom: 60px;
    font-size: 25px;
    font-weight: 500;
    color: var(--secondary);
}
.button-content {
    display: inline-block; 
    padding: 25px 45px;  
    
    border-radius: 25px; 
    background: rgb(187, 30, 30);

    font-weight: 600;
    font-size: 20px;
    color: rgb(255, 254, 254);
    text-align: center;
    transition: all 0.15s ease-in;
}
.button-content:hover {  /*изменение цвета при наведении*/
    background-color: rgb(210, 222, 231);
    color: rgb(224, 9, 9);
}
.button-content:active {  /*смещение кнопки при клике*/
    position: relative;
    top: 1px;
}
.slider {
    position: relative;
    height: 456px;
}
.owl-item active center {
    width: 320px !important ; 
    margin-right: 10px;
}
.owl-item active {
    width: 320px !important ; 
    margin-right: 10px;
}
.owl-item center {
    width: 300px !important ; 
    margin-right: 10px;
}
.owl-item {
    width: 300px !important ; 
    margin-right: 10px;
}
.slider-item {
    margin-top: 27px;

    width: 300px !important;
    height: 402px;   
    object-fit: cover; 
    border-radius: 15px;
    transition: 0.15s ease-in;
}
.slider .center .slider-item {
    margin-top: 0;
    width: 400px;
    height: 456px;
    /* object-fit: cover; */
}

.slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: block;
    width: 68px;
    height: 68px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    background: #ff7c4e;
}

.slider-button--prev {
    left: -27px;
    padding-left: 26px;
    justify-content: flex-start;
}
.slider-button--next {
    right: -27px;
    padding-right: 26px;
    justify-content: flex-end;
}

/* Castomers */

.customers {
    padding: 10px 0;
}

.custom-row {
    display: flex;
    column-gap: 68px;
}

.custom-img {
    min-width: 478px;
}

.custom-img img {
    border-radius: 60px;
}

/* .custom-content {
} */

.custom-title {
    margin-bottom: 35px;
    font-size: 45px;
}

/* Review */
.review {
    min-width: 490px;
}
.review-clienet {
    display: flex; 
    align-items: center;
    column-gap: 15px;
    margin-bottom: 60px;
}

.review-client-avatar {
    /* overflow: hidden; */
    width: 134px;
    height: 134px;
    border-radius: 50%;
    background-color: #ff794e;
}

/* .review-client-desc {
} */

.review-client-desc-name {
    margin-bottom: 10px;
    font-size: 33px;
    font-weight: 500;
}
.review-client-desc-country {
    font-size: 25px;
    color: var(--secondary);
}
.review-text {
    margin-bottom: 30px;
    color: var(--secondary);
    font-size: 22px;
    font-weight: 500;
}
/* cta section */
.cta {
    padding: 100px 0;
}
.cta-plate {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-height: 400px;
    padding: 40px 15px;

    background-color: #fff;
    border-radius: 60px;
}

.cta-plate::before,
.cta-plate::after {
    position: absolute;
    width: 63px;
    height: 83px;

    content: "";
}

.cta-plate::before {
    left: 74px;
    bottom: 56px;
    background-image: url(./../img/cta/cta-el-01.svg);    
}

.cta-plate::after {
    top: 74px;
    right: 80px;
    background-image: url(./../img/cta/cta-el-02.svg);
}

.cta-title {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 30px;
}
.cta-txt {
    margin-bottom: 60px;
    font-size: 30px;
    text-align: center;
    color: var(--secondary);
}

/* секция subscribe*/
.subscribe {
    padding: 35px 0 50px;
    
}

.sub-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
   
    border-radius: 60px;
}

.sub-title {
    margin-bottom: 60px;
    min-width: 494px;
    font-size: 75px;
    font-weight: 600;
}

.sub-form {
    padding: 20px;
    background-color: #fff;
    border-radius: 35px;

}
.sub-form-input {
    font-size: 24px;
    line-height: 2em;
    font-weight: 500;
    
}

.sub-form-input::placeholder {
    color: var(--secondary);
}

.sub-form-button {
    display: inline-block; 
    padding: 36px 85px;  
    
    border-radius: 35px; 
    background: rgb(187, 30, 30);

    font-weight: 600;
    font-size: 25px;
    color: rgb(255, 254, 254);
    text-align: center;
    transition: all 0.15s ease-in;
}
.sub-form-button:hover {  /*изменение цвета при наведении*/
    background-color: rgb(210, 222, 231);
    color: rgb(224, 9, 9);
}
.sub-form-button:active {  /*смещение кнопки при клике*/
    position: relative;
    top: 1px;
} 

/* footer */
.footer {
    margin-bottom: 20px;    
}

.nav-list--footer a {
    color: var(--secondary) ;
}

/* .nav-list--footer{

}  */

.button--footer {
    color: #f6f6f6;
}

.button--footer :hover {
    color: #df0e0e;
}

