*, *::before,*::after{
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul, ol, li {
    list-style: none;
}

img{
    vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: inherit;
    font-size: inherit;
}

html, body{
    height: 100%;
    line-height: 1;
}

body{
    height: 100%;
    line-height: 1;
    font-family: Manrope;
    color: #333333;
}

.wrapper{
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.title{
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
}

.title_center{
    text-align: center;
}

.page{
    flex: 1 1 auto;
}

[class*="_container"]{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 15px;
}

@media (max-width: 1199.98px){
    [class*="_container"]{
        max-width: 970px;
    }
}

@media (max-width: 990.98px){
    [class*="_container"]{
        max-width: 750px;
    }
}

@media (max-width: 767.98px){
    [class*="_container"]{
        max-width: none;
    }
}

.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

.header_container{
    display: flex;
    justify-content: space-between;
    min-height: 103px;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    column-gap: 10px;
    row-gap: 15px;
}

@media(max-width: 767.98px){
    .header_container{
        flex-direction: column;
        min-height: 0;
    }
}

.header_logo{
    font-weight: 800;
    font-size: 23px;
    color: inherit;
}

.header_menu{

}

.menu{

}

.menu_list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 46px;
    row-gap: 15px;
}

.menu_item{

}

.menu_link{
    font-size: 13px;
    font-weight: 700;
    color: inherit;
}

.menu_link:hover{
    text-decoration: underline;
}

@media(max-width: 767.98px){
    .menu_list{
        justify-content: center;
    }
    .menu_link{
        font-size: 16px;
    }
}

.main-block {
    padding-bottom: 110px;
}

.main-block_container{
    padding-top: 183px;
    position: relative;
    
}

.main-block_container::after{
    background: #BDCCFF;
    content: "";
    position: absolute;
    top: 0;
    left: 68%;
    height: 100%;
    width: 200%;
}

.main-block_body{
    margin-bottom: 14px;
}

.body-main-block{
    position: relative;
    display: flex;
    align-items: flex-start;
}

.body-main-block_content{
    flex: 0 1 50%;
}

.content-main-block{
    padding-top: 40px;
    position: relative;
    z-index: 2;
}

.content-main-block_body{
    padding-right: 80px;
}

.content-main-block_sub-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
    color: #F90;
    margin-bottom: 20px;
}

.content-main-block_title{
    font-size: 54px;
    font-weight: 800;
    line-height: 73px;
}

.content-main-block_text{
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.1px;
    margin-bottom: 45px;
}

.content-main-block_form{}

.form-main-block{
    box-shadow: 0px 1.8518518209457397px 3.1481480598449707px 0px rgba(0, 0, 0, 0.01), 0px 8.148148536682129px 6.518518447875977px 0px rgba(0, 0, 0, 0.01), 0px 20px 13px 0px rgba(0, 0, 0, 0.01), 0px 38.51852035522461px 25.481481552124023px 0px rgba(0, 0, 0, 0.02), 0px 64.81481170654297px 46.85185241699219px 0px rgba(0, 0, 0, 0.02), 0px 100px 80px 0px rgba(0, 0, 0, 0.03);
    display: flex;
    position: relative;
    z-index: 2;
    margin-right: -188px;
    background:#fff url('../img/icons_header/home.svg') 33px 32px no-repeat;
}

.form-main-block_input{
    height: 86px;
    border: 1px solid #DADADA;
    padding: 0px 0px 0px 74px;
    background-color: transparent;
    width: 100%;
    flex: 1 1 auto;
    font-size: 20px;
}

.form-main-block_input::placeholder{
    color: rgba(49, 53, 59, 0.3)
}

.form-main-block_button{
    height: 86px;
    cursor: pointer;
    background-color: #F85A47;
    transition: all 0.3s ease 0s;
    padding: 5px 15px;
    width: 188px;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    flex: 0 0 188px;
}

.form-main-block_button:hover{
    background-color: #a73c30;
}

.body-main-block_slider{
    flex: 0 1 50%;
    min-width: 0;
}

.slider-main-block{}

.slider-main-block_wrapper{}

.slider-main-block_slide{
    position: relative;
    padding-bottom: 95%;
}

.slider-main-block_slide img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.body-main-block_arrows{
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    gap: 40px;
    bottom: -52px;
}

.body-main-block_arrow.swiper-button-prev,
.body-main-block_arrow.swiper-button-next{
    position: static;
    height: 20px;
    width: 11px;
    background: url('img/icons_header/Arrows.svg') 0 0 no-repeat;
}

.body-main-block_arrow::after{
    display: none;
}

.body-main-block_arrow.swiper-button-next{
    transform: rotate(-180deg);
}

.main-block_partners{}

.partners-main-block{
    max-width: 65%;
}

.partners-main-block_label{
    font-size: 17px;
    margin-bottom: 25px;
}

.partners-main-block_items{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.partners-main-block_item{}

.partners-main-block_item img{
    max-width: 100%;
}

@media(max-width: 1199.98px){
    .content-main-block_body{
        padding-right: 0px;
    }
    .body-main-block{
        display: block;
    }
    .form-main-block{
        margin-right: 0;
    }
    .body-main-block_content{
        margin-bottom: 40px;
    }
    .main-block_container{
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .main-block_body{
        margin-bottom: 40px;
    }
    .partners-main-block{
        max-width: none;
        position: relative;
        z-index: 2;
    }
}

@media(max-width:990.98px){
    .main-block{
        padding-bottom: 20px;
    }
}

@media(max-width:767.98px){
    .partners-main-block_items{
        justify-content: center;
    }
    .content-main-block_title{
        font-style: 30px;
        line-height: 120%;
    }
    .form-main-block{
        display: block;
    }
    .form-main-block_button{
        width: 100%;
    }
}

@media(max-width:479.98px){
    .form-main-block{
        background: #fff;
    }
    .form-main-block_input{
        padding: 0px 15px;
    }
}

.how{
    padding-top: 110px;
    padding-bottom: 110px;
}

.how_container{}

.how_item{
    
}

.how_items{
    /* сітка */
    display: grid;
    align-items: start;
    grid-template-columns: repeat(3, minmax(auto,260px));
    padding: 0px 35px;
    column-gap: 30px;
    row-gap: 45px;
    justify-content: space-between;
}

.how_title{
    margin-bottom: 70px;
}

.item-how{
    text-align: center;
    display: grid;
    align-content: center;
    position: relative;
}

.item-how_icon{
    margin-bottom: 50px;
}

.item-how_1::after{
    content: "";
    position: absolute;
    right: 0;
    top: 41px;
    width: 100%;
    transform: translate(86.5%,0px);
    height: 11px;
    background: url('/img/icons 2/Group_1.svg') 0 0 / auto 100% no-repeat;
    max-width: 210px;
}

.item-how_2::after{
    content: "";
    position: absolute;
    right: 0;
    top: 41px;
    width: 100%;
    transform: translate(86.5%,0px);
    height: 11px;
    background: url('/img/icons 2/Group_2.svg') 0 0 / auto 100% no-repeat;
    max-width: 210px;
}

.item-how_1{}

.item-how_2{}

.item-how_3{}

.item-how_text{
    font-size: 16px;
    line-height: 26px;
}

.item-how_title{
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

@media(max-width: 1199.98px){
    .item-how_1::after{
        height: 5px;
    }
    .item-how_2::after{
        height: 5px;
    }
}

@media(max-width:990.98px){
    .item-how_1::after{
        height: 4px;
    }
    .item-how_2::after{
        height: 4px;
    }
}

@media(max-width:767.98px){
    .how_items{
        grid-template-columns: 1fr;
    }
    .item-how_1::after{
        display: none;
    }
    .item-how_2::after{
        display: none;
    }
    .item-how_icon{
        margin-bottom: 20px;
    }
    .how_title{
        margin-bottom: 30px;
    }
}

.page_deals {
}

.deals {
    padding-top: 110px;
    padding-bottom: 110px;
}

@media(max-width:990.98px){
    .deals{
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media(max-width:767.98px){
    .deals{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.deals_container {
}

.deals_header {
    margin-bottom: 50px;
}

.header-deals {
    gap: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-deals_content {
    flex: 1 1 auto;
}

.header-deals_title {
}

.header-deals_text {
    max-width: 470px;
    line-height: 24px;
}
/* Якщо прибереться текст під тайтлом то відступа не буде */
.header-deals_text:not(:last-child){
    margin-bottom: 15px;
}

.header-deals_link {
    display: inline-block;
    border-radius: 5px;
    background: #F85A47;
    transition: all 0.3s ease 0s;
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
    color: #fff;
    padding: 22px 33px;
    box-shadow: 0px 1.8518518209457397px 3.1481480598449707px 0px rgba(248, 90, 71, 0.02), 0px 8.148148536682129px 6.518518447875977px 0px rgba(248, 90, 71, 0.03), 0px 20px 13px 0px rgba(248, 90, 71, 0.04), 0px 38.51852035522461px 25.481481552124023px 0px rgba(248, 90, 71, 0.04), 0px 64.81481170654297px 46.85185241699219px 0px rgba(248, 90, 71, 0.05), 0px 100px 80px 0px rgba(248, 90, 71, 0.07);
}

@media(max-width:767.98px){
    .header-deals_link{
        width: 100%;
    }
}

.header-deals_link:hover{
    background-color: #88362d;
}

.button {
}

.deals_tabs {
}

.tabs-deals {
}

.tabs-deals_nav {
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 50px;
}

.tabs-deals_button {
    position: relative;
    background-color: transparent;
    font-size: 19px;
    line-height: 26px;
    cursor: pointer;
    transition: color 0.3s ease 0s;
}

.tabs-deals_button::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 1px;
    transition: 0.3s ease 0s;
    background-color: #F85A47;
}

.tabs-deals_button:hover{
    color: #F85A47;
}

.tabs-deals_button:hover::after{
    width: 100%;
}

.tabs-deals_button.active{
    color: #F85A47;
}

.tabs-deals_button.active::after{
    width: 100%;
}

.tabs-deals_body {
}

.tabs-deals_item {
    display: none;
}

.tabs-deals_item.active{
    display: block;
}

.item-tabs {
}

.item-tabs-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

.item-tabs-item {
    position: relative;
}

.item-tabs-options {
    position: absolute;
    left: 14px;
    top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    z-index: 2;
}

.item-tabs-option {
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.40);
    color: #fff;
    padding: 6px 12px;
    transition: all 0.3s ease 0s;
}

.item-tabs-option:hover{
    background-color: rgba(0, 0, 0, 0.6);
}

.item-tabs-image {
    position: relative;
    padding-bottom: 81%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.item-tabs-image:hover img{
    transform: scale(1.1);
}

.item-tabs-image img{
    transition: all 0.3s ease 0s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.page_featured {
}
.featured {
    padding-top: 110px;
    padding-bottom: 110px;
}

@media(max-width:990.98px){
    .featured{
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media(max-width:767.98px){
    .featured{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.featured_container {
}
.featured_title {
    margin-bottom: 95px;
}
.title_center {
}
.featured_body {
    padding: 40px 40px 80px 40px;
    background: #F1FFFF;
    display: grid;
    column-gap: 77px;
    row-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 990.98px){
    .featured_body{
    display: flex;
    flex-direction: column-reverse;
    }
    .featured_title{
        margin-bottom: 50px;
    }
}
@media (max-width: 767.98px){
    .featured_title {
        margin-bottom: 30px;
    }
    .featured_body{
        margin: 0px -15px;
        padding: 20px 15px 20px 15px;
    }
}
.featured_images {
}
.images-featured_item-mini{
    margin-top: -114px;
    margin-left: 20px;
    margin-right: 20px;
}
.images-featured {
    display: grid;
    justify-items: center;
}
.images-featured_item {
}
.images-featured_item img{
    max-width: 100%;
}
.featured_content {
    display: flex;
    flex-direction: column;
}
.content-featured {
}
.content-featured_body{
}
.content-featured_title {
    font-size: 31px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 25px;
}

@media (max-width: 767.98px){
    .content-featured_title{
        font-size: 24px;
    }
}

.content-featured_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}
.content-featured_options {
    gap: 35px;
    margin-bottom: 55px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.options-content-featured {
}
.options-content-featured_item {
}
.options-content-featured_label {
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
    margin-bottom: 12px;
}
.options-content-featured_value {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
}
.content-featured_link {
    transition: all 0.3s ease 0s;
    border-radius: 5px;
    background: #F85A47;
    padding: 16px 35px;
    line-height: 150%;
    color: #fff;
    display: block;
    text-align: center;
    box-shadow: 0px 1.8518518209457397px 3.1481480598449707px 0px rgba(248, 90, 71, 0.02), 0px 8.148148536682129px 6.518518447875977px 0px rgba(248, 90, 71, 0.03), 0px 20px 13px 0px rgba(248, 90, 71, 0.04), 0px 38.51852035522461px 25.481481552124023px 0px rgba(248, 90, 71, 0.04), 0px 64.81481170654297px 46.85185241699219px 0px rgba(248, 90, 71, 0.05), 0px 100px 80px 0px rgba(248, 90, 71, 0.07);
}
.content-featured_link:hover{
    background: #b94134;
}

@media(min-width: 991px){
    .content-featured_body{
        max-width: 412px;
        flex: 1 1 auto;
        padding-top: 40px;
    }
    .content-featured_link{
        max-width: 412px;
    }
}

@media(max-width: 479.98px){
    .content-featured_options{
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 35px;
    }
}

.page_reviews {
}
.reviews {
    padding-top: 110px;
    padding-bottom: 110px;
}
.reviews_container {
}
.reviews_title {
    margin-bottom: 50px;
    max-width: 570px;
}
.title {
}
.reviews_items {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(290px, 1fr));
}
.reviews_item {
}
.item-reviews {
    padding: 50px 40px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; 
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    background: #FFF;
}
.item-reviews:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.item-reviews_rating {
    margin-bottom: 33px;
}
.simple-rating {
}
.simple-rating_items {
}
.simple-rating_item {
}
.simple-rating_label {
}
.item-reviews_text {
    margin-bottom: 50px;
    gap: 20px;
    line-height: 1.5;
}
.item-reviews_author {
}
.author-item-reviews {
    display: flex;
    align-items: center;
}
.author-item-reviews_avatar {
    flex: 0 0 48px;
    border-radius: 50%;
    overflow: hidden;
}
.author-item-reviews_body {
    padding-left: 10px;
}
.author-item-reviews_name {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
.author-item-reviews_location {
    color: #666666;
    font-size: 14px;
    line-height: 19px;
}

.reviews_footer {
    padding-top: 85px;
}
.footer-reviews {
    display: flex;
    column-gap: 100px;
    row-gap: 30px;
}
@media(max-width: 991.98px){
    .footer-reviews{
    flex-wrap: wrap;
    }
}

.footer-reviews_partners {
    flex: 1 1 auto;
}
.partners-footer-reviews {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.partners-footer-reviews_item {
}
.footer-reviews_info {
    flex: 0 0 314px;
}

.footer-reviews_info a{
    color: #2CBDE7;
    text-decoration: underline;
}

.footer-reviews_info a:hover{
    text-decoration: none;
}

.subscribe{
    border-top: 110px;
    padding-bottom: 110px;
}

.page-subscribe {
}
.subscribe_container {
}
.subscribe_header {
    text-align: center;
    margin-bottom: 34px;
}
.subscribe_title {
}
.title {
    font-size: 45px;
    font-weight: 700;
    line-height: 144.2%;
    letter-spacing: 0.02em;
}
.subscribe_sub-title {
    font-size: 23px;
    font-weight: 700;
    line-height: 144.2%;
    letter-spacing: 0.46px;
}
.subscribe_form {
    max-width: 686px;
    margin: 0 auto;
}
.form-subscribe {
    gap: 15px;
    padding: 25px 45px;
    display: flex;
    background: var(--white, #FFF);
    box-shadow: 0px 3.0185184478759766px 3.1481480598449707px 0px rgba(0, 0, 0, 0.01), 0px 13.281481742858887px 6.518518447875977px 0px rgba(0, 0, 0, 0.02), 0px 32.599998474121094px 13px 0px rgba(0, 0, 0, 0.02), 0px 62.785186767578125px 25.481481552124023px 0px rgba(0, 0, 0, 0.02), 0px 105.64814758300781px 46.85185241699219px 0px rgba(0, 0, 0, 0.03), 0px 163px 80px 0px rgba(0, 0, 0, 0.04);
}
.form-subscribe_content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.form-subscribe_label {
    display: block;
    margin-bottom: 10px;
    color: rgb(49, 53, 59, 0.226);
}
.form-subscribe_input {
    padding: 5px;
    font-weight: 700px;
    width: 100%;
    flex: 1 1 auto;
    min-height: 40px;
    font-size: 20px;
}
.submit {
}

.form-subscribe_button{
    font-size: 18px;
    font-weight: 500;
    height: 72px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding: 10px 40px;
    color: white;
    background: #F85A47;
    box-shadow: 0px 1.8518518209457397px 3.1481480598449707px 0px rgba(248, 90, 71, 0.02), 0px 8.148148536682129px 6.518518447875977px 0px rgba(248, 90, 71, 0.03), 0px 20px 13px 0px rgba(248, 90, 71, 0.04), 0px 38.51852035522461px 25.481481552124023px 0px rgba(248, 90, 71, 0.04), 0px 64.81481170654297px 46.85185241699219px 0px rgba(248, 90, 71, 0.05), 0px 100px 80px 0px rgba(248, 90, 71, 0.07);
}
.form-subscribe_button:hover{
    background: #b64134;
}

@media(max-width: 767.98px){
    .form-subscribe{
        margin: 0 -15px;
        padding: 15px;
        flex-direction: column;
    }
}

.footer {
}
.footer_container {
    padding-top: 60px;
    scroll-padding-top: 60px;
    border-top: 1px solid #DEDFE1;
    display: grid;
    row-gap: 70px;
    column-gap: 20px;
    grid-template-columns: auto 1fr;
}
.footer_logo {
    color: inherit;
    font-weight: 800;
    line-height: 31px;
}
.footer_menu {
    display: flex;
    justify-content: flex-end;
}
.menu-footer {
}
.menu-footer_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 45px;
    row-gap: 15px;
}
.menu-footer_item {
}
.menu-footer_link {
    line-height: 17px;
    font-size: 13px;
    color: inherit;
    font-weight: 700;
}
.menu-footer_link:hover{
    text-decoration: underline;
}
.footer_copy {
    font-weight: 700;
    line-height: 16px;
    font-size: 12px;
    grid-column: span 2;
    text-align: center;
}
@media(min-width: 768px){
    .footer_copy{
        grid-column: span 2;
    }
}
@media(max-width: 767.98px){
    .footer_container{
        grid-template-columns: 1fr;
        justify-items: center;
        row-gap: 70px;
    }
}