@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/GothamProRLight.eot');
    src: url('../fonts/GothamProRLight.eot') format('embedded-opentype'),
         url('../fonts/GothamProRLight.woff2') format('woff2'),
         url('../fonts/GothamProRLight.woff') format('woff'),
		 url('../fonts/GothamProRLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/GothamProRRegular.eot');
    src: url('../fonts/GothamProRRegular.eot') format('embedded-opentype'),
         url('../fonts/GothamProRRegular.woff2') format('woff2'),
         url('../fonts/GothamProRRegular.woff') format('woff'),
		 url('../fonts/GothamProRRegular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/GothamProRBold.eot');
    src: url('../fonts/GothamProRBold.eot') format('embedded-opentype'),
         url('../fonts/GothamProRBold.woff2') format('woff2'),
         url('../fonts/GothamProRBold.woff') format('woff'),
         url('../fonts/GothamProRBold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
/************************* reset *************************/
html{
	height: 100%;
	margin: 0;
	padding: 0;width: 100%;
	background: #fff;
}
body{
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	font-family: 'GothamPro', Arial, Helvetica, sans-serif;
	line-height: 30px;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, p, ul, li, a, span, div, input, textarea, select, form, fieldset, button, dl, dd, dt, figure, figcaption, blockquote, caption, aside, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
	vertical-align: bottom;
}
input, textarea, select, button {
	font-weight: 300;
	font-family: 'GothamPro', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	border: 0;
	outline: 0;
	background: none;
}
button {font-weight: 300;}
a:hover {text-decoration: none;}
ul li {list-style: none;}
/************************* common styles *************************/
.holder {
	max-width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
}
@media (min-width: 576px){
	.holder {
		max-width: 540px;
		margin: auto;
		padding: 0;
	}
}
@media (min-width: 768px){
	.holder {
		max-width: 720px;	
	}
}
@media (min-width: 1024px) {
	.holder {
		max-width: 960px;
	}
}
@media (min-width: 1200px){
	.holder {
		max-width: 1100px;
	}
}
@media (min-width: 1300px){
	.holder {
		max-width: 1200px;
	}
}
.holder:after {
	display: block;
	content: '';
	clear: both;
}
.title {
	margin: 0 0 44px;
	font-size: 45px;
	font-weight: 300;
	line-height: 54px;
	text-align: center;
}
.title-min {
	margin: 0 0 60px;
	font-size: 40px;
	font-weight: 300;
	line-height: 48px;
	text-align: center;
}
.subtitle {
	max-width: 620px;
	margin: -25px auto 55px;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}
a {transition: all .3s linear;}
p {margin: 0 0 30px;}
p a, .article li a {color: #0b4b92;}
.yellow {color: #f9ba13;}
.blue {color: #0b4b92;}
.center {text-align: center;}
.upper {text-transform: uppercase;}
.button-holder {text-align: center;}
.button {
	position: relative;
	display: inline-block;
	padding: 17px 43px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #fff;
	border-radius: 20px;
	transition: all .3s linear;
}
.button:hover {
	background: #f9ba13;
}
.button-light {
	padding: 16px 42px;
	color: #0b4b92;
	border: 1px solid #0b4b92;
}
.button-light:hover {
	color: #fff;
	background: #0b4b92;
}
.button-yellow {
	font-weight: 400;
	text-transform: none;
	background: #f9ba13;
}
.button-yellow:hover {
	background: #ffc837;
}
.button-blue {
	background: #0b4b92;
}
.button-blue:hover {
	background: #0b4b92;
}
/************************* form-block *************************/
/************************* form-block *************************/
.input {
	display: block;
	width: 100%;
	height: 64px;
	padding: 0 22px;
	margin: 0 0 24px;
	color: #000;
	font-size: 16px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 20px;
}
.textarea {
	display: block;
	width: 100%;
	height: 164px;
	padding: 22px 22px;
	margin: 0 0 24px;
	color: #000;
	font-size: 16px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 20px;
}
::-webkit-input-placeholder {color: #a1a1a1;}
:-moz-placeholder {color: #a1a1a1; opacity: 1;}
::-moz-placeholder {color: #a1a1a1; opacity: 1;}
:-ms-input-placeholder {color: #a1a1a1;}
.submit {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 21px 15px 19px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	background: #0b4b92;
	border-radius: 20px;
	border-bottom: 5px solid #0a3d76;
	transition: background .3s linear;
}
.submit:hover {background: #0d59ac;}
.submit:active {
	margin-top: 5px;
	border-bottom: 0;
}
.input.error, .textarea.error {
	color: rgb(255, 86, 71);
	background-color: rgb(255, 206, 202);
}
label.error {
	position: absolute;
	left: -9999px;
}
.form-file {padding: 0px 0 30px;}
/************************* wrapper *************************/
#wrapper {
	position: relative;
	overflow: hidden;
}
/************************* header *************************/
.header-top {
	position: relative;
	z-index: 10;
	height: 64px;
	padding: 16px 0 0;
	background: #fff;
}
.header-top-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.header-logo {
	margin: 15px 0 0 -12px;
}
.header-logo img {width: 191px;}
.header-top-text {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.header-top-text img {
	display: inline-block;
	vertical-align: top;
	width: 17px;
	margin: 10px 0 0 8px;
}
.header-phone {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 400;
}
.header-phone a {
	margin: 0 55px 0 0;
	color: #000;
	text-decoration: none;
}
.header-phone a:last-child {margin: 0;}
/************************* header-main *************************/
.header-main {
	position: relative;
	padding: 116px 0 125px;
	color: #fff;
	background: #0b4b92;
}
.header-block {
	margin: 0 0 0 40%;
}
.header-title {
	margin: 0 0 19px;
	font-size: 45px;
	font-weight: 300;
	line-height: 54px;
}
.header-title sup {
	display: inline-block;
	vertical-align: top;
	margin: -10px 0 0;
	font-size: 20px;
}
.header-subtitle {
	margin: 0 0 45px;
	font-size: 18px;
	font-weight: 700;
}
.header-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 0 28px;
}
.header-info li {
	width: 44%;
	padding: 0 0 0 49px;
	margin: 0 0 30px;
    font-size: 18px;
    background: url(../images/check.svg) 0 0 no-repeat;
    background-size: 30px;
}
.header-info li:nth-child(2n){width: 50%}
.pipe-block {
	position: absolute;
	top: -39px;
	left: 50%;
	margin-left: -960px;
}
.pipe-shadow {
	position: absolute;
	top: 0;
	left: 0;
}
.pipe1 {
	position: absolute;
	top: 0;
	left: 0;
}
.pipe2 {
	position: absolute;
	top: 82px;
	left: 0;
}
.pipe3 {
	position: absolute;
	top: 83px;
	left: -209px;
}
/************************* header-nav *************************/
.header-nav {
	height: 73px;
	padding: 22px 0 0;
	background: #f9ba13;
}
.header-nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.header-nav-list li {
	position: relative;
	font-size: 18px;
}
.header-nav-list a {
	color: #000000;
	text-decoration: none;
	transition: all .3s linear;
}
.header-nav-list a:hover {text-decoration: underline;}
.header-nav-list .active,
.header-nav-list .active > a,
.header-nav-list .active > span {
	text-decoration: underline;
}
.mob-nav-icon {
	display: none;
	position: absolute;
	top: 6px;
	right: 0px;
	z-index: 250;
	padding: 0 0 8px;
}
.mob-nav-block {
    position: relative;
	display: block;
    width: 24px;
    height: 2px;
    margin: 9px 0 0;
	background: #000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.mob-nav-block:after {
    content: "";
    position: absolute;
    top: -9px;
    left: 0;
    width: 24px;
    height: 2px;
    background: #000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.mob-nav-block:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 24px;
    height: 2px;
    background: #000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.mob-nav-icon.active .mob-nav-block {
    background: none;
}
.mob-nav-icon.active .mob-nav-block:before {
    top: 0;
    transform: rotate(45deg);
	background: #000;
}
.mob-nav-icon.active .mob-nav-block:after {
    top: 0;
    transform: rotate(-45deg);
	background: #000;
}
/************************* header-fixed *************************/
.header-fixed {
	position: fixed;
	top: -200px;
	left: 0;
	right: 0;
	z-index: 200;
	height: 73px;
	padding: 21px 0 0;
	background: #fff;
	box-shadow: 6.532px 26.198px 50px 0px rgba(0, 0, 0, 0.2);
	transition: all 0.5s ease;
}
.header-fixed.fixed {top: 0px;}
.header-fixed-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.fixed-logo {margin: 7px 0 0;}
.fixed-logo img {
	display: block;
	width: 154px;
}
.header-fixed .header-nav-list {
	flex: 1;
	padding: 0 62px;
}
.fixed-phone {
	color: #0b4b92;
	font-size: 18px;
	text-decoration: none;
}
/************************* about *************************/
.about {
	padding: 116px 0 117px;
}
.about-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -24px;
	padding: 0 0 63px;
}
.about-item {
	width: 25%;
	padding: 0 24px;
}
.about-img {
	margin: 0 0 31px;
}
.about-img img {
	width: 100%;
	border-radius: 15px;
}
.about-text {
	line-height: 24px;
	text-align: center;
}
.about-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 120px 0 0;
}
.about-info-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.about-info-icon {
	width: 40px;
	height: 40px;
	margin: 0 15px 0 0;
}
.about-info-icon img {
	max-width: 100%;
	max-height: 100%;
}
.about-info-text {
	font-size: 18px;
	line-height: 26px;
}
/************************* why *************************/
.why {
	position: relative;
	padding: 100px 0 125px;
	color: #fff;
	background: #0b4b92;
}
.why-man {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -700px;
}
.why-block {
	margin: 0 0 0 40%;
}
.why-block .title-min {text-align: left;}
.why-text {
	margin: -10px 0 0;
	font-size: 18px;
}
.why-note {
	padding: 0 0 59px 49px;
	font-size: 18px;
	background: url(../images/check.svg) 0 0 no-repeat;
	background-size: 30px;
}
/************************* warning *************************/
.warning {
	padding: 125px 0 180px;
}
.warning-wrap {
	position: relative;
	max-width: 670px;
	margin: 0 auto;
	transition: all 0.5s linear;
	transform: translateY(60px);
	opacity: 0;
}
.warning-wrap.ani_start {
	transform: translateY(0px);
	opacity: 1;
}
.warning-wrap:before {
	position: absolute;
	top: 27px;
	left: -81px;
	display: block;
	content: '';
	width: 162px;
	height: 149px;
	background: url(../images/warning.svg) 0 0 no-repeat;
	background-size: 100%;
}
.warning-block {
	position: relative;
	padding: 57px 50px 56px;
	font-size: 18px;
	text-align: center;
	border-radius: 20px;
	background: #fff;
	box-shadow: 6.532px 26.198px 50px 0px rgba(0, 0, 0, 0.2);
}
.warning-block b {text-transform: uppercase;}
/************************* order *************************/
.info {
	padding: 0 0 45px;
}
.info-block {
	padding: 1px 50px;
	color: #fff;
	background: #0b4b92;
	border-radius: 20px;
}
.info-wrap {
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}
.info-logo {
	margin: -56px 0 12px;
}
.info-logo img {width: 326px;}
.info-text {
	margin: 0 0 50px;
	font-size: 18px;
}
.info-photo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px -46px;
}
.info-photo-item {
	width: 20%;
	padding: 0 10px;
}
.info-photo img {
	width: 100%;
	border-radius: 20px;
}
/************************* work *************************/
.work {
	padding: 116px 0 125px;
}
.work-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 950px;
	margin: 0 auto;
	padding: 2px 0 0;
}
.work-side {
	width: 44%;
	border-radius: 20px;
	background: #e7f7ff;
}
.work-img img {
	width: 100%;
	border-radius: 20px;
	box-shadow: 0px 14px 35px 0px rgba(0, 0, 0, 0.1);
}
.work-result {
	padding: 22px 30px 21px;
	line-height: 24px;
}
.work-result b {
	display: block;
}
.work-side .button {
	display: block;
}
.work-content {
	width: 50%;
	margin: -7px 0 0;
}
.work-title {
	margin: 0 0 14px;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}
.work-text {
	margin: 0 0 19px;
}
.work-info {
	padding: 0 0 16px;
}
.work-info li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	padding: 8px 0 12px;
}
.work-info-icon {
	width: 25px;
	margin: 3px 15px 0 0;
	text-align: center;
}
.work-info-icon img {
	max-width: 25px;
	max-height: 25px;
}
.work-info-icon-min img {
	max-width: 22px;
	max-height: 22px;
}
.slick-arrow {
	position: absolute;
	top: 134px;
	z-index: 10;
	display: block;
	width: 22px;
	height: 40px;
	font-size: 0;
	cursor: pointer;
	background: url(../images/arrow.svg) 50% 50% no-repeat;
	background-size: cover;
}
.slick-prev {
	left: 0;
	transform: scale(-1, 1);
}
.slick-next {
	right: 0;
}
/************************* order *************************/
.order {
	padding: 113px 0 123px;
	color: #fff;
	background: url(../images/bg1.jpg) 50% 0% no-repeat;
}
/************************* order *************************/
.footer-top {
	padding: 113px 0 60px;
}
/************************* footer *************************/
.footer .holder {position: relative;}
.contacts-map {
	height: 664px;
}
.contacts-map iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.contacts-block {
	position: absolute;
	top: 183px;
	left: 0;
	z-index: 10;
	width: 520px;
	padding: 52px 55px 37px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 6.532px 26.198px 50px 0px rgba(0, 0, 0, 0.2);
}
.contacts-title {
	margin: 0 0 21px;
	font-size: 30px;
	font-weight: 300;
	line-height: 30px;
}
.contacts-info {
	font-size: 18px;
}
.contacts-info li {
	margin: 0 0 10px;
}
.contacts-info a {
	color: #0b4b92;
}
/************************* popup *************************/
.popup {
	width: 450px;
	display: none;
	border-radius: 20px;
}
.fancybox-content {border-radius: 20px;}
.popup.fancybox-content {
    padding: 51px 60px 54px;
}
.popup-title {
	margin: 0 0 26px;
	font-size: 30px;
	font-weight: 300;
	line-height: 36px;
	text-align: center;
}
/************************* media *************************/
@media screen and (max-width: 1279px) {
	
}
@media screen and (max-width: 1199px) {
	.about-block {
		margin: 0 -15px;
	}
	.about-item {
		padding: 0 15px;
	}
	.about-info-text {
		font-size: 16px;
	}
	.work-slide {padding: 0 40px;}
	.contacts-block {
		top: 170px;
		width: 420px;
		padding: 52px 45px 37px;
	}
	.header-fixed .header-nav-list {
		padding: 0 40px;
	}
	.header-fixed .header-nav-list li {font-size: 16px;}
	.fixed-phone {
		font-size: 16px;
	}
}
@media screen and (max-width: 1023px) {
	.header {padding: 60px 0 0;}
	.header-fixed .header-nav-list {display: none;}
	.header-fixed {
		top: 0px;
		height: 60px;
		padding: 14px 0 0;
	}
	.header-top {display: none;}
	.mob-nav-icon {display: block;}
	.fixed-phone {
		position: absolute;
		top: 0;
		left: 0;
		margin: 2px 0 0;
	}
	.fixed-logo {margin: 7px auto 0;}
	.header-nav {
		position: fixed;
		top: 0px;
		left: -100%;
		bottom: 0;
		width: 100%;
		height: auto;
		z-index: 240;
		padding: 80px 15px 20px;
		box-sizing: border-box;
		text-align: center;
		display: block;
		background: #fff;
		transition: all 0.5s ease;
	}
	.header-nav.vis {
		left: 0;
	}
	.header-nav .mob-nav-icon {
		top: 20px;
		right: 20px;
	}
	.header-nav-list {display: block;}
	.header-nav-list li {margin: 0 0 20px;}
	.header-nav-list a {color: #000;}
	.header-main {
		padding: 300px 0 80px;
	}

	.pipe-block {
		top: -39px;
		left: -20px;
		margin-left: 0px;
	}
	.pipe-shadow {
		position: absolute;
		top: 0;
		left: 0;
		width: 374px;
	}
	.pipe1 {
		top: 0;
		left: 0;
		width: 362px;
	}
	.pipe2 {
		top: 52px;
		left: 0;
		width: 362px;
	}
	.pipe3 {
		top: 23px;
		left: -189px;
		width: 362px;
	}

	.header-block {margin: 0;}
	.header-title {
		margin: 0 0 25px;
		font-size: 36px;
		line-height: 40px;
	}
	.about {
		padding: 70px 0 60px;
	}
	.title {
		margin: 0 0 35px;
		font-size: 36px;
		line-height: 42px;
	}
	.title-min {
		margin: 0 0 40px;
		font-size: 36px;
		line-height: 42px;
	}
	.subtitle {
		margin: -15px auto 45px;
	}
	.about-block {
		padding: 0 0 20px;
	}
	.about-item {
		width: 50%;
		margin: 0 0 40px;
	}
	.about .button-holder {
		max-width: 600px;
		margin: 0 auto;
	}
	.about-info {
		padding: 80px 0 0;
	}
	.about-info-item {
		width: 48%;
		margin: 0 0 20px;
	}
	.contacts-block {
		top: 170px;
		width: 320px;
		padding: 40px 30px 37px;
	}
	.contacts-block a {display: inline-block;}
	.why-man {display: none;}
	.why {
		padding: 70px 0 80px;
	}
	.why-block {margin: 0;}
	.warning {
		padding: 80px 0 120px;
	}
	.work {
		padding: 80px 0 60px;
	}
	.work-slide {
		padding: 0 60px;
	}
	.work-side {
		width: 100%;
		margin: 0 0 35px;
	}
	.work-content {
		width: 100%;
		margin: 0;
	}
	.slick-arrow {
		top: 202px;
	}
	.order {
		padding: 70px 0 80px;
	}
	.footer-top {
		padding: 70px 0 20px;
	}
		
}
@media screen and (max-width: 767px) {
	.fixed-phone {
		width: 20px;
		height: 20px;
		margin: 7px 50px 0 0;
		font-size: 0;
		background: url(../images/phone.svg) 0 0 no-repeat;
		background-size: cover;
	}
	.header-info li {
		width: 100%;
	}
	.header-info li:nth-child(2n) {
		width: 100%;
	}
	.header-button {text-align: center;}
	.title {
		margin: 0 0 40px;
		font-size: 30px;
		line-height: 36px;
	}
	.title-min {
		margin: 0 0 40px;
		font-size: 30px;
		line-height: 36px;
	}
	.subtitle {
		margin: -15px auto 45px;
		font-size: 16px;
	}
	.why-text {
		margin: -5px 0 0;
		font-size: 16px;
	}
	.why-note {font-size: 16px;}
	.warning-wrap {
		max-width: none;
		padding: 0 0 0 81px;
	}
	.warning-wrap:before {
		top: 27px;
		left: 0px;
	}
	.warning-block {
		padding: 47px 40px 46px;
		font-size: 16px;
	}
	.info-block {
		padding: 1px 30px;
	}
	.info-logo {
		margin: -36px 0 12px;
	}
	.info-logo img {width: 200px;}
	.info-text {
		margin: 0 0 50px;
		font-size: 16px;
	}
	.info-photo {
		margin: 0 -10px -66px;
	}
	.info-photo-item {
		width: 33.33%;
		margin: 0 0 20px;
	}
	.contacts-block {
		position: relative;
		top: auto;
		left: auto;
		z-index: 10;
		width: auto;
		padding: 0 0 45px;
		background: none;
		box-shadow: none;
		border-radius: 0;
		text-align: center;
	}
	.contacts-title {
		margin: 0 0 20px;
		font-size: 24px;
		line-height: 32px;
	}
	.contacts-info {
		font-size: 16px;
	}
	.contacts-map {
		height: 320px;
	}
}
@media screen and (max-width: 576px) {
	.header-main {
		padding: 250px 0 80px;
	}
	.pipe-block {
		top: -60px;
		left: -40px;
	}
	.about-block {
		margin: 0 -10px;
	}
	.about-item {
		padding: 0 10px;
		width: 100%;
	}
	.title {
		margin: 0 0 40px;
		font-size: 24px;
		line-height: 32px;
	}
	.title-min {
		margin: 0 0 40px;
		font-size: 24px;
		line-height: 32px;
	}
	.about-info {
		padding: 70px 0 0;
	}
	.about-info-item {
		width: 100%;
	}
	.work-slider {margin: 0 -10px;}
	.work-slide {
		padding: 0 30px;
	}
	.slick-arrow {
		top: 100px;
		width: 17px;
		height: 30px;
	}
	.warning-wrap {
		padding: 0 0 0 40px;
	}
	.warning-wrap:before {
		top: 27px;
		left: 0px;
		width: 80px;
		height: 74px;
	}
	.warning-block {
		padding: 30px 20px;
		font-size: 16px;
	}
	.info-block {
		padding: 1px 20px;
	}
	.info-photo-item {
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.popup.fancybox-content {
		padding: 25px 30px 27px;
	}
	.header-title {
		margin: 0 0 25px;
		font-size: 30px;
		line-height: 36px;
	}
	.header-title sup {
		margin: -8px 0 0;
		font-size: 16px;
	}
}
@media screen and (max-width: 420px) {
	
}