/*
Theme Name: Oster
Author: Dead Writers Society
Description: Special theme for BTI.
Tags: blog,theme-options, custom-menu, custom-logo, translation-ready
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oster

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

html {
    scroll-behavior: smooth;
}

:root {
    --swiper-theme-color: #e1b16a !important;
}

body, body * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
    font-family: Inter;
    color: #292929;
}

body {
   background-color: #FFFFFF; 
   overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #292929;
}

.order-btn {
    background-color: var(--main-color);
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    border-radius: 50px;
    border: none;
    padding: 14px 57px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.order-btn a, .prices-btn a {
    color: #FFFFFF;
}

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

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

.active {
    height: unset;
}

h1.top1 {
    display: none;
}

h2 {
    text-align: center;
}

button {
    border-color: transparent;
    border: none;
}

header * {
    background-color: transparent;
}

header .container {
    max-width: 1340px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 33px 15px 0;  

}

.mainmenu, 
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 22px;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
}

nav .menu-close {
    display: none;
}

.burger-menu {
    display: none;
}


.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
}


.logo img {
    width: 35px;
}

.banner-text {
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    max-width: 640px;  
    background-color: transparent; 
    margin-bottom: 42px;
}

.banner-container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 30px 15px;
    display: flex;
    align-items: center;
}

.banner-img {
    position: relative;
    right: -120px;
}

@media screen and (max-width: 940px) {
    nav {
        position: fixed;
        left: 0;
        top: 0;
        background-color: var(--main-color);
        width: 100vw;
        height: 100vh;
        display: none;  
        flex-direction: column;
        row-gap: 33px;
        justify-content: center;
        font-weight: 600;
        font-size: 35px;
        line-height: 42px; 
        z-index: 100; 
    }
    
    .mainmenu {
        flex-direction: column;
        row-gap: 33px;
        justify-content: center;
        font-weight: 600;
        font-size: 35px;
        line-height: 42px; 
    }

    nav .menu-close {
        display: block;
        position: absolute;
        right: 23px;
        top: 60px;
        cursor: pointer;
    }

    .open {
        display: flex;
    }

    nav a {
        color: #fff;
    }

    nav .open {
        display: flex;
    }

    .burger-menu {
        display: block;
        width: 35px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo {
        font-size: 17px;
    }
    
    .logo img {
        width: 30px;
    }

    
}

@media screen and (max-width: 767px){
    .banner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 60px 0;
        margin: 0 auto;
    }

    .banner-text {
        text-align: center;     
    }

    .banner-img {
        display: none;
    }
    
}

@media (min-width: 767px) and (max-width: 860px) {
    .banner-text {
        font-size: 37px;
        line-height: 45px;
    }

    .banner-container {
        padding: 50px 15px;
    }

    .banner {
        padding-left: 15px;
    }

}

.our-services .container {
    max-width: 1310px;
    margin: 55px auto 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 72px;
    padding: 0 15px;
}

.our-services {
    background-color: transparent;
}

.our-services h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    
}

.services {
    display: flex;
    justify-content: center;
    width: 100%;
    column-gap: 60px;
    flex-wrap: wrap;
    row-gap: 80px;
    margin-bottom: 40px;
}

.services-items {
    width: 45%;
    padding: 24px 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    border-radius: 10px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    /* aspect-ratio: 1 / 1.58; */
    row-gap: 30px;
}

.services-items h3 {
    font-weight: 700;
    font-size: 40px;  
    text-align: center;
}

.services-items-img {
    max-width: 235px;
    max-height: 312px;
}

.assessment-of-property-img {
    max-height: 285px;
}

.services-items-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;  
    margin-left: 24px;
    width: 100%;
}


.assessment-of-property .services-items-text {
    margin-top: 27px;
}

.warning {
    font-size: 16px;
    line-height: 24px;
    margin-top: -12px;
}

.services-items-buttons {
    display: flex; 
    justify-content: center;
    gap: 32px;
    width: 100%;
    margin-top: auto;
}

/* .assessment-of-property .services-items-buttons {
    margin-top: auto;
} */

.services-items-buttons button {
    min-width: 130px;
    height: 50px;
    border-radius: 50px; 
    background-color: var(--main-color);  
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    flex-basis: 30%;
    padding: 0 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.our-services .order-btn {
    flex-basis: 40%;
    width: unset;
    height: 58px;
    padding: 14px 20px;
}*/
/*
.our-services .order-btn a {
    font-size: 25px;
}*/

.advantages-img {
    font-size: 215px;
    font-weight: 600;
    color: #FD9797;
}


@media (min-width: 850px) and (max-width: 940px) {
    .services-items {
        aspect-ratio: 1 / 3;
    }
}

@media (min-width: 940px) and (max-width: 1070px) {
    .services-items {
        aspect-ratio: 1 / 2.5;
    }
}

@media (min-width: 1070px) and (max-width: 1100px) {
    .our-services .container {
        margin: 0;
    }

    .our-services {
        margin-top: 50px;
    }
}

@media (min-width: 600px) and (max-width: 850px) {
    .services {
        flex-direction: column;
        align-items: center;
    }

    .services-items {
        width: 90%;
    }
}

.our-advantages {
    background-color: var(--main-color);
}

.our-advantages .container {
    max-width: 1400px;
    padding: 85px 15px 85px;
    row-gap: 20px;
}

.our-advantages h2 {
    font-size: 45px;
    color: #FFFFFF;
}

.our-advantages-items {
    display: flex;  
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 70px;
}

.advantages {
    display: flex;
    align-items: center;
    justify-content: baseline;
    flex-direction: column;
    text-align: center;
    flex-basis: 32%;
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 25px;  
}

.advantages-numbers {
    color: #a8762c;
    font-size: 215px;
    font-weight: 600;
    line-height: 260px;
    vertical-align: baseline;
}

.advantages-description {
    color: #FFFFFF;
}


@media screen and (max-width: 767px) {
    .our-advantages-items {
        flex-direction: column;
        row-gap: 45px;
    }
}

.questions .container {
    max-width: 1160px;
    padding: 0 15px;
    margin-bottom: 100px;
}

.questions h2 {
    font-size: 45px;
    font-weight: 700;
    margin: 90px 0 60px;
}

.questions-accordion {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 18px;
}

.accordion-item {
    padding: 22px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.31);
    
}

.accordion-label {
    font-weight: 700;
    font-size: 26px;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-label-question {
    width: 100%;
}

.accordion-text {
    height: 0;
    transition: all 0.6s ease;
    overflow-y: hidden;
    font-size: 22px;
    padding-left: 10px;
}

.accordion-text ul, .accordion-text ol {
    padding-left: 35px;
    margin: 30px 0;
}

.active {
    margin-top: 45px;
}

.accordion-arrow {
    width: 27px;
    transition: ease-in-out 0.4s;
}

@media screen and (max-width: 767px) {
    .questions h2 {
        font-size: 40px;
        margin: 90px 0 70px;
    }

    .accordion-label {
        font-size: 23px;
    }

    .accordion-text {
        font-size: 17px;
        transition: all 0.8s ease;
        font-weight: 600;
    }
}


.certificates {
    max-width: 1440px;
    margin: 0 auto 100px;
}

.certificates h2 {
    font-weight: 700;
    font-size: 50px;
}

.swiper {
    overflow: hidden;
    width: 100%;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 30px;
}

.swiper-pagination-bullet {
    width: 14px!important;
    height: 14px!important;
}

.feedback {
    background-color: var(--main-color);
}

.feedback .container {
    max-width: 1000px;
    padding: 80px 15px;
}

.feedback-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-inputs {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 47px;
    width: 100%;
}

.feedback-contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    flex-basis: 50%;
    width: 320px;
}

.feedback-contacts input {
    height: 60px;
    padding: 0 20px;
    margin-bottom: 24px;
}

.feedback-contacts input:last-of-type {
    margin-bottom: 0;
}

.feedback-message {
    display: flex;
    flex-direction: column;
    flex-basis: 45%;
}

.feedback-message textarea {
    flex-grow: 1;
    padding: 16px 20px;
}


.feedback h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
}

.wpcf7-not-valid-tip {
    color: #fff;
    padding: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
    border-radius: 20px;
    padding: 10px;
}

.feedback label {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    text-align: left;
    width: 100%;
    margin-bottom: 8px !important;
    display: block;
}

.feedback input, .feedback textarea {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 25px;
    width: 100%;
    outline: none;
    font-size: 30px;
    color: #fff;
    font-size: 22px;
    resize: none;
}

.feedback-send {
    background-color: #fff !important;
    color: var(--main-color) !important;
    border-radius: 50px !important;
    padding: 8px 36px;
    font-size: 32px !important;
    font-weight: 700;
    cursor: pointer;
    width: auto;
}

.blog-block h1 {
    text-align: center;
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    padding: 65px;
}

.posts-box {
    justify-content: space-between;
    max-width: 1000px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.post-box {
    justify-content: space-between;
    max-width: 1000px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 15px;
}

.content-info {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    padding: 30px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.content-box {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 65px;
}

.content-box p, 
.content-box ul, 
.content-box table {
    padding: 15px 0;
}

.content-box table {
    border-collapse: collapse;
    width: 100%;
    line-height: 1.5;
    margin-bottom: 15px;
    table-layout: fixed;
    width: 100%;
}

.content-box table,
.content-box td,
.content-box th {
    border: 1px solid black;
    border-collapse: collapse;
}

.content-box td,
.content-box th {
    padding: 5px;
}

.content-box ul {
    margin-inline-start: 20px;
}

.mainmenu li {
    display: inline-block;
}

.single-post-art h2 {
    padding-bottom: 30px;
    text-align: left;
}

.single-post-art {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    width: 50%;
    padding: 30px 15px;
}

.title-phone .textwidget {
    display: inline-block;
}

.title-phone {
    padding-left: 15px;
}

.main-title {
    padding: 0 30px 0 10px;
}

.telephone {
    display: inline-block;
    background-color: var(--main-color);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    border-radius: 50px;
    border: none;
    padding: 15px;
    margin: 15px 0 0 0;
}

@media screen and (max-width: 767px) {
    
    .form-inputs {
        flex-direction: column;
    }
    
    .single-post-art {
        width: 100%;
    }
    
    .main-title {
        padding: 0 0 0 10px;
    }
    
    .title-phone .textwidget {
        display: block;
    }
    
}

.blog-block img {
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

footer .container {
    padding: 49px 15px;
    justify-content: space-between;
    max-width: 1000px;
    flex-direction: row;
}

.footer-info {
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 22px;
}

.footer-info .widget-title {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 24px;
}

.fi2 div:nth-of-type(2) {
    margin-bottom: 15px;
}

.footer-info a {
    text-decoration: underline;
}

.footer-map {
    width: 100%;
}

@media screen and (max-width: 767px) {
    footer .container {
        flex-direction: column;
        align-items: start;
        row-gap: 30px;
    }
}
