/*
 * Theme: LP Theme
 * Developer: Alex Folgin
 */


header{ position: relative;  min-height: 123px;}
.wrapper{
	width: 1000px;
	padding: 0 12px;
	margin: auto;
	position: relative;
}
a{ color: #000000; text-decoration: none;}
a:hover, a:active, a:focus{ color: #000000; text-decoration: none;}
#logo{ background: url('../images/logo.png') 50% 50% no-repeat; position: absolute; width: 119px; height: 90px; left: 0; top: 6px; }
@media only screen and (max-width: 992px){
	#logo{
		position: relative; width: 100%;
		height: 90px; left: auto; top: 13px; display: inline-block; margin-bottom: 20px;
	}
}
h1{ font: 400 36px/36px 'PT Sans Narrow', sans-serif; text-align: center; }
h1 span.blue { color:#3367ab; }
h2{ font: 400 36px/36px 'PT Sans Narrow', sans-serif; text-align: center; color: #000;}
h2 strong{ font: 400 36px/36px 'PT Sans Narrow', sans-serif; text-align: center; color: #3367ab }
h4{ font: 400 24px/24px 'PT Sans Narrow', sans-serif; text-align: center; color: #000;}

p { font: 400 18px/18px 'PT Sans Narrow', sans-serif; }

header .container{
	position: relative;
}
header h1{ padding: 32px 0 0 0px;width: 577px; }
.hours_work{ position: absolute; right: 13px; top: 22px; width: 200px; font: 400 14px/24px 'PT Sans Narrow', sans-serif; text-align:center;}
@media only screen and (max-width: 992px){
	.hours_work{ position: relative; right: auto; top: auto; width: 100%; font: 400 14px/24px 'PT Sans Narrow', sans-serif; text-align:center;}
}
.hours_work strong{ font: 700 14px/24px 'PT Sans Narrow', sans-serif; }
.hours_work ul li{ list-style: inside url('../images/phone.png'); }
.hours_work ul li a{ font: 700 20px/25px 'PT Sans Narrow', sans-serif; color:#000; }
.header_link{ font: 400 18px/35px 'PT Sans Narrow', sans-serif; color:#3367ab; padding-top: 20px; border-bottom: 2px dotted #3367ab; }
.navbar-default{ background: none;border: none;
	margin-bottom:0;    text-align: center; }
@media only screen and (min-width: 992px) and (max-width: 1199px){
	header h1{ padding: 25px 0 0 58px;}
}

/********** styles for promotion **********/
.stock {
	/*background: url("../images/stock-bg.jpg") no-repeat center top / cover;*/
	background: url("../images/tt4.jpg") repeat left top;
}

.stock .container {
	background: rgba(255, 255, 255, .76);
}

.stock__title {
	font: 700 50px "PT Sans Narrow", sans-serif;
	text-align: center;
	margin-top: 15px;
}

.stock__title span {
	text-transform: uppercase;
	color: #3367ab;
}

.stock-wrap {
	display: flex;
	align-items: flex-start;
	padding-top: 29px;
	margin-bottom: 45px;
}

/*stock-box*/
.stock-box {
	margin-left: auto;
}

.stock-box__top {
	display: flex;
	align-items: flex-start;
	position: relative;
}

.stock-box__img {
	display: block;
	height: auto;
}

.stock-box__img_2 {
	margin-left: -207px;
	margin-top: -17px;
}

.callout {
	background: #ffb800;
	text-align: right;
	padding: 6px 37px 16px 30px;
	position: absolute;
	top: -5px;
	right: -98px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .13);
}

.callout:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -20px;
	left: 35px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #ffb700 transparent transparent transparent;
}

.callout__old-price {
	font: 700 24px 'PT Sans', sans-serif;
}

.callout__old-price span {
	text-decoration: line-through;
}

.callout__old-price sup {
	font-size: 13px;
}

.callout__new-price {
	font: 700 36px/47px 'PT Sans', sans-serif;
	color: #fff;
	text-shadow: 4px 4px 7px rgba(0, 0, 0, .13);
	margin-top: -10px;
}

.callout__new-price span {
	font-size: 48px;
}

.callout__new-price sup {
	font-size: 21px;
}

.stock-box__bottom {
	margin-left: 19px;
	margin-top: 0px;
}

.stock-info {
	position: relative;
}

.stock-info__title {
	font: 700 24px "PT Sans Narrow", sans-serif;
}

.stock-info__subtitle {
	font: 400 20px "PT Sans Narrow", sans-serif;
	line-height: 1;
}

.stock-info__arrow {
	display: block;
	position: absolute;
	top: -14px;
	left: 218px;
}

.pdf {
	display: flex;
	align-items: center;
	margin-top: 11px;
}

.pdf__icon {
	display: block;
}

.pdf__link {
	font: 700 20px "PT Sans Narrow", sans-serif;
	color: #3367ab;
	text-decoration: none;
	border-bottom: 1px dashed #3367ab;
	margin-left: 6px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pdf__link:hover {
	color: #3367ab;
	text-decoration: none;
	border-color: transparent;
}

/*stock-form*/
.stock-form {
	margin: 0px auto;
	background: rgba(0, 0, 0, .6);
	padding: 35px 30px 48px;
}

.stock-form__title {
	font: 700 27px "PT Sans Narrow", sans-serif;
	color: #fff;
}

.stock-form__box {
	display: block;
	width: 300px;
	margin-top: 7px;
}

.stock-form__label {
	font: 400 18px "PT Sans Narrow", sans-serif;
	color: #fff;
}

.stock-form__field-box {
	position: relative;
}

.stock-form__field-box:before {
	content: '';
	display: block;
	width: 15px;
	height: 17px;
	background: url("../images/stock-phone.png") no-repeat top left;
	pointer-events: none;
	position: absolute;
	left: 14px;
	top: 13px;
}

.stock-form__field {
	display: block;
	width: 100%;
	font: 400 16px "PT Sans", sans-serif;
	border: 0;
	padding: 0;
	padding: 12px 36px;
	margin-top: 9px;
}
.stock-form__field.error-fld { background-color: #ffcfcd; }

.stock-form__field::-webkit-input-placeholder {color: #979797;}
.stock-form__field:-moz-placeholder {color: #979797;}
.stock-form__field::-moz-placeholder {color: #979797;}
.stock-form__field:-ms-input-placeholder {color: #979797;}
.stock-form__field::-ms-input-placeholder {color: #979797;}
.stock-form__field::placeholder {color: #979797;}

button.stock-form__btn {
	width: 100%;
	font: 400 26px/60px "PT Sans Narrow", sans-serif;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .23), inset 0px 0px 3px #fff;
	padding: 0 15px;
	margin-top: 16px;
}

@media screen and (max-width: 992px) {
	.stock-wrap {
		flex-direction: column;
	}
	.stock-box {
		margin-right: auto;
	}
	.callout {
		right: -60px;
	}
	.stock-form {
		margin: 35px auto 0;
	}
}
@media screen and (max-width: 768px) {
	.stock-wrap {
		padding-top: 116px;
	}
	.stock__title {
		font-size: 30px;
	}
	.stock__title span {
		display: block;
		font-size: 36px;
		margin-bottom: -5px;
	}
	.stock-box__img_1 {
		width: 300px;
	}
	.stock-box__img_2 {
		width: 285px;
		margin-left: -319px;
		margin-top: -102px;
	}
	.callout {
		right: 0;
		top: -99px;
		padding: 5px 33px 7px 27px;
	}
	.callout__old-price {
		font-size: 21px;
	}
	.callout__old-price sup {
		font-size: 12px;
	}
	.callout__new-price {
		font-size: 31px;
	}
	.callout__new-price span {
		font-size: 41px;
	}
	.callout__new-price sup {
		font-size: 19px;
	}
	.stock-box__bottom {
		margin-top: 10px;
	}
	.stock-info__title {
		font-size: 22px;
	}
	.stock-info__subtitle {
		font-size: 17px;
	}
	.stock-info__arrow {
		top: -16px;
		left: 201px;
	}
	.pdf__link {
		font-size: 18px;
	}
}
@media screen and (max-width: 365px) {
	.stock-form {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.stock-form__title {
		font-size: 25px;
	}
	.stock-form__box {
		width: 100%;
	}
}
/********** end styles for promotion **********/

/******************** styles for calculator ********************/
.calculator {
	padding: 51px 0;
	color: #000;
}

.calculator__title {
	text-transform: none;
	font-weight: 400;
}

.calc-box {
	display: flex;
	justify-content: space-between;
	font: 400 18px/18px "PT Sans", sans-serif;
	margin-top: 47px;
}

.calc-basic {
	width: 473px;
	display: flex;
	flex-direction: column;
}

.calc-basic__list {
	margin-bottom: 34px;
}

.calc-basic__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.calc-basic__item:nth-child(n + 2) {
	margin-top: 19px;
}

.calc-basic__item.calc-basic__item_range-one {
	margin-top: 27px;
}

.calc-basic__item.calc-basic__item_range-two {
	margin-top: 43px;
}

.calc-basic__item.calc-basic__item_phone {
	margin-top: 34px;
}

.calc-basic__feature {
	font: 400 18px/18px "PT Sans", sans-serif;
}

.calc-basic__value {
	width: 300px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
}

.calc-basic__value_area {
	justify-content: flex-start;
	align-items: center;
}

.calc-basic__cell {
	border: 2px solid #ffb600;
	font-size: 16px;
	padding: 9px 0;
	text-align: center;
}

.active-cell {
	background: #e2e7ea;
	color: #3367ab;
}

.calc-basic__cell_house {
	width: 80px;
}

.calc-basic__cell_room {
	width: 108px;
}

.calc-basic__cell_office {
	width: 90px;
}

.calc-basic__cell_new-house {
	width: 115px;
}

.calc-basic__cell_econdary {
	width: 174px;
}

.calc-basic__cell_location {
	display: block;
	width: 100%;
	padding-left: 17px;
	color: #3367ab;
	text-align: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.calc-basic__cell_area {
	width: 70px;
	text-align: left;
	color: #3367ab;
	padding-left: 17px;
	padding-right: 17px;
	-moz-appearance: textfield;
}

.calc-basic__sel-icon {
	width: 24px;
	height: 24px;
	background: #e2e7ea;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.calc-basic__sel-icon:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #ffaa00 transparent transparent transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.calc-basic__unit {
	margin-left: 11px;
}

.calc-basic__slider {
	width: 300px;
}

.calculator .irs-slider {
	width: 10px;
	height: 25px;
	background: #3367ab;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .17);
	margin-left: 0;
	top: 0;
	cursor: pointer;
}

.calculator .irs {
	height: 25px;
}

.calculator .irs-line {
	height: 6px;
	top: 10px;
}

.calculator .irs-bar-edge {
	width: 10px;
	height: 6px;
	background: #ffa800;
	top: 10px;
}

.calculator .irs-bar {
	height: 6px;
	background: #ffa800;
	top: 10px;
}

.calculator .irs-line-left,
.calculator .irs-line-mid,
.calculator .irs-line-right {
	height: 6px;
	background: #e2e7ea;
}

.calculator .irs-single,
.calculator .irs-min,
.calculator .irs-max {
	font: 700 16px/16px "PT Sans", sans-serif;
	color: #3367ab;
	padding: 0;
	background: none;
	border-radius: 0;
	top: inherit;
	bottom: -21px;
}

.calc-basic__cell_phone {
	width: 100%;
	text-align: left;
	padding-left: 17px;
	color: #3367ab;
}

.calc-basic__cell_area::-webkit-outer-spin-button,
.calc-basic__cell_area::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.calculator input::-webkit-input-placeholder {color: #3367ab;}/* Chrome/Opera/Safari */
.calculator input::-moz-placeholder          {color: #3367ab;}/* Firefox 19+ */
.calculator input:-moz-placeholder           {color: #3367ab;}/* Firefox 18- */
.calculator input:-ms-input-placeholder      {color: #3367ab;}/* IE 10+ */
.calculator input::placeholder               {color: #3367ab;}

button.calc-basic__btn {
	width: 343px;
	padding: 0px 20px;
	margin-top: auto;
}

.calc-results {
	display: none;
	width: 500px;
	border: 2px solid #ffb600;
	padding: 30px 26px 30px;
}

.calc-results__title {
	font: 700 26px/30px "PT Sans Narrow", sans-serif;
	text-align: center;
}

.calc-results__list {
	margin-top: 39px;
}

.calc-results__item {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
}

.calc-results__item_two {
	margin-top: 33px;
}

.calc-results__item:after {
	content: "";
	display: block;
	border-bottom: 1px dashed #c6c7c8;
	z-index: 5;
	position: absolute;
	bottom: 6px;
	right: 0;
}

.calc-results__item_one:after {
	left: 284px;
}

.calc-results__item_two:after {
	left: 102px;
}

.calc-results__cost {
	width: 312px;
	font: 400 18px/24px "PT Sans", sans-serif;
}

.calc-results__price {
	font: 700 20px/24px 'PT Sans Narrow', sans-serif;
	background: #fff;
	position: relative;
	padding-left: 5px;
	z-index: 10;
}

.calc-results__total-price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #3367ab;
	padding-top: 24px;
	margin-top: 35px;
}

.calc-results__total-price p:first-child {
	font: 700 24px/24px 'PT Sans Narrow', sans-serif;
}

.calc-results__total-price p:last-child {
	font: 700 30px/30px 'PT Sans Narrow', sans-serif;
	color: #2f65a9;
}

button.calc-results__btn {
	width: 100%;
	padding: 0px 20px;
	margin-top: 42px;
}

.calc-results__credits {
	margin-top: 27px;
}

.calc-results__credits sup {
	font-size: 22px;
	color: #2f65a9;
	top: 0;
}

.calculator .error-fld {
	border: 1px solid #ff0000;
	background: #ffdbce !important;
}

@media screen and (max-width: 1200px) {
	.calc-box {
		flex-direction: column;
		align-items: center;
	}
	.calc-results {
		margin-top: 52px;
	}
	button.calc-basic__btn {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 500px) {
	.calc-basic, .calc-results {
		width: 100%;
	}
	.calc-basic__item {
		flex-direction: column;
	}
	.calc-basic__value, .calc-basic__slider {
		margin-top: 12px;
	}
	.calc-basic__value_area {
		justify-content: center;
	}
	button.calc-basic__btn {
		width: 300px;
		padding: 0px 10px;
	}
	.calc-results {
		padding: 30px 15px 30px;
	}
	.calc-results__item {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.calc-results__cost {
		width: 100%;
	}
	.calc-results__price {
		padding-left: 0;
		margin-top: 10px;
	}
	.calc-results__item:after {
		display: none;
	}
	button.calc-results__btn {
		padding: 0px 10px;
		font-size: 16px;
	}
}
/******************** end styles for calculator ********************/

.nav_logo{display: none}
.i1{ background-size: cover; background-position: center; height: 576px; }
.geo {background-size: cover; background-position: center; height: 546px; }

.geo_altair { background: url('../images/geo_altair.jpg'); }
.geo_altair_2 { background: url('../images/geo_altair_2.jpg'); }
.geo_apelsin { background: url('../images/geo_apelsin.jpg'); }
.geo_avtorskiy { background: url('../images/geo_avtorskiy.jpg'); }
.geo_avtorskiy_rayon { background: url('../images/geo_avtorskiy_rayon.jpg'); }
.geo_balkovskiy { background: url('../images/geo_balkovskiy.jpg'); }
.geo_beletag { background: url('../images/geo_beletag.jpg'); }
.geo_english_house { background: url('../images/geo_english_house.jpg'); }
.geo_fran_2 { background: url('../images/geo_fran_2.jpg'); }
.geo_fran_22 { background: url('../images/geo_fran_22.jpg'); }
.geo_golfstrim { background: url('../images/geo_golfstrim.jpg'); }
.geo_jem_10 { background: url('../images/geo_jem_10.jpg'); }
.geo_jem_18 { background: url('../images/geo_jem_18.jpg'); }
.geo_jem_21 { background: url('../images/geo_jem_21.jpg'); }
.geo_jem_26 { background: url('../images/geo_jem_26.jpg'); }
.geo_jem_5 { background: url('../images/geo_jem_5.jpg'); }
.geo_jem_6 { background: url('../images/geo_jem_6.jpg'); }
.geo_jem_7 { background: url('../images/geo_jem_7.jpg'); }
.geo_jem_8 { background: url('../images/geo_jem_8.jpg'); }
.geo_jem_9 { background: url('../images/geo_jem_9.jpg'); }
.geo_klubniy_dom { background: url('../images/geo_klubniy_dom.jpg'); }
.geo_osipova_40 { background: url('../images/geo_osipova_40.jpg'); }
.geo_ostrova { background: url('../images/geo_ostrova.jpg'); }
.geo_park_sovinon { background: url('../images/geo_park_sovinon.jpg'); }
.geo_romanovskiy { background: url('../images/geo_romanovskiy.jpg'); }


.i1_bg{ background: url('../images/i1_wr.png'); padding: 69px 0; text-align: center; height: 600px;}
.geo .i1_bg { padding-top: 105px; }
.i1 h2 strong{ font: 700 33px/40px 'PT Sans Narrow', sans-serif; color: #fff; }
.i1 h2{ font: 400 33px/40px 'PT Sans Narrow', sans-serif; color: #fff; }
.i1 h3{ font: 700 30px/40px 'PT Sans Narrow', sans-serif; color: #fff; }
.geo h3 { }
.i1_list{ font: 700 30px/30px 'PT Sans Narrow', sans-serif; color: #fff;  padding-top: 70px; }
.geo .i1_list { padding-top: 35px; }
.i1_list ul{ text-align: left; margin: 35px auto 45px auto; width: 400px; }
.i1_list ul li{ list-style: url('../images/check.png'); font: 400 30px/30px 'PT Sans Narrow', sans-serif; color: #fff; padding: 10px 0 0 20px;}
.i1_list .orange_btn{ padding: 0px 65px; font: 400 26px/55px 'PT Sans Narrow', sans-serif; }

.orange_btn{
	-webkit-appearance: none;
	display: inline-block;
	cursor: pointer;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0px 46px;
	font: 400 24px/55px 'PT Sans Narrow', sans-serif;
	color: #0A0A0A;
	text-shadow: 0px 1px 1px #fff;
	background: #fcb929;
	background: #F5B91C linear-gradient(#ffcb00, #ffb700, #ffa600 79%);
	background: #F5B91C -ms-linear-gradient(#ffcb00, #ffb700, #ffa600 79%);
	background: #F5B91C -o-linear-gradient(#ffcb00, #ffb700, #ffa600 79%);
	background: #F5B91C -webkit-linear-gradient(#ffcb00, #ffb700, #ffa600 79%);
	background: #F5B91C -moz-linear-gradient(#ffcb00, #ffb700, #ffa600 79%);
	border: 1px solid #ed8900;
	box-shadow: 0px 1px 3px #909090, inset 0px 0px 3px #fff;
}
.orange_btn:hover{
	background: #e88a03;
	background: #F5B91C linear-gradient(#e88a03, #fcb929 50%);
	background: #F5B91C -moz-linear-gradient(#e88a03, #fcb929 50%);
	background: #F5B91C -webkit-linear-gradient(#e88a03, #fcb929 50%);
	background: #F5B91C -o-linear-gradient(#e88a03, #fcb929 50%);
	background: #F5B91C -ms-linear-gradient(#e88a03, #fcb929 50%);
}

.menu{ border-bottom: 5px solid #3367ab; border-top: 5px solid #3367ab; background: #fff; }
.menu ul li{ display: inline-block; padding-right: 28px; font: 700 18px/48px 'PT Sans', sans-serif; }
.menu ul li a{ color:  #3367ab; }
.menu ul li:last-child{padding-right: 0px; }
.menu-fixed {
	padding-top: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 60;
}

/******************** specification ********************/
.section-title {
	font: 700 36px/36px 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #000;
}
.section-title span {
	font-weight: 400;
}
/******************** end specification ********************/


/******************** motivational-video ********************/
.motivational-video {
	background: url("../images/motivational-video-bg.jpg") no-repeat center top / cover;
	color: #fff;
	text-align: center;
}

.container {

}
footer .container-fluid {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.social i {
	margin: 0 20px;
}
.social i:nth-child(1) {
	color:#3C5A99;
}
.social i:nth-child(2) {
	color:black;
}
.social i:nth-child(3) {
	color:#665CAC;
}
.motivational-video__box {
	position: relative;
}

.motivational-video__img {
	display: block;
	width: 100%;
}

.motivational-video__content {
	position: absolute;
	pointer-events: none;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.motivational-video__title {
	color: #fff;
}

.motivational-video__title span {
	font-weight: 400;
}

.motivational-video__play {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 3px solid #fff;
	margin: 36px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.motivational-video__play-inner {
	width: 104px;
	height: 104px;
	border-radius: 50%;
	background: #fff;
	position: relative;
}

.motivational-video__play-inner,
.motivational-video__play-inner:after {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.motivational-video__box:hover .motivational-video__play-inner {
	background: transparent;
}

.motivational-video__play-inner:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 0 24px 30px;
	border-color: transparent transparent transparent #8092a2;
	position: absolute;
	left: 55%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.motivational-video__box:hover .motivational-video__play-inner:after {
	border-color: transparent transparent transparent #fff;
}

.motivational-video__info {
	font: 400 16px "PT Sans", sans-serif;
	margin-top: 30px;
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {
	.motivational-video__play {
		width: 60px;
		height: 60px;
		border: 2px solid #fff;
	}
	.motivational-video__play-inner{
		width: 52px;
		height: 52px;
	}
	.motivational-video__play-inner:after {
		border-width: 11.5px 0 11.5px 15px;
	}
}

@media screen and (max-width: 576px) {
	.motivational-video__title {
		font-size: 27px;
		line-height: 27px;
	}
}

@media screen and (max-width: 450px) {
	.motivational-video__play {
		margin-top: 15px;
	}
	.motivational-video__info {
		display: none;
	}
}
/******************** end motivational-video ********************/

.i2{ background: url('../images/i2.png') 34% 0%; min-height: 580px; padding: 50px 0; position: relative;}
.i2 ul {max-width: 760px; float: right; margin-top: 40px; }
.i2 ul li{     padding: 15px 10px 5px 0;
    display: inline-block;
    background: #fff;
    width: 224px;
    margin-right: 16px;
    height: 100px;
    margin-bottom: 32px;
    vertical-align: text-bottom;
    font: 400 18px/20px 'PT Sans Narrow', sans-serif;; }
.i2 ul li img{ margin-right: 10px; margin-bottom: 10px;}
.i2 ul li strong{ font: 700 20px/20px 'PT Sans Narrow', sans-serif; }
.i2_li_img{ float: left; }
.i2 a{ margin: 0px auto; }
.i2_snabzh{ bottom: 115px; position: absolute; left: 0; background: #ffa800; font: 700 24px/24px 'PT Sans Narrow', sans-serif; color: #fff; text-align: center; padding: 15px;}
.i2 .works-list {}
.i2 .works-list li a { margin: 0; color: #000; text-decoration: none; font: 400 20px/20px 'PT Sans Narrow', sans-serif; }
.i2_snabzh strong{ font: 400 24px/24px 'PT Sans Narrow', sans-serif; color: #000; }


/*i2 works-video*/
.i2 {
	height: 580px;
}
.i2 .container {
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.i2_snabzh {
	bottom: 102px;
}

.works-video {
	width: 760px;
	position: relative;
	cursor: pointer;
}
.works-video:hover .works-video__icon {
	border-color: rgba(255, 168, 0, 1);
}
.works-video:hover .works-video__icon:after {
	border-color: transparent transparent transparent rgba(255, 168, 0, 1);
}
.works-video__img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}
.works-video__icon {
	width: 157px;
	height: 157px;
	border-radius: 50%;
	border: 6px solid rgba(255, 255, 2555, .7);
	position: absolute;
	top: 50%;
	left: 50%;
	pointer-events: none;
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.works-video__icon:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 32px 0 32px 61px;
	border-color: transparent transparent transparent rgba(255, 255, 255, .7);
	position: absolute;
	top: 50%;
	left: 52px;
	-webkit-transform: translate(0, -50%);
	   -moz-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	     -o-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
.works-video__icon,
.works-video__icon:after {
	-webkit-transition: all 0.3s ease; /*Chrome до версии 26, Safari до версии 6.1 и Android до версии 4.4*/
	   -moz-transition: all 0.3s ease; /*Firefox до версии 16*/
	     -o-transition: all 0.3s ease; /*Opera до версии 12.10*/
	        transition: all 0.3s ease;
}
@media screen and (max-width: 1330px){
	.works-video {
		width: 700px;
	}
}
@media screen and (max-width: 1190px){
	.works-video {
		width: 650px;
	}
	.works-video__icon {
		-webkit-transform: translate(-50%, -50%) scale(.7);
		   -moz-transform: translate(-50%, -50%) scale(.7);
		    -ms-transform: translate(-50%, -50%) scale(.7);
		     -o-transform: translate(-50%, -50%) scale(.7);
		        transform: translate(-50%, -50%) scale(.7);
	}
}
@media screen and (max-width: 992px){
	.works-video {
		width: 500px;
	}
	.works-video__icon {
		-webkit-transform: translate(-50%, -50%) scale(.5);
		   -moz-transform: translate(-50%, -50%) scale(.5);
		    -ms-transform: translate(-50%, -50%) scale(.5);
		     -o-transform: translate(-50%, -50%) scale(.5);
		        transform: translate(-50%, -50%) scale(.5);
	}
}
@media screen and (max-width: 670px){
	.works-video {
		width: 440px;
	}
}
@media screen and (max-width: 571px){
	.i2 .container {
		justify-content: center;
		align-items: center;
	}
	footer .container-fluid {
		flex-direction: column;
	}
	footer .container-fluid p:nth-child(2){
		display: none;
	}
	.works-video {
		width: 90%;
	}
	.social {
		margin: 0;
		margin-bottom: 10px;
		width: 100%;
	}
}
/*and i2 works-video*/






.i3{ background: url('../images/i3_bg.jpg') repeat; padding: 55px 0; }
.i3_works{ padding: 45px 0; border-bottom: 1px solid #b6bdc1;}
.i3_text{ margin: 0px auto 30px auto; max-width: 464px; }
.i3_text span{ font: 700 24px/24px 'PT Sans Narrow', sans-serif; color: #3367ab; }
.i3_text p{ font: 400 18px/18px 'PT Sans Narrow', sans-serif; padding:30px 0;}
.i3_text strong{ font: 700 18px/20px 'PT Sans', sans-serif; }
.i3_text ul{ margin: 20px 0 0 10px; }
.i3_text ul li{ padding-left: 20px; font: 400 16px/18px 'PT Sans', sans-serif; list-style: url('../images/i3_triangle.png'); }
.i3_images{margin: 0px auto; max-width: 514px; }
.i3_images a{ display: inline-block; }
.i3_images img{ max-width: 464px;  border: 5px solid #fff; box-shadow: 1px 1px 3px #B8B8B8; -moz-box-shadow: 1px 1px 3px #B8B8B8; -webkit-box-shadow: 1px 1px 3px #B8B8B8;}
.small_img img{ max-width: 152px; height: 150px; }
.small_img img:last-child{ margin-right: 0; }
.small_img a { margin: 17px 6px 0 0; }
.small_img a:last-child{ margin-right: 0; }
.i3_others_works{ padding-top: 50px; text-align: center;}
.i3_text .more_desc { display: none; }

.i10 .video{ cursor: pointer; padding: 10px; width: 30%; }

.i4{ padding: 60px 0; text-align: center; }
.i4_block{ padding-top: 60px; }
.i4_block ul{ overflow:hidden; }
.i4_block img{ float: left; position: absolute; left: 0; top: 0 }
.i4_block ul li{ vertical-align: top; max-width: 400px;  font: 400 20px/23px 'PT Sans Narrow', sans-serif; text-align: left; display: inline-block; position: relative;   padding: 0 0 44px 60px; margin: 0px 15px; }
.i4_block ul li strong{ font: 700 24px/24px 'PT Sans Narrow', sans-serif; }
.i4_block p{ margin-top: 20px; }

.i5{ background-image: url('../images/i5_bg.jpg'); background-size: cover; background-position: center }
.i5 h2{ margin: 0px auto; text-align: right; }
.i5_bg{ background: url('../images/i5_wr.png'); padding: 49px 0;}
.i5 img{ float: left; margin: 33px 0 0 30px; max-width: 100%;}
.i5 p { padding: 40px 0; font: 700 24px/29px 'PT Sans Narrow', sans-serif; }
.i5_txt{ max-width: 586px; margin-top: 30px; float: right; }

.i6{ padding: 50px 0; text-align: center; }
.i6 ul li{ display: inline-block; width: 240px; font: 400 16px/19px 'PT Sans', sans-serif; vertical-align: text-bottom; }
.i6_img li{ vertical-align: middle; margin-top: 50px;}
.i6_txt{ margin-top: 20px; }

.i7{ background-image: url('../images/i7_bg.jpg'); background-size: cover; background-position: center; padding: 40px 0; text-align: center; }
.i7 h2{ background: #ffa800; padding: 5px; max-width: 573px; margin: 0 auto }
.i7 h2 strong{ font: 700 36px/36px 'PT Sans Narrow', sans-serif; color: #fff; text-shadow: 0px 1px 2px #868686; }
.i7 img{ padding: 30px 100px 0 0; }
.i7 img:last-child{ padding: 30px 0 0 0; }

.i8{ padding: 50px 0; }
.team h5{ font: 700 18px/24px 'PT Sans', sans-serif; display: block; margin: 20px 0 10px 0;}
.team img{ float: left; border: 1px solid #3367ab; margin-right: 20px; padding: 2px; width: 165px; height: 213px; }
.team{ vertical-align: top; margin-top: 40px; font: 700 24px/24px 'PT Sans', sans-serif; display: inline-block; max-width: 450px; margin-right: 19px; }
.team strong{ font: 100 16px/20px 'PT Sans', sans-serif; display: block; margin: 20px 0 10px 0;}
.team p{ font: 400 18px/18px 'PT Sans', sans-serif; margin-bottom: 20px;}
.team .more_desc { display: none; }

/*.i9{ background-image: url('../images/i9.jpg'); background-size: cover; background-position:center;padding: 60px 0; }
.i9 img{ float: left; width: 319px; height: 406px; }
.license{ background: url("../images/i9_1.png"); padding: 30px; float: right; max-width: 544px; height: 336px;}
.license p{ font: 400 24px/30px 'PT Sans Narrow', sans-serif; margin: 30px 0; }*/

/******************** licenses ********************/
.license {
	background: url("../images/license-bg.jpg") no-repeat center top / cover;
	color: #fff;
	padding-top: 77px;
	padding-bottom: 111px;
}

.license__title {
	color: #fff;
}

.license__text {
	border: 1px solid #ffb800;
	margin-top: 32px;
	padding: 47px 61px 61px 49px;
}

.license__text p:first-child {
	font: 700 30px/30px "PT Sans Narrow", sans-serif;
	margin-bottom: 24px;
}

.license__text p:first-child span {
	color: #ffbf18;
}

.license__text p {
	font: 400 20px/24px "PT Sans", sans-serif;;
}

.license__list {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}

.license__item {

}

.license__link {
	display: block;
	cursor: pointer;
}

.license__link img {
	display: block;
	width: 303px;
	height: 390px;
	box-shadow: -6px 6px 9px rgba(0, 0, 0, .3);
}

@media screen and (max-width: 1200px) {
	.license__text {
		padding-right: 49px;
	}
}
@media screen and (max-width: 992px) {
	.license__list {
		flex-direction: column;
		align-items: center;
	}
	.license__item:nth-child(n + 2) {
		margin-top: 35px;
	}
}
@media screen and (max-width: 450px) {
	.license__text {
		padding: 25px;
	}
}
/******************** end licenses ********************/

.i10{ padding: 60px 0; text-align: center; }
.i10 img{ cursor: pointer;}
.i10 img:nth-child(3n+1){ margin: 0; }
.i10 iframe{ display: inline-block; margin: 40px 16px 0 0; cursor: pointer;}
.i10 iframe:nth-child(3n+1){ margin: 0; }

.i11{ padding: 60px 0; border-top: 3px solid #ffa800; border-bottom: 3px solid #ffa800;}
.i11 ul{ margin-top: 40px; text-align: center;}
.i11 ul li{ display: inline-block; width: 154px; vertical-align: top; }
.i11 ul li:nth-child(2n){ width: 45px; }
.i11 .arrow{ margin: 40px 18px 0 18px; }
.i11 p{ text-align: center; font: 400 18px/20px 'PT Sans Narrow', sans-serif; }
.i11 .header_link{ font: 400 18px/20px 'PT Sans Narrow', sans-serif; padding-top: 0; }

.i12{ padding-top: 60px; }
/*.i12 iframe{ position: relative; padding-top: 30px;}*/
.i12 .ya_map{ position: relative; padding-top: 30px; filter: grayscale(100%);  -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -o-filter: grayscale(100%); }
.cont{ height: 495px; position: absolute; bottom: 0px; right: 0; background: #3367ab; padding: 40px; width: 270px; color: #fff; text-align: center; }
.cont p{ font: 400 16px/20px 'PT Sans', sans-serif; padding: 17px 0; }
.cont h2{ color: #fff; margin-bottom: 10px; }
.cont ul li{ list-style: inside url('../images/phone2.png'); font: 700 20px/24px 'PT Sans Narrow', sans-serif; }
.cont ul li a{ color: #fff; }
.cont textarea{ height: 58px; width: 100%; padding: 8px; resize: none; font: 400 14px/24px 'PT Sans', sans-serif;}
.white-inp{ padding: 8px; font: 400 14px/24px 'PT Sans', sans-serif; width: 100%; margin-bottom: 10px;}
.cont input::-webkit-input-placeholder, .cont textarea::-webkit-input-placeholder {color:#3367ab; font: 400 14px/24px 'PT Sans', sans-serif;}
.cont input::-moz-placeholder, .cont textarea::-moz-placeholder {color:#3367ab; font: 400 14px/24px 'PT Sans', sans-serif;}/* Firefox 19+ */
.cont input:-moz-placeholder, .cont textarea:-moz-placeholder{color:#3367ab; font: 400 14px/24px 'PT Sans', sans-serif;}/* Firefox 18- */
.cont input:-ms-input-placeholder, .cont textarea:-ms-input-placeholder {color:#3367ab; font: 400 14px/24px 'PT Sans', sans-serif;}

footer{ text-align: center; }
footer p{ font: 400 14px/22px  'PT Sans', sans-serif; margin: 15px 0 10px 0; text-align: left; }
.profit_link{
	padding: 10px 0;
	border-top: 1px solid #f1f1f1;
	font: 21px/25px 'PT Sans', sans-serif;
}
.profit_link a{ color: #114C7E; }

.request-popup .white-inp{ padding: 5px; font: 300 18px/29px 'PT Sans', sans-serif; }
.request-popup { display: none; padding: 15px; background-color: #f1f1f1; }
.request-popup .popup-form { max-width: 350px; text-align: center; display: block; }
.request-popup .popup-form h2 { color: #C50000; font: 600 27px/30px 'PT Sans', sans-serif; margin-bottom: 15px; }
.error-msg { display: none; font: 500 16px/16px 'PT Sans', sans-serif;   background-color: #FF0000; padding: 6px; color: #fff; margin-bottom: 15px; }

.request-popup .popup-form .offer-label { margin-top: 10px; font: 300 19px/27px 'PT Sans', sans-serif; }
.request-popup .popup-form .error-fld, .offer-form .error-fld { background-color: #FFDBCE !important; }
.request-popup .popup-form .btn { margin: 20px auto 30px; }

.request-popup .popup-form p { font: 300 19px/22px 'PT Sans', sans-serif; }

.count{
	text-align: center;
	background: url('../images/bg_count.jpg') 50% 50% no-repeat;
	padding: 48px 0 73px 0;
}
.count .count_present{
	padding-top: 23px;
}
.count h2, .pop_block h2{
	font: 700 40px/66px  'PT Sans Narrow', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.pop_block h2{
	white-space: nowrap;
	font: 700 40px/54px 'PT Sans Narrow', sans-serif;
}
.count h3, .pop_block h3{
	font: 700 40px/42px  'PT Sans Narrow', sans-serif;
	color: #ffa800;
	text-transform: uppercase;
}
.count .conter_bg{
	font: 700 39px/42px  'PT Sans Narrow', sans-serif;
	position: relative;
}
.countDays, .countHours, .countMinutes, .countSeconds {
	border: 3px solid #ffa800;
	color: #fff;
	height: 56px;
	display: inline-block;
	border-radius: 8px;
	padding: 0 10px;
}
.countSeconds .digit{
	color: #ffa800!important;
}
.counter_st{
	color: #fff;
	font: 19px/20px 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	position: absolute;
}
.conter_bg .position span{
	color: #fff;
	font: 700 39px/53px 'PT Sans Narrow', sans-serif;
}
.position, .digit{
	height: 56px;
	width: 17px;
}
.countdownHolder{
	padding-top: 51px;
	font: 67px/67px 'Cuprum',sans-serif;
}
.days_txt{
	top: 117px;
	left: 371px;
}
.hours_txt{
	top: 117px;
	left: 440px;
}
.minets_txt{
	top: 117px;
	right: 440px;
}
.seconds_txt{
	top: 117px;
	right: 371px;
}
.count .white-inp {
	padding: 8px;
	font: 400 19px/25px 'PT Sans Narrow', sans-serif;
	max-width: 191px;
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0.28);
	border-radius: 4px;
	border: 2px solid #fff;
	margin-top: 76px;
	color: #fff;
}
.count .orange_btn{
	padding: 0px 28px;
	position: relative;
}
.pop_block .orange_btn{
	margin-top: 30px;
	position: relative;
}
.count .orange_btn img{
	position: absolute;
	top: 13px;
	left: 22px;
}
.count .orange_btn p, .pop_block .orange_btn p{
	display: inline-block;
	padding-left: 35px;
	font: 400 24px/55px 'PT Sans Narrow', sans-serif;
}
.arrow_left{
	background: url('../images/arrow_r.png') 50% 50% no-repeat;
	width: 30px;
	height: 40px;
	position: absolute;
	left: 240px;
	bottom: 9px;
}
.arrow_right{
	background: url('../images/arrow_l.png') 50% 50% no-repeat;
	width: 30px;
	height: 40px;
	position: absolute;
	right: 243px;
	bottom: 9px;
}
.count .error-msg{
	position: absolute;
	top: 361px;
	left: 383px;
}
.count .request-popup .popup-form .error-fld, .offer-form .error-fld{
	background-color: #FFDBCE80 !important;
}
.fancybox-skin{
	border-radius: 0px;

}
#single_popup{
	display: none;
}
.pop_block{
	background: url('../images/popup.jpg') 50% 50% no-repeat;
	padding: 45px;
	text-align: center;
}
.pdf_icon{
	position: absolute;
	top: 12px;
}
/*.fancybox-close{
	top: 18px;
	right: 14px;
}*/
#map_canvas{
	position: relative;
	width: 100%;
    height: 576px;
    margin-top: 50px;
}
#map_canvas2{
	position: relative;
	width: 100%;
    height: 576px;
    margin-top: 50px;
}



/*/////////////////////////////////////*/
.timer{
	background: url('../images/cream_pixels.png');
	padding: 78px 0;
	text-align: center;
}
.timer_title{
	margin:0 auto;
	font: 400 36px/55px 'PT Sans Narrow', sans-serif;
	text-shadow: 1px 1px 3px #000;
	color: #000;
}
.timer_title strong{
	color: #0066ae;
	font-weight: 400;
}
.timer_block-left{
	position: relative;
}
.timer_block-left_text{
	font: 400 20px/25px 'PT Sans Narrow', sans-serif;
	position: absolute;
	top: 28px;
	left: 180px;
}
.timer_block-right_arrow{
	background: url('../images/arr.png') no-repeat;
	width: 50px;
	height: 60px;
	top: 88px;
	left: 268px;
	position: absolute;
}
.conter_bg .position span {
	color: #000;
	font: 700 30px/53px 'PT Sans Narrow', sans-serif;
}
.countDays, .countHours, .countMinutes, .countSeconds{
	border: 2px solid #e1e1e1;
	color: #000;
	height: 56px;
	display: inline-block;
	border-radius: 50%;
	padding: 12px 20px;
	background: #fff;
	margin-right: 28px;
}
.countSeconds{
	background: #ffa800;
	color: #fff;
}
.countSeconds .digit{
	color: #fff!important;
	background: transparent;
	text-shadow: 1px 1px 2px #7c7c7c;
}
.countHours:after{
	content: "•";
	left: 42.7%;
	position: absolute;
	font-size: 27px;
}
.countMinutes:after{
	content: "•";
	left: 53.7%;
	position: absolute;
	font-size: 27px;
}
.countDays{ display:none !important; }
.countDiv0{ display:none !important; }
.hours_txt {
	top: 194px;
	left: 366px;
}
.minets_txt {
	top: 194px;
	right: 503px;
}
.seconds_txt {
	top: 194px;
	right: 393px;
}
.counter_st{
	color: #000;
	font: 16px/20px 'PT Sans Narrow', sans-serif;
}
.orange_btn_order{
	margin-top: 65px;
	line-height: 29px;
	padding: 10px 22px;
}

.main_title{
	text-transform: uppercase;
	display: inline-block;
	margin-left: 10px;
	color: #3367ab;
	font: 700 44px/50px 'PT Sans Narrow', sans-serif;
}
.discount{
	font: 700 43px/50px 'PT Sans Narrow', sans-serif;
	color: #e50544;
	display: inline-block;
	margin: 0 10px;
}
.design{
	display: inline-block;
	color: #121212;
	margin-right: 10px;
	font: 400 28px/30px 'PT Sans Narrow', sans-serif;
}
.fbox-bg{
	text-align: center;
	display: block;
	background: url('../images/fboxbg.jpg') 50% 50% no-repeat!important;
}
.fancybox-inner .orange_btn_order {
	margin: 82px 0 30px 0;
	line-height: 29px;
	padding: 10px 22px;
	display: table;
}
.red_small{
	background: #e50544;
	padding: 10px;
	color: #FFF;
	float: left;
	display: inline-block;
	font: 400 33px/40px 'PT Sans Narrow', sans-serif;
}
.red_big{
	background: #e50544;
	padding: 10px;
	float: left;
	text-shadow: 1px 1px 1px #000;
	margin: 12px 0;
	display: inline-block;
	text-transform: uppercase;
	color: #FFF;
	font: 700 50px/60px 'PT Sans Narrow', sans-serif;
}
.title_block{
	padding: 15px 0 30px 0;
}
#orange_btn_order{
	background-color: #ffffff;
}
.content_block{
	text-align: left;
	padding:0 30px;
	margin: 0 auto;
}
.content_block p{
	padding-bottom: 10px;
	font: 400 19px/20px 'PT Sans Narrow', sans-serif;

}

/* oui bounce styles */
body.modal-open { overflow: hidden; }

#ouibounce-modal {
  font-family: 'Open Sans', sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
#ouibounce-modal .modal {
	display: block;
	max-width: 920px;
  height: 350px;
  background-color: #fff;
  z-index: 99999;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
}
#ouibounce-modal .modal-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  background-color: #2261ae;
  color: #fff;
  padding: 10px;
  margin: 0;
  border-radius: 4px 4px 0 0;
  text-align: center;
  position: relative;
}

#ouibounce-modal .modal-title .modal-close { position: absolute; font-size: 30px; top: 10px; right: 15px; text-shadow: 0 1px 0 #fff; color: #fff; cursor: pointer; }
#ouibounce-modal .modal-title .modal-close:after{ content: '×'; }


#ouibounce-modal .modal-body { float: left; width: 555px; }
#ouibounce-modal .modal-img { float: left; padding: 0 15px; }
#ouibounce-modal .modal-img img { padding-top: 30px; max-height: 230px; }


#ouibounce-modal p { color: #344a5f; line-height: 20px; margin: 15px 0 0 0; }
#ouibounce-modal p.ouibounce-header { font: 500 20px/29px 'PT Sans', sans-serif; margin: 15px 0; }

#ouibounce-modal textarea {
	font: 400 18px/20px 'PT Sans', sans-serif;
	margin: 0 0 15px 0;
	display: inline-block;
    width: 100%;
    padding: 10px;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    background-color: #fff;
    outline: none;
}

#ouibounce-modal .modal-footer { text-align: center; padding: 0; border: 0; }
#ouibounce-modal .modal-footer p { cursor: pointer; display: inline; border-bottom: 1px solid #344a5f; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.primary-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(73,73,73,0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(73,73,73,0.2);
    box-shadow: 0px 1px 2px 0px rgba(73,73,73,0.2);
    padding: 10px;
    font-size: 15px;
    min-width: 200px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #5bbb11;
    border: 1px solid #418622;
    cursor: pointer;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
}
.primary-button:hover { background: #7dda36; }
.i12 .container{
	position: relative;
}
.cont{
	width: 333px;
}
#map_canvas{
	height: 496px;
}
.i5 h2{
	text-align: center;
}
.i2 ul li {
	padding: 15px 10px 5px 0;
	display: inline-block;
	background: #fff;
	width: 222px;
	margin-right: 20px;
	height: 95px;
	margin-bottom: 32px;
	vertical-align: text-bottom;
	font: 400 18px/20px 'PT Sans Narrow', sans-serif;
}
.text_align_center{
	text-align: center;
}

@media only screen and (max-width: 1300px){
	.i7{
		height: auto;
	}
	.i7 img {
		padding: 31px 56px 0 0;
	}
}
@media only screen and (max-width: 992px){
	.team{
		margin-left: 20px;
	}
	header h1{
		width: 100%;
	}
	.i3_images{
		text-align:center;
	}
	.i5 p{
		    padding: 40px 20px;
	}
	.i10 img{
		margin: 0;
	}
	.i10 h2{
		margin-bottom: 20px;
	}
	.i7 img {
		padding: 31px 0px 0 0;
		display: block;
		margin: 0 auto;
	}
	.menu ul li {
		display: inline-block;
		padding-right: 20px;
		font: 700 16px/48px 'PT Sans', sans-serif;
	}
	.i5_bg{
		text-align: center;
	}
	.i5 img{
		max-width: 100%;
		float: none;
		margin: 30px auto;
	}
	.i2{ background: url('../images/i2.png') 34% 0% no-repeat; min-height: 580px; padding: 50px 0; position: relative;}
	.cont{
		position: relative;
		width: 100%;
	}
	/*.i9 img{float: none;text-align: center;    margin: 0 auto;    display: block;}*/
	/*.license{*/
		/*float: none;*/
		/*margin: 0 auto;*/
	/*}*/
	.i5_txt{
		max-width: 100%;
	}
	.i2 ul {
		width: 70%;
		float: right;
		margin-top: 40px;
	}
	.i2 ul li {
		padding: 18px 10px 5px 0;
		display: inline-block;
		background: #fff;
		width: 223px;
		margin-right: 20px;
		height: 99px;
		margin-bottom: 32px;
		vertical-align: text-bottom;
		font: 400 17px/20px 'PT Sans Narrow', sans-serif;
	}
	.i2 ul li img {
		margin-right: 10px;
		margin-bottom: 16px;
	}
	.text_align_center{
		text-align: center;
	}
}
@media only screen and (max-width: 767px){
	.i4{
		    padding: 60px 5px;
	}
	.i3_text{
		padding: 0 10px;
	}
	.i2 .works-list li a{
		font: 400 19px/20px 'PT Sans Narrow', sans-serif;
	}
	.i1_list ul li{
		    font: 400 26px/30px 'PT Sans Narrow', sans-serif;
	}
	.i9 img{
		width: 100%;
	}
	.team img{
		display: block;
		margin: 10px auto;
		height: auto;
		float: none;
	}
	.i10 img{
		    width: 93%;
	}
	.main_title_home h1{
		text-align: center;
	}
	header h1{
		width: 100%;
	}
	.i1_bg h2{
		padding: 0 20px;
	}
	.nav_logo{
		display: block;
		position: absolute;
		right: 59px;
		top: 18px;
	}
	.menu ul li{
		display: block;
		text-align: center;
		padding-right: 0px;
	}
	.i8{
		text-align: center;
	}
	.i8 .team{
		text-align: center;
		display: block;
		margin: 0 0 30px 0;
		padding: 0 10px;
	}
	.team  strong{
		margin: 0;
	}
	.cont{
		position: relative;
		width: 100%;
		height: auto;
	}
	.white-inp{
		width: 100%;
	}
	.i6_img img{
		max-width: 100%;
	}
	.i3_images img{
		max-width: 100%;
		height: auto;
	}
	.i2 .orange_btn {
		padding: 9px 14px;
		font: 400 21px/35px 'PT Sans Narrow', sans-serif;
	}
	.orange_btn {
		padding: 9px 13px;
		font: 400 17px/35px 'PT Sans Narrow', sans-serif;
		margin: 0 auto;
	}
	.i1_list ul{width: 75%}
	/*.license{ height: 100%; background: url("../images/i9_1.png"); padding: 30px; float: none; max-width: 544px; }*/
	.i1{
		height: 700px;
	}
	.i1_list .orange_btn {
		padding: 12px 31px;
		font: 400 22px/27px 'PT Sans Narrow', sans-serif;
	}
	.navbar-header{
		height: 50px;
		background: #fff;
	}
	.i2 ul li {
		padding: 15px 10px 5px 0;
		display: inline-block;
		background: #fff;
		width: 219px;
		margin-right: 20px;
		float: right;
		height: 107px;
		border: 1px solid #ddd;
		margin-bottom: 32px;
		vertical-align: text-bottom;
		font: 400 18px/20px 'PT Sans Narrow', sans-serif;
	}
	.i2 {
		background: url(../images/i2.png) 34% 0% no-repeat;
	}
	.i2_snabzh{
		display: none;
	}
	.small_img{
		text-align: center;
	}
	.i5 h2{
		text-align: center;
	}
	.i5_txt{
		padding: 10px;
	}
	.i3_images {
		margin: 30px auto;
		max-width: 514px;
	}
	.menu{
		border-top: 0;
		 border-bottom: 3px solid #3367ab;
	}
	footer p{
		text-align:center;
	}
	.i11 ul li {
		display: inline-block;
		width: 155px;
		vertical-align: top;
	}
}
@media only screen and (max-width: 400px){
	.i11 li:last-child{
		margin-left: -39px;
	}
	.i11 li{
		margin-top: 10px;
	}
}
.finish_time{font: 400 16px/24px 'PT Sans', sans-serif; margin-bottom: 15px; }
.finish_time strong{font: 700 22px/24px 'PT Sans', sans-serif;}
.finish_time img{vertical-align: middle;}

.cont form.offer-form { color: #000 !important; }
.i7 .img_block {width: 30%;     display: inline-flex;}
.i7 .img_block img {width: 250px;}
@media screen and (max-width: 768px) {
	.i7 .img_block {
    width: 100%;}
}