: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;}

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

.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_user {
    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;
    visibility: collapse;}

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

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

.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: #000;
    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;
    display: flex;
    flex-direction: column;
    align-self: end;}

footer img {
    width: 200px;
}

@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: #000000;}

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;
}

.wrapper {
    display: grid;
    height: 100%;
    grid-template-rows: 100px auto;
}

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%;
    height: 100px;}


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%);
}

.order-grid {
    display: grid;
    grid-template-columns: 20% auto;
    gap: 20px;
    padding: 20px;
    align-items: stretch;
}

.order-grid .img {
    display: flex;
    align-items: center;
    background: #FFF;
}
.order-description {
    display: grid;
    grid-template-columns: 50% auto;
    gap: 20px;
}

.order-details {
    padding: 10px 10px;
}
.btn-sm {
    font-size: .8rem;
    border-radius: .4rem;
}

#payment .btn-close,
#editOrder .btn-close {
    filter: none;
}

.popover {
    max-width: 100% !important;
}
.popover-body {
    padding: 5px;
}

.disabled.alert {
    cursor: default;
}

#lkTabContent {
    border-width: 0 1px 1px 1px;
    border-color: #ececec;
    border-style: solid;
}

.orders td {
    vertical-align: middle;
    line-height: 1rem;
}

.admin-comment {
    background: #FFF;
    padding: 30px;
    color: var(--color-scarlet);
    margin-bottom: 20px;
}

.t-head {
    background: #f9f9f9;
    visibility: visible;
}
.orders td span.lab {
    display: none;
}

.empty {
    color: #ff9a9a;
    text-align: center;
    font-size: 0.8rem;
}
@media screen and (max-width: 992px) {

    .table-striped > tbody > tr:nth-of-type(2n+1) > * {
        font-weight: bold;
    }

    .order-details tr {
        background: none !important;
        border: none;
    }
    td:nth-child(1) {
        font-weight: bold;
    }

    .order-details td {
        font-weight: normal;
        text-align: center;
        background: none !important;
        --bs-table-color-type: none !important;
        --bs-table-bg-type: #FFF !important;
        border-right: none;
        border-left: none;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .t-head {
        height: 0;
        visibility: hidden;
    }
    #lkTabContent tr {
        display: flex;

        flex-direction: column;
    }
    .orders td {
        border-bottom: 1px solid #efefef;
    }
    .orders td span.lab {
        justify-content: center;
        background: #efefef;
        padding-bottom: 3px;
        display: flex;
        margin: -8px -8px 8px -8px;
    }
}


.order__list__acc {
    display: flex;
    gap: 20px;}

.order-details h5{
    padding: 20px 0;}

.acc__item {
    text-align: center;
    border: 1px solid #eee;
    padding: 10px;
    background: #fff;}

.acc__item  img{
    margin-bottom: 10px;}

table {
    border-radius: .5rem;
}
table, th, td {
    border: 1px solid #efefef;
    border-collapse: collapse;
}
table {
    width: 100%;
}
table td {
    padding: 15px ;
}

table tr.info td {
    padding: 0;
}
.card .card__content {padding: 15px;}

.acc {
    /*padding: 40px;*/
}

.card__content span {
    padding: 10px 20px;
    display: flex;
    width: 100%;
}

.card__content span:nth-child(odd) {
    background: #efefef;
}


.edit-order  {
    background: var(--color-brown);
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 5px 20px;
    border-radius: .5rem;
    font-weight: 200;
    font-size: 0.8rem;
    margin: 20px auto 0 auto;
}

.edit-order i {
    color: #FFF;
    margin: 0;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    max-width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#request_changes .btn-brown {
    margin-top: 20px;}


label.error {
    font-size: 0.8rem;
    padding: 3px 10px;
    margin: 2px 10px 2px 0;
    line-height: 1rem;
    background: rgba(238, 108, 77, 0.2);
    border-radius: .3rem;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: fit-content;
    color: red;}

.success {
    display: none;}

.success.active {
    display: block;}

.client-success.text-center {
    padding-top: 30px;
}
.successs {
    font-size: 1.5rem;
    padding: 30px;
}

#addAgentForm h3 {text-align: center}
#addAgentForm .form-control {
    display: flex;
    border: none;
    flex-direction: column;}

.tabcontent h3{
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 1.5rem;
    color: var(--color-brown);
    margin: 30px 0;
}
#addClientForm {
    /*padding: 30px;*/
}
#addClientForm h3 {text-align: center}
#addClientForm .form-control {
    display: flex;
    border: none;
    flex-direction: column;}

input,
select,
textarea {
    border: 1px solid #efefef;
    border-radius: .5rem;
    padding: 10px 20px;}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #efefef;
    background-color: #f1f1f1;}

/* Style the buttons that are used to open the tab content */
.tab button,
.tab a {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;}

.tab a{
    background: var(--color-brown);
    float: right;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;}
    /* Change background color of buttons on hover */
.tab a:hover,
.tab button:hover {
    background-color: #ddd;}

/* Create an active/current tablink class */
.tab a.active,
.tab button.active {
    background-color: var(--color-brown);
    color: #FFF;}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 15px;
    border: 1px solid #efefef;
    border-top: none;}

.accordion_user .acc {
    padding: 0;
}
.lk-header {
    padding: 20px 0;
}

.bootstrap-wrapper {
    font-size: 0.9rem;
}
.form-container {
    display: flex;
    margin: 40px 0;
    gap: 20px;
}

.form-container select {

}

@media screen and (max-width: 992px) {



}