/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
 
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');

html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,
h4,h5,h6,pre,code,form,fieldset,legend,input,
textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body {
	font-family: 'Roboto', sans-serif;
}

a {
	color: #364457;
}

.clear {
	clear: left;
}

article a {
	font-weight: 600;
}

article a {
	color: #364457 !important;
}

.grid__row a {
	color: #e9eae6;
	text-decoration: underline;
}

.grid__row a:hover {
	color: #7e848d;
}


table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

strong {
	font-weight: 600;
}
 
ol,ul {
	list-style:none;
	margin-bottom: 20px;
}
 
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,
h6 {
	font-size:100%;
	font-weight:normal;
}

.page h2 {
	margin-bottom: 1.4vw;
}

q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	*font-size:100%; /*to enable resizing for IE*/
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}


html
{
	font-family: 'Roboto', sans-serif;
	ms-text-size-adjust: 1vw;
	webkit-text-size-adjust: 1vw;
}
body
{
	background-color: #f7f8f3;
	color: #465865;
	font-family: 'Roboto', sans-serif;
	line-height: auto;
}
h3, h2
{
	color: #364457;
}
.nav li
{
	letter-spacing: 0.05vw;
}
.child-menu
{
	background-color: #1f2e41;
	color: white;
	display: none;
	left: 5vw;
	list-style: none;
	padding: 0.5vw;
	position: absolute;
	top: -0.5vw;
	white-space: nowrap;
}
.child-menu:hover, li:hover>ul
{
	display: block;
}
ul li a
{
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	color: white;
	margin: 0 !important;
	padding: 0 !important;
}
ul li
{
	transition-duration: .2s;
}
.overlaypos ul li:hover a
{
	color: #eed99c;
}
.overlaypos .nav-stacked li:hover
{
	color: #eed99c;
	padding-left: 1vw;
	padding-right: 0;
}
.nav-stacked li
{
	padding-right: 1vw;
	text-transform: uppercase;
}
.child-menu
{
	z-index: 100;
}
.child-menu:hover
{
	display: block;
}
.box
{
	background-color: #435165;
	cursor: pointer;
	float: left;
	overflow: hidden;
	position: relative;
	transition-duration: .1s;
}
.boxtitle
{
	align-items: center;
	color: white;
	display: flex;
	font-size: 1vw;
	font-weight: 800;
	height: 100%;
	justify-content: center;
	position: absolute;
	text-align: center;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	transition-duration: .1s;
	width: 100%;
}
.boxtext
{
	align-items: center;
	color: white;
	display: none;
	font-size: 1vw;
	font-weight: 800 !important;
	height: 100%;
	justify-content: center;
	padding: 2vw;
	position: absolute;
	text-align: center;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	width: 100%;
}
.box img
{
	opacity: 0;
	transition-duration: .2s;
	width: 100%;
}
.box:hover img, .currentbox img
{
	opacity: 0.2;
	width: 100%;
}
.box:hover .boxtitle
{
	transition-duration: .1s;
}
.box:active .boxtitle
{
	font-size: 1vw;
	transition-duration: .1s;
}
.col-xs-55:hover .box:hover img
{
	opacity: 0.2;
}
.col-xs-55:hover .box img
{
	opacity: 0;
}
.col-xs-55 .currentbox:hover img
{
	opacity: 0.2;
}
h2
{
	font-size: 1.3vw;
	font-weight: 800;
}
*
{
	margin: 0;
	padding: 0;
}
.content-1
{
	display: block;
}
.content-2
{
	display: none;
}
.services {
	float: left;
	margin-bottom: 15px;
}

.col-xs-65 .services
{
	float: left;
	margin-bottom: 0;
	width: 100%;
}
.col-xs-65 .services h3
{
	background-color: #7e8998;
	border-radius: 0.3vw;
	color: white;
	float: left;
	font-size: 1vw;
	font-weight: 400;
	line-height: 1.8vw;
	margin: 0;
	margin-bottom: 0.3vw;
	margin-right: 0.3vw;
	padding: 0.7vw;
}
.col-xs-65 h3
{
	font-size: 1.2vw;
	font-weight: 800;
	margin-bottom: 0.7vw;
	margin-top: 3.5vw;
}
.link_more
{
	float: left;
	margin-top: 3vw;
	width: 100%;
}
.link_more a
{
	border-bottom: solid 1px #337ab7;
	float: left;
}
.link_more a:hover
{
	text-decoration: none;
}
.pluses
{
	float: left;
	padding-right: 3vw;
}
.pluses h3
{
	text-transform: uppercase;
}
@media only screen and (min-width : 768px)
{
	body
	{
		font-size: 1vw;
	}
	h3
	{
		font-size: 1.2vw;
		margin-bottom: 0.5vw;
		margin-top: 1vw;
	}
	div.credits
	{
		color: white;
		font-size: 0.8vw !important;
		padding-bottom: 1vw;
		padding-top: 0.7vw;
		text-align: center;
	}
	div.footer_menu
	{
		float: left;
		padding: 2vw;
		width: 100%;
	}
	
	p {
		margin-bottom: 1vw;
	}
	
	.box_post {
		height: 20vw;
	}
	
	.footer_block div
	{
		font-size: 0.9vw;
	}
	.footer_block ul h3
	{
		font-size: 1.1vw;
		font-weight: 500;
	}
	.footer_block div ul
	{
		float: left;
		list-style-type: none;
		width: 25%;
	}
	.post_inf_inner
	{
		font-size: 0.7vw;
		text-align: center;
	}
	.post_inf
	{
		align-items: center;
		background-color: #dee0db;
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		opacity: 0;
		padding: 2vw;
		position: absolute;
		text-align: center;
		text-transform: uppercase;
		transition-duration: .2s;
		width: 100%;
		z-index: 1;
	}
	h3.post_title
	{
		background-color: #e9eae6;
		color: #465865;
		font-size: 0.8vw;
		line-height: 1.1vw;
		margin: 0;
		padding: 1vw 1.5vw;
		text-align: left;
		text-transform: uppercase;
	}
	.container_posts h2
	{
		border-bottom: solid 0.1vw #d0d1cf;
		margin-bottom: 1vw;
		padding-bottom: 1.5vw;
		width: 50%;
	}
	.container_posts
	{
		background-color: #f7f8f3;
		padding: 0 12vw;
	}
	.box_post
	{
		background-color: #cacdc5;
		float: left;
		margin-bottom: 2.5vw;
		margin-right: 3.5%;
		position: relative;
		text-align: center;
		width: 31%;
	}
	.box_post:nth-child(3n)
	{
		margin-right: 0;
	}
	.box_posts
	{
		float: left;
		padding: 2vw;
		width: 100%;
	}
	.grid__row
	{
		display: flex;
		padding: 2vw;
	}
	.grid__item
	{
		background-color: #3f4e61;
		color: white;
		margin-right: 3.5%;
		padding: 1vw;
		text-align: center;
		width: 31%;
	}
	.grid__item h3
	{
		color: white;
		font-size: 1.2vw;
		text-transform: uppercase;
		font-weight: 500;
	}
	.grid__item:nth-child(3n)
	{
		margin-right: 0;
	}
	.container_standart
	{
		float: left;
		padding: 0 12vw;
	}
	.flex_vcentr
	{
		align-items: center;
		display: flex;
		justify-content: center;
	}
	.col-50
	{
		float: left;
		padding: 2vw;
		width: 50%;
	}
	.container_standart
	{
		background-color: #e9eae6;
		width: 100%;
	}
	.box:nth-child(8n)
	{
		height: 100%;
		width: 66.66%;
	}
	.nav-stacked
	{
		max-width: 31%;
	}
	.carousel .next.left,
			.carousel .prev.right
	{
		opacity: 1;
		z-index: 1;
	}
	.carousel .active.left,
			.carousel .active.right
	{
		opacity: 0;
		z-index: 2;
	}
	.carousel .carousel-control
	{
		outline: none;
		z-index: 1000;
	}
	.header-container
	{
		margin: 0 auto;
		max-width: 1920px;
		position: relative;
	}
	.carousel-indicators
	{
		left: 50%;
		margin-bottom: 1vw;
		margin-left: 0;
		right: 0;
		text-align: left;
		width: 40%;
	}
	.carousel-indicators li
	{
		background-color: white;
		border: none;
		border-color: #b8c8d1;
		border-radius: 50%;
		height: 0.7vw;
		margin: 0;
		margin-right: 0.4vw;
		width: 0.7vw;
	}
	.carousel-indicators li.active
	{
		background-color: #eed99c;
		border-radius: 50%;
		height: 0.7vw;
		margin-right: 0.4vw;
		width: 0.7vw;
	}
	.carousel-caption
	{
		color: #b8c8d1;
		font-size: 1.2vw;
		font-weight: 600;
		left: 50%;
		margin-bottom: 25px;
		padding: 1.7vw 0;
		right: 0;
		text-align: left;
		width: 40%;
	}
	.overlaypos
	{
		color: white;
		left: 50%;
		padding-top: 2%;
		position: absolute;
		right: 0;
		width: 40%;
		z-index: 10;
	}
	.overlaypos ul
	{
		border-bottom: 0;
		float: left;
		font-size: 0.9vw;
		margin-bottom: 0px;
	}
	.overlaypos h1
	{
		display: inline-block;
		color: white;
		float: left;
		font-size: 1.3vw;
		font-weight: 600;
		margin-bottom: 1vw;
		margin-top: 2vw;
		text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
		width: 100%;
	}
	.overlaypos .site-name
	{
		display: inline-block;
		color: white;
		float: left;
		font-size: 1.3vw;
		font-weight: 600;
		margin-bottom: 1vw;
		margin-top: 2vw;
		text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
		width: 100%;
	}
	.logo_page
	{

		position: absolute;
		z-index: 10;
		height: 19vw;
		width: 45.5%;
		display: flex;
		justify-content: center;
		
		
	}
	.logo_page a img
	{
		width: 80%;
		
		
	}
	.logo
	{
		left: 0;
		position: absolute;
		z-index: 10;
		width: 35%;
	}
	
	.logo_on_page
	{
		background-image: url(images/slideback.jpg);
		left: 19%;
		padding-top: 2%;
		position: absolute;
		width: 35%;
		z-index: 10;
	}
	.logo_on_page img
	{
		width: 28%;
	}
	.logo img
	{
		/*width: 28%;*/
	}
	.leftblock
	{
		float: left;
		width: 100%;
	}
	.input-group
	{
		border: solid 0.07vw #b8c8d1;
		border-radius: 0.2vw;
		float: left;
		height: 1.7vw !important;
		width: 30%;
	}
	.glyphicon-search
	{
		color: #b8c8d1;
		position: absolute;
		right: 0.5vw !important;
		top: 0.5vw !important;
	}
	.glyphicon
	{
		font-size: 1vw;
		margin: 0;
		top: 0.1vw;
	}
	.input-group .form-control::placeholder
	{
		color: #b8c8d1;
	}
	.stylish-input-group .input-group-addon
	{
		background: transparent;
		border: none;
		padding: 0 !important;
		width: 1.7vw;
	}
	.stylish-input-group .input-group-addon button
	{
		height: 1.7vw;
		padding: 0 !important;
		width: 1.7vw;
	}
	.stylish-input-group .form-control
	{
		background: transparent;
		border: none;
		border-color: #ccc;
		border-right: 0;
		box-shadow: 0 0 0;
		color: #b8c8d1;
		font-size: 0.8vw;
		height: 1.9vw;
		padding: 0.7vw;
	}
	.stylish-input-group button
	{
		background: transparent;
		border: 0;
	}
	.h-menu
	{
		float: left;
		padding-left: 0%;
		width: 100%;
	}
	.home .h-menu
	{
		padding-top: 7px;
	}
	.h-menu a
	{
		color: #b8c8d1;
		font-size: 1vw;
		padding: 0.5vw !important;
	}
	.h-menu ul li
	{
		float: left;
		height: 1.7vw;
		margin-top: 0 !important;
	}
	.h-menu ul li:hover a
	{
		background-color: transparent;
		color: #eed99c;
	}
	.carousel-inner
	{
		background-image: url(images/slide.jpg);
		background-size: cover;
		moz-background-size: cover;
		o-background-size: cover;
		webkit-background-size: cover;
	}
	.carousel-fade .carousel-inner .item
	{
		moz-transition-property: opacity;
		opacity: 0;
		o-transition-property: opacity;
		transition-property: opacity;
		webkit-transition-property: opacity;
	}
	.carousel-fade .carousel-inner .active
	{
		opacity: 1;
	}
	.carousel-fade .carousel-inner .active.left,
			.carousel-fade .carousel-inner .active.right
	{
		left: 0;
		opacity: 0;
		z-index: 1;
	}
	.carousel-fade .carousel-inner .next.left,
			.carousel-fade .carousel-inner .prev.right
	{
		opacity: 1;
	}
	.carousel-fade .carousel-control
	{
		z-index: 2;
	}
	.nav li
	{
		cursor: pointer;
		line-height: 1.3vw !important;
		margin-bottom: 0;
		margin-top: 0.2vw !important;
	}
	.nav li.active
	{
		color: #eed99c;
		padding-left: 1vw;
	}
	.bs-slider
	{
		background: #122232;
		overflow: hidden;
		position: relative;
	}
	.bs-slider .bs-slider-overlay
	{
		background-color: rgba(0, 0, 0, 0.40);
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.bs-slider > .carousel-inner > .item > img,
			.bs-slider > .carousel-inner > .item > a > img
	{
		margin: auto;
		width: 100% !important;
	}
	.inmin
	{
		display: none;
	}
	.box
	{
		width: 33.3333%;
	}
	.box_container
	{
		width: 100%;
	}
	.box_design
	{
		background-color: #fff;
		float: left;
		height: 100%;
		width: 15%;
	}
	.box_design_inner
	{
		background-color: #162533;
		float: left;
		height: 17.65vw;
		opacity: 0.5;
		width: 100%;
	}
	.box_design_inner:nth-child(2n)
	{
		background-color: #4e596a;
	}
	.flex_design
	{
		display: flex;
	}
	.col-xs-55 .box:nth-child(2n-1)
	{
		background-color: #364457;
	}
	.col-xs-55
	{
		float: left;
		width: 45.6%;
	}
	.col-xs-65
	{
		float: left;
		padding: 0 7vw;
		padding-left: 5vw;
		width: 54.4%;
	}
	.ajax_content
	{
		float: left;
		padding: 4vw 0;
	}
	.slider_j
	{
		float: left;
		padding: 3vw 2vw;
		width: 100%;
	}
	.container_package
	{
		padding: 0 12vw;
	}
	.box_j
	{
		background-color: #cacdc5;
		float: left;
		margin: 1%;
		margin-left: 0;
		margin-right: 2%;
		max-width: 270px;
		position: relative;
		width: 49%;
	}
	.box_j:nth-child(2n)
	{
		margin-right: 0;
	}
	.j_inf_inner
	{
		font-size: 0.7vw;
		text-align: center;
	}
	.j_inf
	{
		align-items: center;
		background-color: #dee0db;
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		opacity: 0;
		padding: 1vw;
		position: absolute;
		text-align: center;
		text-transform: uppercase;
		transition-duration: .2s;
		width: 100%;
		z-index: 1;
	}
	.box_ext_container {
	width: 33.333%;
	float: left;
	}
	.box_ext_container_right {
		width: 66.666%;
		float: left;
	}
	
	.circle_phone {
		width: 4vw;
		height: 4vw;
		border: solid 1px white;
	}

	.circle_phone2 {
		top: 1vw;
		left: 1vw;
		width: 2vw;
		height: 2vw;
		border: solid 1px white;
	}
	
	.grid2 {
		width: 100%;
		padding: 2vw 0;
		float: left;
		z-index: 2;
		position: relative;
	}

	.grid2 h2{
		color: white;
		font-size: 4vw;
		font-weight: 400;
		text-align: center;
			margin-bottom: 3vw;
	}

	.grid2 h3{
		color: white;
		font-size: 1.3vw;
		font-weight: 300;
	}


	.grid2 .item {
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 3%;
	}

	.grid2 .item:nth-child(2n) {
		width: 49%;
		margin-right: 0;
	}
	
	.icon_sos {
		width: 3.2vw;
		float: left;
		margin-right: 4vw;
	}

	.background-pos {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 1;
		transition: all 2s;
	}

	.psevdo_centr {
		padding-left: 10vw;
		float: left;
	}

	.grid4 {
		padding: 4vw 0;
		float: left;
	}

	.grid4 .item {
		float: left;
		width: 23%;
		margin-right: 2.666%;
		text-align: center;
	}
	
	.grid3 .item {
		float: left;
		width: 30%;
		margin-right: 2.666%;
		text-align: center;
	}
	
	.grid3 {
		padding: 4vw 5vw;
		float: left;
	}

	.round_b {
		background-color: #364457;
		border-radius: 50%;
	}

	.grid4 .item h3{
		font-weight: 500;
	}

	.grid4 .item:nth-child(4n) {
		margin-right: 0;
	}

	.icon_sos_big {
		width: 70%;
		overflow: visible;
	}

	.container_sos2 {
		background-color: #fff;
		padding: 0 12vw;
	}

	.container_sos {
		background-color: #364457;
		width: 100%;
		min-height: 250px;
		overflow: hidden;
		display: flex;
	}

	.left_block h3 {
		position: relative;
		z-index: 2;
		font-size: 2.1vw;
		color: #fff;
	}

	.left_block {
		width: 45.6%;
		position: relative;
		overflow: hidden;
		display: flex;
		flex-wrap: nowrap;
		JUSTIFY-CONTENT: center;
		ALIGN-ITEMS: center;
		padding: 150px 0;
		background-size: cover;
		background-image: url(https://tsypin.partners/wp-content/themes/tsypin/images/telephone_background5.jpg);
	}
	.left_block_content {
		display: flex;
		margin: auto;
	}
	.right_block_content {
		display: flex;
		flex-direction: column;
		margin-left: 100px;
		line-height: 1.1;
	}
	.right_block {
		width: 54.4%;
		font-size: 2.1vw;
		color: #fff;
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		JUSTIFY-CONTENT: flex-start;
		ALIGN-ITEMS: center;
	}
	
	.phone {
		position: relative;
		width: 4vw;
		height: 4vw;
		float: left;
		margin-top: 1.5vw;
		margin-right: 1.5vw;
		float:left;
	}
	.clear_mob {
		
	}
	.circle_phone {
		position: absolute;
		z-index: 2;
		border-radius: 50%;
		animation: move_circle 3s infinite;
	}

	.circle_phone2 {
		position: absolute;
		z-index: 2;
		border-radius: 50%;
		animation: move_circle2 3s infinite;
	}

	.phone img{
		position: relative;
		width: 4vw;
		animation: move 3s infinite;
		z-index: 2;
		float: left;
	}
	
	input {
		font-size: 1vw;
	}

	input[type="submit"] {
		color: #eed99c;
		font-weight: 200;
		text-align: left;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border:solid 0.05vw #eed99c;
		padding: 0.5vw 1vw;
		margin-top: 40px;
		float: left;
		background: linear-gradient(#364457, #2d3849);
		box-sizing: border-box;
		outline: none;
		font-weight: 500;
		text-align: center;
		text-transform: uppercase;
	}

	input[type="submit"]:hover {
		background: linear-gradient(#2d3849, #364457);
	}

	input::placeholder {
		color: #eed99c;
	}

	input[type="tel"] {
		color: #eed99c;
		text-align: left;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border:solid 0.05vw #eed99c;
		padding: 0.5vw 1vw;
		margin: 1.6% 0;
		width: 20vw;
		float: left;
		background: linear-gradient(#2e3a4a, #364457);
		box-sizing: border-box;
		outline: none;
	}
	
}
.fade
{
	opacity: 1;
}
.fade .item
{
	display: block !important;
	left: 0 !important;
	moz-transition: opacity ease-in-out 0.5s;
	ms-transition: opacity ease-in-out 0.5s;
	opacity: 0;
	o-transition: opacity ease-in-out 0.5s;
	position: absolute;
	top: 0;
	transition: opacity ease-in-out 0.5s;
	webkit-transition: opacity ease-in-out 0.5s;
	width: 100%;
	z-index: 1;
}
.fade .item:first-child
{
	position: relative;
	top: auto;
}
.fade .item.active
{
	opacity: 1;
	z-index: 2;
}
@media only screen and (max-width : 500px)
{
	.box_j
	{
		margin: 10px 0 !important;
		width: 100% !important;
	}
	.box_post
	{
		margin: 10px 0 !important;
		width: 100% !important;
	}
	
	.psevdo_centr {
		max-width: 340px !important;
	}
	.grid2 .item {
		width: 100% !important;
		float: left;
	}
	
	.grid4 .item {
		width: 100% !important;
		float: left;
	}
}

@media only screen and (max-width : 767px)
{
	body
	{
		font-size: 17px;
	}
	
	.logo {
		height: 185px !important;
	}
	
	.psevdo_centr {
		max-width: 563px;
	}
	
	.grid2 {
		width: 100%;
		padding: 20px 0;
		float: left;
		z-index: 2;
		position: relative;
	}

	.grid2 h2{
		color: white;
		text-align: center;
		margin-bottom: 40px;
	}

	.grid2 h3{
		color: white;
		font-size: 16px;
	}

	.grid2 .item {
		float: left;
		width: 50%;
		margin-bottom: 30px;
	}
	
	.icon_sos {
		width: 100%;
		max-width: 40px;
		float: left;
		margin-right: 20px;
	}

	.background-pos {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		transition: all 2s;
		display: none;
	}

	.psevdo_centr {
		margin: 0 auto;
		padding: 0 25px;
	}

	.grid4 {
		padding: 20px 0;
		float: left;
	}

	.grid4 .item {
		float: left;
		width: 50%;
		text-align: center;
	}
	
	.grid4 .item h3{
		margin: 20px 0;
		font-size: 16px;
	}
	
	.grid4 .item .icon_sos_big {
		max-width: 250px;
	}

	.round_b {
		background-color: #364457;
		border-radius: 50%;
	}

	.grid4 .item h3{
		font-weight: 500;
	}

	.grid4 .item:nth-child(4n) {
		margin-right: 0;
	}

	.icon_sos_big {
		width: 70%;
		overflow: visible;
	}

	.container_sos2 {
		background-color: #fff;
		padding: 0 12vw;
	}

	.container_sos {
		background-color: #364457;
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.left_block h3{
		position: relative;
		z-index: 2;
		color: #fff;
		text-align: center;
		width: 100%;
	}

	.left_block {
		width: 100%;
		position: relative;
		overflow: hidden;
		height: 179px;
		background-size: cover;
		display: flex;
		background-image: url(https://tsypin.partners/wp-content/themes/tsypin/images/telephone_background5.jpg);
		background-position: center;
	}
	.left_block_content {
		display: flex;
		margin: auto;
		flex-direction: column;
	}
	.clear_mob {
		clear: left;
		margin-bottom: 30px;
	}

	.right_block {
		width: 100%;
		float: left;
		color: #fff;
		font-size: 20px;
		padding: 40px 0;
		position: relative;
		text-align: center;
	}
	
	.phone {
		position: relative;
		width:50px;
		margin: 0 auto;
	}

	.circle_phone {
		width: 50px;
		height: 50px;
		border: solid 0.5px white;
		position: absolute;
		z-index: 2;
		border-radius: 50%;
		animation: move_circle 3s infinite;
	}

	.circle_phone2 {
		width: 25px;
		height: 25px;
		border: solid 0.5px white;
		position: absolute;
		z-index: 2;
		border-radius: 50%;
		animation: move_circle2 3s infinite;
		top: 12.5px;
		left: 12.5px;
	}

	.phone img{
		position: relative;
		width: 50px;
		animation: move 3s infinite;
		z-index: 2;
		float: left;
	}
	
	.box_post {
		height: 250px;
	}
	
	.footer_menu.credits
	{
		color: white;
		font-size: 12px;
		padding-bottom: 15px;
		padding-top: 10px;
		text-align: center;
	}
	.footer_block div
	{
		font-size: 14px;
	}
	.footer_block ul h3
	{
		font-size: 18px;
	}
	.footer_block .footer_menu
	{
		float: left;
		width: 100%;
	}
	.footer_menu
	{
		display: flex;
		flex-flow: wrap;
		justify-content: center;
	}
	.footer_block div ul
	{
		float: left;
		list-style-type: none;
		margin: 10px;
		max-width: 250px;
		padding: 0 10px;
		width: 100%;
	}
	.j_inf_inner
	{
		font-size: 14px;
		text-align: center;
	}
	.j_inf
	{
		align-items: center;
		background-color: #dee0db;
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		opacity: 0;
		padding: 20px;
		position: absolute;
		text-align: center;
		text-transform: uppercase;
		transition-duration: .2s;
		width: 100%;
		z-index: 1;
	}
	.post_inf_inner
	{
		font-size: 12px;
		text-align: center;
	}
	.post_inf
	{
		align-items: center;
		background-color: #dee0db;
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		opacity: 0;
		padding: 20px;
		position: absolute;
		text-align: center;
		text-transform: uppercase;
		transition-duration: .2s;
		width: 100%;
		z-index: 1;
	}
	.post_inf h3
	{
		font-size: 14px;
	}
	h3.post_title
	{
		background-color: #e9eae6;
		color: #465865;
		font-size: 14px;
		margin: 0;
		padding: 15px 20px;
		text-align: left;
		text-transform: uppercase;
	}
	.box_post
	{
		background-color: #e9eae6;
		margin: 10px;
		max-width: 270px;
		position: relative;
		text-align: center;
		width: 100%;
	}
	.box_posts
	{
		display: flex;
		flex-flow: wrap;
		float: left;
		justify-content: center;
		padding: 20px;
		width: 100%;
	}
	.col-50
	{
		float: left;
		padding: 0;
		width: 100%;
	}
	.slider_j
	{
		display: flex;
		flex-flow: wrap;
		justify-content: center;
		padding: 20px 0;
		position: relative;
	}
	.container_posts h2
	{
		border-bottom: solid 1px #d0d1cf;
		margin-bottom: 10px;
		padding-bottom: 15px;
		width: 100%;
	}
	.box_j
	{
		background-color: #cacdc5;
		float: left;
		margin: 10px;
		max-width: 270px;
		position: relative;
		width: 100%;
	}
	h2, h3
	{
		font-size: 20px;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.grid__row
	{
		padding: 20px;
	}
	.grid__item
	{
		background-color: #3f4e61;
		color: white;
		margin-bottom: 20px;
		padding: 20px;
		text-align: center;
		width: 100%;
	}
	.grid__item h3
	{
		color: white;
		font-size: 14px;
		text-transform: uppercase;
		margin: -20px !important;
		width: calc(100% + 40px);
	}
	.container_package
	{
		padding: 0;
	}
	.container_standart
	{
		background-color: #e9eae6;
		float: left;
		padding: 20px;
		position: relative;
		width: 100%;
	}
	.sos-service.col-xs-65
	{
		float: left;
		font-size: 18px;
		justify-content: center;
		min-height: 150px;
		padding: 0;
		width: 100%;
	}
	.sos-service h3
	{
		display: none;
	}
	.exclusive-service.col-xs-55 h3
	{
		font-size: 18px;
		padding: 10px;
		text-align: center;
	}
	.exclusive-service.col-xs-55
	{
		padding: 40px 30px;
		text-align: center;
	}
	.exclusive-service.col-xs-55 .services h3
	{
		float: none;
		font-size: 16px;
		line-height: 22px;
		margin: 10px 0;
		padding: 15px;
	}
	.menu, .ajax_content, .no_display
	{
		display: none;
	}
	.input-group
	{
		border: solid 1px #b8c8d1;
		border-radius: 1px;
		float: left;
		margin-top: 15px;
	}
	.menu .nav
	{
		font-size: 18px;
		margin-top: 10px;
		width: 100%;
	}
	.menu .nav li
	{
		background-color: #203041;
		float: left;
		height: auto;
		line-height: 22px;
		margin-top: 10px !important;
		padding: 10px;
	}
	.glyphicon-search
	{
		color: #b8c8d1;
	}
	.glyphicon
	{
		margin: 0;
	}
	.input-group .form-control::placeholder
	{
		color: #b8c8d1;
	}
	.stylish-input-group .input-group-addon
	{
		background: transparent;
		border: none;
	}
	.stylish-input-group .input-group-addon button
	{
	}
	.stylish-input-group .form-control
	{
		background: transparent;
		border: none;
		border-color: #ccc;
		color: #b8c8d1;
	}
	.stylish-input-group button
	{
		background: transparent;
		border: 0;
	}
	#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4
	{
		cursor: pointer;
		height: 25px;
		margin: 3px auto;
		moz-transform: rotate(0deg);
		moz-transition: .5s ease-in-out;
		o-transform: rotate(0deg);
		o-transition: .5s ease-in-out;
		position: relative;
		transform: rotate(0deg);
		transition: .5s ease-in-out;
		webkit-transform: rotate(0deg);
		webkit-transition: .5s ease-in-out;
		width: 40px;
	}
	#nav-icon1 span, #nav-icon3 span, #nav-icon4 span
	{
		background: #eed99c;
		border-radius: 4px;
		display: block;
		height: 4px;
		left: 0;
		moz-transform: rotate(0deg);
		moz-transition: .25s ease-in-out;
		opacity: 1;
		o-transform: rotate(0deg);
		o-transition: .25s ease-in-out;
		position: absolute;
		transform: rotate(0deg);
		transition: .25s ease-in-out;
		webkit-transform: rotate(0deg);
		webkit-transition: .25s ease-in-out;
		width: 100%;
	}
	#nav-icon4
	{
		margin-top: 20px;
	}
	#nav-icon3 span:nth-child(1)
	{
		top: 0px;
	}
	#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3)
	{
		top: 12px;
	}
	#nav-icon3 span:nth-child(4)
	{
		top: 24px;
	}
	#nav-icon4 span:nth-child(1)
	{
		left: 50%;
		top: 12px;
		width: 0%;
	}
	#nav-icon4 span:nth-child(2)
	{
		moz-transform: rotate(45deg);
		o-transform: rotate(45deg);
		transform: rotate(45deg);
		webkit-transform: rotate(45deg);
	}
	#nav-icon4 span:nth-child(3)
	{
		moz-transform: rotate(-45deg);
		o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		webkit-transform: rotate(-45deg);
	}
	#nav-icon4 span:nth-child(4)
	{
		left: 50%;
		top: 12px;
		width: 0%;
	}
	.overlaypos
	{
		background-color: #2e3a4a;
		border-top: solid 1px #eed99c;
		box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
		color: #fff;
		font-size: 16px;
		left: 50%;
		padding: 15px;
		position: relative;
		right: 0;
		width: 100%;
		z-index: 10;
	}
	.nav-stacked li:hover
	{
		padding: 5px !important;
	}
	.nav-stacked .active
	{
		color: #eed99c;
	}
	.overlaypos h1
	{
		display: inline-block;
		color: #eed99c;
		float: left;
		font-size: 16px;
		margin: 0;
		text-align: left;
		width: 82%;
	}
	.overlaypos .site-name
	{
		display: inline-block;
		color: #eed99c;
		float: left;
		font-size: 16px;
		margin: 0;
		text-align: left;
		width: 82%;
	}
	#nav-icon3, #nav-icon4
	{
		float: right;
		width: 40px;
	}
	.col-xs-55
	{
		float: left;
		width: 100%;
	}
	.col-xs-55 .boxtitle, .col-xs-55 .boxtext
	{
		float: left;
		font-size: 18px;
		width: 100%;
	}
	.col-xs65
	{
		display: none;
	}
	.col-xs-55 .box:nth-child(2n)
	{
		background-color: #4e596a;
	}
	.box
	{
		height: 150px;
		overflow: hidden;
		width: 100%;
	}
	.logo, .overlaypos
	{
		text-align: center;
	}
	.logo, .logo_page
	{
		background-color: #334053;
		box-shadow: inset 10px 10px 300px 0px rgba(0,0,0,0.75);
		moz-box-shadow: inset 10px 10px 300px 0px rgba(0,0,0,0.75);
		padding: 20px 0;
		webkit-box-shadow: inset 10px 10px 300px 0px rgba(0,0,0,0.75);
		text-align: center;
	}
	
	.carousel-inner, .leftblock, .overlaypos ul ul, .carousel-indicators
	{
		display: none;
	}
	.h-menu ul li
	{
		float: left;
		height: 1.7vw;
		margin-top: 0 !important;
	}
	.menu
	{
		background-color: rgba(20,36,52,0.95);
		left: 0;
		min-height: 100vh;
		padding: 20px;
		position: fixed;
		top: 0;
		width: 100%;
	}
	.menu ul.nav-stacked
	{
		width: 100%;
	}
	.menu ul.nav-stacked li
	{
		background-color: #203041;
		border-radius: 3px;
		margin: 3px 0;
		padding: 5px;
	}
	.overlaypos ul
	{
		border-bottom: 0;
		float: left;
		font-size: 100%;
	}
	.overlaypos li
	{
		float: left;
		width: 100%;
	}
	.overlaypos li.active
	{
		margin: 0;
	}
	.logo, .overlaypos
	{
		float: left;
		left: 0;
		margin: none;
		position: relative;
		text-align: center;
		width: 100%;
	}
	
	.background_page_header {
		display: none;
	}
	
	input {
		font-size: 16px;
	}

	input[type="submit"] {
		color: #eed99c;
		font-weight: 200;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: solid 1px #eed99c;
		padding: 10px 20px;
		margin: 15px 0 0 !important;
		background: linear-gradient(#364457, #2d3849);
		box-sizing: border-box;
		outline: none;
		font-weight: 500;
		text-align: center;
		text-transform: uppercase;
	}

	input[type="submit"]:hover {
		background: linear-gradient(#2d3849, #364457);
	}

	input::placeholder {
		color: #eed99c;
	}

	input[type="tel"] {
		color: #eed99c;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border:solid 1px #eed99c;
		padding: 10px;
		margin: 15px 0;
		background: linear-gradient(#2e3a4a, #364457);
		box-sizing: border-box;
		outline: none;
	}
	.row_res {
    flex-direction: column !important;
		padding-left: 0px !important;
	}
}

.footer_menu ul h3 {
	margin-bottom: 6px;
}

.col-xs-65
{
	position: relative;
}
.container-full
{
	float: left;
	width: 100%;
}
.footer_block ul span
{
	color: #667784;
}
.loading
{
	display: none;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 10000000;
}
.boxtitle {
	padding: 1vw;
	box-sizing: border-box;
}

.box-container {
	background-color: #435165;
}
.sos-service
{
	align-items: center;
	background-color: #3a4557;
	background-image: url(images/map.jpg);
	color: white;
	display: flex;
	font-size: 1.2vw;
	font-weight: 800;
	height: 22vw;
	padding: 2vw 5vw;
	padding-right: 0;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
}
.box911 h3
{
	background-color: #1f2e41;
	border-left: solid 2px #eed99c;
	bottom: 2vw;
	box-shadow: none;
	color: white;
	font-size: 1vw;
	font-weight: 400;
	margin: 0;
	padding: 1vw;
	padding-right: 2vw;
	position: absolute;
	right: 0;
	text-transform: none;
}
.sos-service h3
{
	background-color: #1f2e41;
	border-left: solid 2px #eed99c;
	bottom: 2vw;
	box-shadow: none;
	color: white;
	font-size: 1vw;
	font-weight: 400;
	margin: 0;
	padding: 1vw;
	padding-right: 2vw;
	position: absolute;
	right: 0;
	text-transform: none;
}
.exclusive-service
{
	padding: 1vw 4.6vw;
	padding-left: 7vw;
	text-align: left;
}
.exclusive-service h3
{
	font-size: 1.2vw;
	font-weight: 800;
	line-height: 1.8vw;
	margin: 1.2vw 0;
}
.exclusive-service .services h3
{
	background-color: #dfe1dd;
	border-radius: 0.3vw;
	color: #465865;
	float: left;
	font-size: 1vw;
	font-weight: 400;
	margin: 0;
	margin-bottom: 0.3vw;
	margin-right: 0.3vw;
	padding: 0.7vw;
	text-shadow: none;
}
.exclusive-service .services h3:nth-child(2n+1), .exclusive-service .services h3:nth-child(6)
{
	margin-left: 0;
}
::-webkit-scrollbar
{
	background: #293345;
	box-shadow: inset 0px 0px 10px -1px rgba(0,0,0,0.75);
	moz-box-shadow: inset 0px 0px 10px -1px rgba(0,0,0,0.75);
	webkit-box-shadow: inset 0px 0px 10px -1px rgba(0,0,0,0.75);
	width: 10px;
}
::-webkit-scrollbar-thumb
{
	background: #4e596a;
	border-left: solid 1px #1e2633;
	border-radius: 5px;
	border-right: solid 1px #1e2633;
}
::-webkit-resizer,
::-webkit-scrollbar-button,
::-webkit-scrollbar-corner
{
	display: none;
}

.grid__item button, .page .row_res button {
	min-width: 180px;
    margin: 20px 0;
	margin-bottom: 0;
    background: #7c8899;
    border: none;
    font-size: 1vw;
    padding: 14px;
    border-radius: 3px;
    text-transform: uppercase;
    color: white;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    font-weight: 500;
    cursor: pointer;
}

.box-right
{
	float: left;
	margin-bottom: 2vw;
	width: 48%;
}
.box-right:nth-child(2n-1)
{
	margin-right: 4%;
}
.box_j img
{
	filter: contrast(1.2);
	opacity: 0.5;
}
.box_j:hover .j_inf
{
	cursor: pointer;
	opacity: 1;
}
.container_package
{
	background-color: #364457;
}
.grid
{
	float: left;
	list-style: none;
	text-align: center;
}
.footer_block
{
	float: left;
	width: 100%;
}
.post_title {
	position: absolute;
	bottom: 0;
}

.box_post
{
	overflow: hidden;
}
.box_post img
{
	filter: contrast(1.1);
	opacity: 0.6;
	width: 100%;
	height: 100%;
}
.box_post:hover .post_inf
{
	cursor: pointer;
	opacity: 1;
}

#bootstrap-touch-slider {
	min-height: 21vw;
}

.leftSidebar  {
	box-sizing: border-box;
	overflow: hidden !important;
	
}

.container_res {
	float: left;
	padding: 0 12vw;
	width: 100%;
	/* zexler's styles */
}

.row_res {
	padding-top:40px;
	min-height: 350px;
	/* zexler's styles */
	display: flex;
    flex-direction: row;
    align-items: flex-start;
	justify-content: flex-start;
	max-width: 900px;
	margin: 0 auto;
}

.nav a{
	color: #fff;
	text-decoration: none;
}

.row_res article{
	float: left;
}

.row_res #post-10 {
	max-width: 100%;
}
.page-id-18 .row_res {
	max-width: 100%;
	width: 100%;
}

.row_res #post-18 {
	max-width: 100%;
	width: 100%;
}

article.page ul {
	list-style: square;
	padding-left: 20px;
}

@keyframes move {
  0% {transform: rotate(-0deg);}
  10% {transform: rotate(15deg);}
  20% {transform: rotate(-15deg);}
  30% {transform: rotate(15deg);}
  50% {transform: rotate(0deg);}
  }
  
  @keyframes move_circle {
  0% {transform: scale(); opacity: 0;}
   10% { opacity: 1;}
  50% {transform: scale(2); opacity: 0;}
   100% {transform: scale(2); opacity: 0;}
  }
  
   @keyframes move_circle2 {
  0% {transform: scale(); opacity: 0;}
   10% { opacity: 1;}
  50% {transform: scale(4); opacity: 0;}
   100% {transform: scale(4); opacity: 0;}
  }
  
@keyframes move_back {
  0% {top: 0;}
  50% {transform: scale(1.2); }
  100% {top: 0;}
}

.left_block:hover .background-pos {
	transform: scale(1.1);
}

.logo {
	height: 19vw;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
}
	
h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 6em;
    line-height: 1em;
}

.article_right iframe {
	width: 100%;
	height: 20vw;
}

/*single page themplate*/

.container_res h1 {
	font-size: 1.2vw;
	margin-bottom: 2vw;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	color: #364457;
}

.container_res ul li {
	list-style-type: disc;
	margin-left: 30px;
}

.container_res h2 {
	margin: 2vw 0;
	margin-bottom: 0.7vw;
	font-size: 1.4vw;
	font-weight: 600;
}

article img {
	max-width: 100%;
}

.container_res h3 {
	font-weight: 500;
	width: 100%;
}

.nav-links {
	float: left;
	width: 100%;
}

blockquote {
	padding: 10px;
	margin-bottom: 15px;
	float:left;
	width: 100%;
}

.navigation {
	margin: 0;
}

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



@media only screen and (min-width : 768px)
{
	.article_right {
		float: left;
		width: 28%;
	}
	.page-id-21 article {
		width: 100%;
		/* margin-right: 2%; */
		float: left;
	}
	.page-id-21 article .col-page-21-left {
		width: 60%;
		float: left;
		box-sizing: border-box;
	}
	.page-id-21 article .col-page-21-right {
		width: 20%;
		margin-left: 20%;
		float: left;
		box-sizing: border-box;
	}
	.slider_j.flex {
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	.col-page-21-left p {
		margin-bottom: 8vh;
	}
	.slider_j.flex .box_j {
		padding: 0;
		margin: 0;
		margin-bottom: 30px;
		width: 100%;
	}
	.page-id-42 article {
		width: 70%;
		margin-right: 2%;
		float: left;
	}
	
	article.post-44 {
		width: 70%;
	}
	
	.page-id-25 article {
		width: 70%;
		margin-right: 2%;
		float: left;
	}
	article.post {
		width: 70%;
		margin-right: 2%;
		float: left;
	}
	.sidebar_page {
		width: 39%;
		float: right;
	}
	.container_res .post {
		width: 59%;
		margin-right: 2%;
		float: left;
		padding-left: 40px;
		padding-bottom: 70px;
	}
	.container_res article h4 {
		font-size: 1.2vw;
	}
	.lead {
		font-size: 1vw;
	}
}


@media only screen and (max-width : 768px)
{
	.col-page-21-left p {
		margin-bottom: 8vh;
	}
	.article_right {
		float: left;
		width: 100%;
	}
	.article_right iframe{
		min-height: 300px;
	}
	.container_res .post {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.container_res article h4 {
		font-size: 18px;
	}
	.sidebar_page {
		width: 100%;
	}

}


.inpage-block {
	max-width: 800px;
	margin-right: 0%;
	clear: both;
	margin-bottom: 1vw;
}

.inpage-block h3 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.inpage-block .services h3 {
	width: auto;
}

.container-flex .inpage-block:nth-child(2n) {
	margin-right: 0;
}

.container_res .services h3
{
	background-color: #7e8998;
	border-radius: 0.3vw;
	color: white;
	float: left;
	font-size: 1vw;
	font-weight: 400;
	line-height: 1.8vw;
	margin: 0;
	margin-bottom: 0.3vw;
	margin-right: 0.3vw;
	padding: 0.7vw;
	width: calc(50% - 0.3vw);
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media only screen and (max-width : 500px)
{
	.inpage-block {
		width: 100%;
		margin-right: 0;
		float: left;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width : 767px)
{
	.inpage-block {
		width: 100%;
		margin-right: 0;
		float: left;
		margin-bottom: 20px;
	}
	
	.post-template-default .container_res {
		padding-top: 20px;
	}

	.container_res h2 {
		font-size: 20px;
		margin: 20px 0;
		margin-bottom: 10px;
	}
		
	.container_res h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}
		
	.container_res .services h3 {
		font-size: 16px;
		border-radius: 4px;
		line-height: 20px;
		margin-bottom: 5px;
		margin-right: 5px;
		padding: 10px;
		width: 100%;
		min-height: 40px;
	}
}

.container-flex {
	display: flex;
	max-width: 100%;
	flex-direction: row;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}

.container-q {
	float: left;
	margin-bottom: 15px;
}

.row_res h3{
	float: left;
}

.container-flex .inpage-block img{
	width: 100%;
	height: auto;
}

.container-flex .inpage-block ul{
	float: left;
}

.container-flex .inpage-block ul li{
	margin-bottom: 15px;
}
.half-container {
	width: 48%;
	float: left;
}

.half-container .inpage-block {
	width: 100%;
}
@media only screen and (min-width : 768px)
{
	.post-template-default .container_res {
		padding-top: 20px;
	}
	.half-container {
		margin-right: 2%;
	}
	.half-container:nth-child(2n) {
		margin-right: 0;
	}
}
@media only screen and (max-width : 767px)
{
	.half-container {
		width: 100%;
	}
}

.ez-toc-white {
	border: solid 0px white !important;
	padding: 0 !important;
}

.post .ez-toc-white {
	display: none !important;
}

.alignleft {
	float: left;
}

.page .grid__row {
	padding-left: 0;
	padding-right: 0;
}

.grid__item {
	background-color: #435266;
	-webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
	position: relative;
}

.grid__item:hover {
	transform: scale(1.07);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.27);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.27);
}
@media only screen and (min-width : 768px) {
	.grid__item h3 {
			background-color: #3f4e61;
			margin: 0;
			padding: 40px 20px;
			margin: -1vw;
			width: calc( 100% + 2vw);
		}
	.grid__item p {
		float: left;
		width: 100%;
	}
	
	.grid__row {
		display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	}
	.page .grid__item {
	    margin-bottom: 3.5%;
	}
	.post-23 .grid__row {
		padding-bottom: 0;
	}
}

@media only screen and (max-width : 767px) {
	.grid__item h3 {
			background-color: #3f4e61;
			margin: 0;
			padding: 40px 20px;
			margin: -20px;
			width: calc( 100% + 40px ) !important;
		}
	.grid__item p {
		width: 100%;
	}
	
	.grid__item h3 {
		float: none;
	}
	.grid__item button {
		font-size: 100% !important;
	}
}

.grid__item h3 {
	line-height: 150%;
}

.nodisplay {
	display: none;
}

.testinternational {
	float: left;
	padding-bottom: 40px;
}

.testinternational button {
	float: left;
	margin-right: 10px !important;
}

.testinternational button.active {
	background-color: #364457;
}

.testinternational div {
	float: left;
	width: 100%;
	margin: 5px 0;
}

.testinternational p {
	margin-top: 20px;
	float: left;
}

.testinternational form {
	float: left;
}

.testinternational form input, .testinternational form textarea, .testinternational form button {
	float: none;
	width: 100%;
	max-width: 52%;
	margin-bottom: 15px;
}

.testinternational form input::placeholder {
	color: #465865;
	padding: 5px;
}

.testinternational form textarea::placeholder {
	color: #465865;
	padding: 5px;
}

.backcall-tel-link {
	color: white !important;
}
.backcall-tel-link:hover {
	text-decoration: none;
}
.fbc {
	margin-bottom: 40px;
}
.fbc-page .fbc-wrap .fbc-items {
    background-color: #e9eae6;
}
.fbc-items li > span {
	text-transform: lowercase;
	display: block;
}
.fbc-items li > span::first-letter { 
	text-transform: uppercase;
}
.container-full {
	margin-top: 40px;
}
	.container-full .fbc {
		padding-left: 2vw;
	}
@media only screen and (max-width: 767px) {
	.box_posts {
		padding-left: 40px;
	}
	.container-full .fbc {
		margin-left: 40px;
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 768px) {
	.box_posts {
		padding-top: 0;
	}
}
.home .container-full {
	margin-top: 0px;
}
.home .container_posts {
	margin-top: 40px;
}


/* Yaakub's style - begin */

.prices {
	background-color: #354457;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
	max-width: 100%;
	padding: 50px 50px;
}
.price-item {
	background-color: #cbd5e2;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
	margin-right: 3.5%;
    padding: 0px;
    text-align: center;
    /*width: 31%;*/
	flex-basis: 400px

}
.price-item:nth-child(3) {
    margin-right: 0;
}
.price-item:hover {
    transform: scale(1.07);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.27);
}
.price-item > h3 {
	height: 140px;
	width: 100%;
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 1.5;
    margin: 0;
	background-color: #ffffff;
	display: flex;
    justify-content: center;
    align-items: center;
}
.price-item > .icon-and-text {
	display: flex;
	flex-wrap: nowrap;
	padding: 15px 20px;
	justify-content: start;
}
.price-item > .icon-and-text.first {
	padding-top: 30px;
}
.price-item > .icon-and-text.last {
	padding-bottom: 50px;
}

.price-item > .icon-and-text.button {
	padding: 0px 0px 30px 0px;
	justify-content: center;
}
.price-item > .icon-and-text > img {
	padding-right: 20px;
	margin: 0;
}
.price-item > .icon-and-text > p {
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 17px;
	font-weight: 400;
}
.price-item button {
	
    font-weight: 200;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 0.05vw #eed99c;
    padding: 0.5vw 1vw;
    margin-top: 10px;
    float: left;
    background: linear-gradient(#364457, #2d3849);
    box-sizing: border-box;
    outline: none;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
	color: #eed99c;
    text-decoration: none;
}
.price-item button:hover {
    background: linear-gradient(#2d3849, #364457);
}
.price-item button > a {
    color: #eed99c;
	text-decoration: none;
}
.gargar {
	display: block;
    position: absolute;
    bottom: 20px;
	    left: 50%;
    margin-left: -95px;
}
@media (max-width:900px){
	.prices {
		background-color: #354457;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		max-width: 100%;
		padding: 40px;
	}
	.price-item {
		margin-right: 0%;
		margin-bottom: 40px;
		padding: 0px;
		text-align: center;
		width: 400px;
	}
	.price-item > h3 {
		line-height: 1;
		height: auto;
		padding: 40px 30px;
	}
	.price-item > .icon-and-text.first {
		padding-top: 15px;
	}
	.price-item > .icon-and-text {
		padding: 15px 15px;
	}
	.price-item > .icon-and-text > img {
		padding-right: 15px;
		transform: scale(0.7);
	}
	.price-item:nth-child(3) {
		margin-bottom: 0;
	}
	.price-item > .icon-and-text > button {
		padding: 10px 20px;
	}
}
@media (max-width:700px){

	.price-item {
		margin-right: 0%;
		margin-bottom: 12vw;
		padding: 0px;
		text-align: center;
		width: 100%;
	}
	.hover_bkgr_fricc {
		width: 90% !important;
		box-sizing: border-box !important;
		/* margin: 30px; */
		top: 30px !important;
		left: 0 !important;
		margin-left: 0 !important;
		margin: 5% !important;
		padding: 14% 5% !important;
	}
	.price-item button, .hover_bkgr_fricc input[type="submit"] {
		padding: 10px 20px !important;
		
	}
}
span.wpcf7-not-valid-tip {
	font-size: 10px;
}
.hover_bkgr_fricc form > p > br {
	display: none;
}
.prices.white {
	background-color: #F7F8F3;
}
.prices.white .price-item {
	padding-bottom: 100px;
	position: relative;
}
.prices.white .price-item > h3 {
	background-color: #354457;
	color: white;
	padding: 40px 30px;
}

.prices.white.minus-margin-top {
	padding-top: 0;
}
div.wpcf7-response-output, .wpcf7-mail-sent-ok {
	border: 0 !important;
	font-size: 18px;
	margin: 0;
    padding: 0;
	
}
/* Popup box BEGIN */
.hover_bkgr_fricc {
    display: none;
    position: fixed;
    text-align: center;
    z-index: 20;
    background-color: #fff;
    width: 500px;
    height: auto;
    border-radius: 0px;
    padding: 5%;
    top: 80px;
    left: 50%;
    margin-left: -250px;
	will-change: transform;
}
.popupCloseButton {
	background-color: #fff;
    border: 0px solid #99999945;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 25px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
.overlay {
	z-index:3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}
.hover_bkgr_fricc input {
    color: #eed99c;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 0.05vw #eed99c;
    padding: 10px 20px;
    margin: 1.6% 0;
    width: 100%;
    background: linear-gradient(#2e3a4a, #364457);
    box-sizing: border-box;
    outline: none;
	font-size: 18px;
}
.hover_bkgr_fricc input[type="submit"] {
	float: none;
	text-align: center;
	display: block;
    margin: 0 auto !important;
}
.hover_bkgr_fricc .wpcf7-textarea {
	color: #eed99c;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 0.05vw #eed99c;
    padding: 10px 20px;
    margin: 1.6% 0;
    width: 100%;
    background: linear-gradient(#2e3a4a, #364457);
    box-sizing: border-box;
    outline: none;
	height: 100px;
	    font-size: 18px;
}

.prices.little .price-item > .icon-and-text {
    padding: 20px 40px;
}
.prices.little .price-item > .icon-and-text > img {
    padding-right: 40px;
}
.prices.little .price-item {
    padding-bottom: 0px;
}
/* Popup box BEGIN */

.ia-utp-title-wrap {
	display: flex;
    align-items: center;
	margin-bottom: 10px;
	margin-top: 30px;
}
.ia-utp-title-icon {
	font-size: 300%;
    font-weight: 900;
    margin-right: 20px;
}
img.ia-utp-title-icon {
	width: 60px;
}
.ia-utp-title-text {
	font-size: 200%;
    font-weight: 700;
}
.ia-utp-text-wrap {
    font-weight: 300;
    font-size: 16px;
    padding-left: 50px;
}
.ia-utp-link {
    font-weight: 300;
    font-size: 16px;
    padding-left: 50px;
    text-decoration: underline;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
@media only screen and (max-width: 767px) {
	.grid__item button, .page .row_res button {
		font-size: 4vw;
	}
	p {
    margin: 0 0 10px;
}
	.theiaStickySidebar {
		padding: 0px;
	}
	.ia-utp-title-wrap {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	.ia-utp-title-icon {
		font-size: 200%;
		font-weight: 900;
		margin-right: 20px;
	}
	img.ia-utp-title-icon {
		width: 50px;
	}
	.ia-utp-title-text {
		font-size: 100%;
		font-weight: 700;
	}
	.ia-utp-text-wrap {
		font-weight: 400;
		font-size: 15px;
		padding-left: 0px;
	}
	.ia-utp-link {
		font-weight: 300;
		font-size: 16px;
		padding-left: 0px;
		text-decoration: underline;
		display: inline-block;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.ia-wrap-socnet {
	float: left !important;
}
.ia-wrap-socnet-footer {
	display: flex;
    justify-content: flex-start;
	float: right !important;
}
.ia-wrap-socnet-footer > li { 
	margin-right: 40px;
}
.ia-socnet-img > img {
	width: 25px;
	margin-top: -5px;
}
.ia-wrap-socnet-footer > li > .ia-socnet-img > img {
	width: 40px;
	margin-top: 05px;
}
.ia-wrap-socnet > li > a{
	color: white;
}
.ia-wrap-socnet > li > a:hover {
	text-decoration: none;
}
.ia-wrap-socnet > li:nth-child(1) > a {
	padding-left: 0 !important;
}

@media (min-width: 767px) and (max-width: 1300px) {
}
	
	.logo a img
		{
			width: 70%;
		}


	.box_j
	{
		background-color: #cacdc5;
		float: left;
		margin: 1%;
		margin-left: 0;
		margin-right: 2%;
		max-width: 270px;
		position: relative;
		width: 49%;
	}
	.box_j:nth-child(2n)
	{
		margin-right: 0;
	}
	
@media only screen and (min-width : 768px)
{
	.col-50.mod-1 {
		width: 33.333%;
	}
	.col-50.mod-2 {
		width: 66.666%;
	}
	.col-50.mod-2 .box_j{
		width: 31.333%;
		margin: 1%;
	}
	.col-50.mod-2 .box_j:nth-child(3n){
		
	}
	.col-50.mod-2.box_j:nth-child(2n) {
		margin-right: 1%;
	}
}

.slider_j.flex div.box_j > p {
	margin: 0;
}

.page-template-default .row_res {
    flex-direction: column !important;
}
/* Yaakub's style - end */