/** {
	transition: .2s;
}
*:hover {
	transition: .2s;
}*/
body {
	font-family: 'Roboto', serif;
	font-size: 16px;
	line-height: 20px;
	background: #fff;
}

.social_links {
	margin-left: 10px;
}


	.portfolio { display: none; }

header,
h1,
h2,
h3 {
	font-family: 'Roboto', sans-serif;
}
.wrapper {
	padding: 0 30px;
	background: #fff;
}
.container {
	width: 100%;
	max-width: 1072px;
	margin: 0 auto;
}
.top-header {
	background: #006992;
    font-size: 13px;
    text-align: right;
    color: #ffffff;
}
.top-header .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.top-header a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	transition: .2s;
	padding: 6px 7px;
}
.top-header a:hover {
	background: #025474;
	transition: .2s;
	color: #fff;
}

.top-header .socials {
	margin: 0 0 0 55px;
}
.top-header .contacts {
	margin: 0 -15px 0 0;
}
.top-header .contacts a {
	padding: 6px 15px;
}
.top-header .contacts i {
	margin: 0 3px 0 0;
	vertical-align: middle;
}
header {
	position: relative;
	z-index: 3;
    background: #fff;
}

.mobile-menu {
	display: none;
	color: #006992;
	font-size: 20px;
	text-align: right;
	flex-basis: 20%;
}

header nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header nav>ul {
	padding: 0;
	margin: 0;
}
header nav>ul>li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
header nav>ul>li>a {
	display: block;
	position: relative;	
	text-decoration: none;
	font-size: 17px;
	color: #000;
	line-height: 100px;
	font-weight: 700;
	margin: 0 0 0 50px;
}

header nav>ul>li.menu-item-4310>ul {
	min-width: 215px;
}
header nav>ul>li>ul {
	position: absolute;
	list-style: none;
	/*padding: 10px 0;*/
	padding: 0;	
	margin: 0;
	z-index: 1;
	left: 20px;
	top: 110px;
	box-shadow: 5px 5px 20px 4px rgba(0, 0, 0, 0.1);
	/* transform: translateX(-28%); */
	border-top: 4px solid #006992;
	background: #ffffff;
	visibility: hidden;
	opacity: 0;
}
header nav>ul>li:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 96px;
	-webkit-transition: visibility .15s, opacity .2s, top .4s;
	transition: visibility .15s, opacity .2s, top .4s;
}
/*header nav>ul>li>ul::before {
    display: block;
	content: '';
    position: absolute;
    left: 80px;
    top: -16px;
    margin-left: -9px;
    border: 6px solid transparent;
    border-bottom: 6px solid #006992;
}*/
/*header nav>ul>li>ul::after {
	top: -24px;
	content: '';
    display: block;
    position: absolute;
    height: 24px;
    width: 100%;
    left: 0;
}*/
header nav>ul>li>ul.hint a,
header nav>ul>li>ul.hint p {
	display: block;
	margin: 0;
    padding: 15px 30px;
    min-width: 190px;
    font-size: 15px;
    color: #262626;
    text-decoration: none;
}
header nav>ul>li>ul>li {
	list-style: none;
}
header nav>ul>li>ul>li>a {
	display: block;
    position: relative;
    color: #000000;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    /* line-height: 15px; */
    font-weight: 500;
    padding: 11px 30px;
    /* text-transform: uppercase; */
    border-bottom: 1px solid #f3f3f3;
}
header nav>ul>li>ul>li:last-child>a {
	border: none;
}
header nav>ul>li>ul>li>a:hover {
	color: #006992;
	background: #f3f3f3;
}
/*header nav>ul>li>a::before {
	display: block;
	opacity: 0;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #006992;
    transition: .2;
}*/
header nav>ul>li>a:hover {
	color: #006992;
}
/*header nav>ul>li>a:hover::before {
	opacity: 1;
	transition: .2;
}*/


header nav li.burger a {
	font-size: 20px;
}
/*header nav>ul>li>a:hover::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}*/
header nav>ul>li.ask-price ul {
	top: 80px;
	left: 0;
}
header nav>ul>li.ask-price ul p {
	width: 190px;
}
header nav>ul>li.ask-price:hover ul {
	top: 66px;
}
header nav>ul>li.ask-price {
	margin: 0 0 0 113px;
}
header nav>ul>li.ask-price a {
	padding: 10px 25px;
	line-height: 19px;
	color: #ffffff;
	display: flex;
	border-radius: 1px;
	align-items: center;
	margin: 0;
	background: #dd1f25;
}
header nav>ul>li.ask-price a span {
	display: block;
}
header nav>ul>li.ask-price a i {
	margin: 0 0 0 10px;
}
header nav>ul>li.ask-price a:hover {
	background: #c71b20;
	transition: .2s;
}
header nav>ul>li.ask-price a::before {
	display: none;
}
/*header nav .logo {
	margin: 0 0 0 30px;
}*/
header nav .logo {
	display: block;
	position: relative;
	margin: 0 0 0 31px;
/*	background: url(images/logo.svg) 0 0 no-repeat / cover;*/
}
header nav .logo img {
	display: block;
}
header nav .logo::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}
header nav .logo object {
	display: none;
}
/*header nav .logo img {
	width: 230px;
	height: 60px;
}*/
header nav li:nth-of-type(n+6) {
  	order: 2;
}
.block-home--tabs {
	padding: 32px 0;
	background: #f3f3f3;
}
.block-home--tabs .accordion {
	display: none;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #f3f3f3;
}
.block-home--tabs .accordion > div {
	flex-basis: 100%;
}
.block-home--tabs .accordion .item-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	padding: 20px 5%;
	background: #fff;
	border-bottom: 1px solid #f3f3f3;
}
.block-home--tabs .accordion .item-menu span {
	display: block;
	font-weight: 700;
	margin: 0 0 5px;
	font-size: 18px;
	color: #006992;
}
.block-home--tabs .accordion .item-menu p {
	margin: 0;
	font-size: 16px;
	color: #b0b0b0;
}
.block-home--tabs .accordion .item-menu div {
	padding: 0 0 0 15px;
}
.block-home--tabs .accordion .item-menu i {
	padding: 10px 15px;
	color: #006992;
	font-size: 20px;
	transition: .5s;	
}
.block-home--tabs .accordion .active .item-menu i {
	transform: rotate(180deg);
	transition: .5s;
}
.block-home--tabs .accordion .active .item-menu {
	background: #006992;
	border:none;
}
.block-home--tabs .accordion .active .item-menu span,
.block-home--tabs .accordion .active .item-menu p,
.block-home--tabs .accordion .active .item-menu i {
	color: #fff;
}
.block-home--tabs .accordion .item-content {
	padding: 15px 0;
	background: #fff;
	border-bottom: 1px solid #f3f3f3;
}
.block-home--tabs .accordion .item-content p:first-child {
	margin-top: 0;
}
.block-home--tabs .accordion .item-content p:last-child {
	margin-bottom: 0;
}
/*.block-home--tabs .accordion .active .item-content {
	display: block;
}*/
.block-home--tabs .tabs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.block-home--tabs .tabs-buttons {
	width: 26%;
	height: 100%;
	flex-basis: 26%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.block-home--tabs .tabs-buttons > div {
	position: relative;
	width: 100%;
	min-height: 90px;
	padding: 15px 20px;
	flex-basis: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	background: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	align-content: center;
}
.block-home--tabs .tabs-buttons > div:hover {
	cursor: pointer;
	box-shadow: 0 0 0px 1px #6e929f inset;
}
.block-home--tabs .tabs-buttons > div::before {
	display: none;
	content: '';
	position: absolute;
	right: -65px;
	top: 50%;
	margin-top: -45px;
	z-index: 2;
	border: 45px solid transparent;
	border-left: 20px solid #006992;
}
.block-home--tabs .tabs-buttons > div.active::before {
	display: block;
}
.block-home--tabs .tabs-buttons > div.active {
	background: #006992 !important;
	box-shadow: none;
}
.block-home--tabs .tabs-buttons > div.active > span,
.block-home--tabs .tabs-buttons > div.active > p {
	color: #fff !important;
}
.block-home--tabs .tabs-buttons > div:last-child {
	margin: 0;
}
.block-home--tabs .tabs-buttons > div span {
	display: block;
    font-weight: 500;
    color: #006992;
    font-size: 16px;
    padding: 0 0 4px;
    flex-basis: 100%;
}
.block-home--tabs .tabs-buttons > div p {
	margin: 0;
	color: #b4b4b4;
	font-size: 14px;
	line-height: 1.3;
    flex-basis: 100%;
}

.block-home--tabs .tabs-contents {
	width: 73%;
	flex-basis: 73%;
	background: #fff;
}
.block-home--tabs .tabs-contents .item {
	display: none;
	position: relative;
	height: 100%;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
}

.block-home--tabs .tabs-contents .item img.alignleft {
	float: left;
	margin: 6px 15px 5px 0;
}
.block-home--tabs .tabs-contents .item img.alignright {
	float: right;
	margin: 6px 0 5px 15px;
}

.block-home--tabs .tabs-contents .item.active {
	-webkit-animation: revealPopupX .5s cubic-bezier(0.52, 0.68, 0.4, 0.56) forwards;
	animation: revealPopupX .5s cubic-bezier(0.52, 0.68, 0.4, 0.56) forwards;
	display: block;
}
.block-home--tabs .tabs-contents .item .title {
	font-size: 33px;
	line-height: 33px;
	font-weight: 900;
	color: #006991;
	margin: 0 0 10px;
}
.block-home--tabs .item-content p,
.block-home--tabs .tabs-contents .item p {
	color: #111;
	font-size: 17px;
	line-height: 25px;
	margin: 15px 0;
	text-align: justify;
}
.block-home--tabs .item-content img.aligncenter,
.block-home--tabs .tabs-contents .item img.aligncenter {
	width: 100%;
	height: auto;
}
.block-home--tabs .tabs-contents .item img {
	max-width: 100%;
	height: auto;	
}


.block-home--tiles {
	padding: 50px 0 44px;
	background: #f3f3f3;
}
.block-home--news {
	padding: 50px 0;
	background: #fff;
}
.block-home--news .items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.block-home--news .items > div {
	width: 32%;
	flex-basis: 32%;
}
.block-home--news .items .date {
	display: block;
	color: #ccc;
	font-size: 14px;
}
.block-home--news .items a {
	display: block;
	font-weight: 500;
	margin: 5px 0;
	color: #006991;
	text-decoration: none;
}
.block-home--news .items a:hover {
	text-decoration: underline;
	color: #be2429;
}
.block-home--news .items p {
	margin: 0;
	color: #717171;
	font-size: 15px;
}
.block-home--news .title {
	margin: 0 0 30px;
}
.block-home--news .title span {
	font-size: 30px;
	font-weight: 900;
	color: #006991;
}
.block-home--news .title a {
	float: right;
	color: #005e82;
	font-size: 15px;
}
.block-home--news .title a:hover {
	text-decoration: none;
}

.rent,
.portfolio {
	padding: 50px 0 80px;
}

.loadmore-portfolio-wrapper {
	padding: 20px 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.loadmore-portfolio-wrapper .loader {
	display: block;
	margin: 0;
}
.loadmore-portfolio-wrapper > div {
	display: none;
}
.loadmore-portfolio-wrapper.loading > div {
	display: block;
}
.loadmore-portfolio-button {
	/*padding: 15px 30px;
    color: #006991;
    font-weight: 500;
    background: #f3f3f3;
    transition: .2s;
    border-radius: 2px;*/
}
/*.loadmore-portfolio-button i {
	margin: 0 5px 0 0;
}*/
/*.loadmore-portfolio-button:hover {
	color: #fff;
	background: #006991;
	transition: .2s;
	cursor: pointer;
}*/
/*.loadmore-portfolio-button.loading i {
	transition: 1s;
	transform: rotate(720deg);
}*/
/*.loadmore-portfolio-button.done:hover {
	cursor:no-drop;
}*/

.portfolio article {
	margin: 0 0 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	opacity: 0;
	-webkit-animation: slideToUp .7s cubic-bezier(0.1,0,0.1,1) forwards;
	animation: slideToUp .7s cubic-bezier(0.1,0,0.1,1) forwards;
}
.portfolio article figure {
	position: relative;
	border: 1px solid #e4e4e4;
	margin: 0 30px 0 0;
}
.portfolio article figure .clients-logo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 170px;
	position: relative;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.portfolio article figure .clients-logo > img {
	display: block;
	width: auto;
	height: auto;
	max-height: 130px;
	max-width: 200px;
}
.portfolio article figure .hidden-gallery {
	display: none !important;
	height: 0;
	overflow: hidden;
}
.portfolio article figure > div {
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 27px;
	top: 0;
	left: -27px;
	height: 100%;
	text-align: center;
	align-items: center;
	justify-content: space-around;
	transition: .3s;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*.portfolio article:hover figure > div {
	opacity: 1;
	transition: .3s;
}*/
.portfolio article figure > div a {
	color: #fff;
	font-size: 14px;
	background: #006992;
	height: 27px;
	padding: 0 15px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-decoration: none;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	transition: .2s;
}
.portfolio article figure > div a:hover {
	transition: .2s;
	background: #dd1f25;
}
.portfolio article figure > div a i {
	margin: 0 5px 0 0;
	display: none;
}
/*.portfolio article figure > div a span {
	display: block;
	font-size: 16px;
}*/
.portfolio article figure img {
	display: block;
}
.portfolio article .date {
	display: block;
    margin: 0 0 0px;
    font-size: 14px;
    color: #717171;
}
.portfolio article .meta {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.portfolio article .meta .more {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	border-radius: 2px;
	padding: 4px 15px;
	background: #006992;
}
.portfolio article .meta .more-next {
	color: #006992;
	text-decoration: underline;
	font-size: 16px;
}
.portfolio article .meta .more-next:hover {
	text-decoration: none;
	color: #dd1f25;
}
.portfolio article .meta .more:hover {
	background: #005e82;
}
.portfolio article .title {
	display: block;
	margin: 0 0 15px;
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
	color: #006992;
}
.portfolio article .title a {
	color: #006992;
	text-decoration: none;
}
.portfolio article .title a:hover {
	/*text-decoration: underline;*/
	color: #dd1f25;
}
.portfolio article .tags {
	font-size: 14px;
	color: #717171;
}
.portfolio article .tags a {
	display: inline-block;
	margin: 0 15px 0 0;
	color: #a5a5a5;
}
.portfolio article .tags a:hover {
	text-decoration: none;
}
.portfolio article .tags a i {
	color: #006992;
	margin: 0 2px 0 0;
	font-size: 13px;
}
.portfolio article p {
    color: #717171;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 15px;
}
.portfolio article p:last-child {
	margin: 0;
}

#filters-portfolio {
	margin: 0 0 30px;
}
#filters-portfolio .block {
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#filters-portfolio .item {
/*	background-color: #f3f3f3;*/
	border: none;
	color: #717171;
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
/*	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;*/
	overflow: visible;
	position: relative;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Roboto';
	line-height: 40px;
}
.filters-blog .item {
	margin-right: 20px;
}
#filters-portfolio .item i {
	color: #006992;
	margin: 0 3px 0 0;
}
#filters-portfolio .item:hover {
	text-decoration: none;
}
#filters-portfolio .item.active {
	background-color: #006991;
	color: #ffffff;
	text-decoration: none;
	padding: 0 15px;
}
#filters-portfolio .item.active i {
	color: #fff;
}

.rent .mobile-cart {
	display: none;
	opacity: 0;
}

.rental_rules-btn {
    display: inline-block;
    border: 1px solid #e6e6e6;
    padding: 5px 10px;
    font-size: 14px;
    color: #000000;
    border-radius: 2px;
    text-decoration: none;
	background: #ffffff;
}
.rental_rules-btn i {
	font-size: 12px;
	margin-left: 5px;
}
.rental_rules-btn:hover {
	text-decoration: none;
	cursor: pointer;
	border-color: #006992;
	color: #006992;
}

.rent .container-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.rent #filters-portfolio.is_stuck {
	padding: 20px 0;
	background: #fff;
}
.rent .content {
	padding: 0 50px 0 0;
	flex-basis: 75%;
}
.rent .content .block {
	margin: 0 0 50px;
}
.rent .content .block-title {
	font-size: 25px;
	font-weight: 900;
	color: #006992;
	margin: 0px 0 30px;
}
.rent .content article {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #f3f3f3;
}
.rent .content article.has_description {
	align-items: flex-start;
}
.rent .content article:last-child {
/*	border: none;
	padding: 0;*/
	margin: 0;
}
.rent .content article figure {
	flex-basis: 20%;
	margin: 0 20px 0 0;
}
.rent .content article .price {
	flex-basis: 20%;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #006992;
}
.rent .content article .item-text {
	flex-basis: 43%;
}
.rent .content article .item-text .description {
	flex-basis: 43%;
	padding: 5px 0 0;
	font-size: 14px;
	color: #333;
	/*height: 70px;*/
	overflow: hidden;
	position: relative;
}
.rent .content article .item-text .description .more {
	text-decoration: underline;
    color: #006992;
}
.rent .content article .item-text .description .more:hover {
	cursor: pointer;
	text-decoration: none;
}
.rent .content article .item-text .description .hidden_text {
	display: none;
}
/*.rent .content article .item-text .description .more {
	display: block;
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 0;
	left: 0;
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(0,212,255,0) 100%);
	background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(0,212,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(0,212,255,0) 100%);
}*/
.rent .content article .item-text .description p {
	margin: 0 0 10px;
}
.rent .content article .item-text .title {
	font-weight: 500;
}
/*.rent .content article .title {
	flex-basis: 43%;
	/*text-align: center;*/
/*}*/
.rent .content article figure img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	transition: .2s;
}
.rent .content article figure img:hover {
	width: 100%;
	height: auto;
	border: 1px solid #006992;
	transition: .2s;
}
.rent .content article .quantity {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;      
	flex-basis: 17%;
	text-align: center;
}
.rent .content article .quantity span {
	font-size: 14px;
    height: 32px;
    line-height: 34px;
    vertical-align: top;
    display: inline-block;
    color: #006992;
    width: 30px;
    background: #f3f3f3;
}
.rent .content article .quantity span.minus {
	color: #dd1f25;
}
.rent .content article .quantity span:hover {
	cursor: pointer;
	color: #000;
}
.rent .content article .quantity input {
	width: 35px;
	padding: 0;
    font-family: "Roboto", sans-serif;
    text-align: center;
    border: 1px solid #e5e5e5;
    /* padding: 5px 0; */
    font-weight: 700;
    color: #555;
    height: 30px;
    font-size: 16px;
    margin: 0 1px;
    border-radius: 1px;
}
.rent aside {
	position: relative;
	flex-basis: 30%;
	width: 25%;
}
.rent aside .cart {
	width: 100%;
	background: #006992;
	padding: 30px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rent aside .list {
	
}
.rent aside .list > div {
/*	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;*/
	font-size: 14px;
	padding: 10px 0;
	border-bottom: 1px solid #00587b;
}
.rent aside .list > div .num {
	margin: 3px 10px 0 0;
	font-size: 18px;
	font-weight: 700;
	color: #057;
	display: none;
}
.rent aside .list > div span.title {
	display: block;
}
.rent aside .list > div span.summ {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}
.rent aside .list > div span.summ .null-item:hover {
	cursor: pointer;
	color: #ff3f45;
}
.rent aside div.total {
	padding: 10px 0 0;
	font-size: 16px;
	font-weight: 700;
	border: none;
	display: block;
}
.rent aside .cart p {
	margin: 0;
}
.rent aside .cart-form input[type="submit"],
.rent aside .cart .make-order {
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	border: none;
	margin: 20px 0 0;
	padding: 10px 0;
	font-weight: 700;
	font-size: 16px;
	border-radius: 1px;
	background: #005171;
    font-family: "Roboto", sans-serif;
}
.rent aside .cart-form input[type="submit"]:hover,
.rent aside .cart .make-order:hover {
	cursor: pointer;
	background: #023e56;
}
.rent aside .cart .make-order i {
	margin: 0 0 0 10px;	
}
.rent aside .cart-form {

}
.rent aside .cart-form textarea,
.rent aside .cart-form input {
	width: 100%;
	border: none;
    margin: 0 0 10px !important	;
    padding: 10px 15px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rent aside .cart-form input.wpcf7-not-valid {
	border: 1px solid #dd1f25;
}
.rent aside .cart-form textarea {
	height: 90px;
	padding: 15px;
}
.rent aside .cart-form textarea.hidden {
	display: none !important;
}
.rent aside .cart-form p {
	margin: 0 0 15px;
/*	font-size: 15px;
	color: #92bfd0;
	line-height: 18px;*/
}
.rent aside .cart-title {
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	margin: 0px 0 10px;
}
.rent aside .go-back {
	display: block;
	text-align: center;
	color: #fff;
	padding: 5px;
	text-align: -webkit-center;
	max-width: 150px;
	font-size: 14px;
	margin: 0 auto;
	text-decoration: none;
	border-radius: 2px;
	transition: .2s;
}
.rent aside .go-back i {
	margin: 0 5px 0 0;
}
.rent aside .go-back:hover {
	cursor: pointer;
	background: #0576a2;
	transition: .2s;
}
.rent span.wpcf7-not-valid-tip,
.rent div.wpcf7 .ajax-loader {
	display: none !important;
}
.rent div.wpcf7-response-output {
    margin: 0 0 10px !important;
    padding: 0 !important;
    text-align: center;
    font-size: 15px;
    border: none !important;
}


input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.single-page .comments {
	padding: 20px 0 0;
}
.single-page.template-contacts {
	padding: 50px 0;
}
.single-page.template-contacts .map {
	min-height: 400px;
	margin: 50px 0 0;
}
.single-page.template-contacts .map iframe {
	display: block;
	width: 100%;
}
.template-contacts .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.template-contacts .title {
	display: block;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0 0 15px;
    text-align: left;
}
.template-contacts .content {
	flex-basis: 45%;
	width: 45%;
}
.template-contacts aside {
	flex-basis: 45%;
	width: 45%;
}
.template-contacts .contacts {
	margin: 0 0 30px;
}
.template-contacts .contacts > span {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 0 10px;
}
.template-contacts .contacts > span > .icon i {
	display: block;
	width: 30px;
	padding: 3px 5px 0 0;
	text-align: center;
}
.template-contacts .schema {
	text-align: center;
	font-size: 14px;
}
.template-contacts .schema .image {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #eee;
	border-radius: 1px;
	margin: 0 0 5px;
}
.template-contacts .schema img {
	display: block;
	width: auto;
	max-height: 250px;
	margin: 0 auto;
}
.template-contacts .schema a:hover .image {
	border-color: #ccc;
}


.block-home--slider {
/*	padding: 0 0 20px;*/
	height: 212px;
	overflow: hidden;
}
.block-home--slider .slick {
	opacity: 0;
	transition: .3s;
}
.block-home--slider .slick.slick-initialized {
	transition: .1s;
	opacity: 1;
}
.block-home--slider .slick-slide a {
	display: block;
	position: relative;
	text-decoration: none;
}
.block-home--slider .slick-slide span.bg {
	position: absolute;
    width: 100%;
    height: 100%;
    opacity: .2;
}
.block-home--slider .slick-slide span.title {
	position: absolute;
    z-index: 99;
    bottom: 94px;
    left: 0;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    width: 100%;
    text-align: center;
    text-decoration: none;
}
.block-home--slider .slick-slide a::after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	z-index: 100;
}
.block-home--slider .slick-slide a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: linear-gradient(to top,rgba(0,0,0,0), rgba(0,0,0,1),rgba(0,0,0,0));
	opacity: 0.25;
	z-index: 1;
}


.inner-accordion {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #f3f3f3;
	margin: 0 0 30px;
}
.inner-accordion > div {
	flex-basis: 100%;
}
.inner-accordion .item-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
/*	justify-content: space-between;*/
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #f3f3f3;
}
.inner-accordion .item-menu:hover {
	cursor: pointer;
}
.inner-accordion .active .item-menu:hover {
	cursor: default;
}
.inner-accordion .item-menu span {
	display: block;
	font-weight: 500;
	font-size: 18px;
	color: #2f2f2f;
	transition: .2s;
}
.inner-accordion .item-menu:hover i,
.inner-accordion .item-menu:hover span {
	color: #006992;
	transition: .2s;
}
.inner-accordion .item-menu div {
	padding: 0 0 0 15px;
}
.inner-accordion .item-menu i {
	padding: 10px 0;
	color: #bfbfbf;
	font-size: 20px;
	transition: .5s;	
}
.inner-accordion .active .item-menu i {
	transform: rotate(180deg);
	transition: .5s;
}
.inner-accordion .active .item-menu {
	border:none;
}
.inner-accordion .active .item-menu span,
.inner-accordion .active .item-menu i {
	color: #006992;
}
.inner-accordion .item-content {
	padding: 0 0 30px;
	background: #fff;
	border-bottom: 1px solid #f3f3f3;
}
.inner-accordion .item-content p:first-child {
	margin-top: 0;
}
.inner-accordion .item-content p:last-child {
	margin-bottom: 0;
}


.footer {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
}
.footer .top {
	background: #006991;
	padding: 35px 0;
}
.footer .top .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.footer .top .copyright {
	line-height: 23px;
	font-size: 16px;
}
.footer .top .copyright p {
	margin: 9px 0 0;
}
.footer .top .title {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin: 0px 0 0px;
}
.footer .top ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer .top a {
	color: #fff;
	text-decoration: none;
}
.footer .top a:hover {
	text-decoration: underline;
}
.footer .top ul li {
	flex-basis: 50%;
	width: 50%;
}
.footer .top ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 0 0 10px;
}
.footer .top .sp-form-outer > div {
	font-family: "Roboto", sans-serif;
	padding: 0;
	margin: 15px 0 0;
	max-width: 380px;
	background: none !important;
}
.footer .top .sp-form-outer .sp-link-wrapper {
	display: none !important;
}
.footer .top .sp-form-horizontal .sp-element-container.sp-sm .sp-field {
	padding: 0 !important;
}
.footer .top .sp-form-horizontal .sp-field label {
	display: none;
}
.footer .top .sp-message.sp-message-error, 
.sp-message.sp-message-success {
	margin: 0;
    color: #fff;
    padding: 3px 0px 3px 15px;
    border-left: 4px solid #00506e;
}
.footer .top .sp-message.sp-message-success>p {
	color: #fff !important;
	margin: 0;
}
.footer .top .sp-form-outer input[type="email"] {
	flex-basis: 60%;
	background: #ffffff;
	border: none;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	min-height: 45px;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer .top .sp-form-outer .sp-button {
	flex-basis: 40%;
	min-height: 45px;
	border-radius: 0;
	background: #005e82;
	border: none;
	padding: 0 15px !important;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
}
.footer .top form button:hover {
	opacity: 1 !important;
	top: auto !important;
	cursor: pointer;
	background: #034b66 !important;
}
.footer .top .subscribe p {
	margin: 0 0 20px;
	font-size: 16px;
}

.footer .bottom {
	background: #005e82;
	padding: 25px 0;
}
.footer-blocks {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.footer-blocks a {
	text-decoration: none;
	color: #fff;
}
.footer-blocks .contacts {
	text-align: right;
}
.footer-blocks-socs {
	margin: 0 0 0 -10px;
}
.footer-blocks-socs a {
	display: inline-block;
	text-decoration: none;
	margin: 15px -2px 0 0;
	color: #fff;
	font-size: 20px;
	text-align: center;
	width: 37px;
	height: 37px;
	line-height: 37px;
	border-radius: 20px;
	transition: .2s;
}
.footer-blocks-socs a:hover {
	transition: .2s;
	background: #005e82;
}

.shortcode_button {
    color: #fff !important;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
	text-decoration: none !important;
	background: #006992;
	transition: .2s;
}
.shortcode_button:hover {
	transition: .2s;
	background: #dd1f25;
}

.single-page {
	padding: 50px 0;
}
.single-page > .block-home--tabs {
	margin: 0 0 20px;
}
.single-page > .text {
/*	padding: 0 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
}
/*article .text {
	padding: 0 50px;
}*/
article .text .soclink br {
	display: none;
}
article .text .soclink a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 7px 0;
	align-items: center;
}
article .text .soclink a:hover {
	text-decoration: none;
}
article .text .soclink i {
	flex-basis: 30px;
	text-align: center;
	color: #c1c1c1;
}
article .text img {
	max-width: 100%;
}
article .text .alignright {
	float: right;
	margin: 9px 0 15px 15px;
}
article .text .alignleft {
	float: left;
	margin: 9px 15px 15px 0;
}
article .text .size-full {
    display: block;
	/*margin: 0 -100px;*/
    width: 100%;
    height: auto;
}
article hr {
	border: none;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #fff;
	margin: 20px 0 0;
	background: #fff;
}
article .text {
	text-align: justify;
}
article .text p {
	color: #111;
	font-size: 17px;
	line-height: 25px;
	margin: 15px 0;
	text-align: justify;
}
.block-home--tabs ul,
article .text ul {
	list-style: none;
	margin: 15px 0;
}
.block-home--tabs ul li,
article .text ul li {
	position: relative;
	color: #111;
	font-size: 17px;
	line-height: 25px;
	list-style: none;
}
/*.block-home--tabs ul li {
	color: #717171;
	font-size: 16px;
	line-height: 24px;
}*/
.block-home--tabs ul li::before,
article .text ul li::before {
	display: block;
	position: absolute;
	content: "";
	background: #006991;
	width: 6px;
	top: 11px;
	left: -17px;
	height: 6px;
	border-radius: 3px;
}
article .text a {
	color: #006992;
	text-decoration: none;
}
article .text a:hover {
	color: #dd1f25;
	text-decoration: underline;
}
article .text blockquote {
	background: #f3f3f3;
	margin: 20px 0 25px;
	padding: 20px 30px;
	border-radius: 2px;
}
article .text blockquote p {
	margin: 0;
}

.fancybox-caption {
	font-size: 18px !important;
	line-height: 24px !important;
}
.gallery_photos {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px;
}
.gallery_photos > div {
	width: 32%;
	flex-basis: 32%;
}
.gallery_photos > div img {
	display: block;
	width: 100%;
	height: auto;
}
.gallery_photos > div:hover img {
	opacity: .8;
}

.collapsed_block {
	margin: 0 0 20px;
}
.collapsed_block .content {
	display: none;
}
.collapsed_block > span {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
    margin: 0 0 20px;
    background: #006992;
    padding: 12px 20px;
    color: #fff;
    font-size: 17px;
    transition: .2s;
}
.collapsed_block > span .title {
	padding: 0 10px 0 0;
}
.collapsed_block > span:hover {
	cursor: pointer;
	background: #045474;
}
.collapsed_block > span > i {
	float: right;
	margin: 2px 0 0;
	transition: .3s;
}
.collapsed_block.opened > span > i {
	transform: rotate(180deg);
}

.breadcrumbs {
	color: #bbb;
	font-size: 14px;
	margin: 0 0 20px;
}
.breadcrumbs a {
	color: #006992;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.no-text .breadcrumbs {
	margin: 0;
}
.page-header {
	padding: 40px 0 35px;
	text-align: center;
	width: 100%;
	background: #f3f3f3;
}
.page-header h1,
.page-header .title {
	font-weight: 700;
	font-size: 37px;
	line-height: 40px;
	color: #006992;
	margin: 0 0 20px;
	padding: 0 70px;
}
.page-header p {
	padding: 0 100px;
	color: #3c3c3c;
	font-size: 17px;
	line-height: 24px;
	margin: 0;
	text-align: center;
}
.page-header p a {
	color: #006992;
	text-decoration: none;
}
.page-header p a:hover {
	text-decoration: underline;
}

.order-form {
	position: relative;
	max-width: 500px;
	padding: 0 0 50px;
	-webkit-animation: slideToUp .7s cubic-bezier(0.1,0,0.1,1) forwards;
	animation: slideToUp .7s cubic-bezier(0.1,0,0.1,1) forwards;
}
.order-form .item .like {
	position: absolute;
    top: 28px;
	left: -16px;
}
.order-form .item .like input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.order-form .item .like input + label {
	position: relative;
	cursor: pointer;
	color: #ccc;
	font-size: 18px;
	display: block;
	height: 46px;
	line-height: 46px;
	margin: 0;
	z-index: 99;
	padding: 0px 7px;
}
.order-form .item .like input + label:hover {
	color: #91c6db;
}
.order-form .item .like input:checked + label {
	color: #ffa700 !important;
}
/*.order-form .item .like input:focus + label:before {
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7);
}*/
.order-form form {
	transition: blur .3s;
}
.order-form.loading form {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}
.order-form .form-loading {
	display: none;
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 60px 30px 0;
	top: -30px;
	left: -30px;
	z-index: 99;
}
.order-form.loading .form-loading {
	display: block;
}

.order-form .block {
	margin: 0 0 30px;
}
.order-form .message {
    color: #b76d70;
    text-align: left;
    margin: 0 0 20px;
    padding: 10px 20px;
	background: #ffeeee;
}
.order-form .message.success {
	background: #effaf2;
	color: #589258;
}
.contacts-form .item,
.order-form .block .item {
	margin: 0 0 15px;
	position: relative;
}
.order-form .title {
	font-size: 22px;
    color: #006992;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 20px;
}
.order-form .note {
	font-size: 14px;
	color: #717171;
	margin: -10px 0 0;
}
.order-form .note .like {
	color: #ffa700;
	font-size: 16px;
	display: inline-block;
	line-height: 20px;
	margin: 0 0 0 3px;
	vertical-align: text-bottom;
}
.contacts-form textarea,
.contacts-form input,
.order-form select,
.order-form textarea,
.order-form input {
	width: 100%;
	padding: 12px 17px;
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	color: #333;
	line-height: 20px;
	border: 1px solid #d7d7d7;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.order-form .required.alert {
	border: 1px solid #ffb9b9;
}

.contacts-form textarea,
.order-form textarea {
	height: 100px;
}
.contacts-form textarea {
	margin: 0 0 10px;
}
.contacts-form label,
.order-form label {
	display: block;
	font-size: 16px;
	color: #717171;
	margin: 0 0 8px;
}
.contacts-form button,
.order-form button {
	padding: 0 30px;
	height: 46px;
	line-height: 19px;
	color: #ffffff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-radius: 2px;
	align-items: center;
	background: #006991;
	font-family: "Roboto", sans-serif;
	border: none;
	position: relative;
	text-decoration: none;
	font-size: 17px;
	font-weight: 700;
	margin: -10px 0 0;
	transition: .2s;
}
.contacts-form button:hover,
.order-form button:hover {
	cursor: pointer;
	background: #dd1f25;
	transition: .2s;
}
.contacts-form button i,
.order-form button i {
	margin: 0 0 0 15px;
}

.order-form .textarea-file {
	position: relative;
}
.order-form .textarea-file .file {
	bottom: 15px;
	right: 10px;
	position: absolute;
	z-index: 2;
}
.order-form .textarea-file label {
	background: #f3f3f3;
	margin: 0;
	font-size: 13px;
	padding: 3px 8px;
	border-radius: 4px;
	transition: .2s;
}
.order-form .textarea-file label:hover {
	color: #016a91;
	cursor: pointer;
	transition: .2s;
}
.order-form .textarea-file textarea {
	padding-bottom: 30px;
}
.order-form .textarea-file input {
	display: none;
}

.order-form button .loader {
	display: none;
	border: 3px solid rgba(255, 255, 255, 0.2);
	border-left: 3px solid #ffffff;
	width: 16px;
	height: 16px;
	margin: 0 0 0 20px;
}
.order-form button.loading-button {
	cursor: default !important;
	background: #064e6a !important;
}
.order-form button.loading-button .loader {
	display: block;
}
.order-form button.loading-button i {
	display: none;
}

.contacts-form input.wpcf7-not-valid {
	border-color: #f07272;
}
.contacts-form span.wpcf7-not-valid-tip {
	display: none !important;
}
.contacts-form div.wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	font-size: 16px;
	color: #111;
}


@-webkit-keyframes revealPopupX { 
	0% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } }
@keyframes revealPopupX { 
	0% { opacity: 0; transform: translateX(20px); }
	100% { opacity: 1; transform: translateX(0); } }


@-webkit-keyframes revealPopup { 
	0% { opacity: 0; -webkit-transform: translateX(40px); transform: translateX(40px); }
	100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } }
@keyframes revealPopup { 
	0% { opacity: 0; transform: translateX(40px); }
	100% { opacity: 1; transform: translateX(0); } }

@-webkit-keyframes slideToUp { 
	0% { opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px); }
	100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }
@keyframes slideToUp { 
	0% { opacity: 0; transform: translateY(40px); }
	100% { opacity: 1; transform: translateY(0); } }


/*Spinner Loader*/
.loader,
.loader:after {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.loader {
    display: inline-block;
    margin: -3px 11px 0 0;
    font-size: 10px;
    vertical-align: middle;
    position: relative;
    text-indent: -9999em;
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #006992;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loader 1.1s infinite linear;
    animation: loader 1.1s infinite linear;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


[tooltip]{
  position:relative;
  display:inline-block;
}
[tooltip]::before {
    content: "";
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: rgba(0,0,0,0.7) transparent transparent     transparent;
    z-index: 99;
    opacity:0;
    transition: .3s;
}
[tooltip]::after {
	content: attr(tooltip);
    position: absolute;
    left: 50%;
    top: 0;
    line-height: 18px;
    transform: translateX(-50%) translateY(-100%);
    background: rgba(0,0,0,.7);
    text-align: center;
    color: #fff;
    font-size: 14px;
    min-width: 155px;
    border-radius: 5px;
    pointer-events: none;
    padding: 9px 10px;
    z-index: 99;
    opacity: 0;
    transition: .3s;
}
[tooltip]:hover::after,[tooltip]:hover::before {
   opacity:1;
   top: -6px;
   transition: .3s;
}

/*.up-button {
    position: fixed;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    transition: .2s;
    z-index: 9;
	background: rgba(0, 0, 0, 0.03) url(images/up.png) 50% 90% no-repeat;
}
.up-button:hover {
	background: rgba(0, 0, 0, 0.1) url(images/up.png) 50% 89% no-repeat;
	cursor: pointer;
}*/

.page-template-services-tabs .single-page {
	padding: 0;
}
.page-template-services-tabs .block-home--tabs {
	background: #fff;
	margin: 0;
}
.page-template-services-tabs .block-home--tabs .tabs-buttons {
	height: 100%;
}
.page-template-services-tabs .block-home--tabs .tabs-buttons > div {
	background: #f6f6f6;
}
.page-template-services-tabs .block-home--tabs .tabs-buttons > div p {
	color: #919191;
}

.ghost {
	display: none;
}

#supportTrigger .support-trigger-text-inner > span {
	font-family: "Roboto", sans-serif !important;
}

@media only screen and (min-width:0px) and (max-width:1100px), only screen and (min-device-width:0px) and (max-device-width:1100px) {
	.container {
		padding: 0 5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	[tooltip]::before,
	[tooltip]::after {
		display: none !important;
	}
		
	header nav .logo {
		margin: 0;
	}
	.top-header .socials {
		margin: 0;
	}

	.block-home--slider .container {
		padding: 0;	
	}

	.single-page {
		padding: 30px 0;
	}
	.page-header {
		padding: 25px 0;
	}
	.page-header h1,
	.page-header .title {
		margin: 0 0 10px;
	}
	.page-header p {
		padding: 0;
		font-size: 16px;
	}
	.breadcrumbs {
		margin: 0 0 10px;
	}
	.order-form {
		max-width: 600px;
	}

	.block-home--tabs .tabs-buttons>div::before {
		display: none !important;
	}

	#filters-portfolio .block {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		border: 1px solid #e4e4e4;
		padding: 15px;
	}
	#filters-portfolio .block a {
		flex-basis: 25%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	header nav>ul>li>ul {
		left: 0;
	}
	.touch header nav>ul>li>ul {
		display: none;
	}
	.touch header nav>ul>li.open>ul {
		display: block;
	}
	header nav>ul>li.ask-price,
	header nav>ul>li>a {
		margin: 0 0 0 30px;
		font-size: 15px;
	}
	header nav>ul>li.menu-item-has-children>a i {
		margin: 0 0 0 5px;
	    font-size: 12px;
	    color: #006992;
	}

	.footer .top {
		padding-bottom: 15px;
	}
	.footer .top .container {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer .top .container > div {
		flex-basis: 50% !important;
		margin: 0 0 20px;
	}
/*	.up-button {
		width: 40px;
	}*/
}

@media only screen and (min-width:0px) and (max-width:920px), only screen and (min-device-width:0px) and (max-device-width:920px) {
	.mobile-menu {
		display: block;
	}
	header {
		padding: 20px 0;
	}
	header nav .logo {
		margin: 0;
	}
	header nav .logo img {
		display: none;
	}
	header nav .logo object {
		display: block;
		width: 230px;
		height: 56px;
	}
	.header-menu-wrapper {
		margin: 20px 0 -20px;
	}
	.header-menu {
		display: none;
		list-style: none;
		width: 100%;
		padding: 0;
		margin: 0;
		background: #006992;
	}
	.header-menu > li > a {
		color: #fff;
		padding: 15px 20px;
		display: block;
		text-decoration: none;
	}
	.header-menu > li.ask-price > a {
		background: #dd1f25;
	}
	.header-menu > li.ask-price > a i {
		float: right;
		margin: 3px 0 0 0;
	}
	.header-menu > li.has_children i {
		margin: 0 0 0 10px;
		transition: .2s;
	}
	.header-menu > li > ul {
		display: none;
		background: #035c81;
		padding: 10px 0 10px 40px;
		list-style: none;
	}
	.header-menu > li > ul a {
		display: block;
		padding: 10px 0;
		color: #fff;
		text-decoration: none;
	}
	.header-menu > li.open i {
		transform: rotate(180deg);
		transition: .2s;
	}
	#filters-portfolio .block {
		justify-content: normal;
	}
	#filters-portfolio .block a {
		flex-basis: 33%;
	}
}

@media only screen and (min-width:0px) and (max-width:768px), only screen and (min-device-width:0px) and (max-device-width:768px) {
	header .ghost {
		display: block;
		flex-basis: 20%;
	}
	.block-home--tabs {
		padding: 0;
	}
	.block-home--tabs .tabs {
		display: none;
	}
	.block-home--tabs .accordion {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.block-home--tabs .accordion img {
		max-width: 100%;
		height: auto;
	}
	.block-home--slider {
		display: none;
	}
	
	.top-header .container {
		align-items: center;
	}
	.top-header .phone-part,
	.top-header .socials {
		display: none;
	}
	.top-header .contacts {
	    text-align: center;
	    flex-basis: 100%;
	}
	.top-header .contacts a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.single-page {
		padding: 20px 0 30px;
	}
	.rent, .portfolio {
		padding: 30px 0;
	}
	.page-header {
		padding: 20px 0;
	}
	.breadcrumbs {
		margin: 0 0 15px;
	}
	.page-header h1,
	.page-header .title {
		font-size: 30px;
		line-height: 30px;
		margin: 0 0 10px;
		padding: 0;
	}

	.block-home--news {
		background: #f3f3f3;
	}
	.block-home--news .items {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.block-home--news .items > div {
		width: 100%;
		flex-basis: 100%;
		margin: 0 0 20px;
	}

	article .text img {
		width: 100%;
		height: auto;
	}

	.order-form {
		padding: 0 30px 50px;
	}

	.template-contacts .container {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.template-contacts aside,
	.template-contacts .content {
		width: 100%;
		flex-basis: 100%;
		margin: 0 0 30px;
	}
	.single-page.template-contacts .map {
		margin: 20px 0 0;
	}

	.loadmore-portfolio {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#filters-portfolio {
		flex-basis: 100%;
		margin: 10px 0 50px !important;
	}
	#filters-portfolio .block {
		display: none;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		padding: 0;
		border: none;
	}
	#filters-portfolio .item {
		flex-basis: 100%;
	    width: 100%;
	    font-size: 15px;
	    text-align: left;
	    padding: 0 30px;
	    border-bottom: 1px solid #e5e5e5;
	    background: #f3f3f3;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    text-decoration: none;
	}
	#filters-portfolio .item i {
		display: none;
	}
	#filters-portfolio .active {
		display: none !important;
	}
	#filters-portfolio .btn-open {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		color: #fff;
		justify-content: space-between;
		width: 100%;
		padding: 10px 30px;
		align-items: center;
		background: #006992;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#filters-portfolio .btn-open i {
		transition: .2s;
	}
	#filters-portfolio.open .btn-open i {
		transform: rotate(180deg);
		transition: .2s;
	}

	.portfolio article {
		display: block;
		margin: 0 0 60px;
		flex-basis: 48%;
	}
	.portfolio article .title {
		margin: 0 0 10px;
		font-size: 20px;
		line-height: 23px;
	}
	.portfolio article .buttons {
		height: auto;
	    width: 100%;
	    justify-content: left;
	    top: -27px;
	    left: 0;
	}
	.portfolio article figure {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.portfolio article figure > div a {
		transform: none;
	}
	.portfolio article figure {
		margin: 0 0 20px;
		width: 100%;
	}
	.portfolio article figure img {
		width: 100%;
	}

	.inner-accordion .item-content .container {
		padding: 0;
	}

	.rent .container-flex {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.rent .container-flex .content {
		flex-basis: 100%;
		padding: 0;
	}
	.rent .container-flex .content .btn-open {
		display: none !important;
	}
	.rent .content article {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.rent .content article figure {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		flex-basis: 100%;
		border: 1px solid #ccc;
		height: 100px;
		margin: 0 0 15px !important;
	}
	.rent .content article figure img {
		border: none;
		width: auto;
		height: 100px;
	}
	.rent .content article .item-text {
		flex-basis: 100%;
		margin: 0 0 15px !important;
	}
	.rent .content article .price {
		flex-basis: 30%;
		line-height: 31px;
		text-align: left;
	}
	.rent .content article .quantity {
		flex-basis: 40%;
		text-align: left;
	}
	.rent .content article .quantity span {
		text-align: center;
	}
	.rent aside {
		flex-basis: 100%;
		width: 100%;
	}
	.rent .mobile-cart {
		opacity: 1;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		background: #006991;
	    color: #fff;
	    position: fixed;
	    right: 20px;
	    /* left: 20px; */
	    width: 50px;
	    bottom: 20px;
	    height: 50px;
	    border-radius: 40px;
	    box-shadow: 1px 1px 5px 0px #00000029;
	    /*opacity: 0;*/
	    align-items: center;
	    justify-content: center;
	    font-size: 16px;
	}
	/*.rent .mobile-cart.active {opacity: 1;}*/
	.rent .mobile-cart .qnt {
		position: absolute;
	    top: -5px;
	    right: -5px;
	    background: #dd1f25;
	    font-size: 12px;
	    height: 20px;
	    display: block;
	    width: 20px;
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    border-radius: 20px;
	}

	.footer .top .container {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.footer .top .container > div {
		flex-basis: 100%;
		margin: 0 0 20px;
	}
	.footer .top .copyright,
	.footer .top .copyright p {
		margin: 0 !important;
	}
	.footer .top .copyright {
		padding-right: 50px;
	}
	.footer .top form {
		margin-top: 10px;
	}
	.footer-blocks-socs a {
		margin-top: 5px;
	}
}
@media only screen and (min-width:0px) and (max-width:480px), only screen and (min-device-width:0px) and (max-device-width:480px) {
	.portfolio article {
		flex-basis: 100%;
		align-items: center;
	}
}