/* open-sans-300 - cyrillic_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v40-cyrillic_latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - cyrillic_latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url('../fonts/open-sans-v40-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - cyrillic_latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: url('../fonts/open-sans-v40-cyrillic_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}  

html {
    font-family: 'Open Sans', sans-serif;
}

* {
    box-sizing: border-box;
}

body {
    min-width: 1200px;
    background-color: #e0dcd3;
    color: #523304;
}

p {
    color: #523304af;
}

a {
    color: #523304af;
    line-height: 125%;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
}

a:hover {
    color: #9c6308; /* 9c6308 c3945e */
    background-color: rgb(255, 255, 255, 0.5);
}

.section {
    padding: 80px 0;
    border-bottom: 1px solid #c4c4c4;
}

.section-title {
    margin: 0;
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
}

.section-first {
    padding-top: 50px;
}

.section-last {
    border-bottom: 1px solid transparent;
}

.container {
    max-width: 1200px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.btn {
    padding: 15px 10px;
    border: 0;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    color: white;
    background-color: #9c6308;
    transition: background-color 0.3s ease-in-out;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}

.btn:hover {
    color: white;
    background-color: #c3945e; /* #523304 rgb(156, 99, 8, 0.7) */
    text-decoration: none;
}

.btn-big {
    padding: 20px 35px;
}

.list-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 30px;
}

.item-flex {
    display: flex;
    max-width: calc((100% - 30px) / 2);
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    overflow: hidden;
    background-color: rgb(248, 248, 248);
}

.item-big {
    max-width: 100%;
}

.item-flex-img {
    width: 260px;
    height: 100%;
    object-fit: cover;
}

.item-img-big {
    width: 520px;
}

.item-flex-text {
    padding: 30px;
}

.item-flex-text-big {
    padding: 60px;
}

.card-title {
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
}

.card-title-big {
    margin-bottom: 30px;
    font-size: 24px;
}

.card-descr {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.card-descr-big {
    font-size: 16px;
    font-weight: 400;
}

.card-price {
    font-size: 16px;
    font-weight: 400;
}

.list-unorder {
    list-style: none;
}

.list-order {
    list-style: decimal;
}

.list-title {
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
}

.list-text {
    margin: 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

/* Header */
.header {
    border-bottom: 1px solid #747575;
    background-color: #dfd6c3; /* #dfd6c3 */
}

.header-container {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.logo {
    margin-right: auto;
    padding: 0 15px;
    white-space: nowrap;
    text-decoration: none;
}

.logo:hover {
    text-decoration: none;
}

.logo-img {
    height: 70px;
    width:70px;
}

.social {
    padding: 10px;
}

.social-img {
    height: 25px;
    width: 25px;
}

.telegram {
    background-color: #61a8de;
}

.telegram:hover {
    background-color: #78bdf4; /* #69b5f0  */ 
}

.whatsapp {
    background-color: #4caf50;
}

.whatsapp:hover {
    background-color: #62c463; /* #5acf5d  */
}

.phone-number {
    font-size: 24px;
    font-weight: 600;
    color: #523304;
}

.phone-ours {
    margin: 0;
    margin-left: auto;
    font-size: 14px;
    text-align: center;
}

.nav {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.nav-top {
    border-bottom: 1px solid rgba(163, 163, 163, 0.5);
}

.nav-item {
    padding: 10px 10px;
    font-weight: 600;
    font-size: 15px;
    color: #523304;
    text-decoration: none;
    text-align: center;
    flex: 1 1 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease-in-out;
}

.nav-item:hover {
    background-color:  rgb(255, 255, 255, 0.3) ; /* rgb(156, 99, 8, 0.2) */
    text-decoration: none;
}

.nav-item:not(:last-child) {
    border-right: 1px solid rgba(163, 163, 163, 0.3);
}

/* Hero */
.section-hero {
    padding-top: 100px;
    padding-bottom: 150px;
    position: relative;
}

.section-hero::after {
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    left: 30%;
    width: 70%;
    height: 100%;
    background-image: url(/images/hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    mask-image: linear-gradient(to right, rgba(0,0,0,0) 15%, rgba(0,0,0,1) 60%);
}

.section-hero-content {
    width: 40%;
}

.hero-title {
    margin-bottom: 25px;
    text-align: left;
}

.hero-descr {
    margin: 0;
    margin-bottom: 35px;
}

/* Join */
.join-content {
    display: flex;
    justify-content: space-between;
}

.join-left {
    width: 50%;
}

.join-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.join-motiv {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.join-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.input-box {
    width: 45%;
    height: 50px;
    padding: 10px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    color: #444;
    background-color: #fff;
}

.input-btn {
    color: white;
    background-color: #9c6308;
}

/* Footer */
.footer {
    border-bottom: 1px solid transparent;
    border-top: 1px solid #747575;
    background-color: #dfd6c3; /* #dfd6c3 */
}

.footer-container {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    display: flex;
}

.footer-nav {
    flex-wrap: nowrap;
}

.footer-nav-item {
    flex: auto;
}
