body {
    font-family: 'Commissioner', sans-serif;
    position: relative;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    max-width: 100vw;
}

body.mobile-menu-opened {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    color: #55785B;
}

section {
    overflow-x: hidden;
}

:root {
    --swiper-preloader-color: #55785B;
    --swiper-theme-color: #55785B;
}

.top-menu .logo {
    max-width: 216px;
    transition-duration: 0.2s;
}

@media (max-width: 820px) {
    .container {
        padding-left: 29px;
        padding-right: 29px;
    }
}

header {
    position: fixed;
    width: 100vw;
    top: 0px;
    left: 0px;
    z-index: 5;
    transition-duration: 0.2s;
    /* height: 184px; */
}

header.scrolled {
    background-color: #DAD1BD;
}

button {
    cursor: pointer;
}

header .container {
    transition-duration: 0.2s;
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (max-width: 1199px) {
    header {
        height: 100px;
    }
    header .container {
        padding-top: 27px;
    }
    .top-menu .logo {
        max-width: 173px;
    }
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

img {
    max-width: 100%;
}

@media (max-width: 820px) {
    header .container {
        width: auto;
    }
}

.top-menu .menu ul {
    padding: 0;
    margin-top: 18px;
    display: flex;
    align-items: center;
    list-style: none;
}

.top-menu .menu ul li {
    display: flex;
    align-items: center;
}

.top-menu .menu ul li a {
    font-weight: 700;
    font-size: 14px;
    padding-right: 64px;
    color: #3C3C3B;
    text-decoration: none;
    transition-duration: 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.top-menu .menu ul li a:hover,
.top-menu .menu ul li.active a {
    color: #55785B;
}

.menu-btn {
    width: 23px;
    height: 15px;
    position: relative;
    margin-top: 5px;
    transition-duration: 0.2s;
}

.menu-btn span {
    height: 2px;
    width: 100%;
    background-color: #3C3C3B;
    position: absolute;
    left: 0px;
    transition-duration: 0.2s;
}

.menu-btn span:nth-child(1) {
    top: 0px;
}

.menu-btn span:nth-child(2) {
    top: calc(50% - 1px);
}

.menu-btn span:nth-child(3) {
    top: calc(100% - 2px);
}

.mobile-menu-opened .menu-btn {
    transform: rotate(180deg) scale(1.4);
}

.mobile-menu-opened .menu-btn span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}

.mobile-menu-opened .menu-btn span:nth-child(1) {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
}

.mobile-menu-opened .menu-btn span:nth-child(3) {
    top: calc(50% - 1px);
    transform: rotate(45deg);
}

section.main-page {
    overflow-x: hidden;
}

.swiper-main-page {
    height: 100vh;
}

.swiper-main-page .bg-image {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

@media (max-width: 820px) {
    .swiper-main-page .bg-image {
        background-position: right top;
    }
}

.swiper-main-page .swiper-slide {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.landscape .bg-image.landscape {
    display: block !important;
}

.portrait .bg-image.portrait {
    display: block !important;
}

.content {
    position: relative;
}

.main-page .content {
    padding: 0 29px;
}

.content h1 {
    font-weight: 300;
    font-size: 120px;
    line-height: 141px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #55785B;
    max-width: 1024px;
    margin: 0;
}

.swiper-main-page .swiper-button-next {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    justify-content: center;
    width: 42px;
    text-align: center;
    margin: 40px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='42' viewBox='0 0 48 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8685 1.69983L43.0152 19.855L-9.6799e-07 19.855L-8.67888e-07 22.145L43.0152 22.145L23.8685 40.3002L25.4739 42L46.8162 21.7909L47.5953 21.0118L46.8162 20.2327L25.4739 -1.1135e-06L23.8685 1.69983Z' fill='%233C3C3B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition-duration: 0.5s;
}

.swiper-main-page .swiper-button-next:hover {
    transform: translateX(8px);
}

.swiper-main-page .swiper-button-next::after {
    display: none;
}

@media (max-width: 992px) {
    .content h1 {
        font-weight: 300;
        font-size: 46px;
        line-height: 56px;
    }
}

@media (max-height: 700px) and  (min-width: 1200px) {
    .content h1 {
        font-size: 65px;
    }
}

.btn {
    border: none;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    transition-duration: 0.2s;
    width: 260px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .btn {
        height: 86px;
        width: 361px;
    }
}

.btn-primary {
    background-color: #55785B;
    color: #DAD1BD;
}

.btn-primary:hover {
    background-color: #55785BCC;
    color: #DAD1BD;
}

main {
    overflow-x: hidden;
}

footer {
    padding-top: 86px;
    background-color: #DAD1BD;
    overflow-x: hidden;
    padding-bottom: 40px;
}

footer .logo {
    text-align: center;
}

footer .menu {
    text-align: center;
    width: 100%;
    margin-top: 44px;
}

footer .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

footer .menu ul li {}

footer .menu ul li a {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.08em;
    color: #55785B;
    text-decoration: none;
    margin: 0 15px;
    text-transform: uppercase;
}

.foottext {
    text-align: center;
    color: #55785B;
    margin: 30px 0 50px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}

.foottext .socials a:not(:last-child)::after {
    content: '/';
    margin: 0 10px;
}

.foottext a {
    color: #55785B;
    text-decoration: none;
}

.foottext a:hover {
    color: #313e33;
}

@media (max-width: 820px) {
    .foottext,
    footer .logo {
        text-align: left;
        font-size: 12px;
        max-width: 273px;
        line-height: 27px;
    }
    footer .logo {
        max-width: 173px;
    }
    .foottext a:first-child,
    .foottext .socials {
        display: none;
    }
}

.mobile-menu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background-color: #DAD1BD;
    transition-duration: 0.2s;
    z-index: -1;
    display: flex;
    align-items: center;
    /* justify-content: end; */
    flex-wrap: wrap;
    transform: scale(0);
    transform-origin: 100% 0;
}

.mobile-menu .btn {
    margin-right: 15px;
}

.mobile-menu-opened .mobile-menu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.h-100-vh {
    height: 100vh;
}

section.first {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.first .bg-image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    /* background-position: right top; */
    background-repeat: no-repeat;
}

.portrait .pillow.first .bg-image {
    background-position: left center;
}

.abs-bottom {
    position: absolute;
    bottom: 110px;
    text-align: center;
    width: 100%;
    left: 0;
}

@media (max-width: 820px) {
    .abs-bottom {
        bottom: 200px;
    }
    .first .bg-image {
        background-position: right top;
    }
}

@media (max-width: 500px) {
    .abs-bottom {
        bottom: 250px;
    }
}

.mobile-menu .abs-bottom {
    text-align: right;
    bottom: 110px;
    display: flex;
    justify-content: right;
}

nav.mobile-links {
    width: 100%;
    padding-right: 15px;
    padding-top: 150px;
}

.mobile-socials {
    width: 100%;
    text-align: right;
    padding-right: 15px;
    padding-bottom: 220px;
}

.mobile-socials a {
    text-decoration: none;
    margin-left: 17px;
}

nav.mobile-links ul {
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    list-style: none;
}

nav.mobile-links ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    letter-spacing: 0.08em;
    color: #3C3C3B;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
}

.img-full-width {
    width: 100%;
    display: none !important;
}

.landscape .img-full-width.landscape,
.portrait .img-full-width.portrait {
    display: block !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background-color: #3e5846;
    border-color: transparent;
    box-shadow: none;
}

#buymodal .modal-header {
    border: none;
    position: absolute;
    top: 0;
    width: 100%;
}

#buymodal .modal-title {
    font-weight: 300;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0.02em;
    color: #55785B;
}

#buymodal .modal-content {
    background-color: #DAD1BD;
}

.form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    padding: 7px 0;
}

.form-control:focus {
    background: none;
    box-shadow: none;
    border-color: #000;
}

@media (max-width: 820px) {
    #buymodal .modal-title {
        font-weight: 300;
        font-size: 32px;
        line-height: 39px;
        letter-spacing: 0.02em;
        margin-top: 25px;
    }
    #buymodal .modal-content {}
}

.flex-checbox {
    position: relative;
    border-bottom: 1px solid #686868;
    padding: 5px 0px 21px 0px;
    margin-bottom: 5px;
    font-size: 21px;
}

.flex-checbox .title {
    margin-bottom: 12px;
}

.flex-checbox .count {
    font-size: 21px;
    display: flex;
    align-items: center;
}

.flex-checbox .count span {
    margin-right: 9px;
}
.flex-checbox .count .minus, .flex-checbox .count .plus {
    border: 1px solid #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 100%;
    padding: 3px 12px 7px 11px;
    cursor: pointer;
    border-radius: 50%;
    width: 34px;
    height: 34px;
}

.flex-checbox .count .minus {}

.flex-checbox .count .plus {}

.flex-checbox .price {
    color: #55785b;
    
    font-size: 21px;
}

.itog {
    border: none;
    padding: 0;
}

span.count-res {
    width: 33px;
    text-align: center;
    /* margin: 0 !important; */
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #55785B;
    color: #DAD1BD;
}

.bgc {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
    z-index: 1;
}

.mobile-downbar {
    position: fixed;
    width: 100vw;
    bottom: 0;
    background-color: #DAD1BD;
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    align-items: center;
    box-shadow: 0 0 15px 2px #00000014;
    z-index: 2;
}

.mobile-downbar a {
    width: 100%;
    text-align: center;
    position: relative;
}

.pl-100 {
    padding-left: 100px;
}

@media (max-width: 820px) {
    .pl-100 {
        padding-left: 0px;
    }
}

.static-content {
    background-color: #DAD1BD;
    color: #55785B;
    padding-top: 180px;
    padding-bottom: 80px;
}

.static-content p {
    margin-bottom: 18px;
}

.static-content h1,
.static-content h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.02em;
    margin-bottom: 50px;
}

@media (max-width: 820px) {
    .static-content {
        padding-top: 120px;
        padding-bottom: 50px;
    }
    .static-content h1,
    .static-content h2 {
        font-weight: 300;
        font-size: 32px;
        line-height: 39px;
        letter-spacing: 0.02em;
    }
}

[alt=full] {
    width: 100vw;
    max-width: 100vw !important;
    left: 0;
    position: absolute;
    margin: 0 !important;
}

.dleplyrplayer {
    max-width: 100% !important;
    margin: 40px 0px;
}

.dleplyrplayer>video {
    width: 100% !important;
}

.history {
    background-color: #C4C4C4;
    padding: 80px;
    color: #55785B;
}

.history h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.02em;
}

.history ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.history>*>ul>li:last-child::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #C4C4C4;
    z-index: 0;
    left: -32px;
    top: 16px;
}
.history>*>ul>li b {
    font-weight: 600;
}
@media (min-width: 992px) {
    .history>*>ul {
        padding: 0;
        margin: 240px 0 0 0;
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .history>*>ul::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #000000;
    }
    .history>*>ul>li {
		width: calc(100% / 3);
		margin-top: 20px;
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 0px 40px 0 0px;
	}
    .history>*>ul>li::before {
        content: '';
        position: absolute;
        background-color: #c4c4c4;
        width: 16px;
        height: 16px;
        top: -8px;
        border-radius: 50%;
        border: 1px solid #000;
		z-index: 1;
    }
	.history>*>ul>li:last-child::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #C4C4C4;
		top: 0;
		z-index: 0;
		left: inherit;
	}
	.history>*>ul>li:last-child::after{
		content: '';
		position: absolute;
	}
    .history>*>ul>li br {
        display: none;
    }
    .history>*>ul>li b {
        display: block;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 40px;
        letter-spacing: 0.05em;
    }
    .history>*>ul>li:nth-child(2n) {
        position: absolute;
        top: calc(-100% - 20px);
        left: 20%;
        flex-direction: column-reverse;
        padding-bottom: 15px;
    }
    .history>*>ul>li:nth-child(2n)::before {
        top: auto;
        bottom: -7px;
    }
    .history>*>ul>li:nth-child(4) {
        left: 60%;
    }
}

@media (max-width: 820px) {
    .history h2 {
        font-size: 32px;
        line-height: 39px;
    }
    .history ul {}
    .history ul>li {}
    .history {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .history ul {
        border-left: 1px solid #000;
        padding-left: 30px;
        margin-top: 40px;
    }
    .history ul li {
        position: relative;
        margin-bottom: 30px;
    }
    .history ul li::before {
        content: '';
        position: absolute;
        background-color: #c4c4c4;
        width: 16px;
        height: 16px;
        left: -38px;
        border-radius: 50%;
        border: 1px solid #000;
    }
}

.counters {
    background-color: #DAD1BD;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 50% 100%;
}

.counters table tr {
    display: flex;
    flex-wrap: wrap;
}

.counters td {
    padding: 70px 15px 160px 100px;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    color: #3C3C3B;
}

.counters td h3 {
    font-weight: 400;
    font-size: 270px;
    line-height: 330px;
    color: #55785B;
}

.counters td h4 {
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.02em;
    color: #55785B;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .counters table tr {}
    .counters td h3 {
        font-size: 150px;
        line-height: 100%;
    }
    .counters td h4 {
        font-size: 32px;
        line-height: 39px;
    }
    .counters {
        background-position: 100% 100%;
        background-size: 100% 50%;
    }
    .counters table td {
        width: calc(100%) !important;
        display: block;
        padding: 40px 0 50px 100px;
        font-size: 15px;
        line-height: 27px;
    }
}

@media (max-width: 820px) {
    .counters td {
        padding-left: 0 !important;
    }
    .swiper-main-page .swiper-button-next {
        width: 25px;
        /* margin: 60px auto 45px auto; */
        margin: 35px auto 30px auto;
    }
}

.quote {
    color: #3C3C3B;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 50px;
}

.adress {
    color: #3C3C3B;
}

.scroll-anim {
    position: absolute;
    bottom: -120px;
    text-align: center;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #55785b;
    opacity: 1;
}

.scroll-anim svg {
    display: block;
    width: 100%;
    height: 65px;
    margin-bottom: 10px;
    animation: scroll 1.5s ease-in-out infinite;
}

@keyframes scroll {
    from {
        transform: translateY(-20px);
    }
    to {
        transform: translateY(0px);
    }
}

h2 {
    font-size: 50px !important;
    line-height: 120% !important;
    letter-spacing: 0.02em;
}

@media (max-width: 820px) {
    h2 {
        font-size: 32px !important;
    }
    .ur_data h2 {
        font-size: 17px !important;
        font-weight: 500;
        margin-bottom: 20px;
    }
	
}


/* .portrait .swiper-main-page {
    height: auto;
} */

.portrait .main-page .content {
    padding: 0 29px;
    /* margin: 238px 0 49px 0; */
    margin: 170px 0 80px 0;
}

@media (min-width: 1200px) {
    .static-content .container {
        padding: 0 100px;
    }
}
.price-itog {
		font-size: 32px !important;
		line-height: 38px;
	}

@media (min-width: 992px) {
    .modal-body {
        padding: 3rem!important;
    }
}
.plyr--full-ui.plyr--video .plyr__control--overlaid, .plyr--video .plyr__control:hover {
    background-color: #55785B;
}
.plyr--full-ui input[type=range] {
    color: #55785B;
}

.popup-image {
    position: absolute;
    right: 60px;
    bottom: 60px;
	width: 437px;
	cursor: pointer;
	transition-duration: 0.2s;
}
.popup-image:hover {
    box-shadow: 0px 0px 16px 2px rgb(0 0 0 / 14%);
}
@media (max-width: 1700px){
	.popup-image {
		width: 310px;
		right: 40px;
		bottom: 40px;
	}
}

@media (max-width: 1199px){
	.popup-image {
		width: 211px;
	}
}

@media (max-width: 768px){
	.popup-image {
		width: 98px;
		bottom: auto;
		top: 84px;
		right: 27px;
	}
}

.promomodal{
	
	
}

.promomodal .modal-header{
	border-bottom: none;
	
}



.promomodal .modal-content {
    background-image: url('/uploads/1671129913_promo1.webp');
    border-radius: 0;
    background-position: center bottom;
    background-size: 1130px;
    background-repeat: no-repeat;
    background-color: #dbdbdd;
}
.promomodal .bage {
    width: 169px;
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
}
.promomodal .modal-body {
    padding: 200px 30px 390px 30px !important;
}
.promomodal .text {
    text-align: center;
    color: #55785B;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}
@media (max-width: 1200px){
	.promomodal .bage{
		width: 210px;
		
	}
	.promomodal .modal-body {
		padding: 260px 30px 430px 30px !important;
	}
	
	
	
}

@media (max-width: 992px){
	.promomodal .modal-content {
		background-size: 860px;
	}
	.promomodal .modal-body {
		padding: 240px 30px 290px 30px !important;
	}
	
}


@media (max-width: 768px){
	.promomodal .bage{
		width: 98px;
		
	}
	.promomodal .modal-body {
		padding: 110px 30px 210px 30px !important;
	}
	.promomodal .modal-content {
		background-size: 600px;
	}
	
}

.promocode .card-body {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.promocode #form-control{
	
}

.promocode #button-promocode {
    height: auto;
    width: auto;
    padding: 15px 25px;
}

.flex-checbox .price{
	position: relative;
	white-space: nowrap;
}
.flex-checbox .oldprice {
    position: absolute;
    top: -1.2rem;
    right: 0;
    display: block;
    text-decoration: line-through;
    color: #909090;
    white-space: nowrap;
    font-size: 16px;
}