@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,700&display=swap&subset=cyrillic');
/************************* reset *************************/
html{
	height: 100%;
	margin: 0;
	padding: 0;width: 100%;
	background: #f5f8fb;
}
body{
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	line-height: 28px;
	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: 'Ubuntu', 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: 700;
	line-height: 54px;
	text-align: center;
}
.subtitle {
	margin: -25px 0 58px;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
}
a {transition: all .3s linear;}
p {margin: 0 0 30px;}
p a, .article li a {color: #0661be;}
.yellow {color: #f9ba13;}
.blue {color: #0661be;}
.center {text-align: center;}
.upper {text-transform: uppercase;}
.button-holder {text-align: center;}
.button {
	position: relative;
	display: inline-block;
	padding: 17px 29px 19px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #fff;
	border-radius: 8px;
	transition: all .3s linear;
}
.button:hover {
	background: #ebb727;
}
.button-yellow {
	background: #ffc628;
}
.button-yellow:hover {
	background: #ebb727;
}
.button-blue {
	color: #fff;
	background: #0661bd;
}
.button-blue:hover {
	background: #0456a8;
}
/************************* 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: 8px;
}
.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: 8px;
}
::-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: 19px 15px 21px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	background: #0661bd;
	border-radius: 8px;
	transition: all .3s linear;
}
.submit:hover {background: #0456a8;}
.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 {
	color: #fff;
	background: #0251a1;
	background: linear-gradient(90deg, #0251a1 0%, #0251a1 50%, #0764c3 100%);
}
/************************* header *************************/
.header-top {
	position: relative;
	z-index: 10;
	padding: 41px 0 3px;
}
.header-top-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.header-logo img {width: 252px;}
.logo-text {
	padding: 7px 14px 0 0;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	text-align: right;
}
.header-top-text {
	padding: 4px 29px 6px;
	margin: 4px 0 0;
	font-size: 16px;
	font-weight: 700;
	background: #00468d;
	border-radius: 25px;
}
.header-top-text img {
	display: inline-block;
	vertical-align: top;
	width: 17px;
	margin: 10px 0 0 8px;
}
.header-phone {
	padding: 7px 0 0;
	font-weight: 700;
}
.header-phone a {
	color: #fff;
	text-decoration: none;
}
/************************* header-main *************************/
.header-main {
	position: relative;
	padding: 0 0 117px;
}
.header-main:before {
    position: absolute;
    left: 50%;
    bottom: -237px;
    margin-left: -1500px;
    display: block;
    content: '';
    width: 3000px;
    height: 598px;
    background: url(../images/korado.svg) 50% 50% no-repeat;
    background-size: contain;
    opacity: 0.03;
}
.header-main .holder {position: relative;}
.header-block {
	position: relative;
	padding: 190px 0 213px;
}
.header-title {
	margin: 0 0 31px;
	color: #ffc600;
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
}
.header-text {
	max-width: 390px;
	margin: 0 0 48px;
	line-height: 30px;
}
.header-img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -255px;
}
.header-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
}
.header-info-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 25%;
	padding: 0 35px 0 0;
}
.header-info-icon {
	width: 40px;
	min-width: 40px;
	margin: 6px 22px 0 0;
}
.header-info-icon img {width: 100%;}
.header-info-text {
	font-size: 16px;
	line-height: 24px;
}
/************************* header-nav *************************/
.header-nav {
	height: 68px;
	padding: 17px 0 0;
	background: #fff;
	box-shadow: 2.177px 8.733px 32px 0px rgba(33, 23, 0, 0.15);
}
.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: 2.177px 8.733px 32px 0px rgba(33, 23, 0, 0.15);
	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: 252px;
}
.header-fixed .header-nav-list {
	flex: 1;
	padding: 0 62px;
}
.fixed-phone {
	color: #0b4b92;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}
/************************* banner *************************/
.banner {
	padding: 126px 0 0;
}
.banner-block {
	position: relative;
	overflow: hidden;
	padding: 78px 50px 72px;
	color: #fff;
	background: #0251a1;
	background: linear-gradient(90deg, #0251a1 0%, #0251a1 50%, #0764c3 100%);
	border-radius: 20px;
}
.banner-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 950px;
	margin: 0 auto;
}
.banner-img {
	position: relative;
	width: 42.7%;
}
.banner-img img {
	position: relative;
	width: 100%;
}
.banner-img:before {
	position: absolute;
	right: 50%;
	top: 50%;
	margin-top: -433px;
	display: block;
	content: '';
	width: 865px;
	height: 865px;
	background: #ffc628;
	border-radius: 50%;
}
.banner-info {
	width: 50%;
}
.banner-info .title {
	margin: 0 0 7px;
	text-align: left;
}
.banner-text {
	margin: 0 0 37px;
	font-size: 28px;
	line-height: 36px;
}
/************************* prod *************************/
.prod {
	padding: 126px 0 0;
}
.prod-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -22px;
}
.prod-col {
	width: 33.33%;
	padding: 0 22px;
	margin: 0 0 44px;
}
.prod-item {
	height: 100%;
	padding: 20px 40px 62px;
	text-align: center;
	background: #fff;
	border-radius: 8px;
}
.prod-text {
	line-height: 24px;
}
.prod-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 315px;
	margin: 0 0 35px;
}
.prod-img img {
	height: auto;
}
.prod1 {margin: 0 0 0 -80px;}
.prod2 {margin: -35px 0 0;}
.prod3 {margin: -52px 0 0;}
.prod4 {margin: 0 0 0 -90px;}
.prod5 {margin: 0 -70px 0 0;}
.warning {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 40px;
	background: transparent;
	border: 4px solid #ffc600;
}
.warning-icon {margin: 0 0 36px;}
.warning-icon img {width: 57px;}
.warning-title {
	margin: 0 0 24px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.warning-title span {
	display: block;
	margin: 0 0 9px;
	font-size: 35px;
}
/************************* special *************************/
.special {
	position: relative;
	padding: 78px 0 397px;
}
.special-bg {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -527px;
}
.special .holder {position: relative;}
.special-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1070px;
	margin: 0 auto;
}
.special-logo {
	width: 40.5%;
}
.special-logo img {width: 100%;}
.special-side {
	width: 50.5%;
	margin: -8px 0 0;
}
.special-side .title {
    margin: 0 0 44px;
    text-align: left;
}
.special-text {
	margin: -11px 0 46px;
}
/************************* order *************************/
.order {
	position: relative;
	overflow: hidden;
	padding: 113px 0 118px;
	color: #fff;
	background: #0251a1;
	background: linear-gradient(90deg, #0251a1 0%, #0251a1 50%, #0764c3 100%);
}
.order:before {
	position: absolute;
	left: 50%;
	bottom: -237px;
	margin-left: -1500px;
	display: block;
	content: '';
	width: 3000px;
	height: 598px;
	background: url(../images/korado.svg) 50% 50% no-repeat;
	background-size: contain;
	opacity: 0.03;
}
.order .holder {position: relative;}
.order-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 114px 0 0;
}
.order-info-item {
	padding: 0 0 0 47px;
	font-weight: 400;
	background: url(../images/check.svg) 0 0 no-repeat;
	background-size: 29px;
}
/************************* order *************************/
.footer-top {
	padding: 115px 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: 450px;
	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: 700;
	line-height: 30px;
}
.contacts-info {
	font-size: 18px;
}
.contacts-info li {
	margin: 0 0 12px;
}
.contacts-info a {
	color: #0661be;
}
/************************* 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: 700;
	line-height: 36px;
	text-align: center;
}
/************************* media *************************/
@media screen and (max-width: 1279px) {
	.header-fixed .header-nav-list {
		padding: 0 30px;
	}
}
@media screen and (max-width: 1199px) {
	.header-img {
		margin-left: -155px;
	}
	.contacts-block {
		top: 170px;
		width: 420px;
		padding: 52px 45px 37px;
	}
	.fixed-logo {
		margin: -3px 0 0;
	}
	.fixed-logo img {
		width: 220px;
	}
	.header-fixed .header-nav-list {
		padding: 0 30px;
	}
	.header-fixed .header-nav-list li {font-size: 16px;}
	.fixed-phone {
		font-size: 16px;
	}
	.order-info-item {font-size: 16px;}
	.prod-col {
		width: 50%;
	}
}
@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;}
	.fixed-logo {
		margin: -3px auto 0;
	}
	.mob-nav-icon {display: block;}
	.fixed-phone {
		position: absolute;
		top: 0;
		left: 0;
		margin: 2px 0 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;
		box-shadow: none;
		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-block {
		padding: 0px 0 80px;
		margin: -20px 0 0;
		text-align: center;
	}
	.header-img {
		position: static;
		display: block;
		width: 100%;
		max-width: 533px;
		margin-left: 0;
		margin: 0 auto;
	}
	.header-main {
		padding: 30px 0 45px;
	}
	.header-text {
		margin: 0 auto 40px;
	}
	.header-main:before,
	.order:before {
		bottom: -30px;
		margin-left: -700px;
		width: 1400px;
		height: 200px;
	}
	.header-info-item {
		width: 50%;
		margin: 0 0 35px;
		padding: 0 20px 0 0;
	}
	.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;
	}
	.banner {
		padding: 80px 0 0;
	}
	.banner-block {
		padding: 50px 30px 50px;
	}
	.prod {
		padding: 70px 0 0;
	}
	.prod-block {
		margin: 0 -15px;
	}
	.prod-col {
		padding: 0 15px;
		margin: 0 0 30px;
	}
	.prod-item {
		padding: 25px 30px 35px;
	}
	.prod-img {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 280px;
		margin: 0 0 35px;
	}
	.prod-img img {
		max-width: 100%;
		max-height: 100%;
		height: auto;
		margin: 0;
	}
	.special {
		padding: 70px 0 350px;
	}
	.special-bg {
		width: 800px;
		margin-left: -400px;
	}
	.order {
		padding: 70px 0 45px;
	}
	.order-info {
		padding: 70px 0 0;
	}
	.order-info-item {
		width: 48%;
		margin: 0 0 35px;
		font-size: 18px;
	}
	.footer-top {
		padding: 70px 0 20px;
	}
	.contacts-block {
		top: 170px;
		width: 320px;
		padding: 40px 30px 37px;
	}
	.contacts-block a {display: inline-block;}
		
}
@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-item {
		width: 100%;
		padding: 0;
	}
	.header-title {
		font-size: 36px;
		line-height: 40px;
	}
	.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;
	}
	.banner-wrap {
		display: block;
	}
	.banner-img {
		position: relative;
		width: auto;
		max-width: 400px;
		margin: 0 auto 30px;
	}
	.banner-img:before {
		position: absolute;
		top: auto;
		bottom: 50%;
		margin-top: 0;
		margin-right: -433px;
	}
	.banner-info {
		width: auto;
		text-align: center;
	}
	.banner-info .title {
		margin: 0 0 7px;
		text-align: center;
	}
	.banner-text {
		margin: 0 0 37px;
		font-size: 21px;
		line-height: 28px;
	}
	.prod-col {
		width: 100%;
	}
	.special {
		padding: 70px 0 300px;
	}
	.special-bg {
		width: 526px;
		margin-left: -263px;
	}
	.special-block {display: block;}
	.special-logo {
		width: auto;
		max-width: 400px;
		margin: 0 auto 40px;
	}
	.special-logo img {width: 100%;}
	.special-side {
		width: auto;
		margin: 0;
		text-align: center;
	}
	.special-side .title {
		text-align: center;
	}
	.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-title {
		font-size: 30px;
		line-height: 36px;
	}
	.title {
		margin: 0 0 40px;
		font-size: 24px;
		line-height: 32px;
	}
	.title-min {
		margin: 0 0 40px;
		font-size: 24px;
		line-height: 32px;
	}
	.footer-top .subtitle br {display: none;}
	.order-info-item {
		width: 100%;
		padding: 0 0 2px 47px;
	}
	.order-info-item br {display: none;}
	.warning-title span {
		margin: 0 0 6px;
		font-size: 27px;
	}
}
@media screen and (max-width: 480px) {
	.popup.fancybox-content {
		padding: 25px 30px 27px;
	}
}
@media screen and (max-width: 374px) {
	.banner-block {margin: 0 -30px;}
	.fixed-logo img {
		width: 180px;
	}
	.fixed-logo {
		margin: 1px auto 0;
	}
}