:root{
	--main-color: #2EBFCB;
	--hover-color: #22959f;
}

a{
	color: var(--main-color);
}

a:hover{
	color: var(--hover-color);
}

body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #1e1e1e;
	background-color: #fff
}

img{
	max-width: 100%;
	height: auto;
}

.wrapper {
	position: relative;
	padding-top: 56px;
	padding-bottom: 56px;
}

.admin-bar .title-block {
	top: 32px;
}

.list-item-img {
	padding-left: 60px;
	position: relative;
}

.list-item-img .img {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 15px;
	top: 11px;
	text-align: center;
}

.list-item-img .img img {
	width: auto;
	height: 100%;
}

.list-item-img .img a {
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.list-items-blue{
	margin-top: 15px;
	margin-bottom: 30px;
	background-color: var(--main-color);
}

.list-items-blue .item-title{
	color: #fff;
	background: none;
}

.list-items-blue .list-item:hover {
	background: #0285bd;
}

.title-block.has-menu{
	padding-right: 40px;
}

.back-button {
	display: inline-block;
	width: 30px;
}

.back-button svg{
	fill: #fff;
	height: 16px;
	width: 16px;
}

.open-menu{
	width: 40px;
	position: absolute;
	right: 0;
	top: 15px;
	z-index: 100;
	text-align: center;
}

.open-menu svg{
	fill: #fff;
	height: 16px;
	width: 16px;
}

/* typografphy */

.gallery {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.gallery:after {
	content: '';
	display: table;
	clear: both;
}

.gallery .gallery-item {
	float: left;
	margin: 0 0 30px !important;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 33%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery img {
	margin-bottom: 0 !important;
	border: 0 !important;
	width: 100%;
	height: auto;
}

.gallery .gallery-caption {
	font-size: 14px;
	margin: 10px 0 0 0;
}

.gallery dl, .gallery dt {
	margin: 0;
}

.gallery br+br {
	display: none;
}

@media only screen and (max-width : 768px) {
	.gallery .gallery-item {
		width: 50% !important;
	}
}

@media only screen and (max-width : 480px) {
	.gallery .gallery-item {
		width: 100% !important;
	}
}

img.aligncenter {
	margin: auto;
	display: block;
}

img.alignleft {
	float: left;
	margin-right: 30px;
}

img.alignright {
	float: right;
	margin-left: 30px;
}

img.size-large {
	width: 100%;
}

.wp-caption.aligncenter {
	margin: auto;
	margin-bottom: 30px;
	display: block;
}

.wp-caption.alignleft {
	float: left;
	margin-right: 30px;
}

.wp-caption.alignright {
	float: right;
	margin-left: 30px;
}

.wp-caption .wp-caption-text {
	font-size: 14px;
	text-align: center;
	margin: 10px 0 0;
}

.wp-caption {
	margin-bottom: 30px;
}

.wp-content{
	padding: 15px;
}

.wp-content:after{
	content: '';
	display: table;
	clear: both;
}

a:focus{
	text-decoration: none;
}

ul,ol{
	margin: 0;
	padding: 0;
}


h1, h2, h3, .h1, .h2, .h3{
	color: #171717;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.2;
	font-weight: 500;
}

h4, h5, h6, .h4, .h5, .h6{
	color: #171717;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 500;
}

img{
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

a:focus{
	outline: none;
}

a{
	/*text-decoration-skip-ink: none;*/
}
.page-title{
	padding: 15px 15px 0;
	margin: 0;
	font-size: 24px;
	color: #171717;
	line-height: 1.2;
	font-weight: 500;
}

.page-title small{
	display: block;
	color: #666;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
}


h4, h5, h6, .h4, .h5, .h6{
	margin-top: 0;
	margin-bottom: 20px;
}

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

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

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

.wp-content .h1, .wp-content h1, .h1, h1{
	font-size: 48px;
	font-size: 36px;
}

.wp-content .h2, .wp-content h2, .h2 , h2{
	font-size: 36px;
	font-size: 24px;
}

.wp-content .h3, .wp-content h3, .h3, h3{
	font-size: 24px;
	font-size: 22px;
}

.wp-content h4, .h4, h4{
	font-size: 16px;
	font-size: 20px;
}

.wp-content h5, .h5, h5{
	font-size: 14px;
	font-size: 18px;
}

.wp-content h6, .h6, h6{
	font-size: 16px;
}

.wp-content ul{
	margin: 0;
	padding: 0;
	
	margin-bottom: 15px;
}


.wp-content ul ul{
	margin-bottom: 10px;
	margin-top: 10px;
}

.wp-content ul li{
	font-size: 14px;
	display: block;
	list-style: none;
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
}

.wp-content ul li:before{
	content: '';
	background-color: var(--main-color);
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.wp-content ol{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.wp-content ol{
	padding-left: 25px;
	counter-reset: list;
}

.wp-content ol ol{
	margin-bottom: 10px;
	margin-top: 10px;
}

.wp-content ol li{
	font-size: 14px;
/*	list-style: none;*/
	margin-bottom: 10px;
	position: relative;
	margin-bottom: 10px;
/*	padding-left: 20px;*/
}

.wp-content ol li:before{
	counter-increment: list;
/*	content: counter(list) ". ";*/
	margin-right: 3px;
	font-weight: 500;
	color: var(--main-color);
	position: absolute;
	left: 0;
	top: 0;
}

.wp-content ol li::marker {
  font-weight: 500;
	color: var(--main-color);
}

.wp-content ol ol{
	padding-left: 30px;
	counter-reset: listsmall;
}

.wp-content ol ol li:before {
	counter-increment: listsmall;
	content: counter(list) "." counter(listsmall) ". ";
}

.wp-content p{
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 15px;
}

.wp-content a{
}

.wp-content a:hover{
	text-decoration: underline;
}

.wp-content .btn:hover{
	text-decoration: none;
}

.wp-content a:focus{
	text-decoration: none;
	outline: none;
}

blockquote{
	margin: 0;
	margin-bottom: 30px;
	padding: 30px 30px 30px 70px; 
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	position: relative;
	font-size: 18px;
}

.wp-content blockquote p{
	margin: 0;
}

blockquote:before{
	content: 'â€œ';
	position: absolute;
	left: 0;
	top: 30px;
	font-size: 72px;
	line-height: 1;
}

table{
	width: 100%;
}


.table-wrap {
	width: 100%;
	margin-bottom: 25px;
	overflow-x: auto;
}

table{
	min-width: 600px;
	width: 100%;
}

table tfoot,
table thead{
	color: #171717;
	font-weight: 500;
	background-color: #dedede;
}

table tr{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

table tbody tr:nth-child(even){
	background-color: #ededed;
}

table td{
	padding: 10px 15px;
}

table tr:first-child{
	border-top: 0;
}

table tr:last-child{
	border-bottom: 0;
}

.wp-content p:last-child {
	margin-bottom: 0;
}

b, strong {
	font-weight: 700;
}


.thumbnail img {
	max-width: 50%;
	height: auto;
}

.thumbnail {
	text-align: center;
}

.title-hr {
	color: #fff;
	background: var(--main-color);
	padding: 10px 15px;
	margin: 0;
	font-size: 16px;
}


.faq{
	margin-bottom: 15px;
}

.faq:last-child{
	margin-bottom: 0;
}

.faq strong{
	font-size: 14px;
	display: block;
}

.concurents-list .list-item .item-title{
	background: none;
}

.posm-list {
	padding: 15px;
	padding-right: 0;
}

.posm-list .posm-item {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	border-bottom: 1px solid #dedede;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.posm-list .posm-item .img {
	width: 64px;
	margin-right: 20px;
	flex-shrink: 0;
}

.posm-list .posm-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.posm-list .posm-item .item-title {
	flex: 1;
	font-size: 14px;
}

.popup-menu {
	display: none;
	position: fixed;
	right: 0;
	top: 56px;
	z-index: 91;
	max-width: 300px;
	-webkit-box-shadow: 0 3px 12px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 12px 2px rgba(0, 0, 0, 0.3);
}

.popup-menu.active{
	display: block;
}

.popup-menu .list-items{
	margin: 0;
}

.popup-menu .list-items .item-title{
	white-space: normal;
}

.tabs__content {
	display: none; 
}
.tabs__content.active {
	display: block; 
}

.admin-bar .tabs__caption{
	top: 88px;
}

.tabs__caption{
	cursor: pointer;
	display: block;
	padding: 4px;
	font-size: 0;
	text-align: center;
	background-color: #f8f8f8;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 999;
	top: 56px;
	box-shadow: -2px 0px 2px 2px rgba(0,0,0,.2);
	transform: translateZ(0);
}

.tabs__caption li{
	display: inline-block;
	flex: 1;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	color: var(--main-color);
	line-height: 40px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 6px;
}

.tabs__caption li.active{
	border-color: var(--main-color);

}

.list-item-img .accorderon-content{
	padding-left: 75px;
}

.accordeon-list-item {
	cursor: pointer;
}

.accorderon-content{
	display: none;
	font-size: 14px;
	margin: 10px 0;
	padding-left: 15px;
	user-select: none;
}

.accordeon-list-item .item-title {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12'%3e%3cpath d='m0 2l2-2 8 8 8-8 2 2 -10 10 -10-10z' fill='%23dedede'/%3e%3c/svg%3e");
	background-position: right 14px center;
	background-repeat: no-repeat;
	background-size: 14px 8px;
}

.accordeon-list-item .item-title.active{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12'%3e%3cpath d='m20 10l-2 2 -8-8 -8 8 -2-2 10-10 10 10z' fill='%23dedede'/%3e%3c/svg%3e");
}

.wp-video {
	margin-bottom: 10px;
}

.tabs__caption{
	display: flex;
}


@media only screen and (max-width : 360px) {
	.tabs__caption li{
		font-size: 11px;
		padding: 0 3px;
	}
}


.error-message {
	color: red;
	font-size: 14px;
	margin: -10px 0 20px;
	display: none;
}


.loader {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	z-index: 999;
	background: rgb(255 255 255 / 40%);
	border-radius: 32px;
}

.loader.active{
	display: flex;
}


.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: var(--main-color) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}



@supports (-webkit-touch-callout: none) {
	/* CSS specific to iOS devices */

.footer-menu .menu-item {
	padding-bottom: 20px;
}

.wrapper {
	padding-bottom: 76px;
}

}

