/*
Theme Name: Unique
Author: Ya
Description: Individual development
Version: 1.0
*/
* {
	margin: 0;
	padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    line-height: 1;
    outline: none;
}
article, 
aside, 
footer, 
header, 
main, 
nav, 
section {
	display: block;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight: 400;
	width: 100%;
	background-color: #f9f9f9;
}
.inner {
	width:100%;
	max-width: 1100px;
	margin: 0 auto;
}
a,
button,
input[type="submit"] {
    text-decoration: none;
    outline: none;
}
a {
	color: #202647;
}
a:hover,
.l-contacts h2 span {
	color: #5dbac1;
}
img {
	max-width: 100%;
	height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: 700;
}
h1 {	
	margin-bottom: 15px;
	font-size: 28px;
	color: #fff;
}
.archive h1,
.page-template-default h1 {
	margin-bottom: 0;
}
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;	
}
h6 {
	font-size: 15px;	
}
.search-results h1 {
    margin-top: 10px;
}
.grid {
	display:grid;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align:center;
}
.cols-2 {
	grid-template-columns: repeat(2,1fr);	
}
.cols-3 {
	grid-template-columns: repeat(3,1fr);	
}
.cols-4 {
	grid-template-columns: repeat(4,1fr);			
}
.cols-6 {
	grid-template-columns: repeat(6,1fr);			
}
.cols-8 {
	grid-template-columns: repeat(8,1fr);	
}
.semibold {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}
.btn {
	display: inline-block;
	padding: 10px 25px;
	color: #fff;
	background-color: #5dbac1;
	border-radius: 25px;
	border: 4px solid #a3d8dc;
}
.btn:hover {
	color: #fff;
	opacity: 0.8;
}
.btn svg {
	fill: #fff;
}
.aic {
	align-items: center;	
}
/* Header*/
.header {
	padding: 10px 0;
	background: #fff;
}
.header .cols-3 {
	grid-template-columns: 270px 1fr 270px;	
}
.top_contacts .btn {
	padding: 7px 25px;	
}
.header,
.top-title {
	width: 100%;
}
/* Logo */
.logo {
	cursor: default;
}
.logo a:hover {
	color: inherit;
}
.logo-title,
.logo-text {
	display: block;
}
.logo-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 3px;
}
.logo-text {
	font-size: 10px;
	font-weight: 300;
}

/* Menu */
.toggle-content {
	display: none;
}
.inner.hidden-content {
	padding: 0;
}
#menu-top-menu {
    list-style-type:none;
    margin: 0;
    clear:both;
    padding-left:0px;
    text-align:center;
	font-weight: 500;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
}
#menu-top-menu ul{
    padding:0;
    margin:0;
    list-style-type:none;
}
#menu-top-menu li {
    position:relative;
    white-space:nowrap;
    display:inline-block;
}
#menu-top-menu span,
#menu-top-menu .menu-item > a,
#menu-top-menu .page_item > a{
    text-align:center;
    text-transform:uppercase;
    padding:15px 0;
    text-decoration:none;
    display:inline-block;
}
#menu-top-menu > .menu-item-has-children a, 
#menu-top-menu > .page_item_has_children a{
    margin-right:5px;
    transition:color .25s ease-in-out;
    -webkit-transition:color .25s ease-in-out;
}
#menu-top-menu > li.menu-item-has-children:after, 
#menu-top-menu > ul > .page_item.page_item_has_children:after,
.page_item_has_children .page_item_has_children:after,
.menu-item-has-children .menu-item-has-children > a:after {
	content: url('/wp-content/themes/uni/img/menu-chevron.svg');
	display: inline-block;
	position: relative;
	top: -2px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.menu-item-has-children .menu-item-has-children > a:after {
	float: right;
}
#menu-top-menu > li.menu-item-has-children:hover:after, 
#menu-top-menu > ul > .page_item.page_item_has_children:hover:after {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
	top: 2px;
}
#menu-top-menu .menu-item-has-children,
#menu-top-menu .page_item_has_children{
    position:relative;
}
#menu-top-menu .sub-menu,
#menu-top-menu .children {
    background-color:#fff;
    position:absolute;
    z-index:1000;
    top:42px;
    left:16px;
    min-width:230px;
    opacity:0;
    visibility:hidden;
    box-shadow:0 6px 12px rgba(0,0,0,.100);
    margin-top:30px;
    -webkit-transition:all .35s;
    transition:all .35s;
}
#menu-top-menu .sub-menu li,
#menu-top-menu .children li{
    width:100%!important;
    height:auto;
    display:block;
}
#menu-top-menu .sub-menu li a,
#menu-top-menu .children li a,
#menu-top-menu .sub-menu li span,
#menu-top-menu .children li span {
    font-size:15px;
    display:block;
	color: #333;
    margin:0;
    display:block;
    width:100%;
    text-align:left;
    text-decoration:none;
	text-transform: none;
	font-weight: 400;
    position:relative;
    padding:15px 25px;
    border-bottom:1px solid rgba(0,0,0,0.05);
}
#menu-top-menu .menu-item-has-children:hover > .sub-menu,.page_item_has_children:hover > .children{
    margin-top:0px;
    opacity:1;
    visibility:visible;
}
.sub-menu .sub-drop-icon{
    position:absolute;
    top:17px;
    right:20px;
    font-size:15px;
}
.sub-menu .sub-second-tier,
#nav-ul li ul li ul{
    top:-1px;
    left:200px;
}

/* Top contacts */
.top_contacts svg {
	height: 16px;
	margin-bottom: -4px;
}
.top_email {
	font-weight: 400;
}

/* Search block */
.search-block {
	padding: 80px 0;
	background-image: url(./../uni/img/searchbg.jpg);
	background-size: cover;
	background-position: center;
}
.search-block h1,
.subslogan {
	width: 100%;
	max-width: 600px;
	line-height: 1.3;
}
.search-block h1 {
	margin: 0 auto 15px;
	text-transform: uppercase;
}
.subslogan {
	color: #fff;
	font-size: 18px;
	margin: 0 auto 40px;
	padding: 10px 20px;
	background: rgba(20, 89, 108,0.4);
	border-radius: 20px 5px;
}
.searchform {
    padding: 0;
    display: inline-block;
    width: 100%;
	position: relative;
}
.sform,
.pquery {
	padding: 20px;
	border-radius: ;
	background-color: #fff;
	border-radius: 5px;
}
.pquery {
	position: relative;
}
.pquery .grid {
	grid-column-gap: 12px;
}
.searchform {
	display: flex;
	justify-content: space-between;
}
input[type="search"],
.wpcf7 .pquery input[type="text"],
.s-form .wpcf7 input[type="text"],
.s-form .wpcf7 input[type="number"],
.s-form .wpcf7 input[type="tel"] {
	border: none;
	border-bottom: 1px solid #5dbac1;
	padding: 5px 10px 5px 0;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Arial', sans-serif;
	position: relative;
	padding-left: 25px;
}
.si-wrapper,
.si-wrapper1,
.si-wrapper2,
.si-wrp1,
.si-wrp2,
.si-wrp3,
.si-wrp4,
.si-wrp5,
.si-wrp6 {
	position: relative;
}
.si-wrapper:before,
.si-wrapper1:before,
.si-wrapper2:before,
.si-wrp1:before,
.si-wrp2:before,
.si-wrp3:before,
.si-wrp4:before,
.si-wrp5:before,
.si-wrp6:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    position: absolute;
    left: 0;
    color: #ccc;
    z-index: 1;	
    font-size: 17px;
}
.si-wrp1:before,
.si-wrp2:before,
.si-wrp3:before,
.si-wrp4:before,
.si-wrp5:before,
.si-wrp6:before {
	top: 1px;
}
.si-wrapper:before,
.si-wrapper1:before,
.si-wrapper2:before {
	content: '\f484';
}
.si-wrp1:before {
	content: '\f486';
}
.si-wrp2:before {
	content: '\f885';
}
.si-wrp3:before {
	content: '\f3c5';
}
.si-wrp4:before {
	content: '\f2a0';
}
.si-wrp5:before {
	content: '\f007';
}
.si-wrp6:before {
	content: '\f158';
}
.si-wrapper {
	width: 70%;
}
.si-wrapper:before {
    top: 4px;
}
.si-wrapper1:before,
.si-wrapper2:before {
	top: 1px;
}
.si-wrapper:before,
.si-wrapper1:before {
	content: '\f484';
}
.si-wrapper2:before {
	content: '\f0e0';
}
input[type="search"] {
	width: 100%;
}
.searchform button {
	width: 28%;
}
.wpcf7 .pquery input[type="text"] {
	margin-bottom: 0;
}
.pquery .wpcf7-spinner {
	position: absolute;
	right: 5px;
	bottom: 7px;
	margin: 0;
	width: 15px;
	height: 15px;
}
.pquery .wpcf7-spinner::before {
	top: 1px;
	left: 1px;
	transform-origin: 6px 6px;
}
.sb-note {
	text-align: left;
	margin-bottom: 15px;
	color: #555;
	font-size: 13px;
	line-height: 1.3;
	background: #f4f4f4;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	padding: 5px 10px;
}
.pquery input[type="submit"] {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.search-btn,
.pquery .cols-3 div:nth-of-type(3) {
	position: relative;
	overflow: hidden;
}
.pquery .cols-3 div:nth-of-type(3):before {
	content: '';
	display: inline-block;
}
.psr {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.btn-flare,
.pquery .cols-3 div:nth-of-type(3):before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 25px;
	height: 49px;
	background: linear-gradient(90deg,transparent 0,#fff);
	opacity: .2;
	animation: btn-animation 2s linear infinite;
}
@-moz-keyframes btn-animation {
	0% {
		transform: translateX(-30px)
	}
	to {
		transform: translateX(160px)
	}
}
@-webkit-keyframes btn-animation {
	0% {
		transform: translateX(-30px)
	}
	to {
		transform: translateX(160px)
	}
}
@-o-keyframes btn-animation {
	0% {
		transform: translateX(-30px)
	}
	to {
		transform: translateX(160px)
	}
}
@keyframes btn-animation {
	0% {
		transform: translateX(-30px)
	}
	to {
		transform: translateX(160px)
	}
}
/* Common */
.blog.paged .header {
	margin-bottom: 40px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1)
}
.top-title {
	padding: 50px 0;
	background-image: url(./../uni/img/searchbg.jpg);
	background-size: cover;
	background-position: center;
}
.top-title,
.top-title .inner {
	position: relative;	
}
.top-title,
.cat-items {
	margin-bottom: 50px;	
}
.breadcrumbs {
	font-size: 13px;
}
.content p,
.content ul,
.content ol,
section p {
	margin-bottom: 15px;
}
.content p,
.content li, 
.widget ul li,
.widget ol li {
	line-height: 1.4;	
}
.content ul li,
.content ol li {
	margin-left: 25px;
	margin-bottom: 5px;
}
.content p:last-child {
	margin-bottom: 0;
}
input[type="submit"],
button {
	cursor: pointer;
}
p.suptitle::before {
	left: -37px;
}
p.suptitle::after {
	right: -37px;
}
p.suptitle::before, 
p.suptitle::after {
	content: '';
	display: block;
	height: 1px;
	width: 25px;
	background: #77b300;
	position: absolute;
	top: 12px;
}
.search-block {
	margin-bottom: 50px;
}
.item-img img {
	background: #fff;
	border: 1px solid #cbe7ce;
}
.item-description {
	background-color: #eef7ee;
	border: 1px solid #cbe7ce;
	padding: 15px;
}
.post-announce,
.post-announce img {
	border: 1px solid #ddd;
}
.desc-title {
	display: inline-block;
	margin-bottom: 10px;
}
.item-info strong {
	font-weight: 600;
	color: #444;
}
.item-price span {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1px;
}
.item-price span,
.item-price .fa-ruble-sign,
.desc-title .fa-info-circle {
	color: #5dbac1;
}
.order-btn {
	display: inline-block;
	padding: 7px 25px;
	color: #fff;
	background: #5dbac1;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.item-info .aic {
	margin-bottom: 15px;
}
.apblock {
	margin-top: 30px;
	padding: 20px;
	background: #fff;
	border: 3px dashed #90d0d5;
}
.ap-data {
	font-weight: 400;
}
.ap-title {
	font-size: 16px;
	font-weight: 600;
	padding-left: 15px;
	position: relative;
	color: #555;
}
.ap-title::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	left: 0;
	top: 5px;
	background: #99e600;
}
.content p.ap-data {
	margin-bottom: 10px;
}
.content p.ap-data:last-child {
	margin-bottom: 0;
}
.ap-title span,
.ap-data i {
	color: #5dbac1;
}
.ap-data i {
	width: 15px;
}
/* Category and post*/
.cat-title {
	font-size: 28px;
	font-weight: 700;
	color: #777;
	margin-bottom: 0;
	position: relative;
}
.post-announce {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #f1f1f1;
}
.post-announce:hover {
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
}
.post-announce .attachment-post-thumbnail {
	margin-bottom: 20px;
}
.bar {
    height: 3px;
    width: 85px;
    background: #5dbac1;
    margin: 20px auto 25px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: move-bg;
    animation-name: move-bg;
}
@-webkit-keyframes move-bg {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(85px);
  }
}

@keyframes move-bg {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(85px);
            transform: translateX(85px);
  }
}
.separator {
    line-height: 0.5;
    text-align: center;
    margin: 30px 0 30px 0;
}
.separator span {
    display: inline-block;
    position: relative;
}
.separator span::before, 
.separator span::after {
    border-bottom: 2px solid #eeeddd;
}
.separator.separator-bold span i {
    font-size: 20px;
    margin-top: -5px;
    color: #5dbac1;
}
.separator span::before, 
.separator span::after {
    content: "";
    position: absolute;
    top: 5px;
    width: 300px;
}
.separator span::before {
    right: 100%;
    margin-right: 15px;
}
.separator span::after {
    left: 100%;
    margin-left: 15px;
}
.an-man {
	color: #555;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.2;
	min-height: 32px;
}
.an-price {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #666;
	background: #edf7f8;
	border: 1px soolid #daeff1;
	padding: 7px 15px;
	border-radius: 3px;
}
.an-price span {
	font-weight: 400;
}
.an-price .fa-ruble-sign {
	color: #5dbac1;
	font-size: 15px;
}
.top-title h1,
.top-title,
.top-title a,
.top-title .post-meta {
	color: #fff;
}
.cat-items.cols-2,
.post-item.cols-2,
.page.cols-2 {
	grid-template-columns: 1fr 270px;
}
.cat_desc {
	margin-bottom: 30px;
}
.post-link {
	display: block;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 5px;
}
.post-meta {
	font-size: 11px;
	margin-bottom: 10px;
	color: #555;
}
.post-meta svg {
	fill: #555;
	width: 14px;
	height: 14px;
	margin-right: 3px;
	position: relative;
	bottom: -2px;
}
.top-title .post-meta svg {
	fill: #fff;	
}
.post-meta svg:last-child {
	margin-left: 10px;
}
.more-link,
input[type="submit"],
button {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	display: inline-block;
	background: #5dbac1;
	border-radius: 3px;
	font-size: 14px;
	border: none;
	font-weight: 500;
}
input[type="submit"],
button {
	padding: 7px 20px;
}
.more-link {
	padding: 7px 15px;	
}
.more-link,
.more-link:hover,
input[type="submit"],
button,
input[type="submit"]:hover,
button:hover {
	color: #fff;	
}
.more-link:hover,
input[type="submit"]:hover,
button:hover {
	background: #0ca4a7;
}
.navigation {
	margin-top: 40px;
	margin-bottom: 15px;
}
.page-numbers {
	display: inline-block;
	min-width: 35px;
	line-height: 30px;
	background: #fff;
	border: 1px solid #cccccc;
	color: #777;
	text-align: center;
	font-size: 13px;
}
.page-numbers:hover, .page-numbers.current {
	background: #f4f4f4;
}
.cat-items .content .wp-post-image {
    float: none;
}
.alignnone {
	margin-bottom: 25px;
}
.content img {
	border-radius: 4px;
}
.s-form {
	padding: 40px 0;
	margin-top: 50px;
	background-image: url(./../uni/img/form-bg.png);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 0;
}
.s-form .cat-title {
	color: #fff;
}
.s-form form {
	background-image: linear-gradient(to right top, #007a7a, #007c7c, #007f7f, #008181, #008484, #008888, #018b8b, #018f8f, #029494, #039999, #049e9e, #05a3a3);
	padding: 20px;
	border-radius: 10px;
	position: relative;
}
.s-form .wpcf7 input[type="text"], 
.s-form .wpcf7 input[type="email"], 
.s-form .wpcf7 input[type="tel"], 
.s-form .wpcf7 input[type="number"] {
	background: transparent;
	color: #fff;
}
.s-form .wpcf7-spinner {
	position: absolute;
	left: 50%;
	bottom: 1px;
	margin-left: -12px;
}
.s-form .wpcf7-response-output {
    position: relative;
}
.footer .fhide {
	display: none;
}
.mini-inner {
	max-width: 700px;
	color: #444;
	margin: 0 auto 30px;
	line-height: 1.3;
}
.advant-items {
	margin-bottom: 30px;
}
.advant-item {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 -2px 4px -2px rgba(17,60,143,.04),0 5px 15px -5px rgba(17,60,143,.08)
}
.advant-item h3 {
	color: #444;
	font-size: 18px;
}
.advant-icon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 60px;
	height: 60px;
	margin: 0 auto 15px;
	background-color: #f4f7fb;
	border-radius: 100%;	
}
.advant-icon img {
	width: 32px;
	height: 32px;
	margin: 0 auto;
}
.lp__pnv_block {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    position: relative;
}
.lp__pnv_line {
    height: 2px;
    width: 280px;
    border-bottom: 2px dashed #dddede;
    transform: rotate(90deg);
    position: absolute;
    left: 35%;
    top: 50%;
    z-index: 50;
}
.lp__pnv_row {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    position: relative;
}
.lp__pnv_block_header {
    font-style: normal;
    line-height: 36px;
    color: #142438;
    width: 400px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.lp__pnv_block_header h2 {
	margin-bottom: 0;
}
.lp__pnv_block_icon--wrapper {
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp__pnv_block_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e6f7ff;
    z-index: 55;
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
}
.lp__pnv_block_icon[data-background="budilnik"] {
    background-image: url(./../uni/img/budilnik.svg);
}
.lp__pnv_block_icon[data-background="prosto"] {
    background-image: url(./../uni/img/prosto.svg);
}
.lp__pnv_block_icon[data-background="koshelek"] {
    background-image: url(./../uni/img/koshelek.svg);
}
.lp__pnv_block_text {
    font-style: normal;
    line-height: 26px;
    color: #444;
    width: 400px;
}
.lp__pnv_block_header--right {
    justify-content: flex-start;
}
.counter {
	background: #5dbac1;
	padding: 40px 0;
	color: #fff;
}
.page-id-2 .s-form {
	margin-top: 0;
}
.counter .grid div {
	border-radius: 5px;
	 background-image: linear-gradient(to right top, #5dafb5, #5cb0b6, #5cb2b8, #5bb3b9, #5ab4ba, #5ab8bf, #5bbdc4, #5bc1c9, #5ccad3, #5ed3dc, #5fdde6, #60e6f0);
	padding: 20px 0;
	font-weight: 700;
	font-size: 44px;
}
.cnt-text {
	font-size: 20px;
	font-weight: 400;
	margin-top: 25px;
	letter-spacing: 1px;
}
.counter .inner {
	max-width: 850px;
}
/* Sidebar */
.right-sidebar {
	position: relative;
}
.widget {
	padding: 10px 15px;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	font-size: 14px;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget_title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	font-weight: 600;
	padding-left: 30px;
	position: relative;
}
.widget_title::before {
	content: '';
	height: 1px;
	width: 25px;
	position: absolute;
	background: #5dbac1;
	left: 0;
	top: 7px;
}
.right-sidebar ul li {
	list-style-type: none;
}
.widget ul li,
.widget  ol li {
	margin-bottom: 7px;
}
input[type="submit"],
input[type="button"],
button {
	-webkit-appearance: none;
}
.widget_search button {
	padding: 0;
}
.widget_search .searchform span {
	display: none;
}
.widget_search .si-wrapper {
    width: 80%;
}
.widget_search  .searchform button {
    width: 18%;
}
/* Popup */
.popup-container .popup-button {
    background: #333;
    line-height: 34px;
    color: #fff;
    padding: 0 20px;
    border-radius: 3px;
    display: block;
    cursor: pointer;
}
.popup-inner .grid {
	grid-column-gap: 15px;
	grid-row-gap: 15px;	
}
.popup-container .popup-button:hover {
    background: #444;
}
.popup-container .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 250ms all;
}
.popup-inner {
    width: 95%;
	max-width: 400px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 150%;
    transition: 250ms all;
}
.popup-title svg {
    height: 20px;
    width: auto;
    margin-right: 3px;
    position: relative;
    top: 3px;
    fill: #666;
}
.popup-title h4 {
    font-size: 20px;
    font-weight: 500;
    color: #555;
    margin-bottom: 5px;
    font-weight: 700;
}
.popup-title .subtitle {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 1.3;
    color: #555;
}
.popup-container .popup .popup-inner .popup-content ul li {
    margin-bottom: 10px;
}
.popup-container .popup .popup-inner .popup-content ul li:last-child {
    margin-bottom: 0;
}
.popup-container .popup .popup-inner .popup-content ul li input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
    box-sizing: border-box;
}
.popup-container .popup .popup-inner .popup-content ul li button {
    width: 100%;
    line-height: 34px;
    background: #666;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    font-size: 14px;
}
.popup-container .popup .popup-inner .popup-content ul li button:hover {
    background: #444;
}
.popup-container .popup .transparent-label {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
}
.popup-container>input {
    display: none;
}
.popup-container>input:checked+.popup {
    opacity: 1;
    visibility: visible;
}
.popup-container>input:checked+.popup .popup-inner {
    position: relative;
    top: 50%;
}
.popup-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    padding: 10px;
    font-size: 22px;
    color: #777;
}
.popup-close-btn:hover {
    color: #dd3d53;
}
/* 404 */
.page404 .content {
	padding-top: 50px;
}
.page404 .content span {
	font-size: 25px;
	font-weight: 600;
	color: #555;
}
/* Footer*/
.footer {
	padding: 15px 0;
	background-color: #20303c;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #c9e7e8;
}
.footer li {
	list-style-type: none;
	display: inline-block;
	margin-left: 10px;
}
.footer li:first-child {
	margin-left: 0;
}
/*CF7*/
p.suptitle {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 15px;
	color: #e84d4b;
	display: inline-block;
	position: relative;
}
p.suptitle::before, 
p.suptitle::after {
	content: '';
	display: block;
	height: 1px;
	width: 25px;
	background: #e84d4b;
	position: absolute;
	top: 8px;
}
p.suptitle::after {
	right: -37px;
}
.wpcf7 {
	position: relative;
}
.wpcf7-response-output {
	position: absolute;
	line-height: 1.3;
}
#wpcf7-f53-p10-o1 .wpcf7-response-output,
.popup-inner .wpcf7-response-output {
    position: relative;
    display: block;
    color: #444;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 textarea  {
	width: 100%;
	padding: 10px;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #5dbac1;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:10px;
	font-size: 13px;

}
.wpcf7 input[type="text"].form-name, 
.wpcf7 input[type="tel"].form-tel {
    padding-left: 35px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 5px;
}
.form-name {
    background-image: url(./../uni/img/form-name.svg);
}
.form-tel {
    background-image: url(./../uni/img/form-phone.svg);
}
.wpcf7 textarea {
	height:120px;
	line-height: 1.4;
}
.wpcf7-not-valid-tip {
	display:none!important;
}
.wpcf7-not-valid {
	border-bottom: 1px solid #f00!important;
}
.wpcf7-not-valid-tip, 
.invalid .wpcf7-response-output,
div.wpcf7-validation-errors {
	display: none !important;
}
.wpcf7-response-output {
	font-size: 13px;
	text-align: center;
	color: #fff;
	font-weight: 300;
}
div.wpcf7-response-output {
    margin: 10px 0 0!important;
    padding: 0!important;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok,
.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
	border:none!important;
}
input[type="submit"],
button,
input[type="text"],
textarea,
input[type="tel"] {
	-webkit-appearance: none;
}
.agree {
	display:none
}
.acceptance-1 input[type="checkbox"] {
	position: relative;
	top: 1px;
}
.wpcf7-acceptance label {
    cursor: pointer;
}
.acceptance-1 {
    display: block;
    font-size: 12px;
}
.acceptance-1 span.wpcf7-list-item {
    margin-left: 0;
}
:focus::-webkit-input-placeholder {
	color: transparent
}
:focus::-moz-placeholder {
	color: transparent
}
:focus:-moz-placeholder {
	color: transparent
}
:focus:-ms-input-placeholder {
	color: transparent
}
.abs-left,
.abs-right {
	z-index: -1;
}
.seocontent {
	padding: 30px 0;
}
.seo-text {

}
.seo-text h2{
	
}
.seo-text p{
	line-height: 1.4;
    font-size: 16px;
    text-align: justify;
}
.seo-text ul{
	margin-bottom: 15px;
	padding-left: 40px;
}
.seo-text ul li{
	line-height: 1.4;
    font-size: 16px;
    text-align: justify;
}

@media (max-width: 4400px) {
	.abs-left,
	.abs-right {
		position: absolute;
		top: 70%;
	}
	.abs-left {
		left: 0;
	}
	.abs-right {
		right: 0;
	}
}
@media (max-width: 1440px) {
	.abs-left,
	.abs-right {
		top: 90%;
	}
}
@media (min-width: 801px) {
	/* Images */
	img.alignright {
    	float:right;
     	margin:0 0 1em 1em
	}
	img.alignleft {
    	float:left;
     	margin:0 1em 1em 0
	}
	img.aligncenter {
    	display: block;
     	margin-left: auto;
     	margin-right: auto
	}
	a img.alignright {
    	float:right;
     	margin:0 0 1em 1em
	}
	a img.alignleft {
    	float:left;
     	margin:0 1em 1em 0
	}
	a img.aligncenter {
    	display: block;
     	margin-left: auto;
     	margin-right: auto
	}
}
@media (max-width: 1024px) {
	.header .grid {
		grid-column-gap: 10px;
	}
	.header .cols-3 {
		grid-template-columns: 1fr;
	}
	.content .cols-3 {
		grid-template-columns: repeat(2,1fr);
	}
	.toggle-content {
		display: block;
		padding: 15px 0;
		width: 100%;
		cursor: pointer;
		text-transform: uppercase;
		background: #ddd;
		color: #444;
		font-weight: 500;
	}
	.toggle-content > div svg {
		fill: #444;
		height: 13px;
		margin-left: 10px;
		position: relative;
		top: 1px;
	}
	.slide-up {
		overflow-y: hidden;
	}
	.slide-up, .slide-down {
		max-height: 0;
		-webkit-transition: max-height 0.5s ease-in-out;
		-moz-transition: max-height 0.5s ease-in-out;
		-o-transition: max-height 0.5s ease-in-out;
		transition: max-height 0.5s ease-in-out;
		background: #f9f9f9;
		border: 1px solid #f1f1f1;
		padding-left: 20px;
		padding-right: 20px;
	}
	.header .logo {
		max-width: 250px;
		margin: 0 auto;
	}
	.header .right {
		text-align: center;
	}
}

@media (max-width: 800px) {
	.inner {
		padding: 0 10px;
	}
	.header,
	.right,
	.footer {
		text-align:center;
	}
	.abs-left,
	.abs-right {
		display: none;
	}
	.cols-2,
	.cols-3,
	.cols-4,
	.page.cols-2,
	.header .cols-3,
	.cols-6	{
		grid-template-columns: 1fr;	
	}
	.pquery .cols-3,
	.cols-6 {
		grid-template-columns: repeat(3,1fr);		
	}
	.item-info .cols-2.aic,
	.content .cols-3 {
		grid-template-columns: repeat(2,1fr);	
	}
	.header .grid,
	.footer .grid {
		grid-row-gap: 15px;
	}
	.footer .menu li a, 
	.footer .menu span {
		font-size: 14px;
	}
	.logo {
		max-width: 250px;
		margin: 0 auto;
	}
	.toggle-content div,
	.menu {
		width: 100%;
		margin: 0 auto;
	}
	.menu {
		padding: 10px 0;
	}
	.toggle-content {
		display: block;
		padding: 15px 0;
		width: 100%;
		cursor: pointer;
		text-transform: uppercase;
		background: #ddd;
		color: #444;
		font-weight: 500;
	}
	.toggle-content > div svg {
		fill: #444;
		height: 13px;
		margin-left: 10px;
		position: relative;
		top: 1px;
	}
	.slide-up {
		overflow-y: hidden;		
	}
	.slide-up, .slide-down {
		max-height: 0;            
		-webkit-transition: max-height 0.5s ease-in-out;
		-moz-transition: max-height 0.5s ease-in-out;
		-o-transition: max-height 0.5s ease-in-out;
		transition: max-height 0.5s ease-in-out;
		background: #f9f9f9;
		border: 1px solid #f1f1f1;
		padding-left: 20px;
		padding-right: 20px;
	}
	.slide-down {            
		max-height: 200em;
	}
	#menu-top-menu {
		display: block;
	}
	#menu-top-menu li,
	#menu-top-menu span, 
	#menu-top-menu .menu-item > a, 
	#menu-top-menu .page_item > a {
		text-transform: none;
		font-weight: 400;
		letter-spacing: 0.1px;
		text-align: left;
		display: block;
	}
	#menu-top-menu span, 
	#menu-top-menu .menu-item > a, 
	#menu-top-menu .page_item > a {
		padding: 10px 0;
		font-size: 15px;	
	}
	#menu-top-menu > li.menu-item-has-children::after {
		position: absolute;
		top: 8px;
		right: 20px;
	}
	#menu-top-menu > li.menu-item-has-children:hover::after {
		top: 15px;
	}
	#menu-top-menu {
		text-align: left;
	}
}
@media (max-width: 549px) {
	h1 {
		font-size: 21px;
	}
	.pquery .cols-3, 
	.content .cols-3,
	.cols-6 {
		grid-template-columns: 1fr;		
	}
	.subslogan {
		background: none;
		font-size: 17px;
	}
	.search-block {
    	padding: 40px 0;
	}
	.subslogan {
    	margin: 0 auto 20px;
	}
	.searchform button {
    	width: 38%;
	}
	.si-wrapper {
    	width: 60%;
	}
	.copyight {
		line-height: 1.4;
		padding: 0 15px;
	}
}
@media (max-width: 1023px) {
	.lp__pnv_block {
	    padding: 0 20px;
	    width: 100%;
	}
	.lp__pnv_block {
	    width: 100%;
	    max-width: 940px;
	    margin: 0 auto;
	    position: relative;
	}
	.lp__pnv_line {
	    width: 370px;
	    left: -38%;
	    top: 40%;
	}
	.lp__pnv_row {
	    flex-direction: column;
	    padding-left: 55px;
	}
	.lp__pnv_block_header {
	    justify-content: flex-start;
	}
	.lp__pnv_block_header h2 {
	    font-size: 18px;
	    line-height: 22px;
	    margin-bottom: 5px;
	}
	.lp__pnv_block_icon--wrapper {
	    position: absolute;
	    width: 40px;
	    left: 0;
	    height: 100%;
	    align-items: flex-start;
	}
	.lp__pnv_block_icon {
	    width: 40px;
	    height: 40px;
	    background-size: 24px 24px;
	}
	.lp__pnv_block_text {
	    font-size: 14px;
	    line-height: 20px;
	    width: 100%;
	}
	.lp__pnv_row {
	    flex-direction: column;
	    padding-left: 55px;
	}
	.lp__pnv_row--reverse {
    	flex-direction: column-reverse!important;
	}
	.lp__pnv_row--reverse .lp__pnv_block_text {
	    text-align: left;
	}
}
@media (max-width: 380px) {
	.lp__pnv_line {
	    left: -41%;
	}
	.seo-text ul {
		padding-left: 20px;
	}
}
@media (max-width: 800px) {
	.counter .grid div {
		font-size: 20px;
		padding: 10px 0;
	}
	.counter .grid {
		grid-column-gap: 15px;
	}
}