/* ===== IMPORTED STYLE ===== */
@import url("jquery.fancybox.min.css");

@font-face {
	font-family: 'roboto';
	src: url('../fonts/roboto/roboto-bold.woff2') format('woff2'), url('../fonts/roboto/roboto-bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'roboto';
	src: url('../fonts/roboto/roboto-regular.woff2') format('woff2'), url('../fonts/roboto/roboto-regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'roboto';
	src: url('../fonts/roboto/roboto-light.woff2') format('woff2'), url('../fonts/roboto/roboto-light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'roboto';
	src: url('../fonts/roboto/roboto-thin.woff2') format('woff2'), url('../fonts/roboto/roboto-thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Cormorant SC';
    src: url('../fonts/cormorant/CormorantSC-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}
/* ===== IMPORTED STYLE END ===== */

/* ===== RESET STYLE ===== */
* {box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; margin:0; padding:0;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, del, em, img, small, strike, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tr, th, td, article, 
aside, canvas, details, embed, figure, figcaption, footer, header, main, menu, nav, output, section, summary, time, mark, audio, video  {
	font: inherit; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;}
article, aside, figcaption, figure, footer, header, menu, nav, section, body, main, section {display: block;}
sub, sup {font-size:75%; line-height:0; position:relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
ol[class], ul[class], ol li[class], ul li[class] {list-style: none;}
blockquote, q {quotes: none; }
blockquote::before, blockquote::after, q::before, q::after {content: none;}
table {border-collapse: collapse; border-spacing: 0;}
a {text-decoration: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-tap-highlight-color: transparent;outline: none !important;}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {text-decoration: none;outline: none;}
body {-webkit-text-size-adjust: none;-webkit-overflow-scrolling: touch;}
input, button, select {border: none;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
select::ms-expand {display: none;}
input::-ms-clear {display: none;}
img {display:block; max-width:100%;}
/* ===== RESET STYLE END ===== */

/* ===== Theme default ===== */
:root {
	--black: #000;
	--white: #fff;
	--main-color:#ffbd59;
	--green: #86db61;
	--gray: #1d1d1d;
	--dark-blue: #072b45;

	--head-font: 'Cormorant SC';
}
html {
	font-size:10px;
	height:100%;
}
body {
    background: #efefed;
    font-weight: 300;
	font-family: 'roboto', sans-serif;
	font-size: 1.8rem;
    letter-spacing: 0.1px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;	
    overflow-x: hidden;
	color: var(--gray);
    height:100%;
}
.page-wrapper {
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	height:100%;
}

svg {width:100%;height:100%;display:block;}

input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

input, textarea {
	width:100%; 
	border:1px solid transparent;
	outline: none;
	resize: none;
}
input:-webkit-autofill {
	transition: all 5000s ease-in-out 0s;
}

a {position:relative;color:inherit;transition:0.25s;}
a:hover {transition:0.25s;}

b, strong {font-weight:bold;}

p {line-height: 1.5;}

p:not(:last-child) {
	margin-bottom: 1em;
}
ul:not([class]) li,
ol:not([class]) li {
	margin-bottom: 1em;
}
ul:not([class]),
ol:not([class]) {
	padding-left: 20px;
	margin-bottom: 20px;
}
p a:hover, ul:not([class]) li a:hover, ol:not([class]) li a:hover {
	text-decoration: none;
}
p a, ul:not([class]) li a, ol:not([class]) li a {
	color: var(--main-color);
	text-decoration: underline;
}
table {
	width: 100%;
	margin:3rem 0;
	border-collapse: collapse;
	border-spacing: 0;
}
table tr {
	border: 1px solid #ddd;
}
table th, table td {
	padding: 1rem;
	text-align: center;
	border-right: 1px solid #ccc;
}
table th {
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.12);
	font-weight: bold;
}

/* Flexbox */
.flex {display: flex;}
.inline-flex {display: inline-flex;}
.flex-wrap {flex-wrap: wrap;}
.flex-column {flex-direction: column;}
.align-center {align-items: center}
.align-end {align-items: flex-end;}
.align-start {align-items: flex-start;}
.justify-center {justify-content: center;}
.justify-end {justify-content: flex-end;}
.justify-start {justify-content: flex-start;}
.justify-between {justify-content: space-between;}
/* // Flexbox */

/* CSS Grid */
.grid {display:grid;}
.col-2 {grid-template-columns: repeat(2, 1fr);}
.col-3 {grid-template-columns: repeat(3, 1fr);}
.col-4 {grid-template-columns: repeat(4, 1fr);}
.col-5 {grid-template-columns: repeat(5, 1fr);}
.col-6 {grid-template-columns: repeat(6, 1fr);}
.grid-col-1 {grid-column: span 1;}
.grid-row-1 {grid-row: span 1;}
.grid-col-2 {grid-column: span 2;}
.grid-row-2 {grid-row: span 2;}
.grid-col-3 {grid-column: span 3;}
.grid-row-3 {grid-row: span 3;}
.grid-col-4 {grid-column: span 4;}
.grid-row-4 {grid-row: span 4;}
.grid-col-5 {grid-column: span 5;}
.grid-row-5 {grid-row: span 5;}

.gap-1 {gap:1rem;}
.gap-2 {gap:2rem;}
.gap-3 {gap:3rem;}
.gap-4 {gap:4rem;}
.gap-5 {gap:5rem;}
/* // CSS Grid */

.svg-library {display:none;}

.container {
	width:100%;
	max-width:1480px;
	min-width:300px;
	margin:0 auto;
	padding:0 20px;
	position:relative;
}
.container--wide {
	max-width:100%;
}

.red {border:1px solid red;}
.blue {border:1px solid blue;}
.green {border:1px solid green;}

.bg-main-color {
	background: var(--main-color);
}
.bg-gray-color {
	background: var(--gray);
}
.bg-white-color {
	background: var(--white);
}

.mobile-btn {display:none;}

.noscroll {overflow: hidden;}

.mobile-menu__content {display:none;}

.text--uppercase {text-transform:uppercase;}
.text--center {text-align:center;}
.text--left {text-align:left;}
.text--right {text-align:right;}
.text--black {color:var(--black);}
.text--white {color:var(--white);}
.text--main-color {color: var(--main-color);}
.text--bold {font-weight: bold;}

.position-relative {position: relative;}
.position-absolute {position: absolute;}

.sm-show {display:none;}

.section {padding:10rem 0;}

.mt-0 {margin-top:0;}
.mt-1 {margin-top:1rem;}
.mt-2 {margin-top:2rem;}
.mt-3 {margin-top:3rem;}
.mt-4 {margin-top:4rem;}
.mt-5 {margin-top:5rem;}
.mt-6 {margin-top:6rem;}
.mt-7 {margin-top:7rem;}
.mt-8 {margin-top:8rem;}
.mt-9 {margin-top:9rem;}
.mt-10 {margin-top:10rem;}

.mb-0 {margin-bottom:0;}
.mb-1 {margin-bottom:1rem;}
.mb-2 {margin-bottom:2rem;}
.mb-3 {margin-bottom:3rem;}
.mb-4 {margin-bottom:4rem;}
.mb-5 {margin-bottom:5rem;}
.mb-6 {margin-bottom:6rem;}
.mb-7 {margin-bottom:7rem;}
.mb-8 {margin-bottom:8rem;}
.mb-9 {margin-bottom:9rem;}
.mb-10 {margin-bottom:10rem;}

.pt-0 {padding-top:0;}
.pt-1 {padding-top:1rem;}
.pt-2 {padding-top:2rem;}
.pt-3 {padding-top:3rem;}
.pt-4 {padding-top:4rem;}
.pt-5 {padding-top:5rem;}
.pt-6 {padding-top:6rem;}
.pt-7 {padding-top:7rem;}
.pt-8 {padding-top:8rem;}
.pt-9 {padding-top:9rem;}
.pt-10 {padding-top:10rem;}

.pb-0 {padding-bottom:0;}
.pb-1 {padding-bottom:1rem;}
.pb-2 {padding-bottom:2rem;}
.pb-3 {padding-bottom:3rem;}
.pb-4 {padding-bottom:4rem;}
.pb-5 {padding-bottom:5rem;}
.pb-6 {padding-bottom:6rem;}
.pb-7 {padding-bottom:7rem;}
.pb-8 {padding-bottom:8rem;}
.pb-9 {padding-bottom:9rem;}
.pb-10 {padding-bottom:10rem;}

.w-5 {width:5%;}
.w-10 {width:10%;}
.w-15 {width:15%;}
.w-20 {width:20%;}
.w-25 {width:25%;}
.w-30 {width:30%;}
.w-33 {width:33.33%;}
.w-35 {width:35%;}
.w-40 {width:40%;}
.w-45 {width:45%;}
.w-50 {width:50%;}
.w-55 {width:55%;}
.w-60 {width:60%;}
.w-65 {width:65%;}
.w-70 {width:70%;}
.w-75 {width:75%;}
.w-80 {width:80%;}
.w-85 {width:85%;}
.w-90 {width:90%;}
.w-95 {width:95%;}
.w-100 {width:100%;}

/* Buttons */
.btn {
	display:inline-flex;
	padding:1em 3em;
	background:none;
	position:relative;
	text-align:center;
	transition: 0.25s;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'roboto';
	font-size:1.8rem;
}
.btn:hover {
	cursor:pointer;
	transition: all 0.25s;
}
.btn--main-color {
	background: var(--main-color);
	color:#fff;
}
.btn--white {
	background: #fff;
	color:#000;
}
.btn--black {
	background: var(--black);
	color:#fff;
}
.btn:hover {
	box-shadow: 5px 5px 0px silver;
}
.btn--transparent {
	border:1px solid var(--main-color);
	color:var(--main-color);
}

.play-btn {
	width:10rem;
	height:10rem;
	position: absolute;
	border-radius: 50%;
	border:1px solid #fff;
	display:flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	background:rgba(255,255,255,0.4);
	flex:none;
}
.play-btn:hover {
	background:#ffbd59;
}
.play-btn::before {
	content:'';
	width: 0;
	height: 0;
	border-top: 1rem solid transparent;
	border-left: 2rem solid #fff;
	border-bottom: 1rem solid transparent;
	display:block;
	margin-left: 0.5rem;
}
.play-btn.disabled {
	opacity: 0;
	transition: all 0.5s;
}
.play-btn.colored {
	border:1px solid var(--main-color);
	background:var(--main-color);
}

.show-hidden-block span:last-child, .show-hidden-block.active span:first-child  {display:none;}
.show-hidden-block.active span:last-child {display:block;}

/* Icons */
.icon {display:block;}

.phone-icon {
	width:1.8rem;
	height:2.4rem;
	color:var(--main-color);
	margin-right:0.7em;
	flex:none;
}
.envelope-icon {
	width:2.5rem;
	height:2.2rem;
	color:var(--main-color);
	margin-right:0.7em;
	flex:none;
}
.telegram-icon {
	width:3.8rem;
	height:3.8rem;
	color:rgba(255,255,255,0.5);
}

/* Titles */
.h1, h1 {
	display:block;
	font-family: var(--head-font);
	font-size: 6rem;
	margin-bottom:0.3em;
	line-height: 1;
	font-weight: 300;
}
.h2, h2 {
	display:block;
	font-family: var(--head-font);
	font-size: 5rem;
	margin-bottom:0.3em;
	line-height: 1;
	font-weight: 300;
}
.h3, h3 {
	display:block;
	font-family: var(--head-font);
	font-size: 3rem;
	margin-bottom:0.2em;
	line-height: 1.2;
	font-weight: 300;
}
.h4, h4 {
	display:block;
	font-family: var(--head-font);
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1.3;
}
.h5, h5 {
	display:block;
	font-family: var(--head-font);
	font-size: 2rem;
	font-weight: 300;
}
.h6, h6 {
	display:block;
}

/* Custom default style */
.block-wrapper {margin: 0 -10px;}
.block-item {padding:0 10px;}
.two-column .block-item {flex:0 0 50%;max-width:50%;}
.three-column .block-item {flex:0 0 33.33%;max-width:33.33%;}
.four-column .block-item {flex:0 0 25%;max-width:25%;}
.five-column .block-item {flex:0 0 20%;max-width:20%;}

/* Marker list */
.marker--list li {
	display: flex;
	align-items: flex-start;
}
.marker--list li::before {
	content:'';
	display: block;
	min-width: 5px;
	height:5px;
	background: #ffbd59;
	border-radius: 50px;
	margin:1rem 1rem 0 0;
}

/* Overlay for image */
.img--overlay {
	position: relative;
}
.img--overlay::before {
	content:'';
	display:block;
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: rgba(0,0,0,0.7);
}

/* Accordeon */
.acc-item {
	background: #fff;
	border: 1px dashed var(--green);
	border-radius: 10px;
}
.acc__head {
	padding: 1em;
}
.acc__head:hover {cursor: pointer;}
.acc__head__text {
	font-weight: bold;
	font-size: 1.8rem;
}
.acc-right-icon {
	border: 1px solid var(--green);
	min-width:7.2rem;
	height:7.2rem;
	border-radius: 50%;
}
.acc__body {
	padding:0 1.5em 1.5em;
	display: none;
}
.acc__head.active .acc-right-icon img {
	transform: rotate(180deg);
	transition:all 0.25s;
}
.acc-right-icon img {
	width:15px;
	transition:all 0.25s
}

/* Popup  */
.popup-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 100;
	display: none;
	backdrop-filter: blur(5px);
}
.popup-window {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	visibility: hidden;
	z-index: 110;
	transition: all .3s;
	background: #fff;
	padding: 2em;
	border-radius: 10px;
	width: 35em;
	min-width: 15em;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.popup-window.active {
	transform: translate(-50%, -50%) scale(1);
	visibility: visible;
}
.close-popup {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	display: block;
	overflow: visible;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.close-popup::before, .close-popup::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 1px;
	display: block;
	width: 20px;
	height: 1px;
	border-bottom: 1px solid #000;
	transform: rotate(45deg);
}
.close-popup::after {
	left: 0;
	transform: rotate(-45deg);
}

/* CSS Counter */
.counter {
	counter-reset: list;
}
.counter-item::before {
    content: '';
	counter-increment: list;
    content: "0" counter(list);
}
.counter-item:nth-child(n+10)::before {
    content: counter(list);
}

/* Slick Slider - Default Style */
.slick-slider {
	position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand; 
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); 
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto; 
}
.slick-loading .slick-track {
	visibility: hidden; 
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	display: none; 
}
.slick-initialized .slick-slide {
	display: block; 
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Slick Slider - Arrows */
.prev-slide,
.next-slide {
	flex: none;
	width: 4em;
	height: 4em;
	color: #fff;
	background-color: blue;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s; 
}
.prev-slide svg {
	transform:rotate(90deg);
}
.next-slide svg {
	transform:rotate(-90deg);
}
.prev-slide:hover, .next-slide:hover {
	background-color: #898183;
}
.prev-slide:hover svg, .next-slide:hover svg {
	color:var(--white);
	transition: all .3s; 
}
.prev-slide svg, .next-slide svg {
	width: 1em;
	height: 2.5em; 
	color:var(--black);
}

/* Slick Slider - Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px; 
}
.slick-dots {
	position: absolute;
	bottom: -50px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%; 
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer; 
}
.slick-dots li button {
	border: 0;
	background: var(--main-color);
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer; 
	border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none; 
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1; 
}
.slick-dots li.slick-active button{
	background: var(--green);
}

/* ===== Custom Styles =====*/

.header {
	padding: 2rem 0;
	background: rgba(0,0,0,0.5);
	top:0;
	left:0;
	z-index: 1;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.header .container {
	max-width: 100%;
	padding:0 4rem;
}

/* Sticky header animation*/
@-webkit-keyframes fadeInDown {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(0, -100%, 0);
	  transform: translate3d(0, -100%, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
}
@keyframes fadeInDown {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(0, -100%, 0);
	  transform: translate3d(0, -100%, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
/* Sticky header animation - end */

.header-fixed-top {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    background:var(--black);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
	box-shadow:0 5px 5px rgba(0, 0, 0, 0.12);
	padding: 1.5rem 0;
}
.header-fixed-top .logo {
	width:80px;
}
.logo {
	display: block;
	width:120px;
	margin-right:7rem;
}
.mobile-logo {
	display: none;
}
.contact-link {
	margin-left:3rem;
	color:#fff;
}
.contact-link:first-child {
	margin-left:0;
}
.contact-link:hover {
	color: var(--main-color);
}
.menu li {
	margin:0 1em;
}
.menu li a {
	color:#fff;
	text-transform: uppercase;
}
.menu li a:hover {
	color:var(--main-color);
}
.header .social {
	margin-left:2rem;
}
.social li {
	margin:0 0.7rem;
}
.social li:last-child {
	margin:0 0 0 0.7rem;
}
.social li a {
	width:5rem;
	height: 5rem;
	border:1px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color:rgba(255,255,255,0.5);
	flex:none;
}
.social li a:hover {
	border:1px solid var(--main-color);
	color:var(--main-color);
}
.social li a:hover .icon {
	color:var(--main-color);
	transition: all 0.25s;
}
.lang-select {
	margin-right:4rem;
}
.lang {
	color:#fff;
	margin:0 0 0 1.5em;
}
.lang:first-child {
	margin:0;
}
.lang.active {
	color:var(--main-color);
	font-weight: bold;
}
.first-screen {
	height:100vh;
	padding-top:10rem;
}
.first-screen::after {
	content:'';
	display:block;
	position: absolute;
	bottom:0;
	right:0;
	width:60%;
	height:5px;
	background: #86db61;
}
.main-title {
	display: block;
	font-size: 7.5rem;
	line-height: 1.1;
	font-family: var(--head-font);
	font-weight: 300;
	margin-bottom:0.3em;
}
.main-subtitle {
	display: block;
	font-size: 4rem;
	color:var(--main-color);
	font-weight: bold;
	margin-bottom:0.3em;
	text-shadow: 1px 1px 0 #fff;
	line-height: 1.2;
}
.mob-subtitle {
	display: none;
	color:var(--green);
	font-weight: 200;
	text-shadow: none;
	margin:0.7em 0;
	letter-spacing: 0.05em;
}
.fs-content p {
	color:#fff;
	font-size: 2rem;
	width: 70%;
	padding-left: 2em;
	border-left:3px solid var(--main-color);
}
.fs-content::before {
	content:'';
	display:block;
	position: absolute;
	top:0;
	left:0;
	width:20rem;
	height:60vh;
	border:4rem solid #ffbd59;
	transform: translate(-50%, -10%);
	z-index: -1;
	opacity: 0.2;
}
.fs-content {
	z-index: 0;
}
.fs-bg-text {
	display: block;
	line-height: 1;
	bottom:0;
	right:4rem;
	font-size: 25rem;
	font-weight: bold;
	color:rgba(255,255,255,0.05);
}
.section-head .h3 {
	color:var(--main-color);
	font-family: 'roboto';
	font-weight: bold;
	text-shadow: 1px 1px 0 silver;
}
.section-head p {
	text-align: center;
	width:60%;
	margin: 0 auto;
}
.bg-title {
	display:block;
	top:0.3em;
	font-size: 10rem;
	line-height: 1;
	color:rgba(0,0,0,0.05);
	font-weight:bold;
}
.about .bg-title {
	left:30px;
}
.about-img {
	width: 31%;
	height:55rem;
}
.about-img img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.about-img:nth-child(2) {
	margin-top:6rem;
	box-shadow: 7px 7px 0 var(--main-color);
}
.about-bg {
	bottom:0;
	left:0;
	opacity: 0.1;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.about-bg img {
	width: 100%;
	height: 100%;
}
.copyright-wrapper {
	width: 15rem;
	height: 15rem;
	bottom:8rem;
	left:50%;
	transform: translateX(-50%);
}
.copyright-wrapper span {
	display:block;
	font-size:5em;
	position:absolute;
	color:var(--white);
	line-height: 1;
	font-family: var(--head-font);
	font-weight: 300;
	transform: translateY(-1rem);
}
.copyright {
	transform: rotate(60deg);
}
.copyright svg {
	display: block;
	overflow: visible;
}
.copyright path {
	fill: none;
} 
.copyright-circle {
	position:absolute;
	width:100%;
	transform:rotate(-27deg);
}
.copyright text {
	font-size:11px;
	font-weight: 100;
}
.copyright-text {
	transform: rotate(5deg);
}
/* Анимация копирайта */
.rotate-right {
	-webkit-transform: rotate(360deg);  
	-moz-transform: rotate(360deg); 
	-ms-transform: rotate(360deg);  
	-o-transform: rotate(360deg);  
	  transform: rotate(360deg);  
	-moz-animation-name: rotate-right;
	-moz-animation-duration: 50s;
	-webkit-animation-name: rotate-right;
	-webkit-animation-duration: 50s;

	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: normal;
	-moz-animation-delay: 0;
	-moz-animation-play-state: running;
	-moz-animation-fill-mode: forwards;

	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-delay: 0;
	-webkit-animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes rotate-right {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotate-right {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
.direction-card {
	border:1px solid #4c4c4c;
	padding:4rem 2rem;
	position: relative;
	height:100%;
}
.direction-card::before, .direction-card::after {
	content:'';
	display:block;
	width: 0%;
	height:0%;
	top:0;
	left:0;
	position: absolute;
	border-top:1px solid #ffbd59;
	border-left:1px solid #ffbd59;
	transition: all 0.5s;
	z-index: 0;
}
.direction-card::after {
	bottom:0;
	right:0;
	top:auto;
	left:auto;
	border:none;
	border-right:1px solid #ffbd59;
	border-bottom:1px solid #ffbd59;
}
.direction-card:hover::before, .direction-card:hover::after {
	width: 100%;
	height:100%;
	transition: all 0.5s;
}
.direction-list li {
	justify-content: center;
	color:#fff;
	margin-bottom:0.5em;
	text-align: center;
}
.direction .bg-title {
	right:30px;
}
.direction-card.flex .btn-container {
	margin-top: auto;
}
.bg-gray-color .bg-title {
	color:rgba(255,255,255,0.03);
}
.direction-card .h4, .direction-list {
	z-index: 1;
}
.advantages {
	overflow-x: hidden;
}
.advantages .bg-title {
	right:3rem;
}
.advantages::before {
	content:'';
	display:block;
	width:30%;
	height:45rem;
	bottom:0;
	left:0;
	background: #ffbd59;
	position: absolute;
	z-index: -2;
}
.img-decor::before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position: absolute;
	z-index: -1;
	color:#86db61;
	background-image: radial-gradient(currentColor 3px, transparent 3px);
	background-size: calc(10 * 3px) calc(10 * 3px);
	opacity: 0.4;
}
.advantages-img.img-decor::before {
	top:-6rem;
	left:-6rem;
}
.advantages-img img {
	width:100%;
	aspect-ratio: 1.2;
	object-fit: cover;
	position: relative;
}
.advant-num-wrapper {
	bottom:0;
	left:0;
	background: rgba(0,0,0,0.7);
	padding:4rem 3rem;
	backdrop-filter: blur(5px);
}
.number {
	color:#d1ab6f;
	font-family: 'Cormorant SC';
	font-size: 12rem;
	line-height: 0.5;
    margin-bottom: 0.3em;
}
.num-block {
	color:#d1ab6f;
	font-family: 'Cormorant SC';
	font-size: 8rem;
	line-height: 0.5;
}
.advant-num-wrapper .h4 {
	color:#fff;
	font-weight: 200;
	margin-bottom:0.5em;
	font-family: 'roboto';
	font-size: 2rem;
} 
.advantages-list li:not(:last-child) {
	margin-bottom:2rem;
}
.advantages-title {
	font-weight: 400;
	font-family: 'roboto';
	margin-bottom: 0.3em;
}
.advantages-list p {
	padding-left:2em;
}
.bg-video-wrap {
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background: url(../images/bg/2.jpg) no-repeat center center / cover;
}
.bg-video-wrap video {
	min-width: 100%;
	min-height: 100vh;
	z-index: 1;
	object-fit: cover;
}
.video-overlay {
	content:'';
	display:block;
	width: 100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0, 0, 0, 0.6);
	z-index: 2;
	transition:all 0.5s;
}
.video-overlay.disabled {
	opacity: 0;
	visibility: hidden;
	transition:all 0.5s;
}
.video-overlay-decor {
	width: 20%;
	height:100%;
	top:0;
	right:15rem;
	background: var(--green);
	opacity: 0.7;
	z-index: 3;
	transition: all 0.5s;
}
.video-overlay-decor.disabled {
	width: 0;
	right:-50%;
	transition: all 0.5s;
}
.video-section video {
	width:100%;
	height: 80vh;
	object-fit: contain;
}
.video-section {
	height: 80vh;
	background: #fff;
}
.fancybox-content {
	height:100%!important;
	width:100%!important;
	margin: 0!important;
}
.video-img {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1;
}
.video-img img {
	width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}
.video-img.disabled {
	opacity: 0;
	visibility: hidden;
	transition:all 0.5s;
}
.faq .bg-title {
	right:30px;
	display: flex;
	align-items: center;
	top:0;
}
.faq .bg-title span {
	display: block;
}
.faq .bg-title span:first-child {
	font-size: 25rem;
}
.faq .bg-title span:nth-child(2) {
	font-size: 20rem;
}
.faq .bg-title span:last-child {
	font-size: 15rem;
}
.common-list li {
	list-style-type: decimal;
	margin-bottom:0.3em;
}
.common-list {
	padding-left:2rem;
}
.specials, .advantages  {
	overflow: hidden;
}
.specials .bg-title {
	left:30px;
}
.specials-img img {
	width:100%;
	aspect-ratio: 1.2;
	object-fit: cover;
}
.specials-img.img-decor::before {
	top:-6rem;
	right:-6rem;
}
.specials::before {
    content: '';
    display: block;
    width: 30%;
    height: 45rem;
    bottom: 0;
    right: 0;
    background: #ffbd59;
    position: absolute;
	z-index: -2;
}
@media (min-width:1281px) {
	.service-item:hover .service-img::before {
		background: rgba(0, 0, 0, 0.9);
		transition: all 0.25s;
	}
	.service-item:hover {
		cursor: pointer;
	}
	.service-item:hover .service-title-virtical {
		color:var(--main-color);
		transition: all 0.25s;
	}
}
.service-title-virtical {
	font-weight: bold;
	font-size: 5.3rem;
	-webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: tb;
	display:block;
	position: absolute;
	top:0.8em;
	right:0.6em;
	color: rgba(255, 255, 255, 0.4);
	transition: all 0.25s;
	z-index: 2;
}
.service-title {
	display:block;
	top:2em;
	left:1em;
	width:70%;
	color:var(--main-color);
	z-index: 1;
	font-size: 3rem;
	transition: all 0.25s;
}
.service-item.hide-content .service-title {
    font-size: 0;
	transition: all 0.25s;
}
.service-item.hide-content .service-title-virtical {
    font-size: 4rem;
	transition: all 0.25s;
	top:1.5em;
}
.service-item:hover .show-more {
	opacity: 1;
	visibility: visible;
	transition: all 0.25s;
}
.service-img {
	height:100vh;
	position: relative;
}
.service-img img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.service-img::before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	top:0;
	left:0;
	z-index: 1;
}
.service-item {
	flex:1;
	transition: all 0.25s;
}
.service-item.active  {
	flex:0 0 60%;
	transition: all 0.25s;
}
.service-item-descript {
	top:16rem;
	left:10%;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
}
.service-item.active .service-item-descript {
	transition: all 1s;
	opacity: 1;
	visibility: visible;
}
.service-item-descript p, .mob-service-link {
	color:#fff;
	text-transform: uppercase;

}
.mob-service-link span:nth-child(2), .mob-service-link img {
	display: none;
}
.mob-service-link img {
	width:20px;
	margin-left:15px;
}
.service-descript-unite .common-list li {
	color:#fff;
}
.service-unite-title {
	display:block;
	margin-bottom:0.7em;
	font-weight: bold;
	color:var(--main-color);
}
.service-item-content {
	max-height: 48rem;
	padding-right: 30px;
	overflow: auto;
	margin-bottom:5rem;
}
.scroll-bar::-webkit-scrollbar-button {
	background-repeat:no-repeat;
	height:0px;
}
.scroll-bar::-webkit-scrollbar-track {
	background-color:#f3f3f3;
	border-radius:50px;
}
.scroll-bar::-webkit-scrollbar-thumb {
	-webkit-border-radius: 50px;
	border-radius: 5px;
	background-color: #ffbd59;
}
.scroll-bar::-webkit-resizer{
	background-repeat:no-repeat;
	height:0px
}
.scroll-bar::-webkit-scrollbar{
	width: 5px;
}
.old-price {
	display: block;
	color:silver;
	font-size: 3.5rem;
	position: relative;
}
.old-price::before {
	content:'';
	display:block;
	width:115%;
	border-bottom:2px solid #ffbd59;
	position: absolute;
	left:-1rem;
	top:50%;
	transform: rotate(-10deg);
	z-index: 1;
}
.actual-price {
	display: block;
	font-size: 5rem;
	font-weight: bold;
	color:var(--green);
	line-height: 1.2;
	margin-left:0.3em;
}
.price p {
	margin: 0 1em 0 0;
}
.service-item-descript .btn-container {
	padding-right:7rem;
}
.pay-comment {
	font-size: 1.4rem;
	margin-top:5em;
}
.pay-comment span {
	color: var(--main-color);
	display: inline-block;
	margin-right:5px;
}
.personal-offer {
	padding: 9rem 0 0;
}
.personal-offer::before {
	content:'';
	display:block;
	position: absolute;
	top:0;
	right:0;
	width:33.33%;
	height:50rem;
	background: rgba(134,219,97,0.4);
	z-index: 0;
}
.offer-item p {
	margin-bottom: 2em;
}
.offer-img img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.vertical-brand  {
	font-weight: bold;
	font-size: 6rem;
	-webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: tb;
	display:block;
	position: absolute;
	bottom:0.8em;
	right:0.1em;
	color: rgba(255, 255, 255, 0.4);
	transition: all 0.25s;
	z-index: 2;
	line-height: 1;
}
.offer-item {
	padding:7rem 5rem;
	position: relative;
}
.offer-item:first-child::before {
	content:'';
	display:block;
	width:6rem;
	height:6rem;
	position: absolute;
	top:0;
	right:0;
	background: #ffbd59;
	transform: translateX(50%);
	z-index: 1;
}
.offer-wrapper {
	background: #fff;
	box-shadow: 2rem -2rem 0 rgba(255,189,89,0.4);
}
.offer-wrapper::before {
	content:'';
	display:block;
	position: absolute;
	bottom:-6rem;
	left:-10rem;
	width:33.33%;
	height:60%;
	background: rgba(134,219,97,0.4);
	z-index: -1;
}
.question {
	font-weight: bold;
}
.question::before {
	color:#ffbd59;
	font-size: 2.5rem;
	font-weight: bold;
	margin-right:0.3em;
	line-height: 1.2;
}
.input-wrapper {
	position: relative;
	overflow: hidden;
}
.input-border {
	position: absolute;
	width: 0%;
	height:1px;
	background: #ffbd59;
	z-index: 1;
	left:50%;
	bottom:0;
	transition: all 0.5s;
	transform: translateX(-50%);
}
.input-wrapper input:focus ~ .input-border, .input-wrapper textarea:focus ~ .input-border {
	width: 100%;
	transition: all 0.5s;
}
.input-wrapper input, .input-wrapper textarea {
	background: none;
	font-size: 1.8rem;
	color:#1d1d1d;
	height:5rem;
	font-family: 'roboto';
	font-weight: 300;
	display: block;
	border-bottom:1px solid #fff;
}
.input-wrapper textarea {
	padding: 0.5em 0;
}
.input-wrapper input::placeholder, .input-wrapper textarea::placeholder {
	font-size: 1.8rem;
	color:#1d1d1d;
	font-family: 'roboto';
	font-weight: 300;
	color:#fff;
}
.feedback-form .input-wrapper input, .feedback-form .input-wrapper textarea {
	color:#fff;
}
.input-wrapper .input-lock {
	color:#ffbd59;
	text-transform: uppercase;
	border-bottom:none!important;
	padding:0 1em;
	font-weight: bold;
}
.consult-section {
	padding:5rem 0;
	background: var(--green);
}
.contact-wrapper .contact-link {
	font-size: 4rem;
	margin:0 0 0.3em;
	font-weight: 200;
}
.contact-wrapper .contact-link .icon {
	width:4rem;
	height:4rem;
}
.contact-wrapper p {
	color:#fff;
	margin-bottom:2em;
}
.footer {
	padding:3rem 0;
	background: var(--black);
}
.footer p {
	color:#fff;
	font-weight: bold;
	font-size: 1.4rem;
}
.footer a {
	color:#fff;
}
.popup__content p, .mobile-feedback p {
	text-align: center;
	margin-bottom: 2rem;
}
.popup__content .input-wrapper input, .popup__content .input-wrapper textarea, .mobile-feedback .input-wrapper input, .mobile-feedback .input-wrapper textarea, .offer-item .input-wrapper input, .offer-item .input-wrapper textarea  {
	border-bottom:1px solid #1d1d1d;
}
.popup__content .input-wrapper input::placeholder, .popup__content .input-wrapper textarea::placeholder, .mobile-feedback .input-wrapper input::placeholder, .mobile-feedback .input-wrapper textarea::placeholder, .offer-item .input-wrapper input::placeholder, .offer-item .input-wrapper textarea::placeholder {
	color:#1d1d1d;
}

/* Thanks window */
.thanks-window {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	visibility: hidden;
	z-index: 120;
	transition: all .3s;
	background:#fff;
	padding: 2em;
	border-radius: 10px;
	width: 35em;
	box-shadow: 0 0 30px silver;
}
.thanks-window.active {
	transform: translate(-50%, -50%) scale(1);
	visibility: visible;
}
.thanks-window__title {
	display:block;
	text-align: center;
	font-size: 3rem;
	text-transform: uppercase;
	margin-bottom:0.3em;
}
.thanks-window p {
	font-weight: 300;
	text-align: center;
}

.offer-block {
	background: #fff;
	padding: 4rem;
}
.qr-block {
    width: 5rem;
    height: 5rem;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:1.2rem;
    flex: none;
}
.qr-block img {
	width:100%;
}
.qr-img {
	width:0;
	right:0;
	top:100%;
	padding-top:1.5rem;
	transition: all 0.25s;
}
.qr-img img {
	width:100%;
}
.qr-block:hover {
	cursor: pointer;
}
.qr-block:hover .qr-img {
	width: 15rem;
}

.service-item-descript .btn {
	margin:0 2rem 0 0;
}

/* ===== Custom Styles END =====*/

/* Изменения / Дополнения 26.07.23 */

.our-serv-icon {
	margin:0 auto 3rem;
	width: 10rem;
	display: block;
}
.our-serv-wrap {
	margin:0 -2rem;
}
.our-serv-wrap .item {
	padding:0 2rem;
	margin-bottom:3rem;
	position: relative;
}
.our-serv-wrap .item:last-child {
	margin-bottom:0;
}
.our-serv .bg-title {
	right:30px;
}
.our-serv-wrap .h3:hover, .our-serv-wrap h3:hover {
	color:#fff;
} 
.service-content-list li {
    font-size: 2.2rem;
    font-weight: 100;
    color: #fff;
    display: flex;
    justify-content: flex-start;
	line-height: 1.7;
	width:100%;
	text-align: left;
}
.service-content-list li::before {
	content:'';
	width:2rem;
	height:1.5rem;
	display: block;
	background: url(../images/icons/check.png) no-repeat center center / contain;
	margin-right:0.7em;
	flex:none;
	margin:1rem 1rem 0 0;
}
.service-popup {
	background: rgba(0,0,0,0.5);
	border-radius: 0;
	width: 100%;
	height:100%;
}
.service-popup .close-popup {
	width:40px;
	height: 40px;
	top:1em;
	right:1em;
}
.service-popup .close-popup::before, .service-popup .close-popup::after {
    width: 40px;
    border-bottom: 1px solid #fff;
}
.bg-logo {
	bottom:3rem;
	right:3rem;
	width: 15rem;
}
.down {
	transform: translateY(-3px);
	transition: all 0.25s;
}
.down span {
	border-right: 2px solid var(--main-color);
	border-bottom: 2px solid var(--main-color);
	transform: rotate(45deg);
	display: block;
	width:20px;
	height:20px;
	margin-top:-3px;
}
@-webkit-keyframes glowing {
	0% { opacity: 0.3; }
	50% { opacity: 1; }
	100% { opacity: 0.3; }
	}
	@keyframes glowing {
	0% { opacity: 0.3; }
	50% { opacity: 1; }
	100% { opacity: 0.3; }
}
.down span:first-child {
	-webkit-animation: glowing 1200ms infinite;
	-moz-animation: glowing 1200ms infinite;
	-o-animation: glowing 1200ms infinite;
	animation: glowing 1200ms infinite;
}
.down span:nth-child(2) {
	-webkit-animation: glowing 1400ms infinite;
	-moz-animation: glowing 1400ms infinite;
	-o-animation: glowing 1400ms infinite;
	animation: glowing 1400ms infinite;
}
.down span:last-child {
	-webkit-animation: glowing 1600ms infinite;
	-moz-animation: glowing 1600ms infinite;
	-o-animation: glowing 1600ms infinite;
	animation: glowing 1600ms infinite;
}
.more-icon {
	bottom:12rem;
	right:5rem;
	width:9rem;
	height:9rem;
	border-radius: 50%;
	border:1px solid var(--main-color);
	z-index: 5;
	transform: rotate(-90deg);
	transition: all 0.25s;
}
.service-item.active .more-icon {
    opacity: 0;
	visibility: hidden;
	transition: all 0.25s;
}
.team-card {
	color:var(--main-color);
	font-weight: 300;
	text-align: center;
}
.team-avatar {
	margin-bottom:3rem;
}
.team-avatar img {
	width: 100%;
	border-radius: 50%;
	aspect-ratio: 1;
	object-fit: cover;
	object-position: top;
}
.team-card p {
	color:rgba(255,255,255,0.6);
}
.team-card .h3 {
	margin-bottom:1em;
}
.team .bg-title {
	right:30px;
}
.clients {
	background: #fff;
	overflow: hidden;
}
.clients .bg-title {
	right:30px;
}
.clients-slider .slide {
	padding:0 3rem;
}
.clients-slider .slick-list {
	margin:0 -3rem;
}
.client-logo {
	margin-bottom:4rem;
	height:12rem;
}
.client-logo img {
	width:100%;
	height:100%;
	object-fit: contain;
}

/* Изменения 09.08.2023 */
.our-crm .section-head p {
	color:#fff;
}
.section-head .h4 {
	width: 75%;
	margin:0 auto 1em;
}
.crm-logo {
	display: block;
	height:7rem;
}
.crm-logo img {
	width:100%;
	height:100%;
	object-fit: contain;
	transition: all 0.25s;
}
.crm-logo:hover img {
	transition: all 0.25s;
	transform: scale(1.2);
}
.text--colored {
	color:var(--main-color);
}
.service-content .h2 span {
	font-size: 0.7em;
	line-height: 1;
    display: block;
}
.service-content-list {
    padding-right: 20px;
	margin-bottom:3rem;
}
.service-content-body {
	height: 38rem;
	overflow: auto;
	padding-right: 20px;
}
.service-content-head .play-btn {
	position: relative;
	margin-left:4rem;
	top:auto;
	left:auto;
	transform: none;
	width:7rem;
	height:7rem;
	z-index: 0;
}
.service-content p {
	color:#fff;
	font-size: 2rem;
}
.service-content {
	max-width: 45%;
}
.service-content p .h4 {
	display: inline-block;
}
.service-content-head {
	margin-bottom:3rem;
}
.crm-link {
	color:var(--green);
	text-transform: uppercase;
}
.crm-link:hover {
	color:var(--main-color);
}
.service-content-head .btn-container {
	margin-top:2rem;
}
.crm-more {
	text-align: center;
	color:var(--main-color);
	text-transform: uppercase;
	display: block;
	margin-top:1em;
}
.crm-more:hover {
	color:#fff;
}

/* Дополнения 24.08.23 */
.crm-form__body {
	background: #fff;
}
.main-crm .h3, .main-crm h3 {
	font-family: 'roboto';
	font-weight: 100;
	letter-spacing: 0.5em;
	margin-bottom:1em;
}
.main-crm {
	background: linear-gradient(-90deg, #fff 75%, rgba(134,219,97,0.1) 25%);
}
.main-crm .bg-title {
	bottom:1.5em;
	left:1em;
	top:auto;
}
.main-crm-descript {
	padding-top:4rem;
}
.crm-form__body .header {
	background: transparent;
	border:none;
}
.crm-form-wrapper iframe {
	width: 100%;
}
.first-screen .btn-row .btn {
	margin-right:2rem;
}

.message-section {
	height: 100vh;
}
.message-window {
	background:#fff;
	padding: 2em;
	border-radius: 10px;
	width: 35em;
	box-shadow: 0 0 30px silver;
}
.message-window p {
	font-weight: 300;
	text-align: center;
}
.message-section .logo {
	margin-right:0;
}

/* Product Page */
.page-head {
	padding:20rem 0 15rem;
}
.about-img-alt img {
	width: 100%;
	aspect-ratio: 1.2;
	object-fit: cover;
	box-shadow: 10px -10px 0 rgba(255,189,89,0.5);
}
.about-alt {
	margin-top:-8rem;
	padding-bottom:10rem;
}
.products .bg-title {
    right: 30px;
}
.product-price {
	font-family: 'roboto';
	font-weight: 100;
	margin:0.5em 0 1em;
}
.direction-card .btn {
	z-index: 1;
}
.container--wide {
	max-width: 100%;
}
.faq-wrapper-alt {
	width: 70%;
	margin:0 auto;
}
.faq-wrapper-alt .item {
	margin-bottom:20px;
}
.support-wrapper {
	margin:0 auto;
}
.support-form iframe {
	width: 100%;
}
.treaty-content p {
	color:#fff;
}
.service-popup .container {
	padding: 0;
}
.treaty-content {
	height: 80vh;
	overflow: auto;
	padding-right:20px;
}
.treaty__body__title {
	margin:1em auto;
}
.main-crm-descript .marker--list {
	margin-bottom:3rem;
}

.player__area {
	margin:2rem auto 0;
	height: 40rem;
}
.player__area iframe {
	width: 100%;
	height: 100%;
}
.text--black.service-content-list li {
    color: #000;
}
.text--bold {
	font-weight: bold;
}
.direction-card .h4 {
    margin-bottom:1em;
}
.direction-card p {
	color:#fff;
	text-align: center;
}
.common-img img	{
	width: 100%;
}
.use__item .h3 {
    font-family: 'roboto';
    font-weight: bold;
    text-shadow: 1px 1px 0 silver;
}
.price__wrapper .h3 {
	font-family: 'roboto';
    font-weight: bold;
	margin-bottom:1em;
}
.pr__title {
	color:var(--green);
	font-family: 'roboto';
	font-size: 2.2rem;
	display: block;
	text-align: center;
}
.pr__index {
	font-size: 2.2rem;
	display: block;
	text-align: center;
}

.resp--img {
	height: 100%;
}
.resp--img img {
	height: 100%;
	object-fit: cover;
}
.cover__block {
	background: var(--main-color);
	padding: 2rem;
}
.cover__block__content {
	padding: 2rem;
	height:100%;
	border:1px solid var(--gray);
}
.cover__block .marker--list li::before {
    background: var(--gray);
}
.atent__icon {
	width: 8rem;
	height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border:1px solid var(--main-color);
	margin-right:2rem;
	flex:none;
}
.reg-icon {
	width: 6rem;
	height: 6rem;
	color:var(--main-color);
}
.decor__patern {
    position: absolute;
    width: 100rem;
    height: 100rem;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-radius: 5rem;
    background: linear-gradient(90deg, #fff, #dfdfdf 30%, transparent 30%, transparent 100%);
    background-size: 6px;
    opacity: 0.07;
    z-index: 0;
}
.overflow--hidden {
	overflow: hidden;
}
.mark--list li {
	padding-left:1.5rem;
	position: relative;
}
.mark--list li::before {
	content:'';
	display:block;
	width: 0.5rem;
	height:0.5rem;
	border-radius: 50%;
	background: var(--main-color);
	position: absolute;
	top:1rem;
	left:0;
}
.action-section {
	padding: 7rem 0;
	background: var(--green);
}