* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-weight: 400;
	font-family: 'GothamPro';
}

html, body {
	overflow-x: hidden;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;	
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.container {
	width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	position: relative;
}

/* Первый экран */

header {
	background: url(../img/header-bg.jpg) #426da6 center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 110px;
}

.header__top.flex {
	padding-top: 10px;
	padding-bottom: 15px;
	position: relative;
}

.header__top:after,
.header__menu:after {
	position: absolute;
	display: block;
	content: "";
	width: 120%;
	height: 1px;
	left: -10%;
	bottom: 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.26) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.26) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.26) 50%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.header__logo.flex {
	text-decoration: none;
}

.header__logo_title {
	color: #fff;
	font-family: 'BarberryLetters';
	font-size: 45px;
	margin-right: 15px;
	line-height: 45px;
	padding-bottom: 15px;
}

.header__logo_text {
	font-size: 18px;
	color: #fff;
}

.header__tel {
	margin-left: auto;
	margin-right: 15px;
}
.header__tel p {
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-top: 5px;
}

.header__tel a {
	text-decoration: none;
	transition: all ease 0.3s;
	color: #fff;
	font-size: 20px;
	font-family: 'GothamPro-Bold';
}

.header__tel a:hover {
	color: #3bb273;
}

.header__view a {
	display: block;
	text-decoration: none;
	color: #fff;
	border: 2px solid #3bb273;
	background: #3bb273;
	transition: all ease 0.3s;
	font-family: 'GothamPro-Bold';
	font-size: 15px;
	min-width: 210px;
	text-align: center;
	line-height: 16px;
	padding: 15px;
}

.header__view a:hover {
	background: transparent;
}

.header__menu.flex {
	position: relative;
	align-items: stretch;
}

.header__menu a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding-top: 17px;
	padding-bottom: 17px;
	border-bottom: 1px solid transparent;
	transition: all ease 0.3s;
	font-size: 16px;
}

.header__menu a:hover {
	color: #ffae00;
}

.header__menu a.active {
	border-color: #ffae00;
	color: #ffae00;
}

.header__text {
	margin-top: 70px;
	margin-bottom: 45px;
}

h1 {
	color: #fff;
	font-size: 50px;
	margin-bottom: 10px;
	font-family: 'GothamPro-Bold';
}

.header__text_price {
	font-family: 'GothamPro-Bold';
	font-size: 50px;
	margin-bottom: 10px;
	color: #3bb273;
}

.header__text_signature {
	color: #fff;
	margin-bottom: 30px;
	font-size: 50px;
}

.header__text_quantity {
	padding-left: 100px;
	margin-bottom: 50px;
	color: #fff;
	position: relative;
	font-size: 24px;
}

.header__text_quantity:before {
	position: absolute;
	display: block;
	content: "";
	width: 68px;
	height: 2px;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #ffae00;
}

.header__button {
	margin-bottom: 105px;
}

.btn {
	border: 2px solid #ffae00;
	background: #ffae00;
	transition: all ease 0.3s;
	text-decoration: none;
	text-align: center;
	outline: none;
	color: #fff;
	font-family: 'GothamPro-Bold';
}

.btn:hover {
	background: transparent;
}

.header__button a {
	width: 280px;
	line-height: 66px;
	display: block;
	font-size: 18px;
}

.btn span {
	display: inline-block;
	margin-left: 20px;
	line-height: 66px;
	width: 21px;
	color: transparent;
	background: url(../img/btn-arrow.png) center center no-repeat;
}

.header__advantage.flex {
	align-items: stretch;
	position: relative;
	flex-wrap: nowrap;
}

.header__advantage_value.flex {
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 110px;
	height: 110px;
	position: relative;
	border-radius: 50%;
	border: 3px solid #3bb273;
	text-align: center;
}

.header__advantage_value p {
	font-size: 35px;
	font-family: 'GothamPro-Bold';
	color: #ffae00;
	text-align: center;
	width: 100%;
	line-height: 20px;
}

.header__advantage_value p span {
	font-size: 18px;
	font-family: 'GothamPro-Bold';
	color: #ffae00;
}

.header__advantage_text.flex {
	background: rgba(59, 178, 115, 0.5);
	height: 110px;
	align-content: center;
	padding-left: 18px;
	padding-right: 18px;
	width: calc(100% - 110px);	
}

.header__advantage_text p {
	font-size: 20px;
	color: #fff;
	font-family: 'GothamPro-Bold';
}

.header__advantage-three .header__advantage_value.flex {
	background: url(../img/header-advantage-three-icon.png) center center no-repeat;
}

.header__advantage:after {
	position: absolute;
	display: block;
	content: "";
	width: 55px;
	height: 110px;
	background: url(../img/header-advantage-circle.png) center center no-repeat;
	top: 0;
	left: 55px;
}

.navbar-tog {
	display: none;
}

.header__menu_close {
	display: none;
}

/* Ваши выгоды */

.advantages {
	padding-top: 100px;
	padding-bottom: 25px;
}

h2 {
	position: relative;
	text-align: center;
	margin-bottom: 35px;
	text-transform: uppercase;
	color: #1a1a19;
	font-size: 40px;
	font-family: 'GothamPro-Bold';
	padding-bottom: 20px;
}

h2:after {
	position: absolute;
	display: block;
	content: "";
	width: 80px;
	height: 2px;
	background: #3bb273;
	left: 50%;
	margin-left: -40px;
	bottom: 0;
}

.advantages__items.flex {
	align-items: flex-start;
}

.advantage {
	width: 350px;
	padding-top: 92px;
	margin-bottom: 45px;
	background-position: left top;
	background-repeat: no-repeat;
}

.advantage-one {
	background-image: url(../img/advantage-one.png);
}
.advantage-two {
	background-image: url(../img/advantage-two.png);
}
.advantage-three {
	background-image: url(../img/advantage-three.png);
}
.advantage-four {
	background-image: url(../img/advantage-four.png);
}
.advantage-five {
	background-image: url(../img/advantage-five.png);
}
.advantage-six {
	background-image: url(../img/advantage-six.png);
}

.advantage h4 {
	margin-bottom: 5px;
	color: #1a1a19;
	font-size: 22px;
	font-family: 'GothamPro-Bold';
}

.advantage p {
	font-size: 16px;
	color: #1a1a19;
}

/* Схема земельных участков */

.scheme {
	padding-top: 60px;
	background: #fff9eb;
	position: relative;
}

.map-wrapper {
	width: 100%;
	overflow-x: auto;
	position: relative;
}

.map {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.scheme__info.flex {
	border: 8px solid #fff;
	width: 100%;
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
}

.scheme__info_item {
	position: relative;
	display: block;
	padding-left: 37px;
	color: #1a1a19;
	font-size: 18px;
	margin-bottom: 20px;
}

.scheme__info_item:before {
	position: absolute;
	display: block;
	content: "";
	box-sizing: border-box;
	border: 3px solid #000;
	width: 26px;
	height: 26px;
	top: 50%;
	left: 0;
	margin-top: -13px;
}

.scheme__info_item-one:before {
	border-color: #43b578;
	background: #5ed394;
}
.scheme__info_item-two:before {
	border-color: #ffb109;
	background: #ffc851;
}
.scheme__info_item-three:before {
	border-color: #d20a09;
	background: #e25c5c;
}
.scheme__info_item-five:before {
	border-color: #167ac6;
	background: #2793e6;
}
.scheme__info_item-four {
	margin-bottom: 0;
}
.scheme__info_item-four:before {
	content: "";
	color: #fff;
	font-weight: 700;
	background: transparent url(../img/fire.png) no-repeat center / cover;
	width: 25px;
	height: 25px;
	border: none;
	border-radius: 50%;
}

.scheme g.free g {
	cursor: pointer;
	transition: all ease 0.3s;
}

.scheme g.house:hover g {
	fill: #167ac6 !important;
}
.scheme g.free:hover g {
	fill: #1a5a34 !important;
}
.fire-img {
	width: 5px;
	height: 5px;
}

.scheme__popup {
	position: absolute;
	background: rgba(255, 255, 255, 0.92);
	top: 50%;
	left: 50%;
	padding: 12px;
	width: 195px;
	display: none;
}

.scheme__popup:after {
	position: absolute;
	display: block;
	content: "";
	box-sizing: border-box;
	width: 15px;
	height: 18px;
	border-right: 15px solid rgba(255, 255, 255, 0.92);
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	top: 15px;
	left: -15px;
}

.scheme__popup_close {
	position: absolute;
	width: 9px;
	height: 9px;
	background: url(../img/scheme-popup-close.png) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	top: 12px;
	right: 9px;
	cursor: pointer;
}

.scheme__popup_title {
	background: url(../img/scheme-popup-title.png) left center no-repeat;
	line-height: 21px;
	padding-left: 33px;
	white-space: nowrap;
	color: #3bb273;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'GothamPro-Bold';
	margin-bottom: 8px;
}

.scheme__popup_area {
	margin-bottom: 12px;
	color: #1a1a19;
	font-size: 15px;
}

.scheme__popup a {
	display: block;
	text-decoration: none;
	color: #fff;
	transition: all ease 0.3s;
	border: 2px solid #3bb273;
	background: #3bb273;
	text-align: center;
	font-size: 15px;
	font-family: 'GothamPro-Bold';
	line-height: 46px;
}

.scheme__popup a:hover {
	color: #1a1a19;
	background: transparent;
}

tspan {
	font-family: 'GothamPro-Bold';
} 

#Серебряный_Бор {
	font-family: 'GothamPro-Bold';
}


/* Оформи землю в рассрочку */

.credit {
	background: url(../img/credit-bg.jpg) #37a167 center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}

.credit__title {
	width: 325px;
	color: #fff;
	font-size: 40px;
}

.credit__price {
	width: 325px;
	color: #fff;
	font-size: 40px;
	font-family: 'GothamPro-Bold';
}

.credit__button a {
	width: 275px;
	display: block;
	line-height: 52px;
	font-size: 16px;
}

/* Фотогалерея */

.photo {
	background: url(../img/photo-bg.jpg) #eeeeee center center no-repeat;
	padding-top: 75px;
	padding-bottom: 85px;
}

.photo__wrapper {
	position: relative;
}

.photo__slider-one {
	position: absolute;
	top: 0;
	right: 0;
	width: 765px;
	z-index: 2;
}

.photo__slider-one_item {
	outline: none;
	height: 165px;
	border: 8px solid #fff;
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
	cursor: pointer;
}

.photo__slider-one_item img {
	height: 100%;
	width: auto;
	transition: all ease 0.3s;
}

/*.photo__slider-one_item:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}*/

.slider {
	position: relative;
	z-index: 1;
}

.slider__item {
	outline: none;
}

.slider__item-wrapper.flex {
	align-items: flex-start;
}

.slider__item_img {
	width: 360px;
	height: 360px;
	border: 15px solid #fff;
	cursor: pointer;
	position: relative;
	z-index: 1;
	display: block;
	outline: none;
	overflow: hidden;
}

.slider__item_img img {
	height: 100%;
	width: auto;
}

.slider__item_img:before {
	position: absolute;
	z-index: 2;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: all ease 0.3s;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/photo-zoom-icon.png);
}

.slider__item_img:hover:before {
	opacity: 1;
}

.slider__item_img img {
	height: 100%;
	width: auto;
	z-index: 1;
}

.slider__item_info {
	margin-top: 215px;
	width: calc(100% - 390px);
	position: relative;
	z-index: 2;
	padding-right: 60px;
}

.slider__item_title {
	margin-bottom: 5px;
	position: relative;
	color: #3bb273;
	font-size: 22px;
}

.slider__item_title:before {
	position: absolute;
	display: block;
	content: "";
	width: 80px;
	left: -100px;
	height: 3px;
	background: #3bb273;
	top: 50%;
	margin-top: -1px;
}

.slider__item_info p {
	color: #1a1a19;
	font-size: 16px;
}

.slider__arrows {
	position: absolute;
	right: 0;
	z-index: 3;
	width: 45px;
	height: 100px;
	top: 210px;
}

.slider__arrows div,
.news__slider_arrows div {
	width: 45px;
	height: 45px;
	position: absolute;
	background-color: #fbc246;
	transition: all ease 0.3s;
	cursor: pointer;
	background-image: url(../img/btn-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.slider__arrows div:hover,
.news__slider_arrows div:hover {
	background-color: #ffae00;
}

.slider__arrows div.slider-prev-arrow,
.news__slider_arrows div.slider-prev-arrow {
	top: 0;
	left: 0;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slider__arrows div.slider-next-arrow {
	bottom: 0;
	right: 0;
}

.news__slider_arrows div.slider-next-arrow {
	top: 0;
	right: 0;
}

.fancybox-button {
	background: #fbc246;
	color: #fff;
	transition: all ease 0.3s;
}

.fancybox-button:hover {
	background-color: #ffae00;
}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
	display: none !important;
}

/* Калькулятор */

.calc {
	background: url(../img/calc-bg.jpg) #495b76 center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}

.calc__block {
	background: url(../img/calc-block-bg.jpg) #eaeaea center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 28px 28px 60px 45px;
}

.calc__block_top.flex {
	align-items: flex-start;
	justify-content: flex-start;
}

.calc__stages_text {
	width: 340px;
	padding-right: 50px;
	padding-top: 7px;
	color: #3bb273;
	font-size: 22px;
	font-family: 'GothamPro-Bold';
}

.calc__title {
	color: #1a1a19;
	font-size: 40px;
	font-family: 'GothamPro-Bold';
	position: relative;
	width: 500px;
	padding-bottom: 20px;
}

.calc__title:after {
	position: absolute;
	display: block;
	content: "";
	width: 80px;
	height: 3px;
	background: #3bb273;
	left: 0;
	bottom: 0px;
}

.calc-one__block.flex,
.calc-two__block.flex,
.calc-three__block.flex {
	align-items: flex-start;
}

.calc__number {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.calc-one__block .calc__number {
	background-image: url(../img/calc-one-number.png);
	width: 317px;
	height: 190px;
}

.calc-two__block .calc__number {
	width: 330px;
	height: 168px;
	background-image: url(../img/calc-two-number.png);
}

.calc-three__block .calc__number {
	background-image: url(../img/calc-three-number.png);
	width: 329px;
	height: 168px;
}

.calc__item {
	padding-top: 30px;
	width: 720px;
}

.calc__item_title {
	margin-bottom: 35px;
	color: #1a1a19;
	font-size: 20px;
	font-family: 'GothamPro-Bold';
}

.calc-two__block .calc__item_title {
	margin-bottom: 10px;
}

.calc-three__block .calc__item_title {
	margin-bottom: 10px;
}

.calc-one__choice {
	width: 530px;
	position: relative;
}

.range-min, .range-max {
	top: 15px;
	color: #b3b3b3;
	font-size: 20px;
	font-family: 'GothamPro-Bold';
}

.range-min {
	left: 0;
}

.range-max {
	right: 0;
}

.range-bar,
.range-quantity {
	height: 5px;
	background: #3bb273;
}

.range-handle {
	width: 30px;
	height: 30px;
	background: #fff;
	border: 6px solid #3bb273;
}

.calc-one__value {
	width: 130px;
	background: #fff;
	padding: 10px;
	line-height: 22px;
	color: #1a1a19;
	font-size: 16px;
	text-align: center;
	position: relative;
}

.calc-one__value span {
	font-size: 20px;
	font-family: 'GothamPro-Bold';
}

.calc-one__value:before {
	position: absolute;
	display: block;
	content: "";
	box-sizing: border-box;
	width: 12px;
	height: 14px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 12px solid #fff;
	top: 50%;
	margin-top: -7px;
	left: -12px;
}

.calc__next.btn {
	display: block;
	width: 230px;
	line-height: 48px;
}

.calc__next.btn span {
	line-height: 48px;
}

.calc__nav.flex {
	margin-top: 70px;
	justify-content: flex-start;
}

.calc-two__block .calc__nav.flex {
	margin-top: 0;
}

.calc__goals.flex {
	align-items: flex-start;
	position: relative;
}

.calc__goals input {
	position: absolute;
	top: 50%;
	left: -10000px;
}

.calc__goals label {
	display: block;
	cursor: pointer;
	padding-left: 30px;
	margin-bottom: 15px;
	width: 300px;
	color: #1a1a19;
	font-size: 16px;
	position: relative;
}

.calc__goals label strong {
	font-family: 'GothamPro-Bold';
}

.calc__goals label span {
	font-size: 14px;
}

.calc__goals label:before {
	position: absolute;
	display: block;
	content: "";
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 3px solid #bcbcbc;
}

.calc__goals input:checked + label:after {
	position: absolute;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	left: 5px;
	top: 5px;
	background: #3bb273;
}

.calc__prev {
	display: block;
	margin-right: 25px;
	color: #909090;
	font-size: 16px;
	text-decoration: none;
	transition: all ease 0.3s;
}

.calc__prev:hover {
	color: #1a1a19;
}

.calc__fields input {
	display: block;
	color: #7e7e7c;
	border: none;
	outline: none;
	font-size: 16px;
	background: transparent;
	border-bottom: 2px solid #c1c1c1;
	width: 315px;
	height: 44px;
	margin-bottom: 30px;
}

.calc__fields input.error {
	border-color: red;
}

.calc input::-webkit-input-placeholder {color:#7e7e7c;}
.calc input::-moz-placeholder {color:#7e7e7c;}/* Firefox 19+ */
.calc input:-moz-placeholder {color:#7e7e7c;}/* Firefox 18- */
.calc input:-ms-input-placeholder {color:#7e7e7c;}

.calc-three__block .calc__nav {
	margin-top: 0;
	margin-bottom: 30px;
}

.calc-three__block .calc__nav .calc__next  {
	width: 280px;
	cursor: pointer;
}

.calc__privacy {
	position: relative;
}

.calc__privacy input {
	position: absolute;
	top: 50%;
	left: -10000px;
}

.calc__privacy label {
	display: block;
	position: relative;
	padding-left: 33px;
	color: #1a1a19;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
}

.calc__privacy label:before {
	position: absolute;
	display: block;
	content: "";
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	background: #3bb273;
	top: 0;
	left: 0;
}

.calc__privacy input:checked + label:after {
	position: absolute;
	display: block;
	content: "";
	box-sizing: border-box;
	height: 8px;
    width: 11px;
    box-sizing: border-box;
    border-left: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
    -moz-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    left: 4px;
    top: 4px;
}

.calc__privacy label a {
	text-decoration: none;
	color: #3bb273;
}

.calc-two, .calc-three {
	display: none;
}

/* Земля в Серебряном Бору — это */

.info {
	padding-top: 70px;
	padding-bottom: 65px;
}

.info__advantages {
	width: 655px;
}

.info__advantage.flex {
	margin-bottom: 25px;
	border-left: 2px solid #ffae00;
	min-height: 75px;
	align-content: center;
	padding: 10px 30px;
	align-items: center;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
	background-color: #fff;
	background-position: right center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.info__advantage-one {
	background-image: url(../img/info-one.png);
}
.info__advantage-two {
	background-image: url(../img/info-two.png);
}

.info__advantage-three {
	background-image: url(../img/info-three.png);
}

.info__advantage-four {
	background-image: url(../img/info-four.png);
}

.info__advantage-five {
	background-image: url(../img/info-five.png);
}

.info__advantage p {
	color: #1a1a19;
	font-size: 20px;
	width: 100%;
}

.info__quote {
	width: 460px;
	padding-top: 370px;
	background: url(../img/tven.png) center top no-repeat;
}

.info__quote_text {
	margin-bottom: 10px;
	position: relative;
}

.info__quote_text p {
	color: #3bb273;
	font-size: 30px;
	font-family: 'GothamPro-Bold';
	position: relative;
	z-index: 2;
}

.info__quote_text:before {
	position: absolute;
	display: block;
	content: '"';
	line-height: 142px;
	top: -35px;
	left: 0;
	font-family: 'GothamPro-Bold';
	color: #f0f0f0;
	font-size: 150px;
	z-index: 1;
}

.info__quote_signature {
	color: #1a1a19;
	font-size: 18px;
	text-align: right;
}

/* Форма обратной связи */

.form-wrapper {
	background: url(../img/form-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 75px;
	padding-bottom: 75px;
}

.form-wrapper__block.flex {
	align-items: flex-start;
}

.form__info {
	width: 520px;
}

.form__info_title {
	font-family: 'GothamPro-Bold';
	font-size: 40px;
	color: #fff;
	margin-bottom: 10px;
}

.form__info_title-signature {
	color: #fff;
	font-size: 26px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.form__info_title-signature:after {
	position: absolute;
	display: block;
	content: "";
	width: 80px;
	height: 3px;
	bottom: 0;
	left: 0;
	background: #ffae00;
}

.form__info_text {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	position: relative;
}

.form__info_text span {
	font-family: 'GothamPro-Bold';
	font-size: 30px;
}

.form__info_text:after {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/form-arrow.png) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 132px;
	height: 63px;
	top: 50%;
	margin-top: -31px;
	right: -140px;
}

.form__info_signature {
	font-family: 'GothamPro-Bold';
	color: #fff;
	font-size: 20px;
}

.form {
	width: 455px;
}

.form input {
	display: block;
	width: 100%;
	outline: none;
	border: none;
	border-bottom: 2px solid #d7d7d7;
	background: transparent;
	height: 45px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #fbfbfb;
}

.form input.error {
	border-color: red;
}

.form input::-webkit-input-placeholder {color:#d8d8d8;}
.form input::-moz-placeholder {color:#d8d8d8;}/* Firefox 19+ */
.form input:-moz-placeholder {color:#d8d8d8;}/* Firefox 18- */
.form input:-ms-input-placeholder {color:#d8d8d8;}

.form button.btn {
	height: 55px;
	width: 235px;
	cursor: pointer;
	font-size: 16px;
	margin-top: 10px;
}

.form__privacy {
	position: relative;
	margin-top: 20px;
}

.form__privacy input {
	position: absolute;
	left: -10000px;
	top: 50%;
}

.form__privacy label {
	display: block;
	width: 100%;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	line-height: 15px;
	color: #fff;
	font-size: 14px;
}

.form__privacy label:before {
	position: absolute;
	display: block;
	content: "";
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	top: 0;
	left: 0;
	border: 1px solid #fff;
}

.form input:checked + label:after {
	position: absolute;
	display: block;
	content: "";
	height: 6px;
	width: 9px;
	box-sizing: border-box;
	border-left: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
	-moz-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	left: 3px;
	top: 3px;
}

.form__privacy label a {
	font-size: 14px;
	text-decoration: underline;
	color: #fff;
}

/* Новости */

.news {
	padding-top: 70px;
	padding-bottom: 60px;
}

.news__slider-wrapper {
	position: relative;
}

.news__slider {
	width: 1045px;
	margin-left: auto;
	margin-right: auto;
}

.news__item {
	margin: 15px;
	outline: none;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
}

.news__item_block.flex {
	align-items: stretch;
}

.news__item_img {
	width: 175px;
	overflow: hidden;
	border-left: 3px solid #ffae00;
}

.news__item_img img {
	width: 100%;
	transition: all ease 0.3s;
}

.news__item_img:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.news__item_info {
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 20px;
	width: calc(100% - 175px);
}

.news__item-one .news__item_info {
	background-image: url(../img/news-item-one.bg.jpg);
}
.news__item-two .news__item_info {
	background-image: url(../img/news-item-two.bg.jpg);
}
.news__item-three .news__item_info {
	background-image: url(../img/news-item-one.bg.jpg);
}

.news__item_info h4 {
	margin-bottom: 7px;
	font-family: 'GothamPro-Bold';
	color: #1a1a19;
	font-size: 20px;
}

.news__item_info p {
	color: #565655;
	line-height: 24px;
	font-size: 16px;
}

.news__item_info a {
	color: #1a1a19;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px solid #c3c3c2;
	line-height: 18px;
	position: relative;
	margin-top: 3px;
}

.news__item_info a:after {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/link-arrow.png);
	width: 16px;
	height: 11px;
	right: -26px;
	top: 50%;
	margin-top: -5px;
}

.news__slider_arrows {
	position: absolute;
	width: 100%;
	height: 0;
	top: 50%;
	margin-top: -22px;
	z-index: 3;
}

/* Контакты */

.contacts {
	padding-top: 60px;
	position: relative;
}

.contacts iframe {
	position: absolute;
	top: 0;
	left: 0;
}

.contacts__block {
	position: relative;
	z-index: 3;
	background: #fff;
	width: 460px;
	padding: 30px;
	margin-left: auto;
	margin-right: calc(50% - 570px)
}

.contacts__block h2 {
	text-align: left;
}

.contacts__block h2:after {
	left: 0;
	margin-left: 0;
}

.contacts__address {
	background: url(../img/contacts-address.png) left center no-repeat;
	color: #1a1a19;
	font-size: 18px;
	line-height: 24px;
	padding-left: 33px;
	margin-bottom: 10px;
}

.contacts__tel {
	padding-left: 33px;
	margin-bottom: 10px;
	background: url(../img/contacts-tel.png) left center no-repeat;
}

.contacts__tel a {
	display: block;
	color: #1a1a19;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
}

.contacts__time {
	background: url(../img/contacts-time.png) left center no-repeat;
	color: #1a1a19;
	font-size: 18px;
	line-height: 24px;
	padding-left: 33px;
	margin-bottom: 13px;
}

.contacts__email {
	padding-left: 33px;
	margin-bottom: 35px;
	background: url(../img/contacts-email.png) left center no-repeat;
}

.contacts__email a {
	display: block;
	text-decoration: underline;
	font-size: 18px;
	color: #3bb273;
}

.contacts__id {
	color: #1a1a19;
	font-size: 16px;
	line-height: 24px;
}

/* Footer */

footer {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer__copy {
	color: #1a1a19;
	font-size: 14px;
}

.footer__privacy a {
	display: block;
	color: #1a1a19;
	font-size: 14px;
	text-decoration: underline;
}

/* Политика конфиденциальности */

.modal-wrapper {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}

.modal__block.flex {
	position: absolute;
	justify-content: center;
	align-content: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.modal__blackout {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}

.modal {
	position: relative;
	z-index: 2;
	width: 90%;
	max-width: 500px;
	background: #fff;
	padding: 30px;
	max-height: 90vh;
	overflow-y: auto;
}

.modal__title {
	text-align: center;
	font-family: 'GothamPro-Bold';
	font-size: 25px;
	margin-bottom: 15px;
}

.modal p {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
}

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