@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
.play-regular {
  font-family: "Play", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.play-bold {
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.uppercase {
	text-transform: uppercase;
}
/********products*********/
.products {display: block;width: 90%;max-width: 1200px;margin: auto}
.products .products-item {display: inline-block;width: calc(24.7% - (90px / 4));padding: 10px;margin: 0 30px 30px 0;border: 1px solid #efefef;background-color: #fff;box-shadow: 3px 3px 7px rgba(0,0,0,0.2)}
.products .products-item:hover {box-shadow: 8px 8px 10px rgba(0,0,0,0.22)}
.products .products-item:nth-child(4n) {margin: 0 0 0 0}
.products .products-item:nth-child(4n + 1) {clear: both}
.products .products-item-img {width: 100%;height: 300px;object-fit: contain;object-position: center}
.products .products-item-name a {color:#555}
.products .products-item-name a:hover {color:#333}
/********end products*****/
.copyright-area .footer-nav-list a:hover {
	text-decoration: underline;
}
@media (max-width: 475px) {
	.btn-text-flip {
		letter-spacing: -0.7px !important;
	}
	.footer-cta .newsletter input {
		font-size: 21px !important;
	}
	.footer-cta .newsletter .subscribe-btn img {
		width: 42px !important;
	}
	.footer-widget-wrapper,
	.footer-area .footer-nav-list,
	.copyright-text .text	{
	  display: block !important;
	  text-align: center;
	}
}
@media only screen and (max-width: 1919px) {
  .footer-area .copyright-text .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area .copyright-text .text {
    font-size: 18px;
  }
}
.footer-area .copyright-text .text {
  font-size: 22px;
  color: var(--white)!important;
  font-family: var(--font_oswald);
  text-transform: uppercase;
  line-height: 1.4;
}
.footer-area .copyright-text .text a{color:var(--white-2)}
.footer-area .copyright-text .text a:hover{color:var(--white)!important}
.footer-area .footer-nav-list{display:flex;gap:45px}
.footer-widget-wrapper .footer-area .footer-list{display:block!important}
@media only screen and (max-width: 1199px){.footer-area .footer-nav-list{gap:30px}}
.footer-area .footer-list li {font-size:20px;color:var(--white);font-family:var(--font_oswald);text-transform:uppercase;line-height:1.5;padding:0}
.footer-area .footer-list li a {color:var(--white);}
.footer-area .footer-nav-list li a{font-size:22px;color:var(--white);font-family:var(--font_oswald);text-transform:uppercase;line-height:1.5}
@media only screen and (max-width: 1919px){.footer-area .footer-nav-list li a{font-size:20px}}
@media only screen and (max-width: 1399px){.footer-area .footer-nav-list li a{font-size:18px}}
.footer-area .footer-list li a:hover,.footer-area .footer-nav-list li a:hover{color:var(--secondary)}

.progress-wrap.active-progress svg {
	opacity: .5 !important;
}
.progress-wrap.active-progress:hover svg {
	opacity: 1 !important;
}
.wp-block.property.list {
	border: 1px solid #e0eded;
	margin-bottom: 15px !important;
}
.wp-block {
	margin: 0 0 15px 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	position: relative;
	cursor: default;
	border-radius: 2px;
}
.wp-block.property.list {
	padding: 15px 15px 0 15px;
}
.wp-block.property.list {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
}
.wp-block .wp-block-body {
	padding: 15px;
}
.wp-block.property.list .wp-block-img {
	display: table-cell;
	width: 250px;
}
.wp-block.property.list .wp-block-img img {
	width: 100%;
	height: 140px;
	object-fit: cover;
}
.wp-block.property.list .wp-block-content .content-title {
	font-size: 20px;
	color: #3498db;
	margin-bottom: 5px;
}
.wp-block.property.list .wp-block-body .wp-block-content {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
}
.wp-block.property.list .wp-block-content .description {
	padding-bottom: 10px;
	border-bottom: 1px solid #e0eded;
}
.wp-block.property.list .wp-block-footer ul.aux-info {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	background: #fcfcfc;
	border-top: 1px solid #e0eded;
}
.wp-block.property.list .wp-block-footer ul.aux-info li {
	display: table-cell;
	padding: 10px 15px;
	vertical-align: middle;
	border-right: 1px solid #e0eded;
}
.ribbon.base {
	background: #3498db;
	color: #fff;
	border-right: 5px solid #8bc4ea;
}
.ribbon {
	position: absolute;
	top: 20px;
	right: -5px;
	padding: 15px;
}
.base {
	background: #3498db;
	color: #fff !important;
}
.ribbon:before, .ribbon:after {
	content: '';
	position: absolute;
	left: -9px;
	border-left: 10px solid transparent;
}
.ribbon:before {
	top: 0;
}
.ribbon.base:before {
	border-top: 27px solid #3498db;
}
.ribbon.base:after {
	border-bottom: 27px solid #3498db;
}
.ribbon:after {
	bottom: 0;
}
.img-thumbnail {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

/***** gallery *****/
.gallery-wrap {
	width: 100%;
	padding: 15px 0;
	text-align: center;
}

.gallery-wrap .item {
	margin-bottom: 30px;
	position: relative;
}
.gallery-wrap .item .item-cnt {
	position: absolute;
	bottom: 2px;
	left: 20px;
	right: 20px;
	margin: auto;
	display: block;
	text-align: center;
	background: #fff;
	padding: 1em;
}
.gallery-wrap .item:nth-child(3n + 1) {
	clear: both;
}
/******* end gallery ******/

div.process-ajax:before {
	content: "";
	position: absolute;
	background: url(../img/ajax-loading2.gif) no-repeat center rgba(255, 255, 255, 0.6);
	width: 100%;
	height: 100%;
	z-index: 2;
	background-size: 63px;
	left: 0;
	top: 0;
}

div.process-ajax {
	position: relative;
}
.modal-content .form-search input,
.modal-content .form-search button i {
	color: black !important;
}

.ajax-modal form .error-msg {
	color: red;
	font-size: 85%;
	font-weight: bold;
	margin-top: 3px;
}

form.filters .data-colors:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: #f9f9f9;
}

form.filters .data-colors.red:before {background-color: red;}
form.filters .data-colors.black:before {background-color: black;}
form.filters .data-colors.blue:before {background-color: blue;}
form.filters .data-colors.green:before {background-color: green;}
form.filters .data-colors.yellow:before {background-color: yellow;}
form.filters .data-colors.yellowgreen:before {background-color: yellowgreen;}
form.filters .data-colors.violet:before {background-color: violet;}
form.filters .data-colors.aqua:before {background-color: aqua;}
form.filters .data-colors.gray:before {background-color: gray;}
form.filters .data-colors.brown:before {background-color: brown;}
form.filters .data-colors.pink:before {background-color: pink;}


.bootstrap-select.btn-group .dropdown-menu li a:before {
	content: '';
	position: absolute;
	width: 21px;
	height: 21px;
	border: 1px solid #ccc;
	right: 11px;
	border-radius: 2px;
	top: 50%;
	transform: translateY(-50%);
}

.ajax-modal form .error {
	border: 1px solid red;
}

.jd_form-to-mail.ajax-loading {
	position: relative;
}
.jd_form-to-mail.ajax-loading:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/ajax-loading2.gif) rgba(255, 255, 255, 0);
	top: 0;
	left: 0;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	filter: grayscale(100%);
	background-size: 3.5rem;
}

.modal .modal-content {
    position: relative;
    background: #fbfbfb;
}

.modal-content .close {
    height: 40px;
    width: 40px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}

.modal-content .close>span {
    font-size: 60px;
    font-weight: 300;
    height: 20px;
    line-height: 20px;
}

.modal-header {
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
    border: none;
    position: relative;
}

.modal-header .modal-title {
    background: #fbfbfb;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    position: relative;
    z-index: 2;
}

.modal-message {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}
.modal-content .form-control {
	padding: 15px 5px
}
.modal-content .form-group {
    text-align: left;
}

.modal-content .form-group label {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin-left: 10px;
}

.modal-content .text-red {
    color: #FF7000;
}

.form-helper {
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin-left: 10px;
}

.modal.fade.show {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal.fade .modal-dialog {
    transform: none;
}
.modal.fade.show .modal-dialog {
	margin-top: calc(50vh - 100px);
}
#infoModal .modal-dialog {
	margin-top: calc(50vh - 55px);
}
#infoModal .modal {
	z-index: 999999 !important;
}
#infoModal .modal-content {
	min-width: 300px;
	max-width: 100%; 
}
#infoModal .infoModal__text {
	font-size: 22px;
}
#infoModal .modal-body {
	font-size: 1.7rem;
	line-height: 1.3;
	text-align: center;
	padding: 20px;
}
.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}
.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}
.modal-open .modal{overflow-x:hidden;overflow-y:auto}
.modal-dialog{position:relative;width:auto;margin:10px}
.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}
.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}
.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}
.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}
.modal-header .close{margin-top:-2px}
.modal-title{margin:0;line-height:1.42857143}
.modal-body{position:relative;padding:15px}
.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}
.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}
.modal-footer .btn-group .btn+.btn{margin-left:-1px}
.modal-footer .btn-block+.btn-block{margin-left:0}
.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}
.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}
.modal-sm{width:300px}}
@media (min-width:992px){.modal-lg{width:900px}}
/***** reviews ****/
.jd-comments_form{
	width: 100%;
	padding: 5px 0;
	margin: 0;
	display: none;
}
.jd-open-comments{
	border: none;
	margin: 5px 0 0 0;
	cursor:pointer;
	line-height: 1.2;
	height: auto;
}
.jd-comments_form input, .jd-comments_form textarea{
	width: 100%;
		border: 1px solid #999;
}
.jd-comments_form textarea{
	height: 70px;
}
.jd-comments_form input[type="submit"]{
	width: 150px;
	border: none;
	cursor:pointer;
}
.jd-comments_wrap{
	padding: 10px 0 15px 0;
}
.jd-comments_wrap .jd-comments_item{
	padding: 10px 0;
	margin: 20px 0;
	color: #111;
	font-size: 15px;
	line-height: 1.46;
}
.jd-comments_wrap .jd-comments_item .jd-comments_info{
	color: #414b50;
	font-weight: 700;
	font-size: 14px;
	margin: 15px 0 10px 0;
}
.jd-comments_wrap .jd-comments_item p{
	margin-bottom: 3px;
}
.jd-comments_reply{
	margin-left: 15px;
	color: #1768ce;
	cursor: pointer;
	font-size: 11px;
}
.jd-comments_reply:hover{
	text-decoration: underline;
}
.jd-comments_date{
	margin-left: 15px;
	font-size: 12px;
}
.jd-comments_answer .jd-comments_answer-remove{
	margin-left: 15px;
	color: red;
	font-weight: 700;
	cursor: pointer;
}
.jd-comments_answer .jd-comments_answer-remove:hover{
	text-decoration: underline;
}
.jd-comments_remove, .jd-comments_public{
	margin-left: 15px;
	color: red;
	cursor: pointer;
	font-size: 11px;
}
.jd-comments_public{
	color: green;
}
.jd-comments_remove:hover, .jd-comments_public:hover{
	text-decoration: underline;
}
.jd-comments_wrap .jd-comments_item.jd-comments_item-new{
	border: 2px solid yellow;
	padding: 5px;
}
.jd-comments_wrap .jd-comments_item.jd-comments_item-level{
	border-left: 1px solid #999;
	padding-left: 10px;
	margin: 10px 0;
	margin-left:20px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	display: flex;
	gap: 30px;
	margin-top: 20px;
}

.cookie_notice {
	display: none;
	position: fixed;
	z-index: 9999999;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFF;
	font-size: 13px;
	background: rgba(0,0,0,.7);
	padding: 10px 20px; 
}
.cookie_btn a, .cookie_btn span {
	cursor: pointer;
	display: inline-block;
	margin: 10px 6px 4px 6px;
	text-decoration: none;
	position: relative;
	padding: 4px 12px;
	color: #FFF;
	text-transform: uppercase; 
	border: 1px solid #fff;
}
.cookie_btn a:hover, .cookie_btn span:hover {
	background: #000;
	color: #fff;
}
/***** end reviews ****/
@media (max-width: 992px) {
	header .logo {
		max-width: 150px
	}
}
@media (min-width: 576px) {
	.modal-dialog {
	    max-width: 500px;
	    margin: 1.75rem auto;
	    width: 500px;
	}
}
.text-content {
  padding-top: 100px;
  margin-bottom: 100px;
  color: #65677a;
}
.text-content p {
  color: #65677a;
	margin-bottom: 25px;
	padding:0;
}
.text-content h2,
.text-content h3,
.text-content h4 {
	margin-bottom: 25px;
}
.text-content ul, .text-content ol {
	margin-bottom: 25px;
}
.text-content ol li {
	margin-left: 20px;
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 1ch;
}
.text-content ul li {
	margin-left: 20px;
	list-style-type: "✓";
	list-style-position: outside;
	padding-left: 1ch;
	padding-top: 0;
}
.header__navicon  button i {
	font-size: 24px;
}

.originalstats .max-ico {
  margin-left: 10px;
}
.originalstats .telegram-ico {
  color: #65b3ff;
}
.header-area .header-area__inner .header__logo img {height:40px;}
@media (max-width: 991px) {
	.header-area .header-area__inner .header__logo img {height:32px;}
}
@media (max-width: 767px) {
	.header-area .header-area__inner .header__logo img {height:30px;}
}
@media (max-width: 475px) {
	.header-area .header-area__inner {
		gap: 5px !important;
	}
	.header-area .header-area__inner .header__logo img {
		height: 22px !important;
	}
	.originalstats .max-ico {
		margin-left: 5px;
	}
	.header__button {
		display: none;
	}
	.header__navicon button i {
		margin: 0 5px;
	}
	.header-area .wc-btn-primary {
		padding: 11px 5px !important;
	}
	.wc-btn-primary {
		font-size: 14px !important;
		font-weight: 500 !important;
	}
}
.offcanvas-3__social-links a {
	display: block;
	font-size:18px;
	color:var(--white);
	font-weight: bold;
	padding:5px 0;
}
.offcanvas-3__social-links span {
	display:block;
	margin:5px 0;
}
.form-check {text-align: left!important;padding-left: 30px;}
.form-check-label {
	font-size: 14px;
}
.footer-widget-wrapper .form-check-label, .footer-widget-wrapper a.link, .footer-widget-wrapper a.link:hover{
	color: #ccc;
}
.contact-wrap .form-check .form-check-input,.footer-widget-wrapper .form-check-input {
	margin-top: 0px;
}
.form-check-label a.link {
	text-decoration: underline;
	font-size: 14px;
}
.form-check-label a.link:hover {
	text-decoration: none;
}
.modal-body .form-check input {
	margin-top: 0px
}
.header_phone{
  font-weight: 600;
  transition: 0.1s;
  font-size: 22px;
  padding-bottom: 3px;
}
.header_phone:hover {
  transform: scale(1.02);
}

body.view_block_contacts .block_contacts {
	position:fixed; bottom:15px; right:15px; z-index:998; box-shadow:0px 1px 4px 0px rgba(5,65,135,0.3); width:210px; height:244px; border-radius:5px; background-color:#fff;
	-webkit-transition:left 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,width 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,bottom 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,height 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition:left 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,width 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,bottom 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,height 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	text-align: center;
	padding-top: 20px;
	overflow: hidden;
}
body.view_block_contacts .block_contacts:hover {
	box-shadow:0px 1px 20px 0px rgba(5,65,135,0.4); 
}
body:not(.view_block_contacts) .block_contacts {
	position:fixed; bottom:15px; right:15px; z-index:998; box-shadow:0px 1px 4px 0px rgba(5,65,135,0.3); width:64px; height:64px; border-radius:50%; background-color:#fff;
}
body:not(.view_block_contacts) .block_contacts .block_contacts_close,
body:not(.view_block_contacts) .block_contacts .contacts_info {
	display: none;
}
body:not(.view_block_contacts) .block_contacts .expert_photo {
	margin-top: 0px !important;
	animation: pulses 1.4s infinite ease-out;
}
@keyframes pulses {
  0% {
    box-shadow: 0 0 0 0 rgba(18, 115, 158, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(18, 115, 158, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(18, 115, 158, 0);
  }
}
.contacts_info {
	margin-top: 5px
}
.block_contacts .expert_name {
	font-size: 16px;
	font-weight: bold;
	color: #444;
}
.block_contacts p {
	font-size: 13px;
	line-height: 1.2;
	margin: 5px 0 10px;
}
.block_contacts_close {
	position: absolute; top: 7px; right: 7px; background: none; cursor: pointer; padding: 2px; border: 0; border-radius:50%; line-height:0;
}
.block_contacts_close:hover {
	background-color: rgb(230, 241, 254)
}
.block_contacts_close svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  fill: #12739e;
  font-size: 1.5rem;
}
a.phone_number {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	color: #12739e;
}
a.phone_number:hover {
	color: #444;
}
.block_messengers {
	
}
.bg-icon {
	display: inline-block;
	width:60px;
	height: 34px;
	border-radius: 5px;
	padding-top: 5px;
}
.bg-icon.bg-max {
	background:rgba(135, 46, 214, 1);
}
.bg-icon.bg-max svg path {
  fill: #fff !important;
}
.bg-icon.bg-telegram {
	background:rgba(40, 167, 232)
}
.bg-icon:hover {
	box-shadow:0px 1px 4px 0px rgba(5,64,137,0.7);
}

.expert_photo {
	width: 64px;
	height:64px;
	margin: 5px auto;
	background-color: #d2d9e8;
	border: 2px solid #12739e;
	border-radius: 50%;
	position: relative;
}
.expert_photo img {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 64px;
	border-bottom-left-radius: 32px;
	border-bottom-right-radius: 32px;
}
.main-footer__social-list {
    display: none;
    width: 60px;
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translate(0, -50%);
    z-index: 996;
    position: fixed;
    top: 50%;
    right: 10px;
}

.main-footer__social-item {
    position: relative;
    width: 40px;
    height: auto;
    margin-bottom: 20px;
}
.main-footer__social-item img {
    width: 40px;
    height: auto;
	transition: 0.1s;
}
.main-footer__social-item a:hover img {
  transform: scale(1.15);
}
.main-footer__close-item {
	width: 40px;
}
.main-footer__social-item:not(.main-footer__close-item) {
    position: relative;
    width: 40px;
    height: auto;
    margin-bottom: 0px;
}

.main-footer__social-item .main-footer__social-link {
    line-height: 0
}
.main-footer__social-item:hover .main-footer__social-link {
    transition: transform .2s linear;
    transform: scale(1.2)
}
.main-footer__social-link {
    display: block;
    font-size: 0;
}
.main-footer__social-link svg {
    width: 22px;
    height: 22px;
    fill: rgba(141, 12, 201, 1);
}
.main-footer__social-close {
    display: block;
    margin: 0 auto;
    padding-top: 7px;
    color: #e57e44;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
	white-space: nowrap;
}
.main-footer__social-close:hover {
    color: #000
}
body.istouch:not(.view_block_contacts) .main-footer__social-list {
	display: none !important;
}
	
body.istouch.view_block_contacts .main-footer__social-list {
	-webkit-transition:left 255ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,width 255ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,bottom 255ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,height 255ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition:left 255ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,width 255ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,bottom 255ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,height 255ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;	
	position: fixed;
	bottom: 225px;
	right: -5px;
	top: auto;
	z-index: 995;
}
span.max-ico, span.telegram-ico{display:inline-block; cursor: pointer}
span.max-ico:hover svg path {fill:var(--secondary)}
span.max-ico:hover,
span.telegram-ico:hover{color:var(--secondary)}
.offcanvas-3__social-links .max-ico svg path {
  fill: #872ed6;
}
.offcanvas-3__social-links .max-ico {
  color: #872ed6;
}
.offcanvas-3__social-links .telegram-ico {
  color: #31a5d9;
}
.offcanvas-3__area{background:var(--primary);position:fixed;width:100%;height:100%;padding:50px 50px 100px;z-index:100000;overflow:hidden}@media(max-height: 500px){.offcanvas-3__area{padding:40px}}.offcanvas-3__inner{display:grid;grid-template-columns:340px 1fr;height:100%}@media only screen and (max-width: 991px){.offcanvas-3__inner{grid-template-columns:260px 1fr}}@media only screen and (max-width: 767px){.offcanvas-3__inner{overflow-y:scroll;display:flex;flex-direction:column}}@media(max-height: 500px){.offcanvas-3__inner{overflow-y:scroll}}.offcanvas-3__inner::-webkit-scrollbar{width:0}.offcanvas-3__meta li{font-size:18px;line-height:20px;color:var(--white);text-transform:uppercase}.offcanvas-3__meta li:not(:last-child){margin-bottom:19px}.offcanvas-3__meta li a:hover{color:var(--secondary)}.offcanvas-3__meta-wrapper{display:flex;flex-direction:column;gap:50px;justify-content:space-between}
.offcanvas-3__menu li p.title{color:#919191!important;margin-top:10px}.offcanvas-3__menu{position:relative;width:100%;height:100%;overflow-x:auto}.offcanvas-3__menu ul{position:relative}.offcanvas-3__menu ul:before{position:absolute;content:"";width:1px;height:100%;background:#333337;inset-inline-start:8px;top:0}@media only screen and (max-width: 767px){.offcanvas-3__menu ul:before{display:none}}@media(max-height: 500px){.offcanvas-3__menu ul:before{height:100%}}.offcanvas-3__menu li{padding-inline-start:58px;position:relative}@media only screen and (max-width: 767px){.offcanvas-3__menu li{padding-left:0}}.offcanvas-3__menu li:hover>a{color:var(--white)}.offcanvas-3__menu li:hover:before{opacity:1;visibility:visible}.offcanvas-3__menu li:before{position:absolute;content:"";width:17px;height:17px;background:var(--white);border-radius:50%;border:4px solid var(--black-2);inset-inline-start:0;top:38%;transform:translateY(-50%);opacity:0;visibility:hidden;transition:.5s}@media only screen and (max-width: 767px){.offcanvas-3__menu li:before{display:none}}.offcanvas-3__menu li:not(:last-child){margin-bottom:26px}@media only screen and (max-width: 991px){.offcanvas-3__menu li:not(:last-child){margin-bottom:20px}}.offcanvas-3__menu li a{font-size:120px;font-size:8vh;color:var(--secondary);text-transform:uppercase;line-height:.9;position:relative;transition:all .5s cubic-bezier(0, 0, 0.23, 1);text-decoration:none;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-image:linear-gradient(90deg, #fff, #ddd 50%, #666 0);background-size:200% 100%;background-position:100%;}.offcanvas-3__menu li a:hover{background-position:0;color:#fff;letter-spacing:1.5px}@media only screen and (max-width: 1399px){.offcanvas-3__menu li a{font-size:30px;line-height:1.4;}}@media only screen and (max-width: 1199px){.offcanvas-3__menu li a{font-size:6vh}}@media only screen and (max-width: 991px){.offcanvas-3__menu li a{font-size:20px;line-height: 2;color:rgba(255,255,255,.6705882353);background-image:unset;-webkit-text-fill-color:unset}}.offcanvas-3__menu-wrapper{display:flex;align-items:flex-end;overflow-y:hidden}.offcanvas-3__area{left:0%;opacity:0;visibility:hidden;}.offcanvas-3__menu ul li{opacity:0;top:-100px;position:relative;}.offcanvas-3__meta{opacity:0;top:-30px;position:relative}.offcanvas-3__social{opacity:0;top:-30px;position:relative}.close-button{width:70px;height:70px;border-radius:100%;background-color:var(--black-2);position:relative;border:1px solid #333337;transition:all .5s}@media only screen and (max-width: 767px){.close-button{background:transparent; border:0px none; position: absolute;right:0px;top:0px;width:50px;height:50px}}.close-button:hover{background-color:var(--secondary)}.close-button:hover span{background-color:var(--primary)}.close-button span{width:26px;height:1px;display:inline-block;background-color:var(--white);position:absolute;left:50%;top:50%;transition:all .5s}@media only screen and (max-width: 767px){.close-button span{width:20px}}.close-button span:first-child{transform:translateX(-50%) rotate(45deg)}.close-button span:last-child{transform:translateX(-50%) rotate(-45deg)}