
header {
	top: -100%;
	transition: all 0.5s;
}

header.fixed {
	width: 100%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.price {
	padding-bottom: 30px;
}

.price__title {
	margin: 30px 0 46px;
	padding: 0;
	height: auto;
	font-size: 43px;
	font-weight: 700;
	line-height: 43px;
	text-align: center;
	text-transform: uppercase;
	color: #295a7a;
	background: none;
}

.price__row {
	display: flex;
	margin-bottom: 35px;
	flex-basis: auto;
	justify-content: space-between;
}

.price__item {
	width: 33.3%;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	background-color: #fff;
	position: relative;
}

.price__item:nth-child(2) {
	margin: 0 30px;
}

.price__item-title {
	display: flex;
	padding: 0 20px 0 30px;
	height: 124px;
	font: 700 20px/30px 'Open Sans', sans-serif;
	align-items: center;
	color: #fff;
	background-color: #275777;
	position: relative;
}

.price__item-title:before {
	display: block;
	width: 15px;
	height: 100%;
	content: "";
	background-color: #eb8714;
	position: absolute;
	top: 0;
	left: 0;
}

.price__item-title span {
	display: block;
	font-size: 12px;
	line-height: 22px;
}

.price__item-text {
	padding: 30px 20px 115px 30px;
}

.price__item-text li {
	margin-bottom: 20px;
	position: relative;
}

.price__item-text li:before {
	display: block;
	width: 15px;
	height: 15px;
	content: "";
	background-color: #eb8714;
	position: absolute;
	top: 4px;
	left: -30px;
}

.price__item-include {
	font-size: 13px;
	line-height: 19px;
}

.price__item-include strong {
	font-weight: 700;
}

.price__item-spec {
	font-size: 14px;
	font-style: italic;
}

.price__item-order {
	display: block;
	width: calc(100% - 60px);
    text-decoration: none;
    box-sizing: border-box;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.form-modal h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.form-modal input[type="text"] {
	margin: 10px 0 0;
}

.form-modal .button {
	display: block;
	margin-top: 20px;
	width: 100%;
}

@media (max-width: 1279px) {
	
	.container,
	.container2 {
		padding-left: 0;
		padding-right: 0;
		width: auto;
	}

	section, footer, header {
		min-width: 0;
	}

	h2,
	section.comfortable h2,
	section.back h2,
	section.contacts h2 {
		padding: 10px 40px;
	}

	/* Header */
	header .container {
		padding-left: 40px;
		padding-right: 40px;
		width: auto;
	}

	section.header {
		height: auto;
		background: #507892 url(../images/header.png) no-repeat 0 0;
		background-size: auto 100%;
	}
	section.header .container {
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 45px;
		background: url(../images/rounds.png) no-repeat 100% 100%;
		background-size: auto;
	}

	section.large-menu .form {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	section.large-menu .form .button {
		height: 50px;
		box-sizing: border-box;
	}

	/* Large Menu */
	section.large-menu .container {
		display: flex;
		margin-left: 40px;
		margin-right: 40px;
		justify-content: space-between;
	}
	section.large-menu .col {
		float: none;
		width: auto;
	}

	/* About */
	section.about,
	section.price {
		margin-left: 40px;
		margin-right: 40px;
	}

	/* Content */
	.content {
		padding-left: 20px;
		padding-right: 20px;
	}

	section.comfortable .col {
		margin-left: 0 !important;
		padding: 0 20px;
		width: 50%;
		height: auto;
		box-sizing: border-box;
	}

	section.comfortable .container > div {
		padding: 0 40px;
	}

	section.comfortable .container > div:after {
		display: block;
		content: "";
		clear: both;
	}

	section.back .form {
		display: flex;
		margin-left: 40px;
		margin-right: 40px;
		padding: 25px;
		justify-content: space-around;
		align-items: flex-end;
	}

	section.back .form .button {
		height: 50px;
		box-sizing: border-box;
	}

	section.contacts .content {
		padding-left: 40px;
		padding-right: 40px;
	}

	.container .pair,
	.container .pairs {
		margin-left: 40px;
		margin-right: 40px;
	}

	footer .container {
		margin-left: 40px;
		margin-right: 40px;
	}

}

@media (max-width: 1023px) {

	h2, section.comfortable h2, section.back h2, section.contacts h2 {
		padding-left: 20px;
		padding-right: 20px;
	}

	header {
		height: auto;
		box-sizing: inherit;
		position: relative;
	}

	header .container {
	    padding: 15px 30px 50px;
	    height: auto;
	}

	header .container:after {
		display: block;
		content: "";
		clear: both;
	}

	header .phone {
		margin-top: 15px;
	}

	header ul {
		text-align: center;
		position: absolute;
		bottom: 20px;
		right: 20px;
		left: 20px;
	}

	header ul li:after {
	    content: '|';
	    display: inline;
	    margin: 0 10px;
	}

	section.header .container {
	    padding-left: 20px;
	    padding-right: 20px;
	}

	section.large-menu {
		height: auto;
	}

	section.large-menu .container {
		margin-left: 20px;
		margin-right: 20px;
	}
	section.large-menu .form .button {
		font-size: 14px;
	}

	section.large-menu .col {
		padding-bottom: 35px;
	}

	section.about,
	section.price {
		margin-left: 20px;
	    margin-right: 20px;
	}

	.price__item-title {
		font-size: 18px;
		line-height: 22px;
	}

	section.comfortable .container > div {
		padding-left: 20px;
		padding-right: 20px;
	}

	section.comfortable .col {
		float: none;
		width: auto;
	}

}

@media (max-width: 767px) {

	header .container {
		padding: 15px 20px;
	}

	header .logo {
		float: none;
		margin: 0 auto 56px;
	}

	header ul {
	    text-align: left;
	    white-space: nowrap;
	    overflow: auto;
	    position: static;
	}

	header ul li {
		line-height: 20px;
	}

	header ul li:last-child:after {
	    display: none;
	}

	header .phone {
	    float: none;
	    margin-right: 0;
	    text-align: center;
	    position: absolute;
	    top: 64px;
	    left: 20px;
	    right: 20px;
	}

	section.header .container {
		padding-bottom: 30px;
	}

	section.header .question {
		padding-top: 30px;
	}

	.slick-dots{
		bottom: 5px;
	}

	section.large-menu .form {
		display: block;
	}

	input[type="text"] {
		margin-right: 0;
		width: 100%;
		box-sizing: border-box;
	}

	section.large-menu .form .button {
		display: block;
		margin-top: 10px;
		width: 100%;
		height: auto;
	}

	section.large-menu .container {
		display: block;
		padding-top: 30px;
		padding-bottom: 1px;
	}

	section.large-menu .col {
		margin-bottom: 30px;
		padding: 0;
	}

	section.about {
		padding-top: 30px;
	}

	.price__row {
		display: block;
		margin-bottom: 0;
	}

	.price__item {
		margin: 0 0 35px !important;
		width: auto;
	}

	.content {
		margin-top: 0;
		padding: 30px 20px;
	}

	section.rent .container,
	section.rent .container2,
	section.phone .container,
	section.outsourcing .container,
	section.evaluation .container {
	    height: auto;
	    background-position: 50% 50%;
	    background-repeat: no-repeat;
	    background-size: cover;
	}

	section.legal .container,
	section.post .container,
	section.adv .container {
	    height: auto;
	    background: #fff;
	}

	section.evaluation .container {
		margin-bottom: 50px;
	}

	section.comfortable,
	section.back,
	section.contacts {
		margin-top: 30px;
	}

	section.comfortable .col {
		padding-left: 0;
		padding-right: 0;
	}

	section.comfortable .col .item {
		margin-top: 30px;
		display: flex;
		align-items: center;
	}

	section.comfortable .col .item span,
	section.comfortable .col .item.d span {
		padding: 0;
	}

	section.back .form {
	    display: block;
	    margin-left: 20px;
	    margin-right: 20px;
	    padding: 20px;
	}

	section.back .form .button {
		display: block;
		margin-top: 10px;
		width: 100%;
		height: auto;
	}

	section.contacts .content {
		padding-left: 20px;
		padding-right: 20px;
	}

	section.contacts img {
	    display: block;
	    float: none;
	    margin-bottom: 20px;
	}

	.container .pair {
		margin: 30px 20px;
	}

	.container .pairs {
	    margin: 0 20px 30px;
	}

	.pairs img {
		float: none;
		display: block;
		margin-right: 0;
	}

	footer {
		padding: 30px 0;
		height: auto;
	}

	footer .container {
		margin-left: 20px;
		margin-right: 20px;
	}

}

@media (max-width: 479px) {

	h1 {
		padding-top: 30px;
	    font-size: 42px;
	    line-height: 50px;
	}

	h2,
	section.comfortable h2,
	section.back h2,
	section.contacts h2 {
    	font-size: 26px;
    	line-height: 32px;
	}

	section.header .question {
	    padding-top: 30px;
	    color: #fff;
	    font-size: 24px;
	    font-weight: 600;
	}
	.slick-dots{
		bottom: 3px;
	}

	section.header span {
		padding-top: 30px;
	}

	section.comfortable .col .item {
		flex-wrap: wrap;
		justify-content: center;
	}

	section.comfortable .col .item img {
		margin: 0 0 30px;
	}

	section.comfortable .col .item span {
		text-align: center;
	}

	section.contacts #map1 {
		margin-bottom: 0 !important;
		box-sizing: border-box;
	}

	footer .phone {
	    float: none;
	}

}