

/* Start:/bitrix/templates/gh2019main/jquery.fancybox-1.3.4.css?16473068078911*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/* End */


/* Start:/local/templates/gh2019main/styles.css?176997439757598*/
@font-face{
font-family: 'Blogger Sans';
src: url('/bitrix/templates/gh2019main/fonts/BloggerSans-Medium.woff2') format('woff2'),
     url('/bitrix/templates/gh2019main/fonts/BloggerSans-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face{
font-family: 'Blogger Sans';
src: url('/bitrix/templates/gh2019main/fonts/BloggerSans-LightItalic.woff2') format('woff2'),
     url('/bitrix/templates/gh2019main/fonts/BloggerSans-LightItalic.woff') format('woff');
font-weight: 300;
font-style: italic;
font-display: swap;
}
@font-face{
font-family: 'Blogger Sans';
src: url('/bitrix/templates/gh2019main/fonts/BloggerSans-Light.woff2') format('woff2'),
     url('/bitrix/templates/gh2019main/fonts/BloggerSans-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face{
font-family: 'Blogger Sans';
src: url('/bitrix/templates/gh2019main/fonts/BloggerSans-Bold.woff2') format('woff2'),
     url('/bitrix/templates/gh2019main/fonts/BloggerSans-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face{
font-family: 'Blogger Sans';
src: url('/bitrix/templates/gh2019main/fonts/BloggerSans.woff2') format('woff2'),
     url('/bitrix/templates/gh2019main/fonts/BloggerSans.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face{
font-family: 'a_RubricaXtCn';
src: url('/bitrix/templates/gh2019main/fonts/ARubricaXtCn.woff2') format('woff2'),
     url('/bitrix/templates/gh2019main/fonts/ARubricaXtCn.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}

fieldset,img{
border: 0;
}
div {
display: block;
}
.clear{
clear: both;
line-height: 0;
font-size: 0;
height: 0;
display: block;
}
.display-none{
display: none;
}
.inline-block{
display: -moz-inline-stack;
-moz-box-orient: vertical;
display: inline-block;
zoom: 1;
*display: inline;
_display: inline;
}
.absolute-link{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-indent: -9999px;
z-index: 9;
}
a{
color: #000;
text-decoration: underline;
}
a:hover{
color: #3d4073;
}
.text{
margin: 15px 0;
}
.text a:hover{
color: #3d4073;
}
p{
margin: 0;
padding: 0;
font-family: 'Blogger Sans';
font-weight: normal;
font-style: normal;
}
h1,h2,h3,h4,h5,h6,.h1-title, .h2-title{
color: #3d4073;
font-family: 'Blogger Sans';
font-weight: normal;
font-style: normal;
line-height: 100%;
padding: 0;
margin: 0;
}
.h1-title, h1{
font-size: 41px;
text-align: center;
}
.h2-title{
font-size: 41px;
text-align: left;
}
h2, h3{
color: #3d4073;
font-size: 26px;
font-family: 'Blogger Sans';
line-height: 26px;
font-style: normal;
font-weight: 500;
}
h4, h5, h6{
font-size: 18px;
}
ul{
list-style: none;
}
.text ul, .text ol{
margin: 0 0 20px 25px;
font-size: 20px;
line-height: 24px;
}
.text ul{
list-style: disc;
}
.text ul li, .text ol li{
margin-bottom: 5px;
}
html, body, ul, ol, dl, dt, dd{
margin: 0;
padding: 0;
}
body{
font-family: 'Blogger Sans';
font-weight: normal;
font-style: normal;
font-size: 20px;
line-height: 24px;
background: #fff;
}
html, body{
height: 100%;
}
.text p{
margin-bottom: 10px;
font-size: 20px;
line-height: 24px;
}
.text h2, .text h3, .text h4, .text h5, .text h6{
margin: 15px 0;
}
.wrap{
width: 1170px;
position: relative;
margin: 0 auto;
}
.preload *{
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
}

.header{
height: 102px;
background: #fff;
position: relative;
}
.header__logo{
background: url(/images/2019/logo-gh2004_v2024.svg) no-repeat 0 0 transparent;
background-size: cover;
position: absolute;
left: 15px;
top: 8px;
z-index: 2;
width: 83px;
height: 84px;
text-indent: -9999px;
}
.header__logo-top{
color: #3d4073;
font-size: 15px;
line-height: 15px;
font-family: 'Blogger Sans';
font-weight: 500;
font-style: normal;
position: absolute;
top: 15px;
left: 120px;
z-index: 2;
}
.header__logo-name{
color: #ec8017;
font-size: 43px;
line-height: 43px;
font-family: 'a_RubricaXtCn';
font-weight: normal;
font-style: normal;
text-transform: uppercase;
position: absolute;
top: 32px;
left: 120px;
z-index: 2;
}
.header__logo-bot{
color: #3d4073;
font-size: 15px;
font-family: 'Blogger Sans';
font-weight: normal;
font-style: normal;
position: absolute;
top: 74px;
left: 120px;
z-index: 2;
}
.header__phone{
position: absolute;
top: 32px;
left: 422px;
z-index: 2;
}
.header__phone-item{
vertical-align: top;
margin: 0 43px 0 0;
}
.header__phone-item>a{
color: #3d4073;
font-size: 43px;
line-height: 43px;
font-family: 'a_RubricaXtCn';
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.header__address{
position: absolute;
top: 74px;
left: 422px;
right: 0;
z-index: 2;
}
.header__address>div{
color: #3d4073;
font-size: 15px;
font-family: 'Blogger Sans';
font-weight: normal;
font-style: normal;
vertical-align: top;
margin: 0 20px 0 0;
}
.header__address>.header__address-text{
margin: 0 42px 0 0;
}
.header__address>.header__address-worktime{
margin: 0 36px 0 0;
}
.header__order{
color: #fff;
font-size: 20px;
line-height: 41px;
font-family: 'Blogger Sans';
font-weight: normal;
font-style: normal;
text-decoration: none;
background: #ec8017;
padding: 0 30px;
position: absolute;
right: 15px;
top: 29px;
}
.header__order:hover{
background: #3d4073;
color: #fff;
}
.left__order{
background: #ec8017;
color: #fff;
display: block;
font-size: 19px;
line-height: 57px;
font-family: 'Blogger Sans';
font-weight: normal;
font-style: normal;
text-decoration: none;
text-align: center;
text-transform: uppercase;
padding: 0 10px 0 50px;
margin: 40px 0 0 0;
position: relative;
}
.left__order:after{
content: "";
background-image: url(/images/2019/icon_vyzov.png);
background-repeat: no-repeat;
background-color: transparent;
background-position: 0 0;
width: 33px;
height: 33px;
position: absolute;
left: 20px;
top: 10px;
z-index: 2;
}
.left__order:hover{
color: #3d4073;
}
.left__order:hover:after{
background-position: 0 -35px;
}

.menu{
background: #3d4073;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-o-transition: all 300ms ease;
-ms-transition: all 300ms ease;
transition: all 300ms ease;
}
.menu.fixed{
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
}
.menu__main{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
list-style: none;
position: relative;
}
.menu__main-item{
flex: 1 1 auto;
position: relative;
}
.menu__main>li.last>a{

}
.menu__main>li>a:after{
content: "";
position: absolute;
background: #fff;
width: 2px;
height: 17px;
border-radius: 50%;
right: -1px;
top: 50%;
margin-top: -8px;
}
.menu__main>li.last>a:after{
display: none;
}
.menu__main>li>a{
color: #fff;
display: block;
text-decoration: none;
font-size: 20px;
line-height: 49px;
padding: 0 15px;
position: relative;
}
.menu__main>li>a:hover, .menu__main>li:hover>a{
color: #ec8017;
}
.menu__main>li>a:hover:before, .menu__main>li:hover>a:before{
background: #ec8017;
}
.menu__sub-big{
display: none;
border-top: 2px solid #ec8017;
border-bottom: 2px solid #ec8017;
background: #3d4073;
position: absolute;
top: 100%;
left: 0;
right: 0;
z-index: 99;
}
.menu__main>li:hover .menu__sub-big{
display: block;
}
.menu__sub-col{
vertical-align: top;
width: 340px;
padding: 20px;
}
.menu__sub-col-title{
color: #fff;
line-height: 26px;
font-size: 20px;
font-family: 'Blogger Sans';
font-weight: bold;
font-style: normal;
margin: 0 0 10px 0;
}
.menu__sub-list{
list-style: none;
margin: 0 0 20px 0;
}
.menu__sub-list>li{
margin: 0 0 5px 0;
}
.menu__sub-list>li>a, .menu__sub>li>a{
color: #fff;
display: block;
line-height: 20px;
font-size: 16px;
font-family: 'Blogger Sans';
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.menu__sub-list>li>a:hover, .menu__sub-list>li.selected>a, .menu__sub>li>a:hover, .menu__sub>li.selected>a{
color: #ec8017;
text-decoration: underline;
}
.menu__sub{
background: #3d4073;
border-top: 2px solid #ec8017;
border-bottom: 2px solid #ec8017;
position: absolute;
top: 100%;
left: -9999px;
z-index: 99;
width: 310px;
padding: 20px 20px 0 29px;
}
.menu__main-item:hover .menu__sub{
left: -29px;
}


.slider{
width: 1280px;
margin: 0 auto;
position: relative;
}
.slider__wrap{
position: relative;
display: none;
}
.slider__item{
position: relative;
overflow: hidden;
height: 312px;
}
.slider__item-img.loaded img{
-webkit-transform: scale(1.20);
-moz-transform: scale(1.20);
-ms-transform: scale(1.20);
-o-transform: scale(1.20);
transform: scale(1.20);
}
.slider__item-img img{
-webkit-transition: all 18000ms ease;
-moz-transition: all 18000ms ease;
-o-transition: all 18000ms ease;
-ms-transition: all 18000ms ease;
transition: all 18000ms ease;
}
.slider__item-text{
position: absolute;
bottom: 26px;
left: 0;
right: 0;
z-index: 3;
}
.slider__item-text-blue{
width: 445px;
vertical-align: middle;
margin: 0 3px 0 0;
}
.slider__item-text-blue-mid{
background: rgba(61,64,115,0);
background: -moz-linear-gradient(left, rgba(61,64,115,0) 0%, rgba(61,64,115,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(61,64,115,0)), color-stop(100%, rgba(61,64,115,1)));
background: -webkit-linear-gradient(left, rgba(61,64,115,0) 0%, rgba(61,64,115,1) 100%);
background: -o-linear-gradient(left, rgba(61,64,115,0) 0%, rgba(61,64,115,1) 100%);
background: -ms-linear-gradient(left, rgba(61,64,115,0) 0%, rgba(61,64,115,1) 100%);
background: linear-gradient(to right, rgba(61,64,115,0) 0%, rgba(61,64,115,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4073', endColorstr='#3d4073', GradientType=1 );
color: #fff;
line-height: 109px;
font-size: 45px;
font-family: 'Blogger Sans';
font-weight: normal;
font-style: normal;
text-align: right;
text-transform: uppercase;
padding: 0 13px 0 0;
}
.slider__item-text-white{
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
vertical-align: middle;
width: 830px;
min-height: 109px;
}
.slider__item-text-blue-top{
background: rgba(61,64,115,0);
background: -moz-linear-gradient(left, rgba(61,64,115,0) 0%, rgba(61,64,115,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(61,64,115,0)), color-stop(100%, rgba(61,64,115,1)));
background: -webkit-linear-gradient(left, rgba(61,64,115,0) 0%, rgba(61,64,115,1) 100%);
background: -o-linear-gradient(left, rgba(61,64,115,0) 0%, rgba(61,64,115,1) 100%);
background: -ms-linear-gradient(left, rgba(61,64,115,0) 0%, rgba(61,64,115,1) 100%);
background: linear-gradient(to right, rgba(61,64,115,0) 0%, rgba(61,64,115,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4073', endColorstr='#3d4073', GradientType=1 );
color: #fff;
line-height: 53px;
font-size: 45px;
font-family: 'Blogger Sans';
font-weight: normal;
font-style: normal;
text-align: right;
text-transform: uppercase;
padding: 0 13px 0 0;
margin: 0 0 3px 0;
}
.slider__item-text-blue-bot{
background: rgba(61,64,115,0);
background: -moz-linear-gradient(left, rgba(61,64,115,0) 0%, rgba(61,64,115,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(61,64,115,0)), color-stop(100%, rgba(61,64,115,1)));
background: -webkit-linear-gradient(left, rgba(61,64,115,0) 0%, rgba(61,64,115,1) 100%);
background: -o-linear-gradient(left, rgba(61,64,115,0) 0%, rgba(61,64,115,1) 100%);
background: -ms-linear-gradient(left, rgba(61,64,115,0) 0%, rgba(61,64,115,1) 100%);
background: linear-gradient(to right, rgba(61,64,115,0) 0%, rgba(61,64,115,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4073', endColorstr='#3d4073', GradientType=1 );
color: #fff;
line-height: 53px;
font-size: 44px;
font-family: 'Blogger Sans';
font-weight: bold;
font-style: normal;
text-align: right;
text-transform: uppercase;
padding: 0 13px 0 0;
}
.slider__item-text-white-info{
color: #303030;
line-height: 24px;
font-size: 18px;
font-family: 'Blogger Sans';
font-weight: normal;
font-style: normal;
padding: 20px 0 18px 41px;
width: 365px;
vertical-align: middle;
}
.slider__item-text-white-link{
vertical-align: middle;
}
.slider__item-text-white-link>a{
color: #282a87;
font-size: 20px;
font-family: 'Blogger Sans';
font-weight: normal;
font-style: normal;
text-decoration: underline;
position: relative;
margin: 0 0 0 70px;
}
.slider__item-text-white-link>a:after{
content: "";
background: url(/images/2019/sprite.png) no-repeat -169px -72px transparent;
width: 17px;
height: 12px;
position: absolute;
right: -32px;
top: 50%;
margin: -6px 0 0 0;
z-index: 1;
}
.slider__item:hover .slider__item-text-white-link>a{
color: #ec8017;
}
.slider__item:hover .slider__item-text-white-link>a:after{
background-position: -188px -72px;
}
.slider .bx-next, .slider .bx-prev{
background-image: url(/images/2019/sprite.png);
background-repeat: no-repeat;
background-color: transparent;
width: 19px;
height: 52px;
display: block;
position: absolute;
top: 50%;
margin-top: -26px;
z-index: 51;
}
.slider .bx-prev{
background-position: 0 -72px;
left: 100px;
}
.slider .bx-next{
background-position: -21px -72px;
right: 100px;
}
.slider .bx-prev:hover{
background-position: -42px -72px;
}
.slider .bx-next:hover{
background-position: -63px -72px;
}

.promo{
margin: 13px 0 0 0;
}
.promo .wrap{
width: 1280px;
}
.promo__wrap{
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 15px;
}
.promo__item{
flex: 1;
min-height: 236px;
box-sizing: border-box;
/*vertical-align: top;*/
position: relative;
padding: 38px 15px 20px;
}
.promo__item-control{
background: url(/images/2026/hand-phone-main.png) no-repeat 200px -5px #ec8017;
}
.promo__item-plan{
background: url(/images/2026/planirovka.png) no-repeat 220px 5px #3d4073;
}
.promo__item-rassrochka{
background: url(/images/2026/banner-rassrochka.png) no-repeat 220px 92px #fff;
border: 4px solid #3d4073;
}
.promo__item-title{
font-family: 'Blogger Sans';
font-weight: 500;
font-style: normal;
font-size: 30px;
line-height: 49px;
color: #fff;
padding: 0 17px;
}
.promo__item-control .promo__item-title{
background: #3d4073;
}
.promo__item-control:hover .promo__item-title{
color: #ec8017;
}
.promo__item-plan .promo__item-title{
background: #ec8017;
}
.promo__item-plan:hover .promo__item-title{
color: #3d4073;
}
.promo__item-rassrochka .promo__item-title{
background: #ec8017;
}
.promo__item-rassrochka:hover .promo__item-title{
color: #3d4073;
}
.promo__item-text{
color: #fff;
font-family: 'Blogger Sans';
font-weight: 300;
font-style: normal;
font-size: 18px;
line-height: 28px;
width: 220px;
padding: 15px 0 0 0;
}
.promo__item-rassrochka .promo__item-text{
color: #3d4073;
width: 150px;
}

.choice{
margin: 50px 0 0 0;
}
.choice__icons{
margin: 40px 0 0 0;
text-align: center;
}
.choice__icon{
width: 235px;
margin: 0 10px;
vertical-align: top;
text-align: center;
}
.choice__icon-round{
background-color: #ec9317;
background-repeat: no-repeat;
background-position: 50% 50%;
width: 126px;
height: 126px;
border-radius: 50%;
margin: 0 auto;
}
.choice__icon-garantee{
background-image: url(/images/2019/icon__3years.png);
}
.choice__icon-etap{
background-image: url(/images/2019/icon__oplata.png);
}
.choice__icon-fullstack{
background-image: url(/images/2019/icon__fullw.png);
}
.choice__icon-exp{
background-image: url(/images/2019/icon_20.png);
}
.choice__icon-text{
color: #303030;
font-size: 18px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: 500;
margin: 20px 0 0 0;
text-align: center;
}
.choice__words-block{
margin: 50px 0 0 0;
text-align: center;
}
.choice__words{
vertical-align: top;
font-size: 16px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
margin: 0 0 30px 30px;
padding: 0 0 0 54px;
width: 295px;
position: relative;
text-align: left;
}
.choice__words:before{
content: "";
position: absolute;
left: 0;
top: 0;
width: 34px;
height: 34px;
background: url(/images/2019/sprite.png) no-repeat 0 0 transparent;
z-index: 1;
}
.choice__detail-link-wrap{
text-align: center;
margin: 30px 0 0 0;
}
.choice__detail-link{
background: #ec9317;
color: #fff;
font-size: 20px;
line-height: 41px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
padding: 0 60px;
text-decoration: none;
}
.choice__detail-link:hover{
background: #3d4073;
color: #fff;
}

.services{
margin: 70px 0 0 0;
}
.services__description{
font-size: 16px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
text-align: center;
color: #646464;
margin: 20px 0 0 0;
}
.services__wrap{
margin: 30px 0 0 0;
padding: 0 15px 48px;
position: relative;
}
.services__item{
position: relative;
float: left;
width: 340px;
}
.services__item-img{
width: 340px;
height: 250px;
position: relative;
}
.services__item:hover .services__item-img:before{
content: "";
border: 4px solid #2d2d94;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
}
.services__item-img-linkmore{
color: #fff;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
line-height: 38px;
font-size: 16px;
position: absolute;
width: 150px;
height: 38px;
border: 2px solid #fff;
background: #2d2d94;
left: -9999px;
top: 50%;
margin: -19px 0 0 -75px;
opacity: 0.8;
z-index: 3;
text-align: center;
}
.services__item:hover .services__item-img-linkmore{
left: 50%;
}
.services__item-title{
color: #3d4073;
font-size: 20px;
line-height: 20px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
text-align: left;
margin: 25px 0 0 0;
position: relative;
}
.services__item:hover .services__item-title{
text-decoration: underline;
}
.services__item-annotation{
color: #383838;
font-size: 16px;
font-family: 'Blogger Sans';
line-height: 18px;
font-style: normal;
font-weight: normal;
margin: 25px 0 0 0;
}
.services__item-pm{
display: flex;
justify-content: space-between;
align-items: center;
margin: 15px 0 0 0;
}
.services__item-price{
color: #141414;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: bold;
text-align: left;
}
.services__item-morelink{}
.services__item-morelink>a{
background: #ec9317;
display: block;
padding: 0 34px;
color: #010101;
line-height: 41px;
font-size: 20px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
text-decoration: none;
}
.services__item:hover .services__item-morelink>a{
background: #2d2d94;
color: #fff;
}
.services__wrap .bx-controls-direction{
position: absolute;
right: 8px;
top: -55px;
z-index: 2;
}
.services__wrap .bx-prev, .services__wrap .bx-next{
background-image: url(/images/2019/sprite.png);
background-repeat: no-repeat;
background-color: transparent;
width: 34px;
height: 34px;
display: inline-block;
margin-left: 13px;
}
.services__wrap .bx-prev{
background-position: -144px -36px;
}
.services__wrap .bx-next{
background-position: -72px -36px;
}
.services__wrap .bx-prev:hover{
background-position: -144px 0;
}
.services__wrap .bx-next:hover{
background-position: -72px 0;
}
.services__wrap .bx-pager{
position: absolute;
left: 0;
right: 0;
bottom: 0;
text-align: center;
z-index: 2;
}
.services__wrap .bx-pager-item{
display: inline-block;
vertical-align: bottom;
margin: 0 13px;
}
.services__wrap .bx-pager-item>.bx-pager-link{
display: block;
background: #9d9d9d;
border-radius: 50%;
width: 12px;
height: 12px;
}
.services__wrap .bx-pager-item>.bx-pager-link:hover{
background: #3d4073;
}
.services__wrap .bx-pager-item>.bx-pager-link.active{
width: 18px;
height: 18px;
background: #3d4073;
}
.services__desciption-under{
font-family: 'Blogger Sans';
font-weight: 300;
font-style: italic;
font-size: 16px;
line-height: 24px;
color: #000;
margin: 24px 0 0 0;
text-align: center;
}
.services__desciption-under>a{
text-decoration: underline;
color: #2d2d94;
}

.bonus{
margin: 40px 0 0 0;
text-align: center;
}
.bonus__item{
width: 325px;
vertical-align: top;
margin: 0 30px;
}
.bonus__item-icon{
float: left;
background-image: url(/images/2019/sprite.png);
background-repeat: no-repeat;
background-color: transparent;
}
.bonus__item-easy{
background-position: 0 -126px;
width: 45px;
height: 45px;
}
.bonus__item-clean{
background-position: -47px -126px;
width: 38px;
height: 40px;
}
.bonus__item-cleaning{
background-position: -87px -126px;
width: 40px;
height: 41px;
}
.bonus__item-description{
margin: 0 0 0 70px;
}
.bonus__item-title{
color: #3c3c3c;
font-family: 'Blogger Sans';
font-weight: 500;
font-size: 20px;
line-height: 24px;
padding: 11px 0 0 0;
text-align: left;
}
.bonus__item-text{
font-size: 16px;
color: #3c3c3c;
font-family: 'Blogger Sans';
font-weight: normal;
line-height: 20px;
margin: 20px 0 0 0;
text-align: left;
}

.pf{
margin: 70px 0 0 0;
}
.pf__description{
font-size: 16px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
text-align: center;
color: #646464;
margin: 20px 0 0 0;
}
.pf__slider-block{
margin: 30px 0 0 0;
padding: 0 15px;
position: relative;
}
.pf__slider-pic{
width: 736px;
height: 429px;
float: left;
position: relative;
}
.pf__slider-pic .bx-prev, .pf__slider-pic .bx-next{
background-image: url(/images/2019/sprite.png);
background-repeat: no-repeat;
background-color: transparent;
width: 34px;
height: 34px;
display: block;
position: absolute;
top: 50%;
margin-top: -26px;
z-index: 51;
}
.pf__slider-pic .bx-prev{
background-position: -180px -36px;
left: 30px;
}
.pf__slider-pic .bx-prev:hover{
background-position: -180px 0;
}
.pf__slider-pic .bx-next{
background-position: -108px -36px;
right: 30px;
}
.pf__slider-pic .bx-next:hover{
background-position: -108px 0;
}
.pf__slider-info{
margin: 0 0 0 770px;
}
.pf__slider-block>.bx-wrapper>.bx-controls>.bx-controls-direction{
position: absolute;
right: 8px;
top: -55px;
z-index: 2;
}
.pf__slider-block>.bx-wrapper>.bx-controls>.bx-controls-direction>.bx-prev, .pf__slider-block>.bx-wrapper>.bx-controls>.bx-controls-direction>.bx-next{
background-image: url(/images/2019/sprite.png);
background-repeat: no-repeat;
background-color: transparent;
width: 34px;
height: 34px;
display: inline-block;
margin-left: 13px;
}
.pf__slider-block>.bx-wrapper>.bx-controls>.bx-controls-direction>.bx-prev{
background-position: -144px -36px;
}
.pf__slider-block>.bx-wrapper>.bx-controls>.bx-controls-direction>.bx-next{
background-position: -72px -36px;
}
.pf__slider-block>.bx-wrapper>.bx-controls>.bx-controls-direction>.bx-prev:hover{
background-position: -144px 0;
}
.pf__slider-block>.bx-wrapper>.bx-controls>.bx-controls-direction>.bx-next:hover{
background-position: -72px 0;
}
.pf__slider-title{
padding: 25px 0 0 0;
}
.pf__slider-title>a{
color: #3d4073;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
text-decoration: underline;
}
.pf__slider-announce{
color: #3b3b3b;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 24px;
margin: 20px 0 0 0;
}
.pf__slider-linkmore{
margin: 20px 0 0 0;
}
.pf__slider-linkmore>a{
font-size: 16px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
color: #3d4073;
text-decoration: underline;
}
.pf__slider-rec{
margin: 40px 0 0 0;
}
.pf__slider-rec-title{
color: #1b1a1a;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: 500;
font-size: 20px;
}
.pf__slider-rec-item{
margin: 15px 0 0 0;
}
.pf__slider-rec-item>a{
color: #3d4073;
font-size: 16px;
line-height: 18px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
text-decoration: underline;
}
.pf__slider-all{
margin: 25px 0 0 0;
}
.pf__slider-all>a{
color: #3d4073;
font-size: 16px;
line-height: 18px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
text-decoration: underline;
}
.pf__list{
margin: 30px 0 0 0;
padding: 0 15px 48px;
position: relative;
}
.pf__list-slider-item{
position: relative;
float: left;
width: 340px;
}
.pf__list-slider-item-img{
width: 340px;
height: 220px;
position: relative;
}
.pf__list-slider-item:hover .pf__list-slider-item-img:before{
content: "";
border: 4px solid #2d2d94;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
}
.pf__list-slider-item-img-linkmore{
color: #fff;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
line-height: 38px;
font-size: 16px;
position: absolute;
width: 150px;
height: 38px;
border: 2px solid #fff;
background: #2d2d94;
left: -9999px;
top: 50%;
margin: -19px 0 0 -75px;
opacity: 0.8;
z-index: 3;
text-align: center;
}
.pf__list-slider-item:hover .pf__list-slider-item-img-linkmore{
left: 50%;
}
.pf__list-slider-item-title{
color: #3d4073;
font-size: 20px;
line-height: 20px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
text-align: left;
margin: 25px 0 0 0;
position: relative;
}
.pf__list-slider-item:hover .pf__list-slider-item-title{
text-decoration: underline;
}
.pf__list .bx-pager{
position: absolute;
left: 0;
right: 0;
bottom: 0;
text-align: center;
z-index: 2;
}
.pf__list .bx-pager-item{
display: inline-block;
vertical-align: bottom;
margin: 0 13px;
}
.pf__list .bx-pager-link{
display: block;
background: #9d9d9d;
border-radius: 50%;
width: 12px;
height: 12px;
}
.pf__list .bx-pager-link:hover{
background: #3d4073;
}
.pf__list .bx-pager-link.active{
width: 18px;
height: 18px;
background: #3d4073;
}
.pf__linkall{
margin: 20px 0 0 0;
text-align: center;
}
.pf__linkall-button{
background: #ec9317;
color: #fff;
font-size: 20px;
line-height: 41px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
padding: 0 60px;
text-decoration: none;
}
.pf__linkall-button:hover{
background: #3d4073;
color: #fff;
}

.review{
margin: 70px 0 0 0;
}
.review__description{
font-size: 16px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
text-align: center;
color: #646464;
margin: 20px 0 0 0;
}
.review__wrap{
margin: 30px 0 0 0;
padding: 0 15px 48px;
position: relative;
}
.reviewpage__wrap{
margin: 30px 0 0 0;
padding: 0 0 48px;
position: relative;
}
.review__item{
float: left;
width: 340px;
position: relative;
}
.review__item-img{
width: 340px;
height: 178px;
position: relative;
}
.review__item:hover .review__item-img:before{
content: "";
border: 4px solid #2d2d94;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
}
.review__item-img-linkmore{
color: #fff;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
line-height: 38px;
font-size: 16px;
position: absolute;
width: 150px;
height: 38px;
border: 2px solid #fff;
background: #2d2d94;
left: -9999px;
top: 50%;
margin: -19px 0 0 -75px;
opacity: 0.8;
z-index: 3;
text-align: center;
}
.review__item:hover .review__item-img-linkmore{
left: 50%;
}
.review__item-title{
color: #3d4073;
font-size: 20px;
line-height: 20px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
text-align: left;
margin: 25px 0 0 0;
position: relative;
}
.review__item:hover .review__item-title{
text-decoration: underline;
}
.review__item-annotation{
color: #383838;
font-size: 20px;
font-family: 'Blogger Sans';
line-height: 24px;
font-style: normal;
font-weight: normal;
margin: 25px 0 0 0;
}
.review__wrap .bx-pager, .reviewpage__wrap .bx-pager{
position: absolute;
left: 0;
right: 0;
bottom: 0;
text-align: center;
z-index: 2;
}
.review__wrap .bx-pager-item, .reviewpage__wrap .bx-pager-item{
display: inline-block;
vertical-align: bottom;
margin: 0 13px;
}
.review__wrap .bx-pager-link, .reviewpage__wrap .bx-pager-link{
display: block;
background: #9d9d9d;
border-radius: 50%;
width: 12px;
height: 12px;
}
.review__wrap .bx-pager-link:hover, .reviewpage__wrap .bx-pager-link:hover{
background: #3d4073;
}
.review__wrap .bx-pager-link.active, .reviewpage__wrap .bx-pager-link.active{
width: 18px;
height: 18px;
background: #3d4073;
}
.review__wrap .bx-controls-direction, .reviewpage__wrap .bx-controls-direction{
position: absolute;
right: 8px;
top: -55px;
z-index: 2;
}
.review__wrap .bx-prev, .review__wrap .bx-next, .reviewpage__wrap .bx-prev, .reviewpage__wrap .bx-next{
background-image: url(/images/2019/sprite.png);
background-repeat: no-repeat;
background-color: transparent;
width: 34px;
height: 34px;
display: inline-block;
margin-left: 13px;
}
.review__wrap .bx-prev, .reviewpage__wrap .bx-prev{
background-position: -144px -36px;
}
.review__wrap .bx-next, .reviewpage__wrap .bx-next{
background-position: -72px -36px;
}
.review__wrap .bx-prev:hover, .reviewpage__wrap .bx-prev:hover{
background-position: -144px 0;
}
.review__wrap .bx-next:hover, .reviewpage__wrap .bx-next:hover{
background-position: -72px 0;
}
.review__linkall{
margin: 20px 0 0 0;
text-align: center;
}
.review__linkall-button{
background: #ec9317;
color: #fff;
font-size: 20px;
line-height: 41px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
padding: 0 60px;
text-decoration: none;
}
.review__linkall-button:hover{
background: #3d4073;
color: #fff;
}

.text__main{
margin: 60px 0 0 0;
}
.text__main .wrap{
padding: 0 15px;
width: 1140px;
}
.text__wrap{
margin: 50px 0;
}

.reviewall{
margin: 70px 0 0 0;
}
.reviewall__list{
margin: 50px 0 0 0;
padding: 0 15px;
}
.reviewall__item{
width: 330px;
margin: 0 50px 40px 0;
vertical-align: top;
}
.reviewall__item.last{
margin-right: 0;
}
.reviewall__item-title{
color: #1b1a1a;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 20px;
}
.reviewall__item-sublist{
margin: 30px 0 0 0;
list-style: none;
}
.reviewall__item-sublist>li{
display: block;
position: relative;
margin-bottom: 10px;
padding: 0 0 0 15px;
}
.reviewall__item-sublist>li:before{
content: "\2014";
position: absolute;
left: 0;
top: 1px;
margin-top: -1px;
z-index: 2;
color: #3d4073;
}
.reviewall__item-sublist>li>a{
color: #3d4073;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 16px;
text-decoration: none;
}
.reviewall__item-sublist>li>a:hover{
text-decoration: underline;
}

.calculator{
margin: 40px 0 0 0;
}
.calculator__button{
background: #3d4073;
text-align: center;
position: relative;
}
.calculator__button:hover{
background: #ec9317;
}
.calculator__text{
color: #fff;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
font-size: 41px;
line-height: 74px;
vertical-align: middle;
}
.calculator__icon{
background: url(/images/2019/sprite.png) no-repeat -84px -72px transparent;
width: 38px;
height: 48px;
vertical-align: middle;
margin: 0 34px 0 0;
}

.smi{
margin: 70px 0 0 0;
}
.smi__description{
font-size: 16px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
text-align: center;
color: #646464;
margin: 20px 0 0 0;
}
.smi__wrap{
margin: 30px 0 0 0;
padding: 0 15px 48px;
position: relative;
}
.smi__item{
float: left;
width: 340px;
position: relative;
}
.smi__item-img{
width: 340px;
height: 178px;
position: relative;
}
.smi__item:hover .smi__item-img:before{
content: "";
border: 4px solid #2d2d94;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
}
.smi__item-img-linkmore{
color: #fff;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
line-height: 38px;
font-size: 16px;
position: absolute;
width: 150px;
height: 38px;
border: 2px solid #fff;
background: #2d2d94;
left: -9999px;
top: 50%;
margin: -19px 0 0 -75px;
opacity: 0.8;
z-index: 3;
text-align: center;
}
.smi__item:hover .smi__item-img-linkmore{
left: 50%;
}
.smi__item-title{
color: #3d4073;
font-size: 20px;
line-height: 20px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
text-align: left;
margin: 25px 0 0 0;
position: relative;
}
.smi__item-annotation{
color: #383838;
font-size: 16px;
font-family: 'Blogger Sans';
line-height: 18px;
font-style: normal;
font-weight: normal;
margin: 25px 0 0 0;
}
.smi__wrap .bx-pager{
position: absolute;
left: 0;
right: 0;
bottom: 0;
text-align: center;
z-index: 2;
}
.smi__wrap .bx-pager-item{
display: inline-block;
vertical-align: bottom;
margin: 0 13px;
}
.smi__wrap .bx-pager-link{
display: block;
background: #9d9d9d;
border-radius: 50%;
width: 12px;
height: 12px;
}
.smi__wrap .bx-pager-link:hover{
background: #3d4073;
}
.smi__wrap .bx-pager-link.active{
width: 18px;
height: 18px;
background: #3d4073;
}
.smi__wrap .bx-controls-direction{
position: absolute;
right: 8px;
top: -55px;
z-index: 2;
}
.smi__wrap .bx-prev, .smi__wrap .bx-next{
background-image: url(/images/2019/sprite.png);
background-repeat: no-repeat;
background-color: transparent;
width: 34px;
height: 34px;
display: inline-block;
margin-left: 13px;
}
.smi__wrap .bx-prev{
background-position: -144px -36px;
}
.smi__wrap .bx-next{
background-position: -72px -36px;
}
.smi__wrap .bx-prev:hover{
background-position: -144px 0;
}
.smi__wrap .bx-next:hover{
background-position: -72px 0;
}

.phonenumber{
margin: 60px 0 0 0;
}
.phonenumber__text{
text-align: center;
}
.phonenumber__questions, .phonenumber__icon, .phonenumber__number{
vertical-align: middle;
font-size: 41px;
font-family: 'Blogger Sans';
line-height: 41px;
font-style: normal;
font-weight: normal;
}
.phonenumber__questions{
color: #3d4073;
}
.phonenumber__icon{
background: url(/images/2019/sprite.png) no-repeat -124px -72px transparent;
width: 45px;
height: 43px;
margin: 0 25px;
}
.phonenumber__number>a{
color: #cf204a;
text-decoration: none;
}

.footer{
margin: 70px 0 0 0;
padding: 50px 0;
background: #3d4073;
font-size: 18px;
font-family: 'Blogger Sans';
line-height: 20px;
font-style: normal;
font-weight: normal;
}
.footer__list{
text-align: left;
}
.footer__item{
width: 250px;
margin: 0 30px 0 0;
vertical-align: top;
}
.footer__item-address{
margin: 0;
width: 320px;
}
.footer__item>ul{
list-style: none;
}
.footer__item>ul>li{
display: block;
margin-bottom: 10px;
}
.footer__item>ul>li>a{
color: #fff;
text-decoration: none;
}
.footer__item>ul>li>a:hover{
text-decoration: hover;
}
.footer__item>ul>li>a:hover{
text-decoration: underline;
}
.footer__item-address-row{
color: #fff;
font-size: 18px;
font-family: 'Blogger Sans';
line-height: 20px;
font-style: normal;
font-weight: normal;
margin-bottom: 10px;
}
.footer__item-address-row a{
color: #fff;
text-decoration: none;
}
.footer__item-address-row a:hover{
text-decoration: underline;
}
.footer__item-address-phone{
color: #fff;
font-size: 32px;
font-family: 'Blogger Sans';
line-height: 50px;
font-style: normal;
font-weight: normal;
}
.footer__item-address-phone>a{
color: #fff;
text-decoration: none;
}
.footer__copyright{
background: #fff;
color: #303030;
font-size: 14px;
font-family: 'Blogger Sans';
line-height: 26px;
font-style: normal;
font-weight: normal;
text-align: center;
padding: 14px 0;
}

.formcall{
margin: 40px 0 0 0;
padding: 20px 0;
border-top: 3px solid #3d4073;
border-bottom: 3px solid #3d4073;
background: #fff8e5;
}
.formcall__wrap{
padding: 0 15px;
}
.formcall__question{
color: #3d4073;
font-size: 41px;
font-family: 'Blogger Sans';
line-height: 41px;
font-style: normal;
font-weight: normal;
margin-bottom: 15px;
text-align: center;
}
.formcall__contact{
color: #3d4073;
font-size: 30px;
font-family: 'Blogger Sans';
line-height: 30px;
font-style: normal;
font-weight: normal;
margin-bottom: 10px;
text-align: center;
}
.red{
color: #cf204a;
}
.formcall__contact a{
color: #cf204a;
text-decoration: underline;
}
.formcall__obr-announce{
color: #3d4073;
margin: 40px 0 0 0;
font-size: 30px;
font-family: 'Blogger Sans';
line-height: 30px;
font-style: normal;
font-weight: normal;
text-align: center;
}
.formcall__form{
margin: 30px 0 0 0;
text-align: center;
}
.form__input{
border: 2px solid #737373;
outline: none;
padding: 0 25px;
color: #9a9a9a;
font-size: 24px;
font-family: 'Blogger Sans';
line-height: 54px;
font-style: normal;
font-weight: normal;
vertical-align: middle;
width: 300px;
}
.formcall .fancyform .form__input{
border: 2px solid #737373;
height: auto;
outline: none;
padding: 0 25px;
font-size: 24px;
width: 300px;
}
.form__input:hover, .form__input:focus{
border: 2px solid #3d4073;
}
.form__button{
border: 2px solid #ec8017;
outline: none;
background: #ec8017;
color: #fff;
text-align: center;
font-size: 24px;
font-family: 'Blogger Sans';
line-height: 54px;
font-style: normal;
font-weight: normal;
padding: 0 30px;
vertical-align: middle;
cursor: pointer;
}
.form__button:hover{
border: 2px solid #3d4073;
background: #3d4073;
}
.formcall__form .form__input, .formcall__form .form__button{
margin: 0 20px;
}

.columns{
margin: 30px 0 0 0;
}
.columns__left{
width: 263px;
padding: 0 15px;
float: left;
}
.columns__right{
width: 847px;
padding: 0 15px 0 0;
float: right;
}
.columns__left-title{
color: #3d4073;
font-size: 26px;
font-family: 'Blogger Sans';
line-height: 26px;
font-style: normal;
font-weight: 500;
}
.columns__left-submenu{
margin: 20px 0 0 0;
list-style: none;
}
.columns__left-submenu>li{
display: block;
margin: 0 0 15px 0;
}
.columns__left-submenu>li>a{
color: #3d4073;
font-size: 18px;
font-family: 'Blogger Sans';
line-height: 18px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}
.columns__left-submenu>li>a:hover{
text-decoration: underline;
}
.columns__left-submenu>li>a.selected{
color: #ec8017;
}
.promo__left{
padding: 20px 30px 20px 20px;
margin: 40px 0 0 0;
position: relative;
min-height: 380px;
}
.promo__left-control{
background: url(/images/2019/hand-phone.png) no-repeat 50% 100% #ec8017;
}
.promo__left-plan{
background: url(/images/2019/planirovka.png) no-repeat 0 130% #3d4073;
}
.promo__left-title{
font-family: 'Blogger Sans';
font-weight: 500;
font-style: normal;
font-size: 30px;
line-height: 30px;
color: #fff;
padding: 10px 20px;
margin-left: -20px;
}
.promo__left-control .promo__left-title{
background: #3d4073;
}
.promo__left-control:hover .promo__left-title{
color: #ec8017;
}
.promo__left-plan .promo__left-title{
background: #ec8017;
}
.promo__left-plan:hover .promo__left-title{
color: #3d4073;
}
.promo__left-text{
color: #fff;
font-family: 'Blogger Sans';
font-weight: 300;
font-style: normal;
font-size: 18px;
line-height: 26px;
padding: 15px 0 0 0;
}
.columns__left-smi, .columns__left-review{
margin: 50px 0 0;
}
.columns__left-smi-item{
margin: 40px 0 0 0;
position: relative;
}
.columns__left-smi-item-img{
width: 100%;
height: 100px;
position: relative;
}
.columns__left-smi-item:hover .columns__left-smi-item-img:before{
content: "";
border: 4px solid #2d2d94;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
}
.columns__left-smi-item-img-linkmore{
color: #fff;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
line-height: 38px;
font-size: 16px;
position: absolute;
width: 150px;
height: 38px;
border: 2px solid #fff;
background: #2d2d94;
left: -9999px;
top: 50%;
margin: -19px 0 0 -75px;
opacity: 0.8;
z-index: 3;
text-align: center;
}
.columns__left-smi-item:hover .columns__left-smi-item-img-linkmore{
left: 50%;
}
.columns__left-smi-item-title{
color: #3d4073;
font-size: 20px;
line-height: 20px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: 500;
text-align: left;
margin: 25px 0 0 0;
position: relative;
}
.columns__left-smi-item:hover .columns__left-smi-item-title{
text-decoration: underline;
}
.columns__left-smi-item-annotation{
color: #383838;
font-size: 16px;
font-family: 'Blogger Sans';
line-height: 18px;
font-style: normal;
font-weight: normal;
margin: 25px 0 0 0;
}
.columns__left-smi-all{
margin: 20px 0 0 0;
}
.columns__left-smi-all>a{
color: #5a5a5a;
text-decoration: underline;
font-size: 16px;
font-family: 'Blogger Sans';
line-height: 18px;
font-style: normal;
font-weight: normal;
}
.columns__left-smi-all>a:hover{
color: #3d4073;    
}
.columns__left-review-item{
position: relative;
margin: 40px 0 0 0;
}
.columns__left-review-item-img{
width: 100%;
height: 175px;
position: relative;
}
.columns__left-review-item-img-linkmore{
color: #fff;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
line-height: 38px;
font-size: 16px;
position: absolute;
width: 150px;
height: 38px;
border: 2px solid #fff;
background: #2d2d94;
left: -9999px;
top: 50%;
margin: -19px 0 0 -75px;
opacity: 0.8;
z-index: 3;
text-align: center;
}
.columns__left-review-item:hover .columns__left-review-item-img-linkmore{
left: 50%;
}
.columns__left-review-item:hover .columns__left-review-item-img:before{
content: "";
border: 4px solid #2d2d94;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
}
.columns__left-review-item-title{
color: #3d4073;
font-size: 20px;
line-height: 20px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
text-align: left;
margin: 25px 0 0 0;
position: relative;
}
.columns__left-review-item:hover .columns__left-review-item-title{
text-decoration: underline;
}
.columns__left-review-item-annotation{
color: #383838;
font-size: 16px;
font-family: 'Blogger Sans';
line-height: 18px;
font-style: normal;
font-weight: normal;
margin: 25px 0 0 0;
}
.columns__left-review-all{
margin: 20px 0 0 0;
}
.columns__left-review-all>a{
color: #5a5a5a;
text-decoration: underline;
font-size: 16px;
font-family: 'Blogger Sans';
line-height: 18px;
font-style: normal;
font-weight: normal;
}
.columns__left-review-all>a:hover{
color: #3d4073;    
}

.breadcrumbs{
margin: 0 0 10px 0;
}
.breadcrumbs>ul{
list-style: none;
}
.breadcrumbs>ul>li{
float: left;
position: relative;
padding: 0 12px 0 0;
margin: 0 5px 0 0;
}
.breadcrumbs>ul>li:after{
content: "/";
color: #646464;
font-size: 16px;
font-family: 'Blogger Sans';
line-height: 18px;
font-style: normal;
font-weight: normal;
position: absolute;
right: 1px;
top: 1px;
z-index: 2;
}
.breadcrumbs>ul>li.last:after{
display: none;
}
.breadcrumbs>ul>li, .breadcrumbs>ul>li>a{
color: #646464;
font-size: 16px;
font-family: 'Blogger Sans';
line-height: 18px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}
.breadcrumbs>ul>li>a:hover{
text-decoration: underline;
color: #3d4073;
}
.columns__right h1{
text-align: left;
}
.columns__right-submenu{
margin-top: 15px;
}
.columns__right-submenu-link{
vertical-align: top;
color: #3d4073;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 25px;
padding: 0 16px;
border: 2px solid #3d4073;
margin: 0 10px 0 0;
text-decoration: none;
}
.columns__right-submenu-link:hover, .columns__right-submenu-link.active, .text .columns__right-submenu-link:hover, .text .columns__right-submenu-link.active{
background: #3d4073;
color: #fff;
}
.filter{
margin: 13px 0 0 0;
}
.filter__item{
vertical-align: middle;
margin: 0 55px 20px 0;
}
.filter__item>label{
color: #2a2a2a;
font-size: 18px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
line-height: 18px;
vertical-align: middle;
margin: 0 15px 0 0;
}
.form__select{
color: #2a2a2a;
font-size: 18px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
line-height: 18px;
padding: 10px 15px;
border: 1px solid #c1c1c1;
}
.filter .form__input{
border:1px solid #737373;
outline: none;
padding: 0 25px;
color: #9a9a9a;
font-size: 18px;
font-family: 'Blogger Sans';
line-height: 41px;
font-style: normal;
font-weight: normal;
vertical-align: middle;
width: 50px;
}
.filter .form__button{
line-height: 41px;
margin: 15px 0 0;
}
.notice{
background: #ffdebd;
color: #646464;
font-size: 16px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
line-height: 20px;
margin: 12px 0 15px 0;
padding: 18px 15px 16px 75px;
position: relative;
}
.notice:before{
background: url(/images/2019/sprite.png) no-repeat -129px -126px transparent;
content: "";
position: absolute;
left: 15px;
top: 50%;
margin-top: -19px;
width: 39px;
height: 39px;
z-index: 2;
}
.notice>a{
color: #3d4073;
}

.portfolio__list{
margin: 25px 0 0 0;
}
.portfolio__item{
margin: 0 0 25px 0;
}
.portfolio__slider{
display: none;
}
.portfolio__title{
color: #3d4073;
font-size: 30px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
line-height: 30px;
text-align: left;
}
.portfolio__title>a{
color: #3d4073;
text-decoration: none;
}
.portfolio__title>a:hover{
color: #3d4073;
text-decoration: underline;
}
.portfolio__announce{
color: #3b3b3b;
font-size: 20px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
line-height: 24px;
text-align: left;
margin: 20px 0 0 0;
}
.portfolio__img{
margin: 35px 0 0 0;
}
.portfolio__big{
float: left;
width: 460px;
position: relative;
}
.portfolio__big .bx-pager{
position: absolute;
left: 0;
right: 0;
bottom: 20px;
text-align: center;
}
.portfolio__big .bx-pager-item{
display: inline-block;
vertical-align: bottom;
margin: 0 13px;
}
.portfolio__big .bx-pager-link{
display: block;
background: #9d9d9d;
border-radius: 50%;
width: 12px;
height: 12px;
}
.portfolio__big .bx-pager-link:hover{
background: #3d4073;
}
.portfolio__big .bx-pager-link.active{
width: 18px;
height: 18px;
background: #3d4073;
}
.portfolio__big img{
display: block;
}
.portfolio__min{
width: 384px;
float: right;
text-align: justify;
}
.portfolio__min-item{
vertical-align: top;
margin: 0 3px 3px 0;
}
.portfolio__min-item:nth-child(2n){
margin: 0 0 3px 0;
}
.portfolio__min-item img{
display: block;
}

.pf__similar{
margin: 60px 0 0 0;
}
.pf__similar .h2-title{
margin: 0 0 15px 0;
}
.pf__similar .pf__list-slider-item.last{
margin-right: 0;
}
.pf__similar .pf__list-slider-item{
margin-right: 60px;
}
.sublinks{
margin: 13px 0 0 0;
text-align: left;
}
.sublinks__item{
vertical-align: top;
}
.sublinks__item>a{
color: #646464;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 16px;
padding: 0 14px 0 0;
margin: 0 12px 0 0;
text-decoration: none;
position: relative;
}
.sublinks__item>a:hover{
color: #3d4073;
text-decoration: underline;
}
.sublinks .sublinks__item-last>a{
padding: 0;
margin: 0;
}
.sublinks__item>a:after{
content: "";
right: 0;
top: 2px;
bottom: 2px;
width: 2px;
background: #646464;
position: absolute;
z-index: 2;
}
.sublinks .sublinks__item-last>a:after{
display: none;
}
.pfdetail{
margin: 25px 0 0 0;
}
.pfdetail__pic{
position: relative;
width: 455px;
height: 300px;
float: left;
}
.pfdetail__slider-pic>img{
display: block;
}
.pfdetail__info{
float: left;
margin: 0 0 0 35px;
}
.pfdetail__info-item{
margin: 0 0 13px 0;
padding: 0 0 0 65px;
position: relative;
line-height: 42px;
font-size: 16px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
color: #3d4073;
}
.pfdetail__info-item:before{
content: "";
background-image: url(/images/2019/sprite.png);
background-repeat: no-repeat;
background-color: transparent;
position: absolute;
z-index: 2;
}
.icon__location:before{
background-position: -60px -173px;
width: 36px;
height: 36px;
left: 6px;
top: 3px;
}
.icon__square:before{
background-position: -60px -215px;
width: 48px;
height: 42px;
top: 0;
left: 0;
}
.icon__count:before{
background-position: -110px -173px;
width: 38px;
height: 38px;
left: 5px;
top: 2px;
}
.icon__date:before{
background-position: -110px -215px;
width: 36px;
height: 36px;
left: 6px;
top: 3px;
}
.pfdetail__info-designlink{
color: #3d4073;
line-height: 38px;
font-size: 16px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
margin: 38px 0 0 0;
padding: 0 56px;
border: 2px solid #3d4073;
text-decoration: none;
}
.pfdetail__info-designlink:hover{
background: #3d4073;
color: #fff;
}
.pfdetail__pic .bx-pager{
position: absolute;
left: 0;
right: 0;
bottom: 20px;
text-align: center;
}
.pfdetail__pic .bx-pager-item{
display: inline-block;
vertical-align: bottom;
margin: 0 13px;
}
.pfdetail__pic .bx-pager-link{
display: block;
background: #9d9d9d;
border-radius: 50%;
width: 12px;
height: 12px;
}
.pfdetail__pic .bx-pager-link:hover{
background: #3d4073;
}
.pfdetail__pic .bx-pager-link.active{
width: 18px;
height: 18px;
background: #3d4073;
}
.pfdetail__price{
background: #ffdebd;
padding: 40px 90px 40px 100px;
position: relative;
margin: 23px 0 0 0;
}
.pfdetail__price:before{
content: "";
background: url(/images/2019/sprite.png) no-repeat 0 -173px transparent;
width: 58px;
height: 65px;
position: absolute;
left: 20px;
top: 50%;
margin-top: -32px;
z-index: 2;
}
.pfdetail__content{
color: #3b3b3b;
line-height: 18px;
font-size: 16px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
margin: 25px 0 0 0;
}
.pfdetail__content>p{
margin: 0 0 15px 0;
}
.pfdetail__price-info{
float: left;
max-width: 400px;
}
.pfdetail__price-info-title{
color: #3d4073;
line-height: 26px;
font-size: 26px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: 500;
margin: 0 0 20px 0;
}
.pfdetail__price-info-row{
color: #3d4073;
line-height: 16px;
font-size: 16px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
margin: 0 0 15px 0;
}
.pfdetail__price-buttons{
float: left;
margin: 0 0 0 50px;
padding: 30px 0 0 0;
}
.pfdetail__price-button{
color: #fff;
line-height: 37px;
font-size: 20px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
width: 236px;
text-align: center;
text-decoration: none;
margin: 0 0 8px 0;
}
.pfdetail__price-button-order{
background: #ec8017;
border: 2px solid #ec8017;
}
.pfdetail__price-button-calc{
background: #3d4073;
border: 2px solid #3d4073;
}
.text .pfdetail__price-button-order:hover{
background: #3d4073;
color: #fff;
}
.text .pfdetail__price-button-calc:hover{
background: #ec8017;
color: #fff;
}
.pfdetail__links-list{
margin: 30px 0 0 0;
text-align: left;
}
.pfdetail__links-item{
border: 2px solid #3d4073;
background: #fff;
color: #3d4073;
line-height: 37px;
font-size: 20px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
text-align: center;
padding: 0 45px;
text-decoration: none;
margin: 0 15px 0 0;
}
.text .pfdetail__links-item:hover, .text .pfdetail__links-item.active{
background: #3d4073;
color: #fff;
}
.pfdetail__photo{
margin: 40px 0 0 0;
}
.pfdetail__photo-item{
margin: 30px 0 0 0;
}
.pfdetail__photo-title{
color: #3b3b3b;
font-family: 'Blogger Sans';
font-weight: 300;
font-style: italic;
font-size: 16px;
line-height: 16px;
margin: 15px 0 0 0;
}
.pfdetail__smeta{
display: none;
margin: 40px 0 0 0;
}

.offer{
margin: 30px 0 0 0;
}
.offer__list{
margin: 30px 0 0 0;
text-align: center;
}
.offer__item{
position: relative;
vertical-align: top;
width: 270px;
margin: 0 18px 30px 0;
}
.offer__item:nth-child(3n){
margin-right: 0!important;
}
.offer__item-title{
background: #3d4073;
color: #fff;
line-height: 26px;
font-size: 20px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: 500;
text-align: center;
padding: 15px;
}
.offer__item-pic{
width: 270px;
height: 180px;
}
.offer__item-row{
background: #9d9d9d;
text-align: center;
padding: 10px 15px;
color: #000;
line-height: 18px;
font-size: 14px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
}
.offer__item-row>strong, .offer__item-row>b{
font-weight: bold;
}
.offer__item-row:nth-child(odd){
background: #eee;
}
.offer__item-announce{
color: #000;
line-height: 18px;
font-size: 16px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
text-align: left;
padding: 15px 0;
}
.offer__item-linkmore{
background: #ec9317;
color: #fff;
font-size: 20px;
line-height: 41px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
text-decoration: none;
width: 270px;
}
.offer__item-linkmore:hover{
background: #3d4073;
color: #fff;
}
.offer__description{
font-size: 16px;
line-height: 20px;
font-family: 'Blogger Sans';
font-style: italic;
font-weight: 300;
color: #000;
text-align: center;
}

.pricelist{
margin: 50px 0 0 0;
}
.pricelist__show{
display: block;
background: #3d4073;
color: #fff;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
font-size: 32px;
line-height: 70px;
text-align: center;
margin: 30px 0 0 0;
text-decoration: none;
}
.pricelist__show:hover{
color: #fff;
background: #ec9317;
}
.pricelist__show>.hide, .pricelist__show.hide>span{
display: none;
}
.pricelist__show.hide>span.hide{
display: block!important;
}
.pricelist__columns{
margin: 30px 0 0 0;
}
.pricelist__columns.hide{
display: none;
}
.pricelist__type{
float: left;
width: 250px;
}
.pricelist__type-list{
list-style: none;
}
.pricelist__type-item, .phacelist__type-item{
display: block;
border-bottom: 1px solid #fff;
position: relative;
}
.pricelist__type-item.selected:after, .phacelist__type-item.selected:after{
content: '';
position: absolute;
top: 0px;
right: -30px;
width: 0px;
height: 0px;
border: 20px solid transparent;
border-left: 10px solid #ec9317;
}
.pricelist__type-item>a, .phacelist__type-item>a{
display: block;
padding: 0 15px;
background: #3d4073;
color: #fff;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 41px;
text-decoration: none;
}
.pricelist__type-item.selected>a, .pricelist__type-item>a:hover, .phacelist__type-item.selected>a, .phacelist__type-item>a:hover{
background: #ec9317;
}
.pricelist__works{
float: right;
width: 570px;
}
.pricelist__work-item{
display: none;
}
.phacelist__work-item{
display: none;
}
.pricelist__work-item.active{
display: block!important;
}
.phacelist__work-item.active{
display: block!important;
}
.pricelist__work-title{
background: #3d4073;
color: #fff;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 41px;
padding: 0 15px;
text-align: center;
}
.pricelist__work-table{
border: 0;
border-spacing: 0;
width: 100%;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
font-size: 16px;
}
.pricelist__work-table>thead>tr>th{
background: #ec9317;
color: #fff;
font-size: 18px;
text-align: left;
padding: 7px 10px;
}
.pricelist__work-table>tbody>tr>td{
padding: 7px 10px 7px 10px;
}
.pricelist__work-table>tbody>tr{
background: #eee;
}
.pricelist__work-table>tbody>tr:nth-child(2n){
background: #fff!important;
}
.pricelist__work-description{
padding: 20px 0;
}

.portfolio__example{
margin: 50px 0 0 0;
}

.video__services{
margin: 50px 0 0 0;
}
.video__services-list{
margin: 30px 0 0 0;
}
.video__services-item{
position: relative;
float: left;
width: 270px;
margin-right: 18px;
}
.video__services-item.last{
margin-right: 0;
}
.video__services-item-img{
width: 270px;
height: 180px;
position: relative;
}
.video__services-item-img-iconplay{
position: absolute;
width: 50px;
height: 50px;
background: url(/images/2019/icon-video.png) no-repeat 0 0 transparent;
left: 50%;
top: 50%;
margin: -25px 0 0 -25px;
opacity: 0.6;
z-index: 3;
}
.video__services-item:hover .video__services-item-img-iconplay{
opacity: 1;
}
.video__services-item-title{
color: #3d4073;
font-size: 20px;
line-height: 20px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
text-align: left;
margin: 25px 0 0 0;
position: relative;
}
.video__services-item:hover .video__services-item-title{
text-decoration: underline;
}
.video__detail-play iframe{
width: 100%;
height: 320px;
}
.fancyform{
border: 3px solid #3d4073;
padding: 10px 20px;
}
.formcall .fancyform{
border: 0;
}
.form-block{
padding-top: 10px;
}
.fancyform label{
display: block;
color: #000;
font-style: italic;
width: 300px;
}
.fancyform input[type="text"] {
width: 250px;
height: 20px;
padding: 5px 10px;
font-size: 18px;
border: 1px solid #3d4073;
outline: 0;
}
.fancyform textarea{
width: 250px;
height: 60px;
padding: 5px 10px;
border: 1px solid #3d4073;
outline: 0;
font-size: 16px;
}
.fancyform input[type="text"]:focus{
border: 1px solid #ec8017;
}
.fancyform input.achtung-empty{
background: #ffd4d4;
border: 1px solid #c00;
}
.fancyform select{
width: 250px;
padding: 5px 10px;
font-size: 16px;
border: 1px solid #e4da89;
outline: 0;
}
.form-block{
padding-top: 10px;
}
.btn{
background: #ec9317;
color: #fff;
font-size: 16px;
margin-top: 20px;
padding: 4px 12px;
vertical-align: middle;
text-align: center;
text-decoration: none;
}
.btn:hover{
background: #3d4073;
color: #fff;
}
#time{
width: 100px;
}
.error-message{
color: #c00;
}
.fullprice_calculator{
color: #cc6601;
font-size: 18px;
padding: 10px 0;
}
#calculator_go{
text-decoration: none;
border-bottom: 1px dashed #cc6601;
}
.privacy-policy__text{
font-size: 10px;
line-height: 10px;
width: 300px;
}
.formcall .privacy-policy__text{
width: 100%;
text-align: center;
}
#map{
width: 100%;
height: 450px;
}
.zamershik__order-link-wrap{
text-align: center;
margin: 30px 0 0 0;
}
.zamershik__order{
background: #ec9317;
color: #fff;
line-height: 57px;
font-size: 24px;
font-family: 'Blogger Sans';
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-decoration: none;
padding: 0 68px 0 88px;
text-align: center;
position: relative;
}
.zamershik__order:hover{
color: #3d4073;
}
.zamershik__order:after{
content: "";
background-image: url(/images/2019/icon_vyzov.png);
background-repeat: no-repeat;
background-color: transparent;
background-position: 0 0;
width: 33px;
height: 33px;
position: absolute;
left: 28px;
top: 10px;
z-index: 2;
}
.zamershik__order:hover:after{
background-position: 0 -35px;
}

.footer__social{
background-image: url(/images/2019/icon_social.png);
background-repeat: no-repeat;
background-color: transparent;
margin: 10px 20px 0 0;
height: 30px;
width: 30px;
}
.footer__social-in{
background-position: 0 0;
}
.footer__social-yt{
background-position: -32px 0;
}
.footer__social-vk{
background-position: -64px 0;
}
/* End */


/* Start:/local/templates/gh2019main/template_styles.css?17699743976531*/
.header__mobilemenu-checker{
display: none;
cursor: pointer;
background: url(/images/2019/icon-menumobile.png) no-repeat 0 0 transparent;
width: 69px;
height: 67px;
position: absolute;
top: 16px;
right: 15px;
z-index: 2;
}
@media (max-width: 1280px){
.slider{
width: 100%;
}
.promo .wrap{
width: 100%;
}
}
@media (max-width: 1170px){
.promo__item-control{
background-position: 100% -5px;
}
.promo__item-rassrochka{
background-position: 90% 92px;
}
.promo__item-plan{
background-position: 100% 5px;
}
body.lock-scroll{
overflow: hidden;
}
.wrap, .promo .wrap{
width: 786px;
}
.header{
height: 102px;
}
.header__address{
display: none;
}
.header__order{
display: none;
}
.header__phone{
top: 10px;
left: 415px;
}
.header__phone-item{
margin: 0;
display: block;
}
.header__mobilemenu-checker{
display: block;
}
.header.fixed{
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 9999;
}
.menu{
position: fixed;
left: 100%;
right: 0;
bottom: 0;
top: 102px;
z-index: 9999;
overflow-x: hidden;
overflow-y: auto;
-webkit-transition: left 0.3s;
-moz-transition: left 0.3s;
-ms-transition: left 0.3s;
-o-transition: left 0.3s;
transition: left 0.3s;
}
.menu.fixed{
left: 100%;
}
.menu.active{
left: 0!important;
}
.menu .wrap{
width: 100%;
}
.menu__main{
display: flex;
flex-direction: column;
align-items: start;
justify-content: start;
margin: 0;
}
.menu__main-item, .menu__main-item-bigsub{
display: block;
margin: 0;
width: 100%;
}
.menu__main>li>a, .menu__main>li.last>a{
text-align: left;
padding: 0 20px;
}
.menu__main>li>a:hover, .menu__main>li:hover>a, .menu__main>li.checked>a{
background: #ec8017;
color: #fff;
}
.menu__main>li>a:after{
display: none;
}
.menu__main-item:hover .menu__sub{
left: 0;
}
.menu__sub, .menu__sub-big{
display: none;
position: relative;
top: 100%;
left: 0;
right: 0;
width: 100%;
padding: 20px 0 0 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.menu__main>li:hover .menu__sub, .menu__main>li:hover .menu__sub-big, .menu__main>li.checked .menu__sub, .menu__main>li.checked .menu__sub-big{
display: block;
}
.menu__sub-list>li>a, .menu__sub>li>a{
text-align: left;
line-height: 30px;
padding: 0 20px;
}
.menu__sub-list>li>a:hover, .menu__sub>li>a:hover{
background: #ec8017;
color: #fff;
text-decoration: none;
}
.menu__sub-col{
padding: 0;
width: 100%;
display: block;
}
.menu__sub-col-title{
padding: 0 20px;
}
.menu__sub-list>li{
margin: 0;
}
.slider{
width: 100%;
}
.slider__item-text-blue, .slider__item-text-white{
width: 49%;
}
.slider__item-text-blue-top{
line-height: 56px;
font-size: 36px;
}
.slider__item-text-blue-bot{
line-height: 50px;
font-size: 30px;
}
.slider__item-text-white-info{
padding: 10px 0 10px 20px;
width: 100%;
display: block;
}
.slider__item-text-white-link{
display: block;
}
.slider__item-text-white-link>a{
margin: 0 0 0 20px;
font-size: 18px;
}
.slider .bx-prev{
left: 20px;
}
.slider .bx-next{
right: 20px;
}
.promo__wrap{
display: block;
box-sizing: border-box;
padding: 0;
}
.promo__item{
width: 100%;
margin: 0 0 15px 0;
box-sizing: border-box;
}
.choice__icon{
width: 165px;
}
.bonus__item{
width: 100%;
margin: 0 0 30px 0;
padding: 0 0 0 30px;
box-sizing: border-box;
}
.bonus__item-title{
padding: 0;
}
.bonus__item-text{
margin: 10px 0 0 0;
}
.pf__slider-pic{
width: 100%;
height: auto;
float: none;
}
.pf__slider-info{
margin: 0;
}
.text__main .wrap{
width: 786px;
box-sizing: border-box;
}
.reviewall__list{
margin: 30px 0 0 0;
}
.reviewall__item{
width: 100%;
margin: 0 0 20px 0;
}
.reviewall__item-sublist{
margin: 20px 0 0 0;
}
.phonenumber{
margin: 30px 0 0 0;
}
.phonenumber__questions{
display: block;
margin: 0 0 20px 0;
}
.footer{
margin: 30px 0 0 0;
}
.footer__item{
display: none;
}
.footer__item-address{
width: 100%;
text-align: center;
display: block;
}
.footer{
padding: 20px 0;
width: 100%;
}
.columns__left{
display: none;
}
.columns__right{
width: 100%;
float: none;
}
.pricelist__type, .pricelist__works{
width: 100%;
float: none;
}
.portfolio__big{
float: none;
margin: 0 auto 15px;
}
.portfolio__min {
width: 100%;
float: none;
text-align: center;
}
.portfolio__min-item:nth-child(2n){
margin: 0 3px 3px 0;
}
.formcall .fancyform .form__input{
box-sizing: border-box;
display: block;
margin: 0 auto 15px
}


}

@media (max-width: 785px){
.promo__item-text{
padding: 15px;
}
.wrap, .promo .wrap{
width: 320px;
}
.header{
height: 200px;
}
.header__logo{
left: 0;
}
.header__logo-top, .header__logo-name{
left: 90px;
}
.header__logo-bot{
display: none;
}
.header__phone{
top: 100px;
left: 0;
}
.header__phone-item>a{
font-size: 38px;
}
.header__mobilemenu-checker{
top: 109px;
right: 0;
}
.menu{
top: 200px;
}
.slider__item-text{
bottom: 15px;
}
.slider__item-text-white{
display: none;
}
.slider__item-text-blue{
width: 100%;
}
.promo__item{
min-height: auto;
height: auto;
padding: 0 0 20px 0;
}
.promo__item-control{
background: #ec8017;
}
.promo__item-plan{
background: #3d4073;
}
.promo__item-title{
display: block;
}
.choice__icon{
width: 100%;
margin: 0 0 30px 0;
}
.choice__icon-text{
margin: 10px 0 0 0;
}
.choice__words{
width: 100%;
box-sizing: border-box;
margin: 0 0 30px 0;
}
.choice__detail-link{
padding: 0 30px;
}
.services__wrap .bx-controls-direction{
display: none;
}
.pf__slider-block>.bx-wrapper>.bx-controls>.bx-controls-direction{
display: none;
}
.pf__slider-pic img{
width: 320px;
}
.pf__list-slider-item-title{
text-align: center;
}
.pf__linkall-button{
padding: 0 30px;
}
.review__wrap .bx-controls-direction, .reviewpage__wrap .bx-controls-direction{
display: none;
}
.text__main .wrap{
width: 100%;
}
.calculator__icon{
margin: 0 20px 0 0;
}
.phonenumber__icon{
margin: 0 25px 15px;
}
.calculator__text{
font-size: 26px;
line-height: 70px;
}
.formcall__wrap{
padding: 0;
}
.formcall .privacy-policy__text{
margin: 15px 0 0;
}
.news__item-pic{
float: none;
margin: 0 0 15px 0;
}
.columns__right-submenu-link{
margin: 0 10px 15px 0;
}
.portfolio__big{
width: 320px;
}
.video__services-item{
margin-bottom: 25px;
}
.pfdetail__pic{
width: 300px;
height: 200px;
float: none;
}
.pfdetail__slider-pic>img{
width: 300px;
height: 200px;
}
.pfdetail__info{
float: none;
margin: 15px 0 0 0;
}
.pfdetail__price{
padding: 40px 20px 40px 20px;
margin: 0;
}
.pfdetail__price:before{
display: none;
}
.pfdetail__price-info{
float: none;
width: 100%;
}
.pfdetail__price-buttons{
float: none;
margin: 0;
}
.review-page__item-pic{
float: none;
}
.review-page__item-info{
margin: 15px 0 0;
}
.ymaps-map table td:first-of-type{
display: none;
}
}
/* End */
/* /bitrix/templates/gh2019main/jquery.fancybox-1.3.4.css?16473068078911 */
/* /local/templates/gh2019main/styles.css?176997439757598 */
/* /local/templates/gh2019main/template_styles.css?17699743976531 */
