html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

body {
	line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

nav ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input,
select {
	vertical-align: middle
}

ul {
	list-style: none;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
}


body {
	font-family: 'proxima_nova_rgregular';
	background: #fff;
	font-size: 14px;
	color: #1f1f26;
}

.inner {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 100px;
}

.center-hd {
	display: grid;
	place-items: center;
}

header {
	background: #f0f0f0;
	position: fixed;
    top: 0;
    left: 0;
    right: 0; /* Чтобы занимать всю ширину экрана */
    z-index: 9999; /* Для обеспечения видимости поверх других элементов */
}

/* Смещение основного контента, чтобы избежать наложения на header */
.main-content {
    padding-top: 80px; /* Стандартная высота header для десктопных устройств */
}

/* Медиа-запросы для мобильных устройств */
@media only screen and (max-width: 768px) {
    /* Уменьшение высоты header для мобильных */
    header {
        height: 60px;  /* Предположительная высота header на мобильных устройствах */
    }
    
    /* Увеличение отступа для основного контента на мобильных */
    .main-content {
        padding-top: 70px;  /* Отступ для мобильного устройства */
    }
}

@media only screen and (max-width: 768px) {
    .center-h {
        background-color: #fff; /* Полностью непрозрачный белый фон */
    }
}

section#promo {
    padding-top: 90px; /* Настройка отступа для секции promo */
}

/* Медиазапрос для мобильных устройств */
@media only screen and (max-width: 768px) {
    section#promo {
        padding-top: 75px; /* Значение для мобильных */
    }
}

header .top {
	background: #1f1f26;
	padding: 6px 0;
	position: relative;
	color: #fff;
}

header .top p {
	float: left;
}

header .top p a {
	color: #b7b7bd;
	position: relative;
	z-index: 2;
}

header .top p.address {
	padding: 0 0 0 20px;
	background: url("../images/address.png") 0 50% no-repeat;
	font-size: 20px;
}

header .top .email-wp {
	position: absolute;
	top: 6px;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 1;
}

header .top p.email {
	padding: 0 0 0 20px;
	background: url("../images/email.png") 0 50% no-repeat;
	display: inline-block;
	float: none;
}

header .top p.phone {
	padding: 0 0 0 20px;
	background: url("../images/phone.png") 0 50% no-repeat;
	float: right;
	font-size: 35px;
}

header .top p.phone a {
	color: #fff;
}

header .center-h {
	padding: 30px 0 13px;
	position: relative;
}

header .logo {
	float: left;
	margin: 3px 0 0;
	position: relative;
	z-index: 2;
}

header .logo a {
	font-size: 36px;
	color: #1f1f26;
	font-family: 'proxima_nova_ltlight';
}

header .logo a span {
	color: #2da8ef;
	font-family: 'proxima_nova_blblack';
}

header nav {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	z-index: 1;
	text-align: center;
}

header nav li {
	display: inline-block;
	height: 43px;
	border-right: 1px solid #d8d8d8;
	box-sizing: border-box;
}

header nav li:last-child {
	border: none;
}

header nav li a {
	color: #1f1f26;
	text-transform: uppercase;
	font-size: 20px;
	display: block;
	display: block;
	height: 83px;
	padding: 14px 15px 0 15px;
	box-sizing: border-box;
	border-bottom: 3px solid transparent
}

header nav li:hover a {
	border-color: #2da8ef;
	color: #2da8ef;
}

header .callback {
	float: right;
	position: relative;
	z-index: 2;
	top: -8px;
}





#promo {
	background: url("../images/bg_promo.jpg") 50% 0 no-repeat;
	height: 820px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}

#promo .slider-promo,
#promo .slider-promo .slick-slide {
	height: 820px;
}

#promo .title {
	font-size: 100px;
	font-family: 'proxima_nova_blblack';
	text-transform: uppercase;
	line-height: 1.1;
	padding: 275px 0 20px;
	background: url("../images/line_w.png") 50% 100% no-repeat;
}

#promo p {
	font-size: 20px;
	text-transform: uppercase;
	margin: 30px 0;
}

#promo a.btn {
	width: 300px;
}





#advantages {
	padding: 95px 0;
	text-align: center;
}

#advantages li {
	float: left;
	width: calc(100%/3);
	box-sizing: border-box;
}

#advantages li img {
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}

#advantages .title {
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'proxima_nova_rgbold';
	margin: 50px 0 25px;
}

#advantages p {
	color: #4f4f5a;
	font-size: 20px;
	line-height: 1.5;
	font-family: 'proxima_nova_ltlight';
}





#about {
	color: #4f4f5a;
	font-family: 'proxima_nova_ltlight';
	padding: 30px 0;
}

#about .block-title {
	text-align: left;
	margin-bottom: 40px;
}

#about .information {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 210px;
	font-size: 20px;
	line-height: 1.5;
}

#about .information li {
	padding-left: 40px;
	background: url("../images/ls.png") 0 50% no-repeat;
}

#about .information p,
#about .information ul {
	margin-bottom: 35px;
}

#about .information p.full {
	text-transform: uppercase;
}

#about img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#about .about-slider {
	float: right;
	width: 50%;
	margin-top: 30px;
}

#about .slider-thumb {
	margin-top: 20px;
	padding: 0 130px;
}

#about .slider-thumb img {
	width: 90%;
}





#faq {
	padding: 95px 0;
	background: url("../images/bg_faq.jpg") 50% 0 no-repeat;
	box-sizing: border-box;
	/* min-height: 1000px; */
}

#faq .info {
	float: right;
	width: 50%;
}

#faq .accordion {
	width: 100%;
}

#faq .accordion section {
	background: #fff;
}

#faq .accordion div {
	height: 350px;
	height: auto;
	display: none;
	line-height: 1.3;
	margin-bottom: 20px;
	padding: 20px 50px;
	box-sizing: border-box;
	font-size: 16px;
	color: #4f4f5a;
	font-family: 'proxima_nova_ltlight';
}

#faq .accordion div li {
	padding: 2px 0 2px 18px;
	background: url("../images/ls.png") 0 50% no-repeat;
}

#faq .accordion div p,
.accordion div ul {
	margin-bottom: 20px;
}

#faq .accordion h2 {
	font-weight: normal;
	padding: 27px 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
}

#faq .accordion h2.active {
	margin-bottom: 0;
}

#faq .accordion h2 a {
	display: block;
	box-sizing: border-box;
	padding: 0 0 0 35px;
	position: relative;
	color: #1f1f26;
	font-size: 20px;
	outline: 0;
	text-decoration: none;
	text-transform: uppercase;
}

#faq .accordion h2 a span {
	font-family: 'proxima_nova_rgbold';
}

#faq .accordion h2 a:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 2px;
	display: block;
	width: 15px;
	height: 15px;
	background: url("../images/ac.png") 50% 50% no-repeat;
}

#faq .accordion h2.active a:after {
	background: url("../images/ac_a.png") 50% 50% no-repeat;
}





#action {
	background: url("../images/bg_action.jpg") 50% 0 no-repeat;
	box-sizing: border-box;
	height: 600px;
	text-align: center;
	padding: 140px 0 0;
}

#action .block-title {
	color: #fff;
	font-family: 'proxima_nova_ltlight';
	line-height: 1.3;
	margin-bottom: 50px;
}

#action .btn {
	width: 300px;
}





#gallery {}

#gallery .coll {
	width: 20%;
	box-sizing: border-box;
	float: left;
}

#gallery .coll a {
	display: block;
}

#gallery .coll div {
	box-sizing: border-box;
	padding: 10px;
}

#gallery img {
	display: block;
	width: 100%;
	height: auto;
}





#results {
	padding: 95px 0;
	text-align: center;
}

#results li {
	float: left;
	box-sizing: border-box;
	width: 23%;
	margin: 0 1%;
	border: 1px solid #e3e3e3;
	padding: 50px 0 55px;
}

#results li:last-child {
	margin-right: 0;
}

#results li img {
	display: block;
	margin: 0 auto;
}

#results li span {
	font-size: 80px;
	color: #2da8ef;
	display: block;
	margin: 32px 0;
	font-family: 'proxima_nova_blblack';
}

#results li p {
	font-size: 20px;
	color: #1f1f26;
	text-transform: uppercase;
	font-family: 'proxima_nova_rgbold';
	line-height: 1.2;
	padding: 0 0 20px;
	background: url("../images/line_b.png") 50% 100% no-repeat;
}





#team {
	padding: 80px 0;
	background: url("../images/bg_team.jpg") 50% 0 no-repeat;
	background-size: cover;
}

#team li {
	box-sizing: border-box;
	width: 23%;
	margin: 0 1%;
	float: left;
	position: relative;
}

#team li img {
	width: 100%;
	height: auto;
	display: block;
}

#team li i {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 182px;
	height: 98px;
}

#team li i.t1 {
	background: url("../images/t1.png") 50% 50% no-repeat;
}

#team li i.t2 {
	background: url("../images/t2.png") 50% 50% no-repeat;
}

#team li i.t3 {
	background: url("../images/t3.png") 50% 50% no-repeat;
}

#team li i.t4 {
	background: url("../images/t4.png") 50% 50% no-repeat;
}

#team li .name {
	text-align: right;
	line-height: 1.4;
	margin-top: 20px;
}

#team li .name p {
	text-transform: uppercase;
	font-size: 20px;
	color: #1f1f26;
	font-family: 'proxima_nova_rgbold';
}

#team li .name span {
	font-size: 16px;
	color: #f31023;
}





#scheme {
	padding: 80px 0;
	text-align: center;
}

#scheme li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 0 50px;
	position: relative;
}

#scheme li i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../images/arr.png") 50% 50% no-repeat;
	position: absolute;
	top: 90px;
	right: 0;
}

#scheme li img {
	display: block;
	margin: 0 auto;
}

#scheme .title {
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'proxima_nova_rgbold';
	margin: 50px 0 25px;
}

#scheme p {
	color: #4f4f5a;
	font-size: 14px;
	line-height: 1.5;
	font-family: 'proxima_nova_ltlight';
}





#prices {
	background: url("../images/bg_prices.jpg") 50% 0 no-repeat;
	padding: 80px 0;
	background-size: cover;
	height: 1400px;
	box-sizing: border-box;
}

#prices .inner {
	width: 1200px;
	padding: 0;
}

#prices .accordion {
	width: 100%;
}

#prices .accordion section {
	background: #fff;
}

#prices .accordion div {
	height: 350px;
	height: auto;
	display: none;
	line-height: 1.3;
	margin-bottom: 20px;
	padding: 20px 50px;
	box-sizing: border-box;
	font-size: 16px;
	color: #4f4f5a;
	font-family: 'proxima_nova_ltlight';
}

#prices .accordion div li {
	padding: 2px 0 2px 18px;
	background: url("../images/ls.png") 0 50% no-repeat;
}

#prices .accordion div p,
.accordion div ul {
	margin-bottom: 20px;
}

#prices .accordion h2 {
	font-weight: normal;
	padding: 14px 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
}

#prices .accordion h2.active {
	margin-bottom: 0;
}

#prices .accordion h2 a {
	display: block;
	box-sizing: border-box;
	padding: 0 0 0 35px;
	position: relative;
	color: #1f1f26;
	font-size: 20px;
	outline: 0;
	text-decoration: none;
	text-transform: uppercase;
}

#prices .accordion h2 a span {
	float: right;
	width: 180px;
	box-sizing: border-box;
	font-size: 14px;
	margin-right: 50px;
	position: relative;
	top: -2px;
}

#prices .accordion h2 a span i {
	font-size: 26px;
	color: #2da8ef;
	font-style: normal;
	display: inline-block;
	font-family: 'proxima_nova_thextrabold';
	margin: 0 5px;
}

#prices .accordion h2 a:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 2px;
	display: block;
	width: 15px;
	height: 15px;
	background: url("../images/ac.png") 50% 50% no-repeat;
}

#prices .accordion h2.active a:after {
	background: url("../images/ac_a.png") 50% 50% no-repeat;
}

#prices h2 a {
	cursor: default;
}




#reviews {
	padding: 80px 0 150px;
	text-align: center;
	color: #1f1f26;
}

#reviews .slider-reviews {
	padding: 150px 195px 0;
	background: url("../images/bg_r.png") 50% 0 no-repeat;
}

#reviews .comment {
	line-height: 1.3;
	font-size: 36px;
	font-family: 'proxima_nova_ltlight';
	text-align: justify;
}

#reviews .center {
	margin: 50px 0;
}

#reviews .btn {
	width: 300px;
}

#reviews .user p {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'proxima_nova_rgbold';
}

#reviews span {
	font-size: 16px;
	color: #2da8ef
}





#contacts {
	background: url("../images/bg_contacts.jpg") 50% 0 no-repeat;
	background-size: cover;
	color: #fff;
	padding: 170px 0 150px;
}

#contacts .inner {
	width: 1200px;
	padding: 0;
}

#contacts .data {
	float: left;
	width: 50%;
}

#contacts .data h4 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 72px;
	font-family: 'proxima_nova_blblack';
	line-height: 1.2;
	margin-bottom: 30px;
}

#contacts .data p {
	padding: 15px 0 15px 65px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

#contacts .data p.address {
	background: url("../images/c_address.png") 0 50% no-repeat;
}

#contacts .data p.phone {
	background: url("../images/c_phone.png") 0 50% no-repeat;
}

#contacts .data p.email {
	background: url("../images/c_email.png") 0 50% no-repeat;
}

#contacts .data p span {
	display: block;
	font-size: 14px;
	text-transform: none;
	font-family: 'proxima_nova_ltlight';
}

#contacts .data p a {
	color: #fff;
}

#contacts .form {
	width: 50%;
	float: right;
	box-sizing: border-box;
}

#contacts .form .coll {
	position: relative;
	padding: 0 0 0 120px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
	width: 100%;
	box-sizing: border-box;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	height: 30px;
	font-family: 'proxima_nova_rgbold';
	resize: none;
}

.form textarea {
	height: 100px;
}

.form label {
	position: absolute;
	top: 10px;
	left: 0;
	text-transform: uppercase;
	color: #aaaaaa;
	font-size: 14px;
	width: 120px;
	display: inline-block;
	text-align: right;
	padding: 0 23px 0 0;
	box-sizing: border-box;
}

.form .coll span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	color: #f9593a;
	font-family: 'proxima_nova_rgbold';
}

#contacts .form .act {
	display: inline-block;
	width: 100%;
}

#contacts .form .act p {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	color: #aaa;
	position: relative;
	top: 25px;
}

#contacts .form .act p span {
	font-size: 20px;
	color: #f9593a;
	font-family: 'proxima_nova_rgbold';
	position: relative;
	top: 6px;
	display: inline-block;
	margin-right: 10px;
}

#contacts .form .btn {
	float: right;
	width: 50%;
	box-sizing: border-box;
}





footer {
	text-align: center;
	padding: 35px 0;
	font-size: 24px;
	font-family: 'proxima_nova_ltlight';
}
















b,
strong {
	font-weight: normal;
	font-family: 'proxima_nova_rgbold';
}


.block-title {
	font-size: 42px;
	text-align: center;
	color: #1f1f26;
	text-transform: uppercase;
	margin-bottom: 90px;
}

.block-title span {
	font-size: 56px;
	font-family: 'proxima_nova_blblack';
}




/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}





.slick-loading .slick-list {
	background: none;
}

.slick-prev,
.slick-next {
	border: none;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 26px;
	height: 46px;
	padding: 0;
	cursor: pointer;
	margin-top: -23px;
	opacity: 1;
}

.slick-prev,
.slick-next {
	display: block !important;
	z-index: 10;
}

.slick-prev {
	background: url("../images/arr_l.png") 50% 50% no-repeat;
	left: 0;
}

.slick-next {
	background: url("../images/arr_r.png") 50% 50% no-repeat;
	right: 0;
}

.slider-thumb .slick-prev,
.slider-thumb .slick-next {
	display: block !important;
	z-index: 10;
	width: 61px;
	height: 61px;
	margin-top: -30px;
	box-sizing: border-box;
}

.slider-thumb .slick-prev {
	background: #fff url("../images/arr_l.png") 50% 50% no-repeat;
	left: 8px;
}

.slider-thumb .slick-next {
	background: #fff url("../images/arr_r.png") 50% 50% no-repeat;
	right: 8px;
}

.slider-reviews .slick-prev,
.slider-reviews .slick-next {
	display: block !important;
	z-index: 10;
	width: 61px;
	height: 61px;
	margin-top: -30px;
	box-sizing: border-box;
}

.slider-reviews .slick-prev {
	background: #fff url("../images/arr_l.png") 50% 50% no-repeat;
	left: 8px;
}

.slider-reviews .slick-next {
	background: #fff url("../images/arr_r.png") 50% 50% no-repeat;
	right: 8px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	opacity: 1;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

.slick-prev {
	display: none;
}

.slick-next {
	display: none;
}

.slick-dots {
	position: absolute;
	bottom: 50px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 7px;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: #fff;
	border-radius: 50%;
	padding: 0;
	width: 20px;
	height: 20px;
}

.slick-dots li button {
	width: 18px;
	height: 18px;
	background: none;
	border: 3px solid #fff;
	box-sizing: border-box;
}

.slick-dots li.slick-active button {
	background: #fff
}

.slider-reviews .slick-dots {
	bottom: -75px;
	left: 0;
}

.slider-reviews .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: #000;
	border-radius: 50%;
	padding: 0;
	width: 20px;
	height: 20px;
}

.slider-reviews .slick-dots li button {
	width: 18px;
	height: 18px;
	background: none;
	border: 3px solid #000;
	box-sizing: border-box;
}

.slider-reviews .slick-dots li.slick-active button {
	background: #000
}










.arcticmodal-overlay,
.arcticmodal-container {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999999999;
}

.arcticmodal-container {
	overflow: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

*:first-child+html .arcticmodal-container {
	height: 100%
}

.arcticmodal-container_i {
	height: 100%;
	margin: 0 auto;
	width: 100%;
}

.arcticmodal-container_i2 {
	width: 100%;
	height: 300px;
}

.arcticmodal-error {
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	color: #fff;
}

.arcticmodal-loading {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	background-size: 100% 100%;
	display: block;
	margin: 0 auto;
	margin-top: 200px;
}

.arcticmodal-overlay {
	opacity: 0.5 !important;
	background: #000 !important;
	z-index: 99999999 !important
}



.box-modal {
	width: 1120px;
	text-align: center;
	padding: 110px 250px;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	margin-top: 75px;
	margin-bottom: 75px;
	position: relative;
	background: url("../images/bg_modal.jpg") 50% 0 no-repeat;
}

.arcticmodal-close {
	font-size: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url("../images/close.png") 50% 50% no-repeat;
	background-size: 100%;
	position: absolute;
	top: 45px;
	right: 45px;
}

.box-modal h6 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 72px;
	font-family: 'proxima_nova_blblack';
	line-height: 1.2;
	margin-bottom: 30px;
	text-align: left;
	color: #fff;
}

.box-modal .form .coll {
	position: relative;
	padding: 0 0 0 120px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
	width: 100%;
	box-sizing: border-box;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	height: 30px;
	font-family: 'proxima_nova_rgbold';
	resize: none;
}

.form textarea {
	height: 100px;
}

.form label {
	position: absolute;
	top: 10px;
	left: 0;
	text-transform: uppercase;
	color: #aaaaaa;
	font-size: 14px;
	width: 120px;
	display: inline-block;
	text-align: right;
	padding: 0 23px 0 0;
	box-sizing: border-box;
}

.form .coll span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	color: #f9593a;
	font-family: 'proxima_nova_rgbold';
}

.box-modal .form .act {
	display: inline-block;
	width: 100%;
}

.box-modal .form .act p {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	color: #aaa;
	position: relative;
	top: 25px;
}

.box-modal .form .act p span {
	font-size: 20px;
	color: #f9593a;
	font-family: 'proxima_nova_rgbold';
	position: relative;
	top: 6px;
	display: inline-block;
	margin-right: 10px;
}

.box-modal .form .btn {
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin: 30px 0 0 120px;
}

#window-thanks p {
	font-size: 36px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #fff;
	font-family: 'proxima_nova_ltlight';
	text-align: left;
}






.clearfix {
	clear: both;
}

.center {
	display: inline-block;
	width: 100%;
	text-align: center;
}


a {
	text-decoration: none;
	transition: all 0.5s ease-out;
}

a:hover {
	transition: all 0.5s ease-out;
}

a:focus {
	outline: none;
}


.btn {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border: none;
	transition: all 0.5s ease-out;
}

.btn:hover {
	transition: all 0.5s ease-out;
}


.btn-blue {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	padding: 27px;
	background: linear-gradient(to top, #078dda, #49bdff);
	box-shadow: 0px 0px 21px 0px rgba(41, 175, 251, 0.75);
}

.btn-blue:hover {
	box-shadow: none;
}


input,
textarea,
select {
	-webkit-appearance: none;
	box-sizing: border-box;
}

/*responsive*/

@media screen and (max-width: 1900px) {
	.inner {
		width: 1500px;
		padding: 0 20px;
	}

	#about .information {
		padding-right: 100px;
		line-height: 1.3;
		font-size: 18px;
	}

	#about .information p,
	#about .information ul {
		margin-bottom: 15px;
	}

	#faq .accordion h2 a {
		font-size: 18px;
	}

	#team li .name p {
		font-size: 15px;
	}

	#team li .name span {
		font-size: 14px;
	}
}

@media screen and (max-width: 1500px) {
	.inner {
		width: 1300px;
		padding: 0;
	}

	header .logo {
		margin-top: 7px;
	}

	header .logo a {
		font-size: 30px;
	}

	header nav li a {
		font-size: 18px;
	}

	#faq .accordion h2 a {
		font-size: 16px;
	}

	#scheme li {
		padding: 0 25px;
	}

	#reviews .slider-reviews {
		padding-left: 100px;
		padding-right: 100px
	}

	#reviews .comment {
		font-size: 22px;
		padding: 0 50px;
	}




	.btn-blue {
		font-size: 14px;
		padding: 20px;
	}
}

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

	.inner,
	#prices .inner,
	#reviews .inner,
	#contacts .inner {
		width: 960px;
	}

	header .logo {
		margin-top: 5px;
	}

	header .logo a {
		font-size: 20px;
	}

	header nav li {
		height: 30px;
	}

	header nav li a {
		font-size: 13px;
		height: 57px;
		padding: 10px 10px 0;
	}

	.btn-blue {
		font-size: 12px;
		padding: 15px;
	}

	#promo {
		height: auto;
	}

	#promo .slider-promo,
	#promo .slider-promo .slick-slide {
		height: auto;
	}

	#promo .slider-promo .slick-slide {
		padding-bottom: 100px;
	}

	#promo .title {
		font-size: 50px;
		padding: 100px 0 30px;
	}

	#promo .title {
		min-height: 240px;
		box-sizing: border-box;
	}

	#promo .slick-dots {
		bottom: 35px;
	}

	#advantages {
		padding: 50px 0;
	}

	#advantages .title {
		font-size: 16px;
	}

	#advantages p {
		font-size: 15px;
		line-height: 1.4;
	}

	#advantages li {
		padding: 0 20px;
	}

	#advantages li br {
		display: none;
	}

	#about .information {
		padding-right: 30px;
		font-size: 16px;
	}

	#about .slider-thumb {
		padding: 0 40px;
	}

	.slider-thumb .slick-prev,
	.slider-thumb .slick-next {
		width: 30px;
		height: 30px;
		background-size: 100%;
		margin-top: -15px;
	}

	#faq {
		min-height: 0;
		padding: 50px 0 20px;
		background-size: cover;
	}

	#faq .info {
		width: 100%;
	}

	#prices {
		min-height: 0;
		padding: 50px 0 20px;
		background-size: cover;
	}

	#prices .info {
		width: 100%;
	}

	#action {
		height: auto;
		background-size: cover;
		padding: 50px 0;
	}

	#action .btn {
		width: auto;
		min-width: 150px;
	}

	#results li span {
		font-size: 55px;
	}

	#results li p {
		font-size: 18px;
	}


	#team li {
		width: 48%;
		margin-bottom: 2%;
	}

	#scheme li {
		padding: 0 10px;
	}

	.box-modal {
		width: 90%;
		max-width: 1120px;
		padding: 50px;
	}

	.arcticmodal-close {
		top: 20px;
		right: 20px;
	}



	.block-title {
		font-size: 30px;
		margin-bottom: 50px;
	}

	.block-title span {
		font-size: 40px;
	}

	#prices {
		height: auto;
	}
}

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

	.inner,
	#prices .inner,
	#reviews .inner,
	#contacts .inner {
		width: 100%;
		padding: 0 2%;
	}

	.block-title {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.block-title span {
		font-size: 22px;
	}

	header nav .pull {
		display: block;
		width: 30px;
		height: 30px;
		background: url("../images/pull.png") 50% 50% no-repeat;
		float: right;
		margin: 0 2% 0 0;
	}

	header nav ul {
		display: none;
		width: 100%;
		position: absolute;
		top: 50px;
		left: 0;
		background: #078dda;
	}

	header nav ul li {
		padding: 0;
		width: 100%;
		border: none;
		border-bottom: 1px solid #fff;
		z-index: 99;
		height: auto;
	}

	header nav ul li a {
		display: block;
		border: none;
		text-align: left;
		box-sizing: border-box;
		padding: 15px 2%;
		height: auto;
		font-size: 16px;
		color: #fff;
	}

	header .callback {
		margin-right: 50px;
	}

	#promo .title {
		font-size: 20px;
		background: none;
		padding: 50px 15px 20px;
		margin-bottom: 0;
		height: auto;
		min-height: 0;
	}

	#promo .title br {
		display: none;
	}

	#promo p {
		font-size: 16px;
		margin: 0 0 15px;
		padding: 0 15px
	}

	#promo a.btn {
		width: auto;
	}

	#advantages,
	#about,
	#results,
	#team,
	#scheme,
	#reviews {
		padding: 25px 0;
	}

	#scheme {
		padding-bottom: 0;
	}

	#reviews {
		padding-bottom: 120px;
	}

	.slider-reviews .slick-dots {
		border: -30px;
	}

	#about .information {
		width: 100%;
		float: none;
		padding-right: 0;
	}

	#about .block-title {
		text-align: center;
		margin-bottom: 25px;
	}

	#about .about-slider {
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		float: none;
	}

	#gallery .coll div {
		padding: 2px;
	}

	#results li span {
		font-size: 35px;
	}

	#results li p {
		font-size: 15px;
	}

	#scheme li i {
		display: none;
	}

	#scheme li {
		width: 50%;
		min-height: 450px;
	}

	#prices .accordion h2 {
		padding: 15px;
	}

	#prices .accordion h2 a {
		font-size: 14px;
		line-height: 1.2;
	}

	#prices .accordion div {
		padding: 20px;
	}

	#prices .accordion h2 a span {
		max-height: 0;
		font-size: 12px;
		width: auto;
	}

	#prices .accordion h2 a span i {
		font-size: 14px;
	}

	#reviews .slider-reviews {
		padding-top: 80px;
		padding-left: 50px;
		padding-right: 50px;
	}

	#reviews .slick-prev,
	#reviews .slick-next {
		width: 30px;
		height: 30px;
		background-size: 100%;
		margin-top: -15px;
	}

	#reviews .comment {
		font-size: 18px;
		line-height: 1.1;
		padding: 0 10px;
	}

	#reviews .center {
		margin: 25px 0;
	}

	#reviews .btn {
		width: auto;
	}

	#reviews .user p {
		font-size: 16px;
	}

	#contacts {
		padding: 50px 0;
	}

	#contacts .data,
	#contacts .form {
		width: 100%;
	}

	#contacts .data h4 {
		font-size: 24px;
		text-align: center;
	}

	#contacts .data h4 br {
		display: none;
	}

	#contacts .data {
		margin-bottom: 30px;
	}

	footer {
		font-size: 16px;
		box-sizing: border-box;
		padding: 20px;
	}

	#contacts .data p {
		font-size: 18px;
		letter-spacing: 0
	}

	#contacts .form .act p {
		font-size: 12px;
		top: 10px;
	}
}


@media screen and (max-width: 768px) {
	header nav .pull {
		position: relative;
		top: 5px;
	}

	header .top p {
		background: none !important;
		padding: 0 !important;
		float: none !important;
		text-align: center;
		margin: 4px 0;
	}

	header .top .email-wp {
		float: none;
		position: relative;
		top: 0;
	}

	header .center-h {
		padding: 10px 0;
		text-align: center;
	}

	header .logo {
		margin: 0 0 15px;
		width: 100%;
	}

	header .callback {
		margin-right: 0;
		width: 100%;
		top: 0;
	}

	header nav {
		height: 0px;
		z-index: 9;
	}

	header nav ul {
		top: 67px;
	}

	#advantages li {
		width: 100%;
		margin-bottom: 20px;
	}

	#advantages li img {
		max-width: 150px;
	}

	#advantages .title {
		margin: 15px 0;
	}

	#faq .accordion h2 {
		padding: 15px;
	}

	#faq .accordion h2 a {
		font-size: 14px;
		line-height: 1.2;
	}

	#faq .accordion div {
		padding: 20px;
	}

	#action .block-title br {
		display: none;
	}

	#action .block-title,
	#action .block-title span {
		font-size: 14px;
	}

	#results li {
		width: 48%;
		padding: 25px 0;
		margin-bottom: 2%;
	}

	#results li span {
		font-size: 25px;
	}

	#results li p {
		font-size: 13px;
	}

	#team li i {
		display: none;
	}

	#team li .name {
		position: relative;
		top: -10px;
	}

	#team li .name p {
		font-size: 11px;
	}

	#team li .name span {
		font-size: 11px;
	}

	#scheme li {
		padding: 0;
		width: 100%;
		min-height: 0;
		margin-bottom: 30px;
	}

	#scheme .title {
		margin: 20px 0;
		font-size: 16px;
	}

	#scheme li img {
		max-width: 150px;
	}

	#prices .accordion h2 a span {
		display: block;
		float: none;
		text-align: left;
		margin-top: 5px;
	}

	#prices .accordion h2 a span i {
		margin-left: 0;
	}

	#reviews .comment {
		font-size: 16px;
		line-height: 1.1;
		padding: 0 10px;
	}

	.box-modal {
		padding: 40px 20px;
	}

	.box-modal h6 {
		font-size: 20px;
		text-align: center;
	}

	.box-modal h6 br {
		display: none;
	}

	.box-modal .form .btn {
		width: 100%;
		margin: 10px 0 0;
	}

	.form label {
		width: 90px;
	}

	.box-modal .form .coll {
		padding-left: 80px;
	}

	#window-thanks p {
		font-size: 16px;
		text-align: center;
	}
}

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

	#promo .slider-promo,
	#promo .slider-promo .slick-slide {
		height: 320px;
		box-sizing: border-box;
	}
}

/*responsive*/