:root {
    --border-radius: 30px;
    --color-black: #000000;
    --color-white: #FFFFFF;
    --color-cyan: #164472;
    --color-blue: #58C4E0;
    --color-brown: #C4A771;
    --color-yellow: #ffd95e;
    --color-gray: #efefef;}

@font-face {
    font-family: 'Involve';
    src: url(../fonts/Involve-Regular.otf);
    font-weight: 200; }
@font-face {
    font-family: 'Involve';
    src: url(../fonts/Involve-Medium.otf);
    font-weight: 400; }
@font-face {
    font-family: 'Involve';
    src: url(../fonts/Involve-SemiBold.otf);
    font-weight: 500; }
@font-face {
    font-family: 'Involve';
    src: url(../fonts/Involve-Bold.otf);
    font-weight: 700; }

html {
    scroll-behavior: smooth;
}


#video {
    padding: 80px 0;
}

html, body {
    height: 100%;
}
* {
    padding: 0;
    margin: 0;
    border: none; }

*,
*::before,
*::after {
    box-sizing: border-box; }

/* Links */
a {cursor: pointer; }

a, a:link, a:visited {
    text-decoration: none; }

a:hover {
    text-decoration: none; }

/* Common */
aside, nav, footer, header, section, main {
    display: block; }

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

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

/* Form */
input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent; }

input::-ms-clear {
    display: none; }

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background: transparent none;
    cursor: pointer;}

input:focus, input:active,
button:focus, button:active {
    outline: none; }

button::-moz-focus-inner {
    padding: 0;
    border: 0;}

body {
    height: 100%;
    margin: 0;
    font-family: 'Involve', sans-serif;
    font-weight: 200;
    color: #000;}

.slider {
    position: relative;
    z-index: 1;}

.banners-item-border {
    box-sizing: border-box;}

.banners-item .image {
    background: #FFF;
    text-align: right;
    display: flex;
    align-items: end;
    justify-content: end;}

.banners-body {
    display: flex;}

.swp-banners-pagination {
    position:relative !important;
    bottom: 0 !important;
    margin: 20px 0;}

.swp-banners-controls {
    display: flex;
    width: 100%;
    justify-content: center;}

.swp-banners-next, .swp-banners-prev {
    border: none;
    background: transparent;}

.banner__text {
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;}

.banner__text .btn {
    margin: 40px 0;}

.banners__body .banner__container {
    position: relative;}

.banner__text .container {
    padding-top: 80px;}

.banner__text ul {
    padding: 0;}

.banner__text .main-text {
    max-width:80%;}

.banner__text ul {
    padding: 0 0 0 15px;}

.banner__text span,
.banner__text h2 {
    color: var(--color-green);}

.sub-text {
    font-size: 1rem;
    width: 100%;}


.header-banners  .image{
    border-bottom: 5px solid var(--color-brown);
}
.swp-header-banners-pagination {
    padding: 30px 0;
    text-align: center;}

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

.swiper-pagination-bullet-active {
    background: var(--color-brown) !important;}


.img-fluid {
    width: 100%;
    max-width: 100%;}

.mw-100 {
    max-width: 100%;}

.h-100 {
    height: 100%;}

.w-100 {
    width: 100%;}

.d-flex {
    display: flex;}

.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

section.main {
    height: 100%;
    position: relative;
    /*overflow: hidden;*/
}

.slick-prev, .slick-next {
    height: 0;
    display: none !important;
}
section.main .container {
    height: 100%;}

.container {
    width: 100%;
    max-width: 1440px;
    padding: 0 80px;
    margin: auto}

.main .container {}

/*buttons elements*/
h1 {
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: 600;}

h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;}

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

.align-start {align-items:start;}
.align-center {align-items:center;}

.justify-start {justify-content:start;}
.justify-center {justify-content:center;}

.btn {
    padding: 15px 40px;
    border-radius: 2rem;}

.btn-brown {
    color: #FFF;
    background: var(--color-brown);}

.btn {}

.note {
    font-size: 20px;
    line-height: 32px;
    padding: 40px 100px 40px 0;}

/*header*/
.header {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header__col {
    display: flex;}

.header .header__logo .logo {
    width: 180px;
    display: flex;
    font-size: 40px;
    line-height: 40px;}

.header .header__logo .logo span{
    color: var(--color-green);}

.header .header__logo img {
    max-width: 250px;}

.header__title {
    display: flex;
    flex-direction: column;}

.header__title span {
    font-size: 1.3rem;
    margin: 10px 0 50px;}

.header__col .header__slider {
    width: 50%;}

.header__col:nth-child(1) {
    align-items: center;
    justify-content: space-between;}

.header__col:nth-child(2) {
    align-items: center;
    justify-content: space-between;
    height: 100%;}

.header__col:nth-child(3) {
    justify-content: end;
    align-items: end;
    gap: 40px;}

.header__menu {
    justify-self: end;}

.header__menu nav ul {
    display: flex;
    gap: 40px;}

.header__menu nav ul li a {
    text-transform: uppercase;
    color:#FFF;}

.header__menu nav ul li a:hover {
    color: #000;}

/*.menu a {*/
/*    font-size: 0.85rem;}*/

.phones i {
    margin-right: 10px;
    font-size: 1.4rem;
    color: var(--color-brown);}

.phones {
    display: flex;
    align-items: center;
    gap: 15px;}

.phones a {
    font-size: 1.3rem;
    color: var(--color-brown);
    display: flex;
    align-items: center;
}

.btn.white {
    background: #FFF;
    display: flex;
    width: auto;
    color: #000;
    min-width: 160px;}

.btn.black {
    background: #000;
    color: #FFF;
    display: flex;
    width: auto;
    min-width: 160px;}

/*header*/

/*grids*/
.container .title {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 100px;}

.container .grid {}

.section {
    /*border: 1px solid red;*/
    margin: 100px 0;
}

/*best*/
.best {
    margin-top: 100px;
}

.best i {
    display: block;
    margin-bottom: 20px;
    color: var(--color-brown);}

.best .grid {
    display: flex;
    padding: 0;
    justify-content: space-between;
    position: relative;
    gap: 40px;}

.best .inner__col {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    line-height: 1.5rem;
    gap: 20px;
    flex-direction: column;}

.best b {
    font-size: 1.2rem;}


.form {
    display: flex;
    height: 1025px;
    background: url("/img/contact.png") left top no-repeat;
}

.form .title {
    color: var(--color-white);
    margin-bottom: 0;
}
.form h2 {
    width: 100%;}
.collapse {
    overflow: hidden;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: opacity, height;
    will-change: opacity, contents;}

.collapse:not(.is-active) {
    height: 0;
    opacity: 0;}

.accordion .card__title span {
    width: 80%;}

.accordion {
    margin-top: 60px;
    margin-bottom: 100px;}

.accordion .card {
    overflow: hidden;
    margin: -1px -1px 1px;
    border-bottom: 1px solid var(--color-gray);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: contents;
    text-align: left;}

.accordion .card:first-child {
    border-top: 1px solid var(--color-gray);}

.accordion .card:last-child {
    /*border-radius: 0 0 var(--border-radius) var(--border-radius);*/
    margin-bottom: -1px;}

.accordion .card:not(:last-child):not(.is-active) {
    /*border-bottom-color: transparent;*/
}

.accordion .card.is-active {}
.accordion .card.is-active + .card {
    /*border-top-color: transparent;*/
}

.accordion .card__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 3.5rem;
    margin: 0 0 -1px 0;
    padding: 1.5rem 1.25rem;
    color: #FFF;
    text-decoration: none;
    font-size: 1.3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;}

.accordion .card__title:hover .icon {
    opacity: 0.8;}

.accordion .card__title.is-active .icon {
    transform: rotateZ(45deg);;
    opacity: 1;}

.accordion .card__title .icon {
    width: 28px;
    height: 28px;
    fill: var(--color-brown);
    opacity: 1;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-right: -0.25rem;}

.accordion .card__content {
    color: #FFF;
    padding: 0 1.25rem 1.25rem;}

[data-toggle] {
    cursor: pointer;}

.box{
    animation: animName 40s linear infinite;}

.menu__toggle {display: none;}

.accordion.black .card__title,
.accordion.black .card__content {
    color: #000;}

.accordion.black .card {
    border-bottom: 1px solid #000;}

.accordion.black .card:first-child {
    border-top: 1px solid #000;}


.sendform h4 {
    text-align: center;
    font-size: 1.3rem;}

.sendform .block{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: .5rem;}

.sendform textarea {
    min-height: 300px;
}
.sendform textarea,
.sendform input {
    margin-bottom: 20px;}

.form-control {
    border: 1px solid var(--color-gray);
    width: 100%;
    border-radius: .5rem;
    padding: 12px 12px;
    font-size: 14px;
    color: #666;
    background: var(--color-white);}

.sendform div:nth-child(1) {grid-area: A;}
.sendform div:nth-child(2) {grid-area: B;}
.sendform div:nth-child(3) {
    text-align: center;
    /*grid-area: C;*/
}



.sendform div:nth-child(4) {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-area: D;}

.fa-telegram {
    color: #3599f0;}

.fa-telegram:hover {
    color: #61b4ff;}

footer {
    font-size: 12px;
    text-align: center;
    padding: 0 0 60px 0;}

@keyframes animName {
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);} }

.success {
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: var(--color-gray);}

label.error {
    font-size: 10px;
    color: red;
    background: var(--color-white);
    padding: 3px 10px;
    border-radius: .5rem;}

.d-none {
    display:none !important;}

.fa-5x {
    font-size: 10em;}

/*#contact {*/
/*    padding-top: 100px;}*/

.sendform.inline {
    max-width: 1000px;
    margin: auto;
    display: grid;
    gap: 20px;
    background: none;
    padding: 10px 30px 0 30px;
    border-radius: 0;
    grid-template-areas:
'A B'
'C C'
'D D';}

.sendform.inline .name {
    grid-area:  A;
}
.sendform.inline .phone {
    grid-area:  B;
}
.sendform.inline .textarea {
    grid-area:  C;
}
.sendform.inline .send_button {
    grid-area:  D;
}

.sendform.inline textarea, .sendform.inline input {
    margin-bottom: 0;}

footer .phones {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

header {
    transition: background 0.2s ease;
    box-shadow: 0 -6px 10px rgba(0,0,0, 0.4);
    background: rgba(255,255,255,0.8);
    padding: 10px 0;
    position: absolute;
    z-index: 100;
    width: 100%;}


header.desktop.sticky {
    transition: background 0.2s ease;
    background: rgba(255,255,255,1);
    box-shadow: 0 -6px 10px rgba(0,0,0, 0.4);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.logo img {
    width: 180px;
}

header .header-grid {
    align-items: center;
    display: flex;
    justify-content: space-between;}

header .menu ul {
    display: flex;
    gap: 20px;}

header .menu a {
    color: #000;}

/*.first {*/
/*    padding: 100px 0;*/
/*}*/

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    /*margin: 100px 0;*/
    gap: 30px;}

.features-title {
    font-size: 1.5rem;
    color: var(--color-brown);
    font-weight: 400;
    line-height: 1.6rem;
    min-height: 52px;}

.features-grid .grid-item span {
    border-radius: 50%;
    background: var(--color-cyan);
    display: inline-flex;
    height: 100px;
    width: 100px;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px auto;}

.features-grid .grid-item:nth-child(even) span {
    background: var(--color-blue);}

.features-grid .grid-item span i {
    color: var(--color-white);}

.features-title {
    font-size: 1.5rem;
    color: var(--color-brown);
    font-weight: 400;
    line-height: 1.6rem;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;}

.features-subtitle {
    min-height: 75px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;}

.about-us {
    background: url('/img/bg.svg') left top no-repeat;
    min-height: 620px;
    display: flex;}

.flex-container {
    display: flex;
    height: 100%;}

.flex-container .grid {
    margin: auto;
    display: flex;
    align-items: center;}

.flex-container .grid span{
    max-width: 500px;
    display: flex;
    color: var(--color-white);
    line-height: 1.8rem;
    font-size: 1.3rem;
    padding-right: 50px;}


.title h2 {
    text-align: center;
    width: 100%;
    font-size: 2.3rem;}

.title small {
    width: 100%;
    font-size: 1.4rem;
    padding: 40px 0;}

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow-y: hidden;
    transition: 0.5s;}

.overlay a:hover, .overlay a:focus {
    color: var(--color-white);}

.overlay .close_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-brown);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    color: var(--color-white);}

.overlay .container {
    height: 100%;
    display: flex;}

.overlay img {
    max-width: 131px;
}
header.mobile {display: none;}

.btn.black,
.btn.white {
    text-align: center;
    justify-content: center;}

.header-text .swiper-slide {
    width: 100% !important;}

.header-text .title h2 {
    text-align: center;
    width: 100%;
    font-size: 2.3rem;
    line-height: 3rem;
    margin: 40px 0;
}

#about h4{
    font-size: 1.8rem;
    color: var(--color-brown);
    font-weight: 400;
    line-height: 1.6rem;
    margin-top: 20px;
}

.banners-item .image img {
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
}

.cabinet {
    text-align: center;
    padding: 0 30px;
    border-left: 1px solid var(--color-brown);}

.cabinet span {
    display: block;
    font-size: 0.8rem;
    line-height: 0.8rem;
    padding-top: 5px;
    color: var(--color-brown);}

.cabinet i {
    color: var(--color-brown);
}

@media screen and (max-width: 992px) {
    .cabinet {
        display:none;
    }


}