

/* Start:/bitrix/templates/gps/js/fancybox/jquery.fancybox.css?14084515524895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/gps/js/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/gps/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/gps/js/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/gps/js/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/gps/js/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/gps/js/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/gps/template_styles.css?1551281084183292*/
    header,
    footer,
    aside,
    article,
    figure,
    figcaption,
    section,
    nav,
    address {
        display: block;
        margin: 0;
    }
    
    body {
        background: #fff;
        overflow-x: hidden;
    }
    
    html,
    body {
        height: 100%;
        margin: 0;
        padding: 0;
    }
    
    header {
        margin: 0;
        border-bottom: 1px solid #EEEEEF;
    }
    
    #wrapper {
        height: auto !important;
        height: 100%;
        min-height: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    
    #wrapper.pr #content {
        background: none;
        padding: 0;
    }
    
    .ins {
        width: 940px;
        margin: 0 auto;
    }
    
    #wrapper:not(.main) #container {
        border-top: 1px solid #fff;
        padding-top: 47px;
        background: -ms-linear-gradient(#F8F8F9 1px, #fff 50px);
        background: -o-linear-gradient(#F8F8F9 1px, #fff 50px);
        background: -webkit-linear-gradient(#F8F8F9 1px, #fff 50px);
        background: -moz-linear-gradient(#F8F8F9 1px, #fff 50px);
        background: linear-gradient(#F8F8F9 1px, #fff 50px);
        -pie-background: linear-gradient(#F8F8F9 1px, #fff 50px);
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
        zoom: 1;
    }
    
    .main #content {
        border-top: 1px solid #fff;
        padding-top: 50px;
        background: -ms-linear-gradient(#F8F8F9 1px, #fff 45px);
        background: -o-linear-gradient(#F8F8F9 1px, #fff 45px);
        background: -webkit-linear-gradient(#F8F8F9 1px, #fff 45px);
        background: -moz-linear-gradient(#F8F8F9 1px, #fff 45px);
        background: linear-gradient(#F8F8F9 1px, #fff 45px);
        -pie-background: linear-gradient(#F8F8F9 1px, #fff 45px);
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
        zoom: 1;
    }
    
    .mobile_menu_div {
        display: none;
    }
    
    .pr #content {
        margin-left: 209px;
    }
    
    #l-bar {
        float: left;
    }
    
    #spacer {
        height: 143px;
    }
    
    footer {
        position: relative;
        z-index: 2;
        margin-top: -87px;
        height: 66px;
        padding-top: 20px;
        border-top: 1px solid #fff;
        box-shadow: 0 -1px #f0f0f0, 0 -1px 10px #f0f0f0;
        background: -o-linear-gradient(#fafafb 0px, #fff 53px);
        background: -ms-linear-gradient(#fafafb 0px, #fff 53px);
        background: -moz-linear-gradient(#fafafb 0px, #fff 53px);
        background: -webkit-linear-gradient(#fafafb 0px, #fff 53px);
        background: linear-gradient(#fafafb 0px, #fff 53px);
        -pie-background: linear-gradient(#fafafb 0px, #fff 53px);
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
        zoom: 1;
    }
    
    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: table;
    }
    
    .clearfix:after {
        clear: both;
    }
    
    .clearfix {
        *zoom: 1;
    }
    
    .overflow {
        overflow: hidden;
    }
    
    a img {
        border: none;
        display: block;
    }
    
    h1,
    h2,
    #content .buy section .items h3 {
        margin: 0 0 30px;
        padding-bottom: 5px;
        color: #001E3D;
        font: 500 36px/36px 'Exo 2', Geneva, sans-serif;
    }
    
    #content {
        font: 400 13px/18px 'Exo 2', Geneva, sans-serif;
        color: #000;
    }
    
    #content a {
        text-decoration: none;
        border-bottom: 1px solid #C81E28;
        color: #C81E28;
    }
    
    #content a:HOVER {
        border-bottom: 1px solid transparent
    }
    
    #content p {
        margin: 15px 0;
        font-size: 16px;
        line-height: 1.5;
    }
    
    #content .news_detail li {
        font-size: 16px;
        line-height: 1.9;
    }
    
    #content .news_detail ul li,
    #content section.work2 ul li,
    #content section.work ul li {
        list-style-image: url(/bitrix/templates/gps/images/listitem.png);
    }
    
    #content .news_detail ol,
    #content .news_detail ul {
        margin: 30px 0px 30px 40px;
        text-align: left;
    }
    
    #content .news_detail p {
        margin: 15px 0;
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
    }
    
    #content ul,
    #content ol {
        margin: 15px 0 15px 15px;
        padding: 0;
    }
    
    #content p + ul,
    #content p + ol {
        margin-top: -10px;
        line-height: 1.5;
        font-size: 16px;
    }
    
    #content ul {
        list-style: circle;
    }
    
    #content li {
        margin: 0;
        padding: 0;
        text-align: left;
        line-height: 1.5;
    }
    
    #content nav ul li + li {
        margin: 10px 0 0 0;
        text-align: left;
    }
    
    #content .info_montaj {
        float: right;
        margin-left: 40px;
        position: relative;
    }
    
    #content .info_montaj img {
        display: block;
    }
    
    #content .info_montaj .triangle.white {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 23px solid transparent;
        border-bottom: 23px solid #fff;
        bottom: 0;
        right: 0;
        z-index: 2;
    }
    
    #content .blog-wrap .blog .h2-wrap div {
        font: 500 36px/36px 'Exo 2', Geneva, sans-serif;
        color: #013546;
        margin: 0 0 30px;
        padding-bottom: 5px;
    }
    
    #top-lines {
        position: absolute;
        left: 0;
        top: 108px;
        height: 1px;
        background: #C81E28;
    }
    
    #top-lines div:first-child {
        position: absolute;
        width: 26px;
        height: 1px;
        -webkit-transform: skewY(-121deg);
        -o-transform: skewY(-121deg);
        -moz-transform: skewY(-121deg);
        -ms-transform: skewY(-121deg);
        transform: skewY(-121deg);
        background: #C81E28;
        top: 22px;
        right: -26px;
    }
    
    #top-lines div+div {
        position: absolute;
        top: 44px;
        height: 1px;
        background: #C81E28;
    }
    
    header .top {
        height: 52px;
        border-bottom: 1px solid #d9d9dc;
        zoom: 1;
        background: -webkit-linear-gradient(bottom, #ECECEE 1px, #E6E6E8 2px, #EFF0F1 3px, #f2f2f2 4px, #f9f8f9 10px, #f9f8f9 38px, #F6F6F8 41px, #F6F6F8 48px, #fff 49px);
        background: -o-linear-gradient(bottom, #ECECEE 1px, #E6E6E8 2px, #EFF0F1 3px, #f2f2f2 4px, #f9f8f9 10px, #f9f8f9 38px, #F6F6F8 41px, #F6F6F8 48px, #fff 49px);
        background: -moz-linear-gradient(bottom, #ECECEE 1px, #E6E6E8 2px, #EFF0F1 3px, #f2f2f2 4px, #f9f8f9 10px, #f9f8f9 38px, #F6F6F8 41px, #F6F6F8 48px, #fff 49px);
        background: -ms-linear-gradient(bottom, #ECECEE 1px, #E6E6E8 2px, #EFF0F1 3px, #f2f2f2 4px, #f9f8f9 10px, #f9f8f9 38px, #F6F6F8 41px, #F6F6F8 48px, #fff 49px);
        -pie-background: linear-gradient(0deg, #ECECEE 1px, #E6E6E8 2px, #EFF0F1 3px, #f2f2f2 4px, #f9f8f9 10px, #f9f8f9 38px, #F6F6F8 41px, #F6F6F8 48px, #fff 49px);
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
        zoom: 1;
    }
    
    header .top .logo {
        float: left;
        position: relative;
        margin-top: 1px;
    }
    
    header .top .logo img {
        position: relative;
        z-index: 2;
        display: block;
    }
    
    header .top .logo .sh-l {
        position: absolute;
        z-index: 1;
        top: 0;
        left: -29px;
        width: 29px;
        height: 78px;
        background: url("/bitrix/templates/gps/images/logo-shl.png") 0 0 no-repeat;
    }
    
    header .top .logo .sh-r {
        position: absolute;
        z-index: 1;
        top: 0;
        right: -29px;
        width: 29px;
        height: 78px;
        background: url("/bitrix/templates/gps/images/logo-shr.png") 0 0 no-repeat;
    }
    
    header .top nav {
        margin: 11px 0 0 167px;
        height: 30px;
        position: absolute;
        z-index: 2;
        display: block;
        width: 800px;
    }
    
    header .top nav>ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    header .top nav>ul>li {
        position: relative;
        display: block;
        list-style: none;
        float: left;
        margin: 0;
        padding: 0;
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
        /*-webkit-transform: skewX(-23deg); -o-transform: skewX(-23deg); -ms-transform: skewX(-23deg); -moz-transform: skewX(-23deg); transform: skewX(-23deg);*/
    }
    
    header .top nav>ul>li + li {
        margin-left: 1px;
    }
    
    header .top nav>ul>li>a {
        display: block;
        padding: 3px 10px 7px;
        font: 600 18px/18px 'Exo 2', Geneva, sans-serif;
        color: #3e3e3e;
        text-decoration: none;
        border: 1px solid transparent;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        -webkit-transform: skewX(-23deg);
        -o-transform: skewX(-23deg);
        -ms-transform: skewX(-23deg);
        -moz-transform: skewX(-23deg);
        transform: skewX(-23deg);
    }
    
    header .top nav>ul>li>a>span {
        display: block;
        -webkit-transform: skewX(23deg);
        -o-transform: skewX(23deg);
        -ms-transform: skewX(23deg);
        -moz-transform: skewX(23deg);
        transform: skewX(23deg);
    }
    
    header .top nav>ul>li.activ>a {
        background: #C81E28;
        border-color: #C81E28;
    }
    
    header .top nav>ul>li.activ>a,
    header .top nav>ul>li.activ:hover>a {
        color: #fff;
    }
    
    header .top nav>ul>li:hover>a {
        border-color: #C81E28;
    }
    
    header .top nav>ul>li:hover>a {
        color: #C81E28;
    }
    
    header .top nav>ul>li>div {
        display: none;
        position: absolute;
        left: 12px;
        top: 29px;
        width: 188px;
        border: 1px solid #C81E28;
        background: #fff;
        z-index: 100;
        /*-webkit-transform: skewX(23deg); -o-transform: skewX(23deg); -ms-transform: skewX(23deg); -moz-transform: skewX(23deg); transform: skewX(23deg);*/
    }
    
    header .top nav>ul>li:hover>div {
        display: block;
    }
    
    header .top nav>ul>li>div>ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }
    
    header .top nav>ul>li>div>ul>li {
        margin: 0;
        padding: 0;
        display: block;
    }
    
    header .top nav>ul>li>div>ul>li>a {
        display: block;
        padding: 8px 20px 9px 15px;
        border-left: 2px solid transparent;
        font: 500 13px/13px 'Exo 2', Geneva, sans-serif;
        color: #3E3E3E;
        text-decoration: none;
    }
    
    header .top nav>ul>li>div>ul>li a:hover {
        border-color: #C81E28;
        background: #f8f8f8;
    }
    
    header .top nav>ul>li>div .triangle {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
    }
    
    header .top nav>ul>li>div .red {
        border-bottom: 12px solid #C81E28;
        bottom: 0;
        right: -1px;
        display: none;
    }
    
    header .top nav>ul>li>div .white {
        border-bottom: 12px solid #fff;
        bottom: -1px;
        right: -2px;
        display: none;
    }
    
    header .bottom {
        height: 97px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        background: -webkit-linear-gradient(top, #f3f3f5 0px, #fff 47px, #fafafb 97px);
        background: -moz-linear-gradient(top, #f3f3f5 0px, #fff 47px, #fafafb 97px);
        background: -o-linear-gradient(top, #f3f3f5 0px, #fff 47px, #fafafb 97px);
        background: linear-gradient(top, #f3f3f5 0px, #fff 47px, #fafafb 97px);
        -pie-background: linear-gradient(#f3f3f5 0px, #fff 47px, #fafafb 97px);
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
        zoom: 1;
    }
    
    header .bottom .ins {
        position: relative;
    }
    
    header .bottom .slogan {
        position: absolute;
        z-index: 1;
        top: 40px;
        left: 0;
        font: 500 17px/17px 'Exo 2', Geneva, sans-serif;
        color: #232323;
        padding: 6px 7px 7px;
        background: #fff;
        border-left: 2px solid #C81E28;
        border-right: 2px solid #C81E28;
        text-transform: uppercase;
    }
    
    header .bottom .contacts {
        float: right;
        margin-top: 7px;
        text-align: right;
        font: 500 12px/12px 'Exo 2', Geneva, sans-serif;
        color: #232323;
    }
    
    header .bottom .contacts .phone {
        margin: 2px 0 3px;
        padding-left: 26px;
        font-size: 26px;
        line-height: 26px;
        color: #001C38;
        background: url("/bitrix/templates/gps/images/sprite.png") 0 3px no-repeat;
    }
    
    header .bottom .contacts .phone-small {
        margin-bottom: 4px;
        font-size: 18px;
        line-height: 18px;
        color: #001C38;
    }
    
    header .bottom .jq-selectbox {
        position: absolute !important;
        z-index: 1 !important;
        top: 72px;
        left: 750px;
        color: #3E3E3E;
        font: 600 13px/13px 'Exo 2', Geneva, sans-serif;
        text-transform: uppercase;
        cursor: pointer;
    }
    
    header .bottom .jq-selectbox .jq-selectbox__select {
        padding-right: 5px;
        width: 22px;
    }
    
    header .bottom .jq-selectbox .jq-selectbox__select-text {
        cursor: pointer;
    }
    
    header .bottom .jq-selectbox .jq-selectbox__trigger {
        position: absolute;
        top: 5px;
        right: 0;
        cursor: pointer;
        width: 0;
        height: 0;
        border-top: 3px solid #000;
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
    }
    
    header .bottom .jq-selectbox .jq-selectbox__dropdown ul {
        margin: 0;
        padding: 5px 0 0;
        list-style: none;
        overflow: visible !important;
    }
    
    header .bottom .jq-selectbox .jq-selectbox__dropdown ul li {
        cursor: pointer;
    }
    
    #lang-styler .jq-selectbox__dropdown ul li:FIRST-CHILD {
        display: none!important;
    }
    /* 
Эта строчка #content .cart aside h3
была заменена на #content .cart aside div
*/
    
    #content h1,
    #content h2,
    #content .blog-wrap .blog .h2-wrap div,
    #content .type-prod2,
    #content .buy section .items h3,
    #content .cart nav>ul>li>a,
    #content .cart aside h3,
    #l-bar h3,
    #content aside .block .heading,
    #content .production .item .top .name,
    #content .cart .info .descr>ul,
    #content .cart aside .buy_also .name {
        background-repeat: no-repeat;
        background-position: bottom left;
        background-image: -moz-linear-gradient(left, #f60000 1px, transparent 350px);
        background-image: -o-linear-gradient(left, #f60000 1px, transparent 350px);
        background-image: -webkit-linear-gradient(left, #f60000 1px, transparent 350px);
        background-image: -ms-linear-gradient(left, #f60000 1px, transparent 350px);
        background-image: linear-gradient(left, #f60000 1px, transparent 350px);
        -pie-background-image: linear-gradient(90deg, #f60000 1px, transparent 350px);
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
        zoom: 1;
        -ms-background-size: 100% 1px;
        -o-background-size: 100% 1px;
        -webkit-background-size: 100% 1px;
        background-size: 100% 1px;
    }
    
    .news_list .clearfix {
        background-repeat: no-repeat;
        background-position: 49% 100%;
        background-image: -moz-linear-gradient(left, #f60000 1px, transparent 817px);
        background-image: -o-linear-gradient(left, #f60000 1px, transparent 817px);
        background-image: -webkit-linear-gradient(left, #f60000 1px, transparent 817px);
        background-image: -ms-linear-gradient(left, #f60000 1px, transparent 817px);
        background-image: linear-gradient(left, #f60000 1px, transparent 817px);
        -pie-background-image: linear-gradient(90deg, #f60000 1px, transparent 817px);
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
        zoom: 1;
        -ms-background-size: 70% 1px;
        -o-background-size: 70% 1px;
        -webkit-background-size: 70% 1px;
        background-size: 70% 1px;
    }
    
    .slider {
        position: relative;
    }
    
    .slider .wrap {
        position: relative;
        overflow: hidden;
    }
    /*двигаем слайдер налево проставляя left:100px. Исходное положение 0*/
    
    .slider .wrap ul {
        margin: 0!important;
        padding: 0;
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .slider .wrap ul li {
        margin: 0;
        padding: 0;
        display: block;
        float: left;
    }
    
    #container .top-con {
        background: -ms-linear-gradient(bottom, #f7f7f9 0, #fff 45px);
        background: -o-linear-gradient(bottom, #f7f7f9 0, #fff 45px);
        background: -moz-linear-gradient(bottom, #f7f7f9 0, #fff 45px);
        background: -webkit-linear-gradient(bottom, #f7f7f9 0, #fff 45px);
        background: linear-gradient(bottom, #f7f7f9 0, #fff 45px);
        -pie-background: linear-gradient(0deg, #f7f7f9 0px, #fff 45px);
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
        zoom: 1;
    }
    
    #container .slider.main {
        width: 590px;
        height: 280px;
        margin-top: 27px;
        float: left;
        width: 590px;
        z-index: 1;
        margin-left: -15px;
    }
    
    #container .slider.main .wrap {
        width: 590px;
        height: 280px;
    }
    
    #container .slider.main .wrap ul li {
        width: 590px;
        height: 280px;
        overflow: hidden;
    }
    
    #container .slider.main .wrap ul li a {
        border: 1px solid #f5f6f7;
        display: block;
    }
    
    #container .slider.main .rounds {
        position: absolute;
        left: 0;
        bottom: -31px;
        display: block !important;
    }
    
    #container .slider.main .rounds>span {
        float: left;
        display: block;
        margin-left: 9px;
        width: 10px;
        height: 10px;
        cursor: pointer;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -khtml-border-radius: 50%;
        border-radius: 50%;
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
        background: #ddd;
        background: -webkit-linear-gradient(top, #bbb 0%, #ddd 50%, #e5e5e5 100%);
        background: -ms-linear-gradient(top, #bbb 0%, #ddd 50%, #e5e5e5 100%);
        background: -o-linear-gradient(top, #bbb 0%, #ddd 50%, #e5e5e5 100%);
        background: -moz-linear-gradient(top, #bbb 0%, #ddd 50%, #e5e5e5 100%);
        background: linear-gradient(top, #bbb 0%, #ddd 50%, #e5e5e5 100%);
        -pie-background: linear-gradient(#bbb 0%, #ddd 50%, #e5e5e5 100%);
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
        zoom: 1;
    }
    
    #container .slider.main .rounds span:first-child {
        margin-left: 0
    }
    
    #container .slider.main .rounds span.selected {
        background: #d0192f;
        background: -ms-linear-gradient(#d0192f, #F01C35);
        background: -moz-linear-gradient(#d0192f, #F01C35);
        background: -o-linear-gradient(#d0192f, #F01C35);
        background: -webkit-linear-gradient(#d0192f, #F01C35);
        background: linear-gradient(#d0192f, #F01C35);
        -pie-background: linear-gradient(#d0192f, #F01C35);
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
        zoom: 1;
    }
    
    #container .slider.main .socnets {
        position: absolute;
        bottom: -41px;
        right: 0px;
        width: 150px;
        height: 30px;
        border-left: 2px solid #C81E28;
        border-right: 2px solid #C81E28;
    }
    
    #container .slider.main .socnets a {
        display: block;
        float: left;
        height: 30px;
        width: 30px;
        background-image: url("/bitrix/templates/gps/images/sprite.png");
    }
    
    #container .slider.main .socnets .ig {
        background-position: 0 -24px;
    }
    
    #container .slider.main .socnets .gg {
        background-position: -30px -24px;
    }
    
    #container .slider.main .socnets .vk {
        background-position: -60px -24px;
    }
    
    #container .slider.main .socnets .tw {
        background-position: -90px -24px;
    }
    
    #container .slider.main .socnets .fb {
        background-position: -120px -24px;
    }
    
    #container .slider.main .socnets .ig:hover {
        background-position: 0 -54px;
    }
    
    #container .slider.main .socnets .gg:hover {
        background-position: -30px -54px;
    }
    
    #container .slider.main .socnets .vk:hover {
        background-position: -60px -54px;
    }
    
    #container .slider.main .socnets .tw:hover {
        background-position: -90px -54px;
    }
    
    #container .slider.main .socnets .fb:hover {
        background-position: -120px -54px;
    }
    
    #container .beuty-line {
        border-top: 1px solid #fff;
    }
    
    #container .beuty-line .middle {
        height: 37px;
        background: -webkit-linear-gradient(top, #fff 1px, #f7f7f8 2px, #fcfcfc 38px, #f3f3f5 35px, #f3f3f5 36px, #e8e8ea 37px);
        background: -ms-linear-gradient(top, #fff 1px, #f7f7f8 2px, #fcfcfc 38px, #f3f3f5 35px, #f3f3f5 36px, #e8e8ea 37px);
        background: -o-linear-gradient(top, #fff 1px, #f7f7f8 2px, #fcfcfc 38px, #f3f3f5 35px, #f3f3f5 36px, #e8e8ea 37px);
        background: -moz-linear-gradient(top, #fff 1px, #f7f7f8 2px, #fcfcfc 38px, #f3f3f5 35px, #f3f3f5 36px, #e8e8ea 37px);
        background: linear-gradient(top, #fff 1px, #f7f7f8 2px, #fcfcfc 38px, #f3f3f5 35px, #f3f3f5 36px, #e8e8ea 37px);
        -pie-background: linear-gradient(#fff 1px, #f7f7f8 2px, #fcfcfc 35px, #f3f3f5 36px, #e8e8ea 37px);
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
        zoom: 1;
    }
    
    #container .beuty-line .top {
        height: 3px;
        border-top: 1px solid #e6e6e8;
        border-bottom: 1px solid #e6e6e8;
        background: -webkit-linear-gradient(top, #f4f5f5 1px, #EEEEF0 2px, #f4f5f6 3px);
        background: -ms-linear-gradient(top, #f4f5f5 1px, #EEEEF0 2px, #f4f5f6 3px);
        background: -o-linear-gradient(top, #f4f5f5 1px, #EEEEF0 2px, #f4f5f6 3px);
        background: -moz-linear-gradient(top, #f4f5f5 1px, #EEEEF0 2px, #f4f5f6 3px);
        background: linear-gradient(top, #f4f5f5 1px, #EEEEF0 2px, #f4f5f6 3px);
        -pie-background: linear-gradient(#f4f5f5 1px, #EEEEF0 2px, #f4f5f6 3px);
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
        zoom: 1;
    }
    
    #container .beuty-line .bottom {
        height: 1px;
        border-bottom: 1px solid #e6e6e8;
        border-top: 1px solid #EFEFF1;
        background: #f3f3f5;
    }
    
    #container .coord {
        position: relative;
        margin-top: 22px;
        float: right;
        width: 301px;
        z-index: 1;
    }
    
    #container .coord h2 {
        margin: 0 0 28px;
        font: 500 18px/18px 'Exo 2', Geneva, sans-serif;
        color: #001E3D;
        text-align: center;
    }
    
    #container .coord2 {
        margin: 0 0 28px;
        font: 500 18px/18px 'Exo 2', Geneva, sans-serif;
        color: #001E3D;
        text-align: center;
    }
    
    #container .coord .borders {
        position: relative;
        z-index: 2;
        width: 185px;
        height: 221px;
        border: 1px solid #C81E28;
        border-right: none;
    }
    
    #container .coord .borders .round {
        position: absolute;
        z-index: 2;
        bottom: -6px;
        right: -11px;
        border: 1px solid #C81E28;
        width: 9px;
        height: 9px;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -o-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    
    #container .coord .borders .input {
        float: left;
        position: relative;
        z-index: 2;
        top: -13px;
        border-left: 2px solid #C81E28;
        border-right: 2px solid #C81E28;
    }
    
    #container .coord .borders input {
        display: block;
        outline: none;
        margin: 0;
        font: 600 12px/12px 'Exo 2', Geneva, sans-serif;
        color: #000;
        height: 12px;
        width: 96px;
        padding: 5px 10px 6px;
        text-shadow: 0 1px #fff;
        border-bottom: 1px solid #A5A5A6;
        border-top: 1px solid #F7F7F8;
        border-left: none;
        border-right: none;
        background: #E8E9EA;
    }
    
    #container .coord .borders::-webkit-input-placeholder {
        color: transparent;
    }
    
    #container .coord .borders::-moz-placeholder {
        color: transparent;
    }
    
    #container .coord .borders:-moz-placeholder {
        color: transparent;
    }
    
    #container .coord .borders .placeholder {
        font: 600 12px/12px 'Exo 2', Geneva, sans-serif;
        color: #555861;
    }
    
    #container .coord .borders .placeholder.fail {
        color: red;
    }
    
    #container .coord .borders input:focus::-webkit-input-placeholder {
        color: transparent;
        text-shadow: none;
    }
    
    #container .coord .borders input:focus:-moz-placeholder {
        color: transparent;
        text-shadow: none;
    }
    
    #container .coord .borders input:focus::-moz-placeholder {
        color: transparent;
        text-shadow: none;
    }
    
    #container .coord .borders input:focus.placeholder {
        color: transparent;
        text-shadow: none;
    }
    
    #container .coord .borders .input + .input {
        top: -38px;
        right: -130px;
    }
    
    #container .coord .borders .top,
    #container .coord .borders .bottom {
        padding-left: 30px;
    }
    
    #container .coord .borders .bottom .input {
        top: -27px;
    }
    
    #container .coord .borders .bottom .input + .input {
        top: -52px;
    }
    
    #container .coord .borders button {
        display: block;
        margin: 0;
        position: relative;
        top: -33px;
        left: 53px;
        padding: 6px 10px 7px 23px;
        outline: 0;
        outline: none;
        border: none;
        border: 0;
        border-top: 1px solid #EDB5B8;
        border-bottom: 1px solid #8E151C;
        width: 196px;
        height: auto;
        cursor: pointer;
        background: #C81E28;
        -webkit-transform: skewX(-24deg);
        -ms-transform: skewX(-24deg);
        -moz-transform: skewX(-24deg);
        -o-transform: skewX(-24deg);
        transform: skewX(-24deg);
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
    }
    
    #container .coord .borders button.loading {
        opacity: 0.5;
        filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
        cursor: wait;
    }
    
    #container .coord .borders button div {
        outline: none;
        text-align: left;
        font: 500 14px/14px 'Exo 2', Geneva, sans-serif;
        color: #fff;
        padding: 3px 0 3px 26px;
        text-shadow: 0 -1px #71060c;
        background: url("/bitrix/templates/gps/images/sprite.png") -135px -85px no-repeat;
        -webkit-transform: skewX(24deg);
        -ms-transform: skewX(24deg);
        -moz-transform: skewX(24deg);
        -o-transform: skewX(24deg);
        transform: skewX(24deg);
    }
    
    #container .coord .top {
        height: 35px;
        border-bottom: 1px solid #C81E28;
    }
    
    #container .coord .hand {
        position: absolute;
        width: 211px;
        height: 166px;
        background: url("/bitrix/templates/gps/images/hand.png") 0 0 no-repeat;
        bottom: -54px;
        right: 45px;
    }
    
    #content .work {
        float: left;
        width: 540px;
        margin-top: -26px;
    }
    
    #content .work p {
        text-align: justify;
    }
    
    #content .work h1 {
        font: 500 36px/36px 'Exo 2', Geneva, sans-serif;
        color: #013546;
        margin: 0 0 30px;
        padding-bottom: 5px;
    }
    
    #content .work .img-wrap {
        float: left;
        width: 201px;
        margin: 3px 18px 18px 0
    }
    
    #content .work .img-wrap .img {
        position: relative;
        border: 1px solid #e6e6e6;
        padding: 11px;
        box-shadow: inset 0px 0 50px 5px #e9ecee;
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
        zoom: 1;
    }
    
    #content .work .img-wrap .img img {
        display: block;
        margin: 0 auto;
    }
    
    #content .work .img-wrap .img .triangle {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 21px solid transparent;
    }
    
    #content .work .img-wrap .img .grey {
        border-bottom: 21px solid #e6e6e6;
        bottom: 0;
        right: -1px;
        z-index: 1;
    }
    
    #content .work .img-wrap .img .white {
        border-bottom: 21px solid #fff;
        bottom: -1px;
        right: -2px;
        z-index: 2;
    }
    
    #content .work .img-wrap .text {
        margin-top: 10px;
        font: italic 400 11px/18px 'Exo 2', Geneva, sans-serif;
        color: #949494;
    }
    
    #content .work p {
        margin: 18px 0;
        font: 400 13px/18px 'Exo 2', Geneva, sans-serif;
        color: #013546;
    }
    
    #content .news {
        position: relative;
        margin-top: -19px;
        float: right;
        width: 318px;
        padding: 19px 12px 20px 20px;
        border: 1px solid #c5c5c5;
    }
    
    #content .news a,
    #content .news a:HOVER {
        border: none;
    }
    
    #content .news .link {
        float: right;
        margin: 10px 7px 0 0;
        display: block;
        font: 500 13px/13px 'Exo 2', Geneva, sans-serif;
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid #000;
    }
    
    #content .news .link:hover {
        border-color: transparent;
    }
    
    #content .news .h2-wrap {
        position: relative;
        z-index: 1;
        display: inline-block;
        margin: 0 0 28px -42px;
        padding: 0 21px;
        background: #C81E28;
        border-top: 1px solid #EDB5B8;
        border-bottom: 1px solid #8E151C;
        -webkit-transform: skewX(-24deg);
        -ms-transform: skewX(-24deg);
        -moz-transform: skewX(-24deg);
        -o-transform: skewX(-24deg);
        transform: skewX(-24deg);
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
    }
    /*#content .blog .h2-wrap div {;}*/
    /*#content .news .h2-wrap h2{border:none; padding:3px 0 6px; font:500 24px/24px 'Exo 2', Geneva, sans-serif; color:#fff; text-align:center; margin:0; background: none; -webkit-transform: skewX(24deg); -ms-transform: skewX(24deg); -moz-transform: skewX(24deg); -o-transform: skewX(24deg); transform: skewX(24deg);}*/
    
    #content .news .h2-wrap div {
        border: none;
        padding: 3px 0 6px;
        font: 500 24px/24px 'Exo 2', Geneva, sans-serif;
        color: #fff;
        text-align: center;
        margin: 0;
        background: none;
        -webkit-transform: skewX(24deg);
        -ms-transform: skewX(24deg);
        -moz-transform: skewX(24deg);
        -o-transform: skewX(24deg);
        transform: skewX(24deg);
    }
    
    #content .news article {
        display: block;
    }
    
    #content .news article + article {
        margin-top: 14px;
        padding-top: 14px;
        border-top: 1px dashed #B2B2B2;
    }
    
    #content .news article .img {
        display: block;
        float: left;
        margin-right: 19px;
    }
    
    #content .news article .tit {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 18px;
    }
    
    #content .news article .tit a {
        font: 500 16px/18px 'Exo 2', Geneva, sans-serif;
        color: #001E3D;
        text-decoration: none;
        border-bottom: 1px solid transparent;
    }
    
    #content .news article .tit a:hover {
        border-color: #001E3D;
    }
    
    #content .news article .text {
        font: 500 11px/18px 'Exo 2', Geneva, sans-serif;
        color: #03182e;
    }
    
    #content .news article .link {
        margin: 2px 5px 0 0;
        border: none;
        text-align: right;
    }
    
    #content .news article .link a {
        font: 400 11px/14px 'Exo 2', Geneva, sans-serif;
        color: #f10002;
        text-decoration: none;
        border: 1px solid transparent;
    }
    
    #content .news article .link a:hover {
        border-bottom-color: #f10002;
    }
    
    #content .news .triangle {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 21px solid transparent;
    }
    
    #content .news .grey {
        border-bottom: 21px solid #c5c5c5;
        bottom: 0;
        right: -1px;
        z-index: 1;
    }
    
    #content .news .white {
        border-bottom: 21px solid #fff;
        bottom: -1px;
        right: -2px;
        z-index: 2;
    }
    
    #content .hits {
        margin-top: 50px;
    }
    
    #content .hits a {
        border: none;
    }
    
    #content .hits a:HOVER {
        border: none;
    }
    
    #content .hits h2 {
        padding-bottom: 7px;
        font: 500 36px/36px 'Exo 2', Geneva, sans-serif;
        color: #013546;
        margin: 0 0 30px;
        padding-bottom: 5px;
    }
    
    #content .hits .slider {
        height: 330px;
        width: 940px;
        position: relative;
    }
    
    #content .hits .slider .wrap {
        height: 330px;
        width: 940px;
        position: relative;
    }
    
    #content .hits .slider .wrap ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    #content .hits .slider .wrap ul li {
        position: relative;
        margin: 0 20px 0 0;
        padding: 0;
        width: 218px;
        height: 328px;
        border: 1px solid #e8e8e8;
        background: -ms-linear-gradient(#fcfcfc 50px, #fff 236px);
        background: -moz-linear-gradient(#fcfcfc 50px, #fff 236px);
        background: -o-linear-gradient(#fcfcfc 50px, #fff 236px);
        background: -webkit-linear-gradient(#fcfcfc 50px, #fff 236px);
        background: linear-gradient(#fcfcfc 50px, #fff 236px);
        -pie-background: linear-gradient(#fcfcfc 50px, #fff 236px);
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
        zoom: 1;
    }
    
    #content .hits .slider .wrap ul li .name {
        display: block;
        font: 500 18px/18px 'Exo 2', Geneva, sans-serif;
        color: #001E3D;
        text-decoration: none;
        text-align: center;
        height: 18px;
        padding: 15px 5px 16px;
        background: -ms-linear-gradient(#f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        background: -moz-linear-gradient(#f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        background: -o-linear-gradient(#f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        background: -webkit-linear-gradient(#f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        background: linear-gradient(#f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        -pie-background: linear-gradient(#f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
        zoom: 1;
    }
    
    #content .hits .slider .wrap ul li .img {
        display: block;
        padding: 20px 0;
    }
    
    #content .hits .slider .wrap ul li .img img {
        display: block;
        margin: 0 auto;
    }
    
    #content .hits .slider .wrap ul li .text {
        padding: 0 20px;
        font: 400 12px/16px 'Exo 2', Geneva, sans-serif;
        color: #4c4c4c;
    }
    
    #content .hits .slider .wrap ul li .link {
        margin: 14px 0 0 22px;
        font-size: 11px;
        line-height: 14px;
    }
    
    #content .hits .slider .wrap ul li .link a {
        font: 500 11px/14px 'Exo 2', Geneva, sans-serif;
        color: #247EBD;
        text-decoration: none;
        border-bottom: 1px solid transparent;
    }
    
    #content .hits .slider .wrap ul li .link a:hover {
        border-color: #247EBD;
    }
    
    #content .hits .slider .wrap ul li .triangle {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 21px solid transparent;
    }
    
    #content .hits .slider .wrap ul li .grey {
        border-bottom: 21px solid #e8e8e8;
        bottom: 0;
        right: -1px;
        z-index: 1;
    }
    
    #content .hits .slider .wrap ul li .white {
        border-bottom: 21px solid #fff;
        bottom: -1px;
        right: -2px;
        z-index: 2;
    }
    
    #content .hits .slider .next,
    #content .hits .slider .prev {
        position: absolute;
        height: 44px;
        width: 25px;
        top: 50%;
        margin-top: -22px;
        cursor: pointer;
        background: url("/bitrix/templates/gps/images/sprite.png") no-repeat;
    }
    
    #content .hits .slider .next {
        background-position: -26px -84px;
        right: -54px;
    }
    
    #content .hits .slider .prev {
        background-position: 0 -84px;
        left: -54px;
    }
    
    #content .news_list a,
    #content .news_list a:HOVER {
        border: none;
    }
    
    #content .blog-wrap {
        margin-top: 50px;
    }
    
    #content .blog-wrap a {
        border: none;
    }
    
    #content .blog-wrap a:HOVER {
        border: none;
    }
    
    #content .blog-wrap .news {
        margin: 0;
    }
    
    #content .blog-wrap .blog {
        float: left;
        width: 540px;
        margin-top: 3px
    }
    
    #content .blog-wrap .blog h2 {
        font: 500 36px/36px 'Exo 2', Geneva, sans-serif;
        color: #013546;
        margin: 0 0 30px;
        padding-bottom: 5px;
    }
    /*классом ниже редактировал css 02.03.2015
#content .blog-wrap .blog div{font:500 36px/36px 'Exo 2', Geneva, sans-serif; color:#013546; margin:0 0 30px; padding-bottom: 5px;}*/
    
    #content .blog-wrap .blog article + article {
        margin-top: 10px;
    }
    
    #content .news_list article + article {
        margin-top: 30px;
    }
    
    #content .blog-wrap .blog article .img,
    #content .news_list article .img {
        display: block;
        float: left;
        margin-right: 16px;
        position: relative;
    }
    
    #content .blog-wrap .blog article .tit,
    #content .news_list article .tit {
        margin: -3px 0 5px;
        font-size: 14px;
        line-height: 18px;
    }
    
    #content .blog-wrap .blog article .tit a,
    #content .news_list article .tit a {
        font: 600 14px/18px 'Exo 2', Geneva, sans-serif;
        color: #013546;
        text-decoration: none;
        border-bottom: 1px solid transparent;
    }
    
    #content .blog-wrap .blog article .tit a:hover,
    #content .news_list article .tit a:hover {
        border-color: #001E3D;
    }
    
    #content .blog-wrap .blog article .date,
    #content .news_list article .date {
        margin-bottom: 5px;
        color: #013546;
        font: 600 10px/10px 'Exo 2', Geneva, sans-serif;
    }
    
    #content .blog-wrap .blog article .text,
    #content .news_list article .text {
        font: 400 13px/18px 'Exo 2', Geneva, sans-serif;
        color: #013546;
        text-align: justify;
    }
    /*классом ниже редактировал css*/
    
    #content .blog-wrap .blog article .link,
    #content .news_list article .link {
        margin: 10px 0 0;
        border: none;
        text-align: right;
        font-size: 13px;
        line-height: 18px;
    }
    /*background-image: -webkit-linear-gradient(left, #f60000 1px, transparent 350px);-webkit-background-size: 100% 1px;background-size: 100% 1px !important;*/
    
    #content .blog-wrap .blog article .link a,
    #content .news_list article .link a {
        font: 600 13px/16px 'Exo 2', Geneva, sans-serif;
        color: #C81E28;
        text-decoration: none;
        border-bottom: 1px solid transparent;
    }
    
    #content .blog-wrap .blog article .link a:hover,
    #content .news_list article .link a:hover {
        border-bottom-color: #C81E28;
    }
    
    #content .blog-wrap .blog article .img .white,
    #content .news_list article .img .white {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-bottom: 20px solid #fff;
        bottom: 0px;
        right: 0px;
        z-index: 2;
    }
    
    #content .blog-wrap .blog article .img ~ *,
    #content .news_list article .img ~ * {
        margin-left: 139px;
    }
    
    #content .partners {
        margin-top: 50px;
    }
    
    #content .partners a {
        border: none;
    }
    
    #content .partners a:HOVER {
        border: none;
    }
    
    #content .partners h2 {
        font: 500 36px/36px 'Exo 2', Geneva, sans-serif;
        color: #013546;
        margin: 0 0 10px;
        padding-bottom: 5px;
    }
    
    #content .partners .slider .wrap ul li a img {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        filter: gray;
    }
    
    #content .partners .slider .wrap ul li a img:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: none;
    }
    /*убираем стрелки у партнёров*/
    
    #content .partners .slider .next,
    #content .partners .slider .prev {
        position: absolute;
        height: 44px;
        width: 25px;
        top: 50%;
        margin-top: -22px;
        cursor: pointer;
        /*background:url("/bitrix/templates/gps/images/sprite.png") no-repeat;*/
    }
    
    #content .partners .slider .next {
        background-position: -26px -84px;
        right: -95px;
    }
    
    #content .partners .slider .prev {
        background-position: 0 -84px;
        left: -95px;
    }
    
    #content .partners .slider .rounds {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        text-align: center;
        line-height: 0;
        font-size: 0;
    }
    
    #content .partners .slider .rounds span {
        margin-left: 9px;
        display: inline-block;
        width: 10px;
        height: 10px;
        cursor: pointer;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -khtml-border-radius: 50%;
        border-radius: 50%;
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
        background: #c6c6c6;
        background: -webkit-linear-gradient(top, #c6c6c6 0%, #e0e0e0 50%, #e5e5e5 100%);
        background: -ms-linear-gradient(top, #c6c6c6 0%, #e0e0e0 50%, #e5e5e5 100%);
        background: -o-linear-gradient(top, #c6c6c6 0%, #e0e0e0 50%, #e5e5e5 100%);
        background: -moz-linear-gradient(top, #c6c6c6 0%, #e0e0e0 50%, #e5e5e5 100%);
        background: linear-gradient(top, #c6c6c6 0%, #e0e0e0 50%, #e5e5e5 100%);
        -pie-background: linear-gradient(#c6c6c6 0%, #e0e0e0 50%, #e5e5e5 100%);
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
        zoom: 1;
    }
    
    #content .partners .slider .rounds span:first-child {
        margin-left: 0;
    }
    
    #content .partners .slider .rounds span.act {
        background: #d0192f;
        background: -ms-linear-gradient(#d0192f, #F01C35);
        background: -moz-linear-gradient(#d0192f, #F01C35);
        background: -o-linear-gradient(#d0192f, #F01C35);
        background: -webkit-linear-gradient(#d0192f, #F01C35);
        background: linear-gradient(#d0192f, #F01C35);
        -pie-background: linear-gradient(#d0192f, #F01C35);
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
        zoom: 1;
    }
    
    footer .l-foot {
        float: left;
        width: 145px;
    }
    
    footer .l-foot .name {
        margin-bottom: 5px;
        display: block;
        font: 500 20px/20px 'Exo 2', Geneva, sans-serif;
        color: #000;
        text-decoration: none;
    }
    
    footer .l-foot .copyright {
        font: 500 11px/11px 'Exo 2', Geneva, sans-serif;
        color: #c2c2c2;
    }
    
    footer .r-foot {
        float: right;
        width: 160px;
    }
    
    footer .r-foot .development {
        text-align: right;
        font: 400 12px/14px 'Exo 2', Geneva, sans-serif;
        color: #474747;
    }
    
    footer .r-foot .development a {
        font: 400 12px/14px 'Exo 2', Geneva, sans-serif;
        color: #474747;
        text-decoration: none;
        border-bottom: 1px solid #9c9c9c;
    }
    
    footer .r-foot .development a:hover {
        border-color: transparent;
    }
    
    footer .c-foot {
        margin: 0 175px 0 160px;
    }
    
    footer .c-foot nav {
        display: block;
    }
    
    footer .c-foot nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        display: block;
    }
    
    footer .c-foot nav li {
        margin: 0;
        padding: 0;
        display: block;
        float: left;
        font-size: 0;
        line-height: 0;
    }
    
    footer .c-foot nav li a {
        font: 500 12px/15px 'Exo 2', Geneva, sans-serif;
        color: #353535;
        text-decoration: none;
        border-bottom: 1px solid transparent;
    }
    
    footer .c-foot nav li a:hover {
        border-color: #353535;
    }
    
    footer .c-foot nav li span {
        margin: 0 7px;
        position: relative;
        z-index: 1;
        zoom: 1;
        top: 2px;
        display: inline-block;
        height: 13px;
        width: 1px;
        background: #797979;
    }
    
    footer .contacts {
        margin-top: 5px;
        font: 11px/11px Arial, Geneva, sans-serif;
        color: #c0c0c0;
    }
    
    footer .contacts a {
        font: 11px/11px Arial, Geneva, sans-serif;
        color: #ef182a;
        text-decoration: none;
    }
    
    footer .contacts a:hover {
        border-bottom: 1px solid #ef182a;
    }
    
    .breadcrumbs {
        border-bottom: 1px solid #ECECED;
        padding: 7px 0;
    }
    
    .breadcrumbs ul {
        display: block;
        margin: 0 auto;
        padding: 0;
        list-style: none;
    }
    
    .breadcrumbs ul li {
        margin: 0;
        padding: 0;
        display: block;
        float: left;
        font: 400 13px/15px 'Exo 2', Geneva, sans-serif;
        color: #808080;
    }
    
    .breadcrumbs ul li a {
        font: 400 13px/15px 'Exo 2', Geneva, sans-serif;
        color: #808080;
        text-decoration: none;
    }
    
    .breadcrumbs ul li a:hover {
        border-bottom: 1px solid #808080;
    }
    
    .breadcrumbs ul li span {
        margin: 0 4px;
    }
    
    #l-bar {
        width: 170px;
        float: left;
    }
    
    #l-bar form {
        display: block;
        margin: 0;
        padding: 0;
    }
    
    #l-bar .type-prod + .type-prod {
        margin-top: 25px;
    }
    
    #l-bar .type-prod2 {
        margin: 0 0 10px 0;
        padding-bottom: 5px;
        font: 500 16px/16px 'Exo 2', Geneva, sans-serif;
        color: #000;
        background-image: -webkit-linear-gradient(left, #f60000 1px, transparent 170px);
    }
    
    #l-bar .type-prod .tit {
        margin-bottom: 10px;
        font: 500 16px/16px 'Exo 2', Geneva, sans-serif;
        color: #000;
        padding-bottom: 8px;
        background-repeat: no-repeat;
        background-position: bottom left;
        background-image: -moz-linear-gradient(left, #f60000 1px, transparent 125px);
        background-image: -o-linear-gradient(left, #f60000 1px, transparent 125px);
        background-image: -webkit-linear-gradient(left, #f60000 1px, transparent 125px);
        background-image: -moz-linear-gradient(left, #f60000 1px, transparent 125px);
        background-image: -webkit-linear-gradient(left, #f60000 1px, transparent 125px);
        -ms-background-size: 100% 1px;
        -o-background-size: 100% 1px;
        -webkit-background-size: 100% 1px;
        background-size: 100% 1px;
    }
    
    #l-bar .type-prod ul.filtr {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    #l-bar .type-prod .filtr li {
        cursor: pointer;
    }
    
    #l-bar .type-prod .filtr li + li {
        margin-top: 10px;
    }
    
    #l-bar .type-prod .filtr li label {
        display: block;
        overflow: hidden;
    }
    
    #l-bar .type-prod .filtr li label input {
        float: left;
        margin: 0;
    }
    
    #l-bar .type-prod .filtr li label .jq-checkbox {
        cursor: pointer;
        position: relative;
        float: left;
        width: 14px;
        height: 14px;
        border: 1px solid #ededed;
        box-shadow: inset 0 0 7px #eee;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        -ms-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
    }
    
    #l-bar .type-prod .filtr li label .jq-checkbox .jq-checkbox__div {
        display: none;
        height: 14px;
        background: url("/bitrix/templates/gps/images/sprite.png") -53px -84px no-repeat;
    }
    
    #l-bar .type-prod .filtr li label .jq-checkbox.checked .jq-checkbox__div {
        display: block;
    }
    
    #l-bar .type-prod .filtr li label .text {
        cursor: pointer;
        margin-top: 0;
        float: right;
        width: 144px;
        font: 500 14px/16px 'Exo 2', Geneva, sans-serif;
        color: #a3a3a3;
    }
    
    #l-bar .type-prod .filtr li label .text.fon {
        padding-left: 30px;
        width: 114px;
        background-image: url("/bitrix/templates/gps/images/sprite.png");
        background-repeat: no-repeat;
    }
    
    #l-bar button.submit {
        display: block;
        margin: 25px auto 0 auto;
        padding: 5px 10px 6px 10px;
        outline: 0;
        outline: none;
        border: none;
        border: 0;
        border-top: 1px solid #EDB5B8;
        border-bottom: 1px solid #8E151C;
        width: 100px;
        height: auto;
        cursor: pointer;
        background: #C81E28;
        -webkit-transform: skewX(-24deg);
        -ms-transform: skewX(-24deg);
        -moz-transform: skewX(-24deg);
        -o-transform: skewX(-24deg);
        transform: skewX(-24deg);
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        behavior: url('/bitrix/templates/gps/pie/PIE.php');
    }
    
    #l-bar button.submit div {
        outline: none;
        text-align: left;
        font: 500 14px/14px 'Exo 2', Geneva, sans-serif;
        color: #fff;
        padding: 3px 0 3px 0;
        text-align: center;
        text-shadow: 0 -1px #71060c;
        -webkit-transform: skewX(24deg);
        -ms-transform: skewX(24deg);
        -moz-transform: skewX(24deg);
        -o-transform: skewX(24deg);
        transform: skewX(24deg);
        behavior: url('/bitrix/templates/gps/pie/PIE.php');
    }
    
    #l-bar h3 {
        margin: 0 0 10px 0;
        padding-bottom: 5px;
        font: 500 16px/16px 'Exo 2', Geneva, sans-serif;
        color: #000;
        background-image: -moz-linear-gradient(left, #f60000 1px, transparent 170px);
        background-image: -o-linear-gradient(left, #f60000 1px, transparent 170px);
        background-image: -webkit-linear-gradient(left, #f60000 1px, transparent 170px);
        background-image: -ms-linear-gradient(left, #f60000 1px, transparent 170px);
        background-image: linear-gradient(left, #f60000 1px, transparent 170px);
        -pie-background-image: linear-gradient(90deg, #f60000 1px, transparent 170px);
    }
    
    .fon.pr {
        background-position: -134px -108px;
    }
    
    .fon.new {
        background-position: -123px -125px;
    }
    
    .fon.time-no {
        background-position: -111px -140px;
    }
    
    .fon.no {
        background-position: -99px -158px;
    }
    
    #content .production .clearfix + .clearfix {
        margin-top: 20px;
    }
    
    #content .production a,
    #content .production a:HOVER {
        border: none;
    }
    
    #content .production .item {
        float: left;
        position: relative;
        padding: 14px 19px 20px 19px;
        width: 190px;
        border: 1px solid #e8e8e8;
    }
    
    #content .production .item + .item {
        margin-left: 20px;
    }
    
    #content .production .item .top {
        margin: 0 -19px;
        padding: 0 19px 14px 19px;
        background: -webkit-linear-gradient(bottom, #EDEEEE 0px, #fff 22px);
    }
    
    #content .production .item .top .name {
        margin: 0 0 10px 0;
        padding-bottom: 5px;
        font: 500 18px/18px 'Exo 2', Geneva, sans-serif;
        background-image: -moz-linear-gradient(left, #f60000 1px, transparent 190px);
        background-image: -o-linear-gradient(left, #f60000 1px, transparent 190px);
        background-image: -webkit-linear-gradient(left, #f60000 1px, transparent 190px);
        background-image: -ms-linear-gradient(left, #f60000 1px, transparent 190px);
        background-image: linear-gradient(left, #f60000 1px, transparent 190px);
        -pie-background-image: linear-gradient(90deg, #f60000 1px, transparent 190px);
    }
    
    #content .production .item .top .name .fon {
        display: inline-block;
        font: 500 18px/18px 'Exo 2', Geneva, sans-serif;
        color: #001E3D;
        padding-left: 25px;
        background-image: url("/bitrix/templates/gps/images/sprite.png");
        background-repeat: no-repeat;
        text-decoration: none;
    }
    
    #content .production .item .top .text {
        font: 400 12px/14px 'Exo 2', Geneva, sans-serif;
        color: #7B7B7B;
    }
    
    #content .production .item .img {
        display: block;
        margin: 20px 0 20px;
    }
    
    #content .production .item .img img {
        display: block;
        margin: 0 auto;
    }
    
    #content .production .item .rating {
        font-size: 0;
        line-height: 0;
    }
    
    #content .production .item .rating span {
        display: inline-block;
        height: 12px;
        width: 13px;
        background: url("/bitrix/templates/gps/images/sprite.png") -83px -85px no-repeat;
        cursor: pointer;
    }
    
    #content .production .item .rating span + span {
        margin-left: 5px;
    }
    
    #content .production .item .rating span.red {
        background-position: -69px -85px;
    }
    
    #content .production .item .func {
        margin-top: 19px;
    }
    
    #content .production .item .func .clearfix div {
        float: left;
        height: 39px;
        width: 40px;
        background: url("/bitrix/templates/gps/images/sprite.png") no-repeat;
    }
    
    #content .production .item .func .clearfix div + div {
        margin-left: 10px;
    }
    
    #content .production .item .func .clearfix + .clearfix {
        margin-top: 10px;
    }
    
    #content .production .item .func .clearfix img {
        display: block;
        float: left;
        cursor: pointer;
    }
    
    #content .production .item .func .clearfix img + img {
        margin-left: 10px;
    }
    
    #content .production .item .func div.f1 {
        background-position: 0 -129px
    }
    
    #content .production .item .func div.f2 {
        background-position: -41px -129px
    }
    
    #content .production .item .func div.f3 {
        background-position: 0 -169px
    }
    
    #content .production .item .func div.f4 {
        background-position: -41px -169px
    }
    
    #content .production .item .func div.f5 {
        background-position: 0 -209px
    }
    
    #content .production .item .func div.f6 {
        background-position: -41px -209px
    }
    
    #content .production .item .triangle {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 21px solid transparent;
    }
    
    #content .production .item .grey {
        border-bottom: 21px solid #e8e8e8;
        bottom: 0;
        right: -1px;
        z-index: 1;
    }
    
    #content .production .item .white {
        border-bottom: 21px solid #fff;
        bottom: -1px;
        right: -2px;
        z-index: 2;
    }
    
    #content .info-main {
        text-align: justify;
    }
    
    #content .column-r {
        float: right;
        width: 460px;
        margin: 0;
    }
    
    #content .column-r .ya-map {
        position: relative;
        border: 1px solid #C81E28;
        width: 458px;
        height: 598px;
    }
    
    #content .column-r .ya-map .triangle {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 21px solid transparent;
    }
    
    #content .column-r .ya-map .red {
        border-bottom: 21px solid #C81E28;
        bottom: 0;
        right: -1px;
        z-index: 1;
    }
    
    #content .column-r .ya-map .white {
        border-bottom: 21px solid #fff;
        bottom: -1px;
        right: -2px;
        z-index: 2;
    }
    
    #contact_map {
        width: 458px;
        height: 598px;
        overflow: hidden;
    }
    
    #content .column-l h1,
    #content .column-l h2 {
        margin: 0 0 30px;
        padding-bottom: 5px;
        font: 500 26px/26px 'Exo 2', Geneva, sans-serif;
        color: #424242;
    }
    
    #content .ins .column-l h1 {
        padding-bottom: 12px;
        margin-bottom: 16px;
    }
    
    #content .column-l {
        float: left;
        width: 380px;
    }
    
    #content .column-l .form {
        margin: 0;
        padding: 0;
        display: block;
        width: 340px;
    }
    
    #content .column-l .form .label + .label {
        margin-top: 10px;
    }
    
    #content .column-l .form .label .text {
        margin-top: 8px;
        float: left;
        width: 150px;
        font: 400 13px/13px 'Exo 2', Geneva, sans-serif;
        color: #013546;
    }
    
    #content .column-l .form .label .input-wrap {
        float: right;
        width: 176px;
        border-left: 2px solid #C81E28;
        border-right: 2px solid #C81E28;
    }
    
    #content .column-l .form .label input {
        outline: none;
        border: none;
        border-top: 1px solid #F9FAFA;
        border-bottom: 1px solid #A5A5A6;
        background: #E8E9EA;
        display: block;
        width: 156px;
        padding: 5px 10px 6px;
        color: #555851;
        font: 400 12px/12px 'Exo 2', Geneva, sans-serif;
        height: 12px;
    }
    
    #content .column-l .form .label input.fail,
    #content .column-l .form .label textarea.fail {
        border-bottom-color: red;
    }
    
    #content .column-l .form .label .textarea-wrap {
        position: relative;
        float: right;
        width: 180px;
    }
    
    #content .column-l .form .label textarea {
        outline: none;
        resize: none;
        border: none;
        border-top: 1px solid #F9FAFA;
        border-bottom: 1px solid #A5A5A6;
        background: #E8E9EA;
        display: block;
        width: 160px;
        padding: 5px 10px 6px;
        color: #555851;
        font: 400 12px/12px 'Exo 2', Geneva, sans-serif;
        height: 101px;
    }
    
    #content .column-l .form .label .textarea-wrap .bor-l {
        position: absolute;
        height: 25px;
        width: 2px;
        background: #C81E28;
        left: 0;
        top: 0;
    }
    
    #content .column-l .form .label .textarea-wrap .bor-r {
        position: absolute;
        height: 25px;
        width: 2px;
        background: #C81E28;
        right: 0;
        top: 0;
    }
    
    #content .column-l .form button {
        display: block;
        float: right;
        margin: 10px 7px 0 0;
        padding: 5px 10px 6px 10px;
        outline: 0;
        outline: none;
        border: none;
        border: 0;
        border-top: 1px solid #EDB5B8;
        border-bottom: 1px solid #8E151C;
        width: 110px;
        height: auto;
        cursor: pointer;
        background: #C81E28;
        -webkit-transform: skewX(-24deg);
        -ms-transform: skewX(-24deg);
        -moz-transform: skewX(-24deg);
        -o-transform: skewX(-24deg);
        transform: skewX(-24deg);
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        behavior: url('/bitrix/templates/gps/pie/PIE.php');
    }
    
    #content .column-l .form button div {
        outline: none;
        text-align: left;
        font: 500 14px/14px 'Exo 2', Geneva, sans-serif;
        color: #fff;
        padding: 3px 0 3px 0;
        text-align: center;
        text-shadow: 0 -1px #71060c;
        -webkit-transform: skewX(24deg);
        -ms-transform: skewX(24deg);
        -moz-transform: skewX(24deg);
        -o-transform: skewX(24deg);
        transform: skewX(24deg);
        behavior: url('/bitrix/templates/gps/pie/PIE.php');
    }
    
    #content .column-l .cont-info {
        width: 100%;
        font: 400 13px/18px 'Exo 2', Geneva, sans-serif;
        color: #013546;
        margin-bottom: 50px;
    }
    
    #content .column-l .cont-info td {
        vertical-align: middle;
    }
    
    #content .column-l .cont-info tr + tr td {
        padding-top: 35px;
    }
    
    #content .column-l .cont-info tr td a {
        font: 400 13px/18px 'Exo 2', Geneva, sans-serif;
        color: #013546;
        text-decoration: none;
    }
    
    #content .column-l .cont-info tr td a:hover {
        border-bottom: 1px solid #031546;
    }
    
    #content .column-l .cont-info tr td:first-child {
        width: 56px;
    }
    
    #content .column-l .cont-info tr td:first-child + td {
        width: 122px;
        padding-left: 3px;
        padding-right: 3px;
        ;
    }
    
    #content .column-l .cont-info tr td:first-child + td + td {
        padding-right: 5px;
        padding-left: 35px;
    }
    
    #content .column-l .cont-info tr td .adress {
        width: 23px;
        height: 25px;
        background: url("/bitrix/templates/gps/images/sprite.png") -129px -222px no-repeat;
        margin: 0 auto;
    }
    
    #content .column-l .cont-info tr td .phone {
        width: 24px;
        height: 20px;
        background: url("/bitrix/templates/gps/images/sprite.png") -101px -206px no-repeat;
        margin: 0 auto;
    }
    
    #content .column-l .cont-info tr td .mail {
        width: 24px;
        height: 14px;
        background: url("/bitrix/templates/gps/images/sprite.png") -126px -205px no-repeat;
        margin: 0 auto;
    }
    
    #content .column-l .cont-info tr td .rekviziti {
        width: 18px;
        height: 24px;
        background: url("/bitrix/templates/gps/images/rekviziti.png") no-repeat;
        margin: 0 auto;
    }
    
    #content .source-wrap {
        background: url("/bitrix/templates/gps/images/source-fon.png") center 376px no-repeat;
    }
    
    #content .source-wrap .clearfix + .clearfix {
        margin-top: 20px;
    }
    
    #content .source-wrap .item {
        position: relative;
        float: left;
        width: 298px;
        border: 1px solid #E8E8E8;
        height: 328px;
        text-decoration: none;
    }
    
    #content .source-wrap .item + .item {
        margin-left: 20px;
    }
    
    #content .source-wrap .clearfix:first-child + .clearfix .item + .item {
        float: right;
    }
    
    #content .source-wrap .item .name {
        font: 500 18px/18px 'Exo 2', Geneva, sans-serif;
        color: #001E3D;
        padding: 15px 24px 16px;
        background: -ms-linear-gradient(#f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        background: -moz-linear-gradient(#f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        background: -o-linear-gradient(#f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        background: -webkit-linear-gradient(#f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        background: linear-gradient(#f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        -pie-background: linear-gradient(#f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
    }
    
    #content .source-wrap .item .img {
        height: 229px;
        background: -ms-linear-gradient(#fcfcfc, #fff);
        background: -o-linear-gradient(#fcfcfc, #fff);
        background: -moz-linear-gradient(#fcfcfc, #fff);
        background: -webkit-linear-gradient(#fcfcfc, #fff);
        background: linear-gradient(#fcfcfc, #fff);
        -pie-background: linear-gradient(#fcfcfc, #fff);
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
    }
    
    #content .source-wrap .item .img img {}
    
    #content .source-wrap .item .icons {
        height: 32px;
        padding: 9px 10px;
        background: -ms-linear-gradient(bottom, #f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        background: -moz-linear-gradient(bottom, #f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        background: -o-linear-gradient(bottom, #f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        background: -webkit-linear-gradient(bottom, #f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        background: linear-gradient(bottom, #f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        -pie-background: linear-gradient(180deg, #f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
    }
    
    #content .source-wrap .item .icons div {
        float: left;
        color: #247EBD;
        height: 16px;
        font: 500 16px/16px 'Exo 2', Geneva, sans-serif;
        padding: 7px 0 9px 40px;
    }
    
    #content .source-wrap .item .icons div + div {
        margin-left: 30px;
    }
    
    #content .source-wrap .item .icons .marker {
        background: url("/bitrix/templates/gps/images/sprite.png") -119px -318px no-repeat;
    }
    
    #content .source-wrap .item .icons .tools {
        background: url("/bitrix/templates/gps/images/sprite.png") -119px -287px no-repeat;
    }
    
    #content .source-wrap .item .triangle {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 21px solid transparent;
    }
    
    #content .source-wrap .item .grey {
        border-bottom: 21px solid #e8e8e8;
        bottom: 0;
        right: -1px;
        z-index: 1;
    }
    
    #content .source-wrap .item .white {
        border-bottom: 21px solid #fff;
        bottom: -1px;
        right: -2px;
        z-index: 2;
    }
    
    #content .logo-inf {
        display: block;
        float: right;
        margin-left: 50px;
    }
    
    #content .imgs {
        margin: 30px 0 30px;
    }
    
    #content .imgs .item {
        position: relative;
    }
    
    #content .imgs .item.left {
        float: left;
    }
    
    #content .imgs .item.right {
        float: right;
    }
    
    #content .imgs .item.center {
        margin-left: 266px;
        width: 398px;
    }
    
    #content .imgs .item img {
        display: block;
    }
    
    #content .imgs .item .triangle {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 23px solid transparent;
    }
    
    #content .imgs .item .white {
        border-bottom: 23px solid #fff;
        bottom: -1px;
        right: -2px;
        z-index: 2;
    }
    
    #content .records {
        margin: 0 28px 30px;
        text-align: center;
        font: 400 15px/18px 'Exo 2', Geneva, sans-serif;
        color: #000;
    }
    
    #content .records .item {
        float: left;
        width: 170px;
    }
    
    #content .records .item + .item {
        margin-left: 68px;
    }
    
    #content .records .item .big {
        font: 100 72px/76px 'Exo 2', Geneva, sans-serif;
        color: #f60a0a;
        margin: -10px 0 -4px;
    }
    
    #content .records .item .modern,
    #content .records .item .quality {
        margin: 15px auto 6px;
        background: url("/bitrix/templates/gps/images/sprite.png") no-repeat;
    }
    
    #content .records .item .modern {
        width: 59px;
        height: 59px;
        background-position: 0 -249px;
    }
    
    #content .records .item .quality {
        width: 57px;
        height: 57px;
        background-position: -60px -249px;
        margin-bottom: 8px;
    }
    
    #wrapper.work-why h1 {
        margin-left: 78px;
        position: relative;
    }
    
    #content .work-shot {
        font: 400 14px/18px 'Exo 2', Geneva, sans-serif;
        color: #676767;
        margin: 0 150px 0 79px;
    }
    
    #content .work-shot-end {
        font: 400 14px/18px 'Exo 2', Geneva, sans-serif;
        color: #676767;
        margin: 0 150px 0 79px;
    }
    
    #content .work-shot p {
        margin: 0;
    }
    
    #content .work-shot p + p {
        margin-top: 15px;
    }
    
    #content .why-work {
        margin-top: 80px;
        background: url("/bitrix/templates/gps/images/why-work2.png") right 1128px no-repeat;
    }
    
    #content .why-work h2 {
        background: none;
        border: none;
        padding-bottom: 0;
        color: #000;
        font: 400 48px/48px 'Exo 2', Geneva, sans-serif;
        text-align: center;
    }
    
    #content .why-work ol {
        list-style: none;
        margin: 80px 0 0;
        padding-top: 16px;
        background: url("/bitrix/templates/gps/images/why-work1.png") 0 0 no-repeat;
    }
    
    #content .why-work ol li {
        margin: 0 220px 0 191px;
        overflow: hidden;
    }
    
    #content .why-work ol li p {
        margin: 0;
    }
    
    #content .why-work ol li p + p {
        margin-top: 17px;
    }
    
    #content .why-work ol li:FIRST-CHILD {
        height: 150px;
        margin-bottom: 233px;
    }
    
    #content .why-work ol li:FIRST-CHILD+li {
        height: 120px;
        margin-bottom: 280px;
    }
    
    #content .why-work ol li:FIRST-CHILD+li+li {
        height: 200px;
        margin-bottom: 202px;
    }
    
    #content .why-work ol li:FIRST-CHILD+li+li+li {
        height: 200px;
        margin-bottom: 233px;
        float: left;
        width: 390px;
        margin: 0 0 0 30px;
    }
    
    #content .why-work ol li:FIRST-CHILD+li+li+li+li {
        height: 200px;
        margin-bottom: 233px;
        margin: 0 60px 161px 510px;
    }
    
    #content .why-work ol li .number {
        margin-top: 3px;
        float: left;
        width: 30px;
        height: 24px;
        padding: 3px 0;
        font: 500 24px/24px 'Exo 2', Geneva, sans-serif;
        color: #fff;
        text-align: center;
        background: #C81E28;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        khtml-border-radius: 50%;
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
    }
    
    #content .why-work ol li .text {
        margin-left: 49px;
        font: 400 14px/18px 'Exo 2', Geneva, sans-serif;
        color: #676767;
    }
    
    #content .choose {
        margin: 0 0 30px;
    }
    
    #content .choose .text {
        float: left;
        width: 160px;
        text-align: right;
        font: 600 14px/14px 'Exo 2', Geneva, sans-serif;
        color: #000;
        margin-top: 7px;
    }
    
    #content .choose .faq-select {
        float: left;
        margin-left: 29px;
        cursor: pointer;
    }
    
    #content .choose .faq-select.jq-selectbox {
        border-left: 2px solid #C81E28;
        border-right: 2px solid #C81E28;
        width: 196px;
        height: 30px;
        background: #E8E9EA;
    }
    
    #content .choose .faq-select.jq-selectbox .jq-selectbox__select {
        border-bottom: 1px solid #A5A5A6;
        border-top: 1px solid #F7F8F8;
        padding: 7px 27px 7px 15px;
    }
    
    #content .choose .faq-select.jq-selectbox .jq-selectbox__select-text {
        cursor: pointer;
        font: 600 14px/14px 'Exo 2', Geneva, sans-serif;
        color: #000;
        width: 153px;
        height: 14px;
        overflow: hidden;
    }
    
    #content .choose .faq-select.jq-selectbox .jq-selectbox__trigger {
        position: absolute;
        top: 13px;
        right: 10px;
        cursor: pointer;
        width: 0;
        height: 0;
        border-top: 3px solid #000;
        border-left: 2px solid transparent;
        border-right: 3px solid transparent;
    }
    
    #content .choose .faq-select.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
        position: absolute;
        top: -17px;
        left: -15px;
        height: 30px;
        width: 1px;
        background: #D1D2D3;
    }
    
    #content .choose .faq-select.jq-selectbox .jq-selectbox__dropdown {
        left: -2px;
        width: 196px;
        border-left: 2px solid #C81E28;
        border-right: 2px solid #C81E28;
        border-bottom: 1px solid #A5A5A6;
        background: #E8E9EA;
        padding: 10px 0;
    }
    
    #content .choose .faq-select.jq-selectbox .jq-selectbox__dropdown ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: visible !important;
    }
    
    #content .choose .faq-select.jq-selectbox .jq-selectbox__dropdown ul li {
        cursor: pointer;
        margin: 0;
        padding: 7px 7px 7px 15px;
        font: 500 14px/14px 'Exo 2', Geneva, sans-serif;
        color: #666;
    }
    
    #content .choose .faq-select.jq-selectbox .jq-selectbox__dropdown ul li + li {
        margin-top: 0;
    }
    
    #content .choose .faq-select.jq-selectbox .jq-selectbox__dropdown ul li:hover {
        color: #333;
        background: #f7f7f8;
    }
    
    #content .type-quest {
        float: left;
        width: 170px;
        margin-left: 19px;
    }
    
    #content .type-quest ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    #content .type-quest ul li {
        position: relative;
        cursor: pointer;
        margin: 0;
        padding: 10px 20px 10px 10px;
        font: 500 14px/14px 'Exo 2', Geneva, sans-serif;
        color: #000;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }
    
    #content .type-quest ul li .transform {
        display: none;
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: -12px;
        width: 25px;
        background: #C81E28;
        border-radius: 5px;
        -webkit-transform: skewX(-23deg);
        -o-transform: skewX(-23deg);
        -ms-transform: skewX(-23deg);
        -moz-transform: skewX(-23deg);
        transform: skewX(-23deg);
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
    }
    
    #content .type-quest ul li.act .transform {
        display: block;
    }
    
    #content .type-quest ul li.act {
        color: #fff;
        background: #C81E28;
        border-top: 1px solid #95161e;
        border-bottom: 1px solid #95161e;
    }
    
    #content .type-quest ul li .triangle {
        display: none;
        position: absolute;
        z-index: 3;
        height: 0;
        width: 0;
        border-right: 8px solid #fff;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        right: -1px;
        top: 50%;
        margin-top: -7px;
    }
    
    #content .type-quest ul li.act .triangle {
        display: block;
    }
    
    #content .type-quest ul li span {
        position: relative;
        z-index: 4;
    }
    
    #content .questions-wrap {
        position: relative;
        z-index: 2;
        padding: 15px 40px 0 15px;
        border: 1px solid #C81E28;
        margin-left: 189px;
        min-height: 19px;
    }
    
    #content .questions-wrap ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    #content .questions-wrap ul li .triangle {
        position: absolute;
        top: 6px;
        left: 2px;
        width: 0;
        height: 0;
        border-left: 6px solid #C81E28;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }
    
    #content .questions-wrap ul li .triangle.down {
        top: 12px;
        left: 0;
        border-top: 6px solid #C81E28;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: none;
    }
    
    #content .questions-wrap .triangle-big {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 21px solid transparent;
    }
    
    #content .questions-wrap .red {
        border-bottom: 21px solid #C81E28;
        bottom: 0;
        right: -1px;
        z-index: 1;
    }
    
    #content .questions-wrap .white {
        border-bottom: 21px solid #fff;
        bottom: -1px;
        right: -1px;
        z-index: 2;
    }
    
    #content .questions-wrap ul li {
        margin: 0 0 20px 0;
        padding: 0;
        list-style: none;
        padding-left: 23px;
        position: relative;
        cursor: pointer;
        display: none;
    }
    
    #content .questions-wrap ul li.act {
        display: block;
    }
    
    #content .questions-wrap ul li .question {
        font: 500 14px/21px 'Exo 2', Geneva, sans-serif;
        color: #000;
    }
    
    #content .questions-wrap ul li .answer {
        display: none;
        font: italic 400 14px/17px 'Exo 2', Geneva, sans-serif;
        color: #1287B2;
        overflow: hidden;
        margin: 15px 0 0 0;
    }
    
    #content .questions-wrap ul li .answer div:FIRST-CHILD {
        float: left;
        width: 70px;
    }
    
    #content .questions-wrap ul li .answer .text {
        margin-left: 80px;
    }
    
    #content .questions-wrap ul li.opened .answer {
        display: block;
    }
    
    #content .questions-wrap ul li.opened .triangle {
        top: 9px;
        left: 0;
        border-top: 6px solid #C81E28;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: none;
    }
    
    #content .dop {
        margin: 43px 0 0 189px;
        text-align: center;
    }
    
    #content .dop .no-ans {
        font: 400 36px/36px 'Exo 2', Geneva, sans-serif;
        color: #000;
    }
    
    #content .dop button {
        display: block;
        margin: 13px auto 0;
        width: 150px;
        padding: 10px 20px;
        outline: 0;
        outline: none;
        border: none;
        border: 0;
        border-top: 1px solid #EDB5B8;
        border-bottom: 1px solid #8E151C;
        height: auto;
        cursor: pointer;
        background: #C81E28;
        -webkit-transform: skewX(-24deg);
        -ms-transform: skewX(-24deg);
        -moz-transform: skewX(-24deg);
        -o-transform: skewX(-24deg);
        transform: skewX(-24deg);
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
    }
    
    #content .dop button div {
        outline: none;
        text-align: left;
        font: 500 14px/14px 'Exo 2', Geneva, sans-serif;
        color: #fff;
        text-shadow: 0 -1px #71060c;
        -webkit-transform: skewX(24deg);
        -ms-transform: skewX(24deg);
        -moz-transform: skewX(24deg);
        -o-transform: skewX(24deg);
        transform: skewX(24deg);
    }
    
    #content .dop .support {
        margin-top: 15px;
        font: 400 12px/12px 'Exo 2', Geneva, sans-serif;
        color: #000;
    }
    
    #content .dop .big-phone {
        margin-top: 4px;
        font-size: 0;
        line-height: 0;
    }
    
    #content .dop .big-phone span {
        display: inline-block;
        background: url("/bitrix/templates/gps/images/sprite.png") 0 6px no-repeat;
        padding-left: 25px;
        font: 400 30px/30px 'Exo 2', Geneva, sans-serif;
        color: #C81E28;
    }
    
    #content .dop .phone {
        margin-top: 4px;
        font: 400 18px/18px 'Exo 2', Geneva, sans-serif;
        color: #001C38;
    }
    
    #content .dop .no-pay {
        margin-top: 2px;
        font: 400 12px/12px 'Exo 2', Geneva, sans-serif;
        color: #000;
    }
    
    .hidden_block {
        display: none;
        visibility: hidden;
    }
    
    #ya-map {
        width: 800px;
        height: 400px;
    }
    
    #content nav.listing {
        margin: 20px 0 0 0;
        overflow: hidden;
    }
    
    #content nav.listing ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        float: right;
    }
    
    #content nav.listing ul li {
        float: left;
        display: block;
        padding: 0;
        margin: 0;
    }
    
    #content nav.listing ul li + li {
        margin-left: 5px;
    }
    
    #content nav.listing ul li a {
        display: block;
        border: none;
        font: 600 12px/12px 'Exo 2', Geneva, sans-serif;
        color: #000;
        padding: 5px 9px 5px;
        text-decoration: none;
    }
    
    #content nav.listing ul li a.activ,
    #content nav.listing ul li a:HOVER {
        color: #fff;
        background: #C81E28;
        border: none;
    }
    
    #content article.news_detail {
        font: 400 13px/18px 'Exo 2', Geneva, sans-serif;
        color: #013546;
        overflow: hidden;
    }
    
    #content article.news_detail .date {
        color: #013546;
        font: 600 10px/10px 'Exo 2', Geneva, sans-serif;
    }
    
    #content article.news_detail .back_link {
        overflow: hidden;
        margin: 15px 0 0 0;
    }
    
    #content article.news_detail .back_link a {
        font: 600 14px/18px 'Exo 2', Geneva, sans-serif;
        color: #013546;
        text-decoration: none;
        border-bottom: 1px solid #001E3D;
    }
    
    #content article.news_detail .back_link a:HOVER {
        border-bottom: 1px solid transparent;
    }
    
    #content .solution_cart {
        overflow: hidden;
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
    }
    
    #content .solution_cart .solution_img {
        float: left;
        margin: 0 50px 20px 0;
    }
    
    #content .solution_cart .recomm {
        margin-left: 348px;
        margin-bottom: 50px;
    }
    
    #content .solution_cart.settings .recomm {
        margin-left: 590px;
    }
    
    #content .solution_cart.settings iframe {
        margin: 0 auto 50px auto;
        display: block;
    }
    
    #content .solution_cart h3 {
        font: 500 18px/24px 'Exo 2', Geneva, sans-serif;
        color: #000;
        padding: 0;
        margin: 0 0 15px 0;
    }
    
    #content .solution_cart .recomm p {
        margin-left: 40px;
    }
    
    #content .solution_cart.settings .recomm p {
        margin-left: 0;
    }
    
    #content .solution_cart .recomm p.indent {
        text-indent: -40px;
    }
    
    #content .solution_cart .recomm p.indent span {
        color: #3fb1e8;
        font-weight: bold;
    }
    
    #content .solution_cart p.settings {
        width: 580px;
        margin-bottom: 74px;
        line-height: 15px;
    }
    
    #content .solution_cart p.descr {
        width: 590px;
        line-height: 14px;
    }
    
    #content .solution_cart p.descr + table {
        margin-top: 50px;
    }
    
    #content .solution_cart .steps {
        line-height: 15px;
    }
    
    #content .solution_cart .steps h3 {
        text-align: center;
        margin-bottom: 35px;
        font-weight: 600;
    }
    
    #content .solution_cart .steps table {
        margin-bottom: 50px;
    }
    
    #content .solution_cart .steps table td {
        vertical-align: top;
        width: 33%;
        padding-left: 10px;
    }
    
    #content .solution_cart .steps table td p {
        margin: 0;
    }
    
    #content .solution_cart .steps table td.first {
        padding-left: 0;
        padding-right: 25px;
        padding-top: 17px;
    }
    
    #content .solution_cart .steps table td p span {
        color: #36abe2;
        font-weight: bold;
    }
    
    #content .solution_cart .steps table td .mnumber {
        position: relative;
        background: #d5eefa;
        font-weight: bold;
        color: #076891;
        font-size: 14px;
        line-height: 14px;
        padding: 22px 20px;
        margin: 8px 0 0 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        behavior: url("/bitrix/templates/gps/pie/PIE.php");
    }
    
    #content .solution_cart .steps table td .mnumber_title {
        margin-left: 20px;
        color: #076891;
        font-size: 10px;
        line-height: 10px;
    }
    
    #content .solution_cart .steps table td .mnumber .triangle {
        position: absolute;
        z-index: 3;
        height: 0;
        width: 0;
        border-right: 10px solid #d5eefa;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        left: -10px;
        top: 50%;
        margin-top: -10px;
    }
    
    #content .solution_cart .steps table td .mnumber_title.red {
        text-align: right;
        color: #913007;
        margin-top: 13px;
        margin-right: 20px;
    }
    
    #content .solution_cart .steps table td .mnumber.red {
        background: #ffe9ea;
        color: #913007;
        font-weight: 500;
        line-height: 17px;
        padding: 17px 20px;
    }
    
    #content .solution_cart .steps table td .mnumber.red .triangle {
        border: none;
        border-left: 10px solid #ffe9ea;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        right: -10px;
        top: 25%;
        left: auto;
        margin: 0;
    }
    
    #content .solution_cart .steps table td.third {
        padding-top: 28px;
        padding-left: 20px;
    }
    
    #content .buy nav {
        float: left;
        width: 160px;
    }
    
    #content .buy nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    #content .buy nav ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        font: 600 14px/14px 'Exo 2', Geneva, sans-serif;
        color: #013546;
        margin-bottom: 10px;
        display: block;
    }
    
    #content .buy nav>ul>li {
        margin-bottom: 24px;
    }
    
    #content .buy nav ul li a {
        font: 600 14px/14px 'Exo 2', Geneva, sans-serif;
        color: #013546;
    }
    
    #content .buy nav>ul>li>a {
        text-decoration: none;
        border: none;
        text-transform: uppercase;
        position: relative;
    }
    
    #content .buy nav>ul>li>a .triangle {
        position: absolute;
        top: 6px;
        left: -13px;
        width: 0;
        height: 0;
        border-left: 3px solid #013546;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
    }
    
    #content .buy nav>ul>li.opened>a .triangle {
        position: absolute;
        top: 8px;
        left: -15px;
        width: 0;
        height: 0;
        border-top: 3px solid #013546;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
    }
    
    #content .buy nav>ul>li {
        padding-left: 20px;
    }
    
    #content .buy nav>ul>li>a:HOVER {
        border: none;
    }
    
    #content .buy nav ul li ul li {
        font: 600 12px/12px 'Exo 2', Geneva, sans-serif;
        color: #013546;
    }
    
    #content .buy nav ul li ul li a {
        font: 600 12px/12px 'Exo 2', Geneva, sans-serif;
        color: #013546;
        border-bottom: 1px solid transparent;
        padding: 0;
    }
    
    #content .buy nav ul li ul li a:HOVER,
    #content .buy nav ul li ul li a.act {
        border-bottom: 1px solid #013546;
    }
    
    #content .buy nav>ul>li>ul {
        margin-top: 10px;
        display: none;
    }
    
    #content .buy nav>ul>li.opened>ul {
        display: block;
    }
    
    #content .buy section {
        margin-left: 240px;
    }
    
    #content .buy section h2 {
        font-size: 26px;
        line-height: 26px;
        border: none;
        padding: 0;
        background: none;
        padding-left: 58px;
        background: url("/bitrix/templates/gps/images/pointer.png") 18px 2px no-repeat;
        height: 26px;
    }
    
    #content .buy section .buy_map {
        width: 698px;
        position: relative;
        border: 1px solid #C81E28;
        height: 318px;
        margin: 30px 0 30px 0;
    }
    
    #buy_map {
        height: 318px;
        width: 698px;
    }
    
    #content .buy section .buy_map .triangle {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 21px solid transparent;
    }
    
    #content .buy section .buy_map .triangle.red {
        border-bottom: 21px solid #C81E28;
        bottom: 0;
        right: -1px;
        z-index: 1;
    }
    
    #content .buy section .buy_map .triangle.white {
        border-bottom: 21px solid #fff;
        bottom: -1px;
        right: -2px;
        z-index: 2;
    }
    
    #content .buy section .service_info,
    #content .buy section .shop_info {
        font-size: 13px;
        line-height: 15px;
        color: #013546;
        padding: 7px 0 8px 40px;
        margin-left: 18px;
        height: 15px;
        margin-bottom: 6px;
        background: url("/bitrix/templates/gps/images/buy1.png") 0 0 no-repeat;
    }
    
    #content .buy section .shop_info {
        background: url("/bitrix/templates/gps/images/buy2.png") 0 0 no-repeat;
    }
    
    #content .buy section .items {
        margin-top: 50px;
    }
    
    #content .buy section .items h3 {
        font-size: 26px;
        line-height: 26px;
    }
    
    #content .buy section .items .h3_wrap {
        margin-left: 18px;
        padding-left: 40px;
        background: url("/bitrix/templates/gps/images/buy3.png") 0 3px no-repeat;
    }
    
    #content .buy section .items .link {
        margin-left: 18px;
        margin-bottom: 30px;
        padding-left: 40px;
        background: url("/bitrix/templates/gps/images/buy4.png") 0 0 no-repeat;
        line-height: 20px;
        height: 20px;
    }
    
    #content .buy section .items .link a {
        margin-right: 10px;
    }
    
    #content .buy section .items .descr {
        margin: 0 0 0 58px;
        color: #013546;
    }
    
    #content .buy section .items .item + .item {
        margin: 50px 0 0 0;
    }
    
    #content .cart nav {
        width: 140px;
        float: left;
        text-align: right;
    }
    
    #content .cart nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    #content .cart nav ul li {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    #content .cart nav>ul>li>a,
    #content .cart aside h3,
    #content aside .block .heading {
        display: block;
        color: #393939;
        border: none;
        margin: 0 0 0 0;
        padding-bottom: 5px;
        font: 500 16px/16px 'Exo 2', Geneva, sans-serif;
        background-image: -moz-linear-gradient(left, #f60000 1px, transparent 140px);
        background-image: -o-linear-gradient(left, #f60000 1px, transparent 140px);
        background-image: -webkit-linear-gradient(left, #f60000 1px, transparent 140px);
        background-image: -ms-linear-gradient(left, #f60000 1px, transparent 140px);
        background-image: linear-gradient(left, #f60000 1px, transparent 140px);
        -pie-background-image: linear-gradient(90deg, #f60000 1px, transparent 140px);
    }
    
    #content .cart nav>ul>li>a:HOVER {
        border: none;
    }
    
    #content .cart nav ul li ul li {
        font: 500 14px/14px 'Exo 2', Geneva, sans-serif;
        text-align: right;
    }
    
    #content .cart nav ul li ul li a {
        font: 500 14px/14px 'Exo 2', Geneva, sans-serif;
        color: #b7b7b7;
        border-bottom: 1px solid transparent;
    }
    /*#content .cart nav ul li ul li:last-of-type {line-height:1.5;}*/
    
    #content .cart nav ul li ul li a:HOVER {
        color: #5f9fd6;
    }
    
    #content .cart nav ul li ul li a.act {
        color: #5f9fd6;
        border-bottom: 1px solid #5f9fd6;
        line-height: 1.5;
    }
    
    #content .cart nav ul li ul {
        margin: 10px 0 20px 0;
    }
    
    #content .cart nav ul li ul li+li {
        margin: 7px 0 0 0;
    }
    
    #content .cart aside {
        float: right;
        width: 252px;
    }
    
    #content .cart aside .block {
        border: 1px solid #c5c5c5;
        position: relative;
        padding: 18px 18px 20px 18px;
    }
    
    #content .cart aside .block .triangle {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 21px solid transparent;
    }
    
    #content .cart aside .block .triangle.red {
        border-bottom: 21px solid #c5c5c5;
        bottom: 0;
        right: -1px;
        z-index: 1;
    }
    
    #content .cart aside .block .triangle.white {
        border-bottom: 21px solid #fff;
        bottom: -1px;
        right: -2px;
        z-index: 2;
    }
    
    #content .cart aside .block .youtube {
        background: url("/bitrix/templates/gps/images/youtube.jpg") 0 2px no-repeat;
        cursor: pointer;
        padding-left: 40px;
        font: 400 24px/24px 'Exo 2', Geneva, sans-serif;
        color: #424242;
        width: 182px;
        position: relative;
        z-index: 10;
    }
    
    #content .cart aside .block .youtube .hidden {
        display: none;
        visibility: hidden;
    }
    
    #content .cart aside .block .youtube a {
        font: 400 14px/14px 'Exo 2', Geneva, sans-serif;
        color: #424242;
        border-bottom: 1px solid #424242;
        position: relative;
        top: -8px;
    }
    
    #content .cart aside .block .youtube a:HOVER {
        border-bottom: 1px solid transparent;
    }
    
    #content .cart aside .block section {
        border-top: 1px dashed #b2b2b2;
        margin: 11px 0 0 0;
        padding: 17px 0 0 0;
    }
    
    #content .cart aside .block section ul {
        margin: 16px 0 6px 0;
        padding: 0;
        list-style: none;
    }
    
    #content .cart aside .block section ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        color: #b7b7b7;
        font-size: 13px;
        line-height: 20px;
    }
    
    #content .cart aside .block section ul li.hidden {
        display: none;
    }
    
    #content .cart aside .block section ul li + li {
        margin: 4px 0 0 0;
    }
    
    #content .cart aside .block section ul li a {
        float: left;
        width: 110px;
        border: none;
        color: #b7b7b7;
        font-size: 13px;
        line-height: 20px;
        min-height: 20px;
        padding-left: 21px;
        background: url("/bitrix/templates/gps/images/adobe.jpg") 0 0 no-repeat;
    }
    
    #content .cart aside .block section ul li a.doc {
        background: url("/bitrix/templates/gps/images/doc-icon.png") 0 0 no-repeat;
    }
    
    #content .cart aside .block section ul li a:HOVER {
        border: none;
    }
    
    #content .cart aside .block section ul li .date {
        float: right;
    }
    
    #content .cart aside .block section .more {
        color: #5f9fd6;
        border-bottom: 1px solid #5f9fd6;
        font: 500 italic 13px/13px 'Exo 2', Geneva, sans-serif;
        cursor: pointer;
    }
    
    #content .cart aside .block section .more:HOVER {
        border-bottom: 1px solid transparent;
    }
    
    #content .cart aside .block section + section {
        margin: 18px 0 0 0;
    }
    
    #content .cart aside .block section.updates ul li a {
        background: url("/bitrix/templates/gps/images/update.jpg") 0 0 no-repeat;
        padding-left: 25px;
    }
    
    #content .cart aside .block section.config ul li a {
        background: url("/bitrix/templates/gps/images/config.jpg") 0 0 no-repeat;
        padding-left: 25px;
    }
    
    #content .cart aside .block section .descr {
        color: #5f9fd6;
        font: 500 italic 12px/15px 'Exo 2', Geneva, sans-serif;
    }
    
    #content .cart aside .block section .adobe {
        width: 158px;
        height: 39px;
        background: url("/bitrix/templates/gps/images/get_adobe.jpg") 0 0 no-repeat;
        border: none;
        display: block;
        margin: 15px 0 0 0;
    }
    
    #content .cart aside .block section .adobe:HOVER {
        border: none;
    }
    
    #content .cart aside .buy_also {
        margin: 50px 0 0 0;
    }
    
    #content .cart aside .buy_also .title {
        font: 500 26px/26px 'Exo 2', Geneva, sans-serif;
        height: 26px;
        color: #424242;
        padding-left: 42px;
        background: url("/bitrix/templates/gps/images/buyalso.png") 0 1px no-repeat;
    }
    
    #content .cart aside .buy_also .item .name {
        display: block;
        border: none;
        color: #393939;
        border: none;
        margin: 0 0 5px 0;
        padding-bottom: 5px;
        font: 500 16px/16px 'Exo 2', Geneva, sans-serif;
        background-image: -moz-linear-gradient(left, #f60000 1px, transparent 140px);
        background-image: -o-linear-gradient(left, #f60000 1px, transparent 140px);
        background-image: -webkit-linear-gradient(left, #f60000 1px, transparent 140px);
        background-image: -ms-linear-gradient(left, #f60000 1px, transparent 140px);
        background-image: linear-gradient(left, #f60000 1px, transparent 140px);
        -pie-background-image: linear-gradient(90deg, #f60000 1px, transparent 140px);
    }
    
    #content .cart aside .buy_also .item .name:HOVER {
        border: none;
    }
    
    #content .cart aside .buy_also .item .anons {
        font: 500 14px/18px 'Exo 2', Geneva, sans-serif;
        color: #b7b7b7;
    }
    
    #content .cart aside .buy_also .item .img {
        display: block;
        margin: 5px 0 0 0;
        width: 230px;
        height: 190px;
        border: 1px solid #e6e6e6;
        padding: 10px;
        position: relative;
        box-shadow: inset 0px 0 80px 5px #e9ecee;
        behavior: url('/bitrix/templates/gps/pie/PIE.php');
        zoom: 1;
    }
    
    #content .cart aside .buy_also .item .img .triangle {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 21px solid transparent;
    }
    
    #content .cart aside .buy_also .item .img .triangle.white {
        border-bottom: 21px solid #fff;
        bottom: -1px;
        right: -2px;
        z-index: 2;
    }
    
    #content .cart aside .buy_also .item .img .triangle.grey {
        border-bottom: 21px solid #e6e6e6;
        bottom: 0;
        right: -1px;
        z-index: 1;
    }
    
    #content .cart aside .buy_also .item {
        margin: 27px 0 0 0;
    }
    
    #content .cart .info {
        width: 490px;
        float: left;
        margin: 0 0 0 21px;
    }
    
    #content .cart .info .images {
        overflow: hidden;
    }
    
    #content .cart .info .images .img {
        float: left;
        display: block;
        width: 398px;
        height: 288px;
        border: 1px solid #e6e6e6;
        padding: 10px;
        position: relative;
        box-shadow: inset 0px 0 100px 5px #e9ecee;
        behavior: url('/bitrix/templates/gps/pie/PIE.php');
        zoom: 1;
    }
    
    #content .cart .info .images .img img {
        display: block;
    }
    
    #content .cart .info .images .slider_v {
        float: right;
        width: 60px;
        position: relative;
    }
    
    #content .cart .info .images .slider_v .next,
    #content .cart .info .images .slider_v .prev {
        position: absolute;
        width: 20px;
        height: 12px;
        cursor: pointer;
    }
    
    #content .cart .info .images .slider_v .next {
        background: url("/bitrix/templates/gps/images/btns.png") 0 -12px no-repeat;
        bottom: 1px;
        left: 20px;
    }
    
    #content .cart .info .images .slider_v .prev {
        background: url("/bitrix/templates/gps/images/btns.png") 0 0 no-repeat;
        top: 1px;
        left: 20px;
    }
    
    #content .cart .info .images .slider_v ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 60px;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    #content .cart .info .images .slider_v ul li {
        margin: 0 0 10px 0;
        padding: 0;
        list-style: none;
        width: 60px;
        height: 60px;
    }
    
    #content .cart .info .images .slider_v ul li a {
        display: block;
        width: 58px;
        height: 58px;
        border: 1px solid #e6e6e6;
        position: relative;
        box-shadow: inset 0px 0 20px 2px #e9ecee;
        behavior: url('/bitrix/templates/gps/pie/PIE.php');
        zoom: 1;
    }
    
    #content .cart .info .images .slider_v .wrap {
        height: 270px;
        width: 60px;
        overflow: hidden;
        position: relative;
        margin: 21px 0 21px 0;
    }
    
    #content .cart .info .images .slider_v ul li a .triangle {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
    }
    
    #content .cart .info .images .slider_v ul li a .triangle.white {
        border-bottom: 10px solid #fff;
        bottom: -2px;
        right: -1px;
        z-index: 2;
    }
    
    #content .cart .info .images .slider_v ul li a .triangle.grey {
        border-bottom: 10px solid #e6e6e6;
        bottom: 0;
        right: -1px;
        z-index: 1;
    }
    
    #content .cart .info .images .img .triangle {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
    }
    
    #content .cart .info .images .img .triangle.white {
        border-bottom: 25px solid #fff;
        bottom: -1px;
        right: -2px;
        z-index: 2;
    }
    
    #content .cart .info .images .img .triangle.grey {
        border-bottom: 25px solid #e6e6e6;
        bottom: 0;
        right: -1px;
        z-index: 1;
    }
    
    #content .item_cart .production {
        margin-left: 209px;
        margin-top: 3px;
    }
    
    #content .cart .info .descr {
        margin: 28px 0 0 0;
    }
    
    #content .cart .info .descr>ul {
        margin: 0 0 0 7px;
        padding: 0;
        list-style: none;
        background-image: -moz-linear-gradient(left, #f60000 1px, transparent 490px);
        background-image: -o-linear-gradient(left, #f60000 1px, transparent 490px);
        background-image: -webkit-linear-gradient(left, #f60000 1px, transparent 490px);
        background-image: -ms-linear-gradient(left, #f60000 1px, transparent 490px);
        background-image: linear-gradient(left, #f60000 1px, transparent 490px);
        -pie-background-image: linear-gradient(90deg, #f60000 1px, transparent 490px);
    }
    
    #content .cart .info .descr>ul li {
        margin: 0 10px 0 0;
        cursor: pointer;
        height: 14px;
        position: relative;
        padding: 7px 15px 7px;
        list-style: none;
        float: left;
        border: 1px solid #C81E28;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        -webkit-transform: skewX(-23deg);
        -o-transform: skewX(-23deg);
        -ms-transform: skewX(-23deg);
        -moz-transform: skewX(-23deg);
        transform: skewX(-23deg);
    }
    
    #content .cart .info .descr>ul li:FIRST-CHILD {
        padding: 7px 15px 7px 7px;
    }
    
    #content .cart .info .descr>ul li span {
        font: 500 14px/14px 'Exo 2', Geneva, sans-serif;
        color: #393939;
        position: relative;
        z-index: 2;
        display: block;
        -webkit-transform: skewX(23deg);
        -o-transform: skewX(23deg);
        -ms-transform: skewX(23deg);
        -moz-transform: skewX(23deg);
        transform: skewX(23deg);
    }
    
    #content .cart .info .descr>ul li .left {
        position: absolute;
        top: -1px;
        left: -8px;
        width: 20px;
        background: #fff;
        z-index: 1;
        height: 28px;
        border: 1px solid #C81E28;
        border-right: none;
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -o-border-radius: 5px 0 0 5px;
        -ms-border-radius: 5px 0 0 5px;
        -khtml-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
        -webkit-transform: skewX(23deg);
        -o-transform: skewX(23deg);
        -ms-transform: skewX(23deg);
        -moz-transform: skewX(23deg);
        transform: skewX(23deg);
    }
    
    #content .cart .info .descr>ul li.act {
        background: #C81E28;
    }
    
    #content .cart .info .descr>ul li.act span {
        color: #fff;
    }
    
    #content .cart .info .descr>ul li.act .left {
        background: #C81E28;
    }
    
    #content .cart .info .descr .tabs_wrap {
        margin: 30px 0 0 0;
    }
    
    #content .cart .info .descr .tabs_wrap .tab1,
    #content .cart .info .descr .tabs_wrap .tab2 {
        display: none;
    }
    
    #content .cart .info .descr .tabs_wrap .activ {
        display: block;
    }
    
    #content .cart .info .descr .tab2 table {
        margin: 0;
        padding: 0;
        vertical-align: top;
        text-align: left;
        width: 100%;
        font: 400 13px/18px 'Exo 2', Geneva, sans-serif;
        color: #013546;
    }
    
    #content .cart .info .descr .tab2>table {
        border: 1px solid #C81E28;
        border-bottom: none;
    }
    
    #content .cart .info .descr .tab2>table>tbody>tr>td {
        border-bottom: 1px solid #C81E28;
    }
    
    #content .cart .info .descr .tab2 table td,
    #content .cart .info .descr .tab2 table th {
        margin: 0;
        padding: 5px 10px 5px 10px;
        vertical-align: top;
    }
    
    #content .cart .info .descr .tab2 table th {
        padding-top: 3px;
    }
    
    #content .cart .info .descr .tab2 table th {
        background: #C81E28;
        color: #fff;
    }
    
    #content .cart .info .descr .tab2 table table td {
        padding: 2px 10px;
    }
    
    #content .cart .info .descr .tab1 table {
        padding: 0;
        margin: 0 0 26px 0;
    }
    
    #content .cart .info .descr .tab1 table td {
        vertical-align: top;
        width: 150px;
        padding-left: 20px;
        padding-bottom: 9px;
    }
    
    #content .cart .info .descr .tab1 table tr td:FIRST-CHILD {
        padding: 0;
    }
    
    #content .cart .info .descr .tab1 table td img {
        float: left;
    }
    
    #content .cart .info .descr .tab1 table td p {
        margin: 0 0 0 50px;
        font: 500 12px/12px 'Exo 2', Geneva, sans-serif;
        color: #7b7b7b;
    }
    
    #content .cart .info .descr .detail {
        color: #013546;
    }
    
    #content .monitoring {
        color: #302e2f;
        font: 500 12px/12px 'Exo 2', Geneva, sans-serif;
    }
    
    #content .monitoring .server {
        margin: 0;
    }
    
    #content .monitoring .server + .server {
        margin: 50px 0 0 0;
    }
    
    #content .monitoring .server .title {
        overflow: hidden;
    }
    
    #content .monitoring .server .title .number {
        float: left;
        width: 40px;
        height: 34px;
        padding: 2px 0 4px 0;
        font: 400 32px/32px 'Exo 2', Geneva, sans-serif;
        color: #fff;
        text-align: center;
        background: #C81E28;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        khtml-border-radius: 50%;
        behavior: url('/bitrix/templates/gps/pie/PIE.php');
    }
    
    #content .monitoring .server .title h2 {
        color: #c81e28;
        border: none;
        background: none;
        font: 500 18px/18px 'Exo 2', Geneva, sans-serif;
        text-transform: uppercase;
        margin: 0 0 3px 50px;
        padding: 0;
    }
    
    #content .monitoring .server .title span {
        display: block;
        color: #302e2f;
        font: 500 14px/14px 'Exo 2', Geneva, sans-serif;
        margin: 0 0 0 50px;
    }
    
    #content .monitoring .server .info {
        overflow: hidden;
        margin: 43px 0 0 0;
    }
    
    #content .monitoring .server .info .left {
        float: left;
        border-right: 1px solid #f60000;
        padding: 0 30px 0 0;
        overflow: hidden;
    }
    
    #content .monitoring .server .info .left img {
        float: left;
    }
    
    #content .monitoring .server .info .left .about {
        float: right;
        width: 280px;
        margin-left: 20px;
    }
    
    #content .monitoring .server .info p {
        margin: 0 0 5px 0;
        font-size: 12px;
        line-height: 18px;
    }
    
    #content .monitoring .server .info .f14 {
        font-size: 14px;
        font-weight: 600;
    }
    
    #content .monitoring .server .info p + .f14 {
        margin-top: 15px;
    }
    
    #content .monitoring .server .info .left .about ol {
        padding: 0;
        margin-top: 10px;
    }
    
    #content .monitoring .server .info .left .about ol li {
        line-height: 18px;
    }
    
    #content .monitoring .server .info .left .about ol li div {
        color: #39abe2;
        margin: 0 0 0 20px;
        font-weight: 600px;
    }
    
    #content .monitoring .server .info .left button,
    #content .monitoring .server .info .right .btns button {
        display: block;
        margin: 10px 0 0 7px;
        padding: 5px 10px 6px 10px;
        outline: 0;
        outline: none;
        border: none;
        border: 0;
        border-top: 1px solid #EDB5B8;
        border-bottom: 1px solid #8E151C;
        width: 110px;
        height: auto;
        cursor: pointer;
        background: #C81E28;
        -webkit-transform: skewX(-24deg);
        -ms-transform: skewX(-24deg);
        -moz-transform: skewX(-24deg);
        -o-transform: skewX(-24deg);
        transform: skewX(-24deg);
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        behavior: url('/bitrix/templates/gps/pie/PIE.php');
    }
    
    #content .monitoring .server .info .left button div,
    #content .monitoring .server .info .right .btns button div {
        outline: none;
        text-align: left;
        font: 500 14px/14px 'Exo 2', Geneva, sans-serif;
        color: #fff;
        padding: 3px 0 3px 0;
        text-align: center;
        text-shadow: 0 -1px #71060c;
        -webkit-transform: skewX(24deg);
        -ms-transform: skewX(24deg);
        -moz-transform: skewX(24deg);
        -o-transform: skewX(24deg);
        transform: skewX(24deg);
        behavior: url('/bitrix/templates/gps/pie/PIE.php');
    }
    
    #content .forum-header-box a {
        color: #fff;
        border-color: #fff;
    }
    
    #content .forum-header-box a:HOVER {
        border-color: transparent;
    }
    
    #content .file-selectdialog-switcher {
        border: none;
        text-decoration: underline;
    }
    
    #content .file-selectdialog-switcher:HOVER {
        border: none;
    }
    
    #content .monitoring .server .info .right {
        float: left;
        margin: 0 0 0 30px;
        width: 200px;
    }
    
    #content .monitoring .server .info .right form {
        display: block;
        margin: 18px 0 0 0;
        padding: 0;
    }
    
    #content .monitoring .server .info .right .input {
        position: relative;
        border-left: 2px solid #C81E28;
        border-right: 2px solid #C81E28;
        width: 196px;
    }
    
    #content .monitoring .server .info .right .input + .input {
        margin: 10px 0 0 0;
    }
    
    #content .monitoring .server .info .right .input input {
        display: block;
        outline: none;
        margin: 0;
        font: 600 14px/14px 'Exo 2', Geneva, sans-serif;
        color: #555861;
        height: 12px;
        width: 176px;
        padding: 7px 10px 9px;
        text-shadow: 0 1px #fff;
        border-bottom: 1px solid #A5A5A6;
        border-top: 1px solid #F7F7F8;
        border-left: none;
        border-right: none;
        background: #E8E9EA;
    }
    
    #content .monitoring .server .info .right::-webkit-input-placeholder {
        color: transparent;
    }
    
    #content .monitoring .server .info .right::-moz-placeholder {
        color: transparent;
    }
    
    #content .monitoring .server .info .right:-moz-placeholder {
        color: transparent;
    }
    
    #content .monitoring .server .info .right .placeholder {
        font: 600 14px/14px 'Exo 2', Geneva, sans-serif;
        color: #555861;
    }
    
    #content .monitoring .server .info .right .placeholder.fail {
        color: red;
    }
    
    #content .monitoring .server .info .right input:focus::-webkit-input-placeholder {
        color: transparent;
        text-shadow: none;
    }
    
    #content .monitoring .server .info .right input:focus:-moz-placeholder {
        color: transparent;
        text-shadow: none;
    }
    
    #content .monitoring .server .info .right input:focus::-moz-placeholder {
        color: transparent;
        text-shadow: none;
    }
    
    #content .monitoring .server .info .right input:focus.placeholder {
        color: transparent;
        text-shadow: none;
    }
    
    #content .monitoring .server .info .right .btns {
        overflow: hidden;
        margin: 15px 0 0 0;
    }
    
    #content .monitoring .server .info .right .btns button {
        width: 80px;
        margin-top: 0;
        float: left;
    }
    
    #content .monitoring .server .info .right .btns a {
        float: right;
        color: #000;
        font-size: 12px;
        line-height: 12px;
        font-weight: 600;
        margin: 9px 0 0 0;
    }
    
    #content .monitoring .server .info .right .params {
        margin: 45px 0 0 0;
    }
    
    #content .monitoring .server .info .right .params .param {
        overflow: hidden;
        font-size: 14px;
        line-height: 18px;
    }
    
    #content .monitoring .server .info .right .params .param div {
        float: left;
    }
    
    #content .monitoring .server .info .right .params .param div:FIRST-CHILD {
        width: 45px;
        color: #3dafe6;
        text-align: right;
        margin-right: 10px;
    }
    
    #content .monitoring .server .info .right .params .param + .param {
        margin-top: 1px;
    }
    
    #content .monitoring .server .full_descr {
        margin: 50px 0 0 0;
        display: none;
    }
    
    #content .monitoring .server .full_descr h3 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        margin: 0;
        text-transform: uppercase;
    }
    
    #content .monitoring .server .full_descr p {
        line-height: 14px;
        width: 620px;
    }
    
    #content .monitoring .server .full_descr .step {
        margin: 88px 0 0 0;
    }
    
    #content .monitoring .server .full_descr .step h2 {
        margin: 0 0 8px 0;
        text-align: center;
        color: #60b8e6;
        font-size: 36px;
        line-height: 36px;
        border: none;
        background: none;
        text-transform: uppercase;
        font-weight: 500;
    }
    
    #content .monitoring .server .full_descr .step h3 {
        text-align: center;
        margin: 0 0 49px 0;
    }
    
    #content .monitoring .server .full_descr .step table {
        margin: 39px 0 39px 0;
    }
    
    #content .monitoring .server .full_descr .step table td {
        vertical-align: top;
        width: 33%;
        padding-left: 10px;
    }
    
    #content .monitoring .server .full_descr .step table td.first {
        padding-left: 0;
        padding-right: 25px;
        padding-top: 17px;
    }
    
    #content .monitoring .server .full_descr .step table td p {
        margin: 0;
        width: auto;
    }
    
    #content .monitoring .server .full_descr .step table td p span {
        color: #36abe2;
        font-weight: bold;
    }
    
    #content .monitoring .server .full_descr .step table td .mnumber_title {
        margin-left: 20px;
        color: #076891;
        font-size: 10px;
        line-height: 10px;
    }
    
    #content .monitoring .server .full_descr .step table td .mnumber {
        position: relative;
        background: #d5eefa;
        font-weight: bold;
        color: #076891;
        font-size: 14px;
        line-height: 14px;
        padding: 22px 20px;
        margin: 8px 0 0 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        behavior: url('/bitrix/templates/gps/pie/PIE.php');
    }
    
    #content .monitoring .server .full_descr .step table td .mnumber .triangle {
        position: absolute;
        z-index: 3;
        height: 0;
        width: 0;
        border-right: 10px solid #d5eefa;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        left: -10px;
        top: 50%;
        margin-top: -10px;
    }
    
    #content .monitoring .server .full_descr .step table td .mnumber_title.red {
        text-align: right;
        color: #913007;
        margin-top: 13px;
        margin-right: 20px;
    }
    
    #content .monitoring .server .full_descr .step table td .mnumber.red {
        background: #ffe9ea;
        color: #913007;
        font-weight: 500;
        line-height: 17px;
        padding: 17px 20px;
    }
    
    #content .monitoring .server .full_descr .step table td .mnumber.red .triangle {
        border: none;
        border-left: 10px solid #ffe9ea;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        right: -10px;
        top: 25%;
        left: auto;
        margin: 0;
    }
    
    #content .monitoring .server .full_descr .step table td.third {
        padding-top: 28px;
        padding-left: 20px;
    }
    
    #content .partners_page {
        margin: 0;
        position: relative;
    }
    
    #content .partners_page .bg {
        position: absolute;
        z-index: 1;
        width: 382px;
        height: 375px;
        background: url("/bitrix/templates/gps/images/partner1.png") top right no-repeat;
        top: 224px;
        right: -140px;
    }
    
    #content .partners_page .prolog {
        font-size: 15px;
    }
    
    #content .partners_page .p-form {
        border: 1px solid #C81E28;
        padding: 20px 50px;
        width: 570px;
        margin: 50px 0 0 0;
        font-size: 15px;
        line-height: 15px;
        color: #000;
        position: relative;
        z-index: 2;
    }
    
    #content .partners_page label {
        display: block;
    }
    
    #content .partners_page label + label {
        margin: 20px 0 0 0;
    }
    
    #content .partners_page label .name {
        float: left;
        margin: 7px 0 0 0;
    }
    
    #content .partners_page label .input {
        float: right;
        position: relative;
        border-left: 2px solid #C81E28;
        border-right: 2px solid #C81E28;
    }
    
    #content .partners_page label .input input.fail {
        border-bottom-color: red;
    }
    
    #content .partners_page label .input input {
        display: block;
        outline: none;
        margin: 0;
        font: 600 14px/14px 'Exo 2', Geneva, sans-serif;
        color: #555861;
        height: 12px;
        width: 235px;
        padding: 7px 10px 9px;
        text-shadow: 0 1px #fff;
        border-bottom: 1px solid #A5A5A6;
        border-top: 1px solid #F7F7F8;
        border-left: none;
        border-right: none;
        background: #E8E9EA;
    }
    
    #content .partners_page::-webkit-input-placeholder {
        color: transparent;
    }
    
    #content .partners_page::-moz-placeholder {
        color: transparent;
    }
    
    #content .partners_page:-moz-placeholder {
        color: transparent;
    }
    
    #content .partners_page .placeholder {
        font: 600 14px/14px 'Exo 2', Geneva, sans-serif;
        color: #555861;
    }
    
    #content .partners_page .placeholder.fail {
        color: red;
    }
    
    #content .partners_page input:focus::-webkit-input-placeholder {
        color: transparent;
        text-shadow: none;
    }
    
    #content .partners_page input:focus:-moz-placeholder {
        color: transparent;
        text-shadow: none;
    }
    
    #content .partners_page input:focus::-moz-placeholder {
        color: transparent;
        text-shadow: none;
    }
    
    #content .partners_page input:focus.placeholder {
        color: transparent;
        text-shadow: none;
    }
    
    #content .partners_page .faq-select {
        float: right;
        cursor: pointer;
    }
    
    #content .partners_page .faq-select.jq-selectbox {
        border-left: 2px solid #C81E28;
        border-right: 2px solid #C81E28;
        width: 255px;
        background: #E8E9EA;
    }
    
    #content .partners_page .faq-select.jq-selectbox .jq-selectbox__select {
        border-bottom: 1px solid #A5A5A6;
        border-top: 1px solid #F7F8F8;
        padding: 7px 27px 9px 10px;
    }
    
    #content .partners_page .faq-select.jq-selectbox .jq-selectbox__select-text {
        cursor: pointer;
        font: 600 14px/14px 'Exo 2', Geneva, sans-serif;
        color: #555861;
        width: 210px;
        height: 14px;
        overflow: hidden;
    }
    
    #content .partners_page .faq-select.jq-selectbox .jq-selectbox__trigger {
        position: absolute;
        top: 13px;
        right: 10px;
        cursor: pointer;
        width: 0;
        height: 0;
        border-top: 3px solid #000;
        border-left: 2px solid transparent;
        border-right: 3px solid transparent;
    }
    
    #content .partners_page .faq-select.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
        position: absolute;
        top: -17px;
        left: -15px;
        height: 30px;
        width: 1px;
        background: #D1D2D3;
    }
    
    #content .partners_page .faq-select.jq-selectbox .jq-selectbox__dropdown {
        left: -2px;
        width: 255px;
        border-left: 2px solid #C81E28;
        border-right: 2px solid #C81E28;
        border-bottom: 1px solid #A5A5A6;
        background: #E8E9EA;
        padding: 5px 0;
    }
    
    #content .partners_page .faq-select.jq-selectbox .jq-selectbox__dropdown ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    #content .partners_page .faq-select.jq-selectbox.country .jq-selectbox__dropdown ul {
        max-height: 290px!important;
    }
    
    #content .partners_page .faq-select.jq-selectbox.region .jq-selectbox__dropdown ul {
        max-height: 232px!important;
    }
    
    #content .partners_page .faq-select.jq-selectbox .jq-selectbox__dropdown ul li {
        cursor: pointer;
        white-space: normal!important;
        margin: 0;
        padding: 7px 10px 8px 10px;
        font: 600 14px/14px 'Exo 2', Geneva, sans-serif;
        color: #555861;
    }
    
    #content .partners_page .faq-select.jq-selectbox .jq-selectbox__dropdown ul li + li {
        margin-top: 0;
    }
    
    #content .partners_page .faq-select.jq-selectbox .jq-selectbox__dropdown ul li:hover {
        color: #333;
        background: #f7f7f8;
    }
    
    #content .partners_page label .name span {
        color: #eb1c24;
    }
    
    #content .partners_page label.margin .name {
        margin-left: 79px;
    }
    
    #content .partners_page label button {
        display: block;
        float: right;
        margin: 0 7px 0 0;
        padding: 5px 10px 6px 10px;
        outline: 0;
        outline: none;
        border: none;
        border: 0;
        border-top: 1px solid #EDB5B8;
        border-bottom: 1px solid #8E151C;
        width: 110px;
        height: auto;
        cursor: pointer;
        background: #C81E28;
        -webkit-transform: skewX(-24deg);
        -ms-transform: skewX(-24deg);
        -moz-transform: skewX(-24deg);
        -o-transform: skewX(-24deg);
        transform: skewX(-24deg);
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        behavior: url('/bitrix/templates/gps/pie/PIE.php');
    }
    
    #content .partners_page label button div {
        outline: none;
        text-align: left;
        font: 500 14px/14px 'Exo 2', Geneva, sans-serif;
        color: #fff;
        padding: 3px 0 3px 0;
        text-align: center;
        text-shadow: 0 -1px #71060c;
        -webkit-transform: skewX(24deg);
        -ms-transform: skewX(24deg);
        -moz-transform: skewX(24deg);
        -o-transform: skewX(24deg);
        transform: skewX(24deg);
        behavior: url('/bitrix/templates/gps/pie/PIE.php');
    }
    
    #content .partners_page .faq-select.jq-selectbox .jq-selectbox__dropdown .jq-selectbox__search,
    #content .partners_page .faq-select.jq-selectbox .jq-selectbox__dropdown .jq-selectbox__not-found {
        display: none;
    }
    
    #content .partners_page .faq-select.jq-selectbox.deal .jq-selectbox__dropdown ul li:FIRST-CHILD {
        display: none!important;
    }
    
    #content .partners_page .faq-select.jq-selectbox .jq-selectbox__dropdown ul li.line {
        border-bottom: 1px solid #C81E28;
    }
    
    #content .partners_page .psearch,
    #content .partners_page .pwork {
        margin: 50px 0 0 0;
        text-align: justify;
        color: #013546;
        padding: 0 250px 0 0;
    }
    /*#content .partners_page .psearch {background:url("/bitrix/templates/gps/images/partner2.png") bottom right no-repeat;}*/
    /*#content .partners_page .pwork {background:url("/bitrix/templates/gps/images/partner3.png") bottom right no-repeat;}*/
    
    #back-top {
        position: fixed;
        bottom: 72px;
        padding-left: 32px;
        z-index: 50;
    }
    
    #back-top a {
        width: 108px;
        display: block;
        text-align: center;
        font: 11px/100% Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #bbb;
        border-bottom: none;
        !important
        /* переход 
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;*/
    }
    /* 
#back-top a:hover {
    color: #000;
}
 */
    /* иконка стрелки (тег span) */
    
    #back-top span {
        width: 70px;
        height: 37px;
        display: block;
        margin-bottom: 7px;
        background: url(/bitrix/templates/gps/images/up-button.png) no-repeat center center;
        /* width: 80px;
    height: 50px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url(/bitrix/templates/gps/images/up-button.png) no-repeat center center;*/
        /* круглые углы */
        /*-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 6px;

    /* переход */
        /*-webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
	*/
    }
    
    #back-top a:hover span {
        background: url(/bitrix/templates/gps/images/up-button-hover.png) no-repeat center center;
    }
    
    #content .ins.clearfix .osh {
        position: absolute;
        z-index: 1;
        width: 382px;
        height: 375px;
        background: url('/upload/Blog/404.PNG') top right no-repeat;
        top: 0px;
        right: 0px;
        background-size: contain;
    }
    
    #content .ins.clearfix .cli {
        position: absolute;
        z-index: 1;
        width: 382px;
        height: 375px;
        background: url('/upload/Blog/clients.PNG') top right no-repeat;
        top: 0px;
        right: 0px;
        background-size: contain;
        display: none;
    }
    
    #content .ins.clearfix .info_l {
        position: absolute;
        z-index: 1;
        width: 382px;
        height: 375px;
        background: url('/upload/Blog/info.PNG') top right no-repeat;
        top: 0px;
        right: 0px;
        background-size: contain;
    }
    
    @media only screen and (min-height: 550px) and (max-height: 950px) {
        #content .ins.clearfix .cli {
            width: 300px;
            height: 300px;
        }
    }
    
    @media only screen and (min-height: 550px) and (max-height: 950px) {
        #content .ins.clearfix .info_l {
            width: 300px;
            height: 300px;
        }
    }
    
    @media only screen and (min-height: 550px) and (max-height: 950px) {
        #content .ins.clearfix .osh {
            width: 300px;
            height: 300px;
        }
    }
    
    @media only screen and (max-height: 550px) {
        #content .ins.clearfix .cli {
            width: 190px;
            height: 190px;
        }
    }
    
    @media only screen and (max-height: 550px) {
        #content .ins.clearfix .info_l {
            width: 190px;
            height: 190px;
        }
    }
    
    @media only screen and (max-height: 550px) {
        #content .ins.clearfix .osh {
            width: 190px;
            height: 190px;
        }
    }
    
    .work .opisaniemain {
        padding-bottom: 7px;
        font: 500 36px/36px 'Exo 2', Geneva, sans-serif;
        color: #013546;
        margin: 0 0 30px;
        padding-bottom: 5px;
        background-repeat: no-repeat;
        background-position: bottom left;
        background-image: -moz-linear-gradient(left, #f60000 1px, transparent 350px);
        background-image: -o-linear-gradient(left, #f60000 1px, transparent 350px);
        background-image: -webkit-linear-gradient(left, #f60000 1px, transparent 350px);
        background-image: -ms-linear-gradient(left, #f60000 1px, transparent 350px);
        background-image: linear-gradient(left, #f60000 1px, transparent 350px);
        -pie-background-image: linear-gradient(90deg, #f60000 1px, transparent 350px);
        behavior: url('/bitrix/templates/gps/pie/PIE.php');
        zoom: 1;
        -ms-background-size: 100% 1px;
        -o-background-size: 100% 1px;
        -webkit-background-size: 100% 1px;
        background-size: 100% 1px;
    }
    
    section.work2 {
        width: 900px;
        margin-top: 20px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /*margin: auto;*/
    }
    
    .mainh2 h2 {
        font-size: 16px;
    }
    
    #content section.work2 p {
        margin: 18px 0;
        font: 400 13px/18px 'Exo 2', Geneva, sans-serif;
        color: #013546;
    }
    
    div.incut {
        font-size: 18px;
        line-height: 1.4;
        padding: 15px;
        margin: 20px;
        background: -ms-linear-gradient(#f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        background: -moz-linear-gradient(#f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        background: -o-linear-gradient(#f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        background: -webkit-linear-gradient(#f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        background: linear-gradient(#f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        -pie-background: linear-gradient(#f6f6f6 0, #fdfdfd 80%, #ECEDED 100%);
        box-shadow: 2px 2px 4px #B5AEAE;
        border-top: 2px solid #f60000;
    }
    
    .contentbox {
        text-align: center;
        margin: 20px 0px;
    }
    
    .contentbox span {
        display: block;
        font-size: 16px;
        font-style: italic;
        margin: 15px;
    }
    
    .ins.clearfix {
        position: relative;
    }
    
    #content section.work ul {
        margin-top: 30px;
        margin-left: 68px;
    }
    
    #content section.work ul li {
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 16px;
    }
    
    .item-shadow:hover {
        -webkit-box-shadow: 2px 2px 8px 0px rgba(50, 50, 50, 0.74);
        -moz-box-shadow: 2px 2px 8px 0px rgba(50, 50, 50, 0.74);
        box-shadow: 2px 2px 8px 0px rgba(50, 50, 50, 0.74);
    }
    
    .item-shadow:nth-child(3n) {
        margin-right: 0 !important;
    }
    
    #content .ins.clearfix .clu {
        position: absolute;
        z-index: 1;
        width: 190px;
        height: 171px;
        background: url(/upload/Blog/clu.PNG) top right no-repeat;
        top: 80px;
        right: 0px;
        background-size: contain;
    }
    
    #item_4 {
        display: none;
    }
    
    .smmbtns {
        float: right;
        display: block;
        margin-top: -13px;
    }
    
    .smmbtns a {
        width: 25px;
        height: 25px;
        display: block;
        float: left;
        margin-right: 5px;
    }
    
    .smmbtns a svg {
        width: 25px;
        height: 25px;
        display: block;
        float: left;
        fill: #013546;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
    
    .smmbtns a:hover svg#vk {
        fill: #4D6E92;
    }
    
    .smmbtns a:hover svg#ok {
        fill: #f2720c;
    }
    
    .smmbtns a:hover svg#fb {
        fill: #3a5795;
    }
    
    .soc,
    .soc ul {
        margin: 0 !important;
        float: right;
    }
    
    .soc ul li {
        line-height: 1 !important;
    }
    
    .soc ul li a {
        text-decoration: none !important;
        border: none !important;
    }
    
    .news_detail ul > li {
        padding-bottom: 7px!important;
    }
    
    table.table_box tr td {
        border-top: 1px solid #F60505;
        border-left: 1px solid #F60505;
        padding: 10px;
    }
    
    table.table_box {
        border-spacing: 0;
        width: 100%;
    }
    
    table.table_box tr td:last-child {
        border-right: 1px solid #F60505;
    }
    
    table.table_box tr:last-child td {
        border-bottom: 1px solid #F60505;
    }
    
    .slick_slider_partners {
        text-align: center;
    }
    
    .slick-dots {
        display: inline-block !important;
        position: relative !important;
    }
    
    .slick-dots li button {
        margin-left: 9px;
        display: inline-block;
        width: 10px;
        height: 10px;
        cursor: pointer;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -khtml-border-radius: 50%;
        border-radius: 50%;
        behavior: url(/bitrix/templates/gps/pie/PIE.php);
        background: #c6c6c6;
        background: -webkit-linear-gradient(top, #c6c6c6 0%, #e0e0e0 50%, #e5e5e5 100%);
        background: -ms-linear-gradient(top, #c6c6c6 0%, #e0e0e0 50%, #e5e5e5 100%);
        background: -o-linear-gradient(top, #c6c6c6 0%, #e0e0e0 50%, #e5e5e5 100%);
        background: -moz-linear-gradient(top, #c6c6c6 0%, #e0e0e0 50%, #e5e5e5 100%);
        background: linear-gradient(top, #c6c6c6 0%, #e0e0e0 50%, #e5e5e5 100%);
        -pie-background: linear-gradient(#c6c6c6 0%, #e0e0e0 50%, #e5e5e5 100%);
        behavior: url(/bitrix/templates/gps/pie/PIE.php);
        zoom: 1;
        font-size: 0;
        padding: 0;
        outline: 0;
        border: none;
    }
    
    .slick-dots li:first-child button {
        margin-left: 0;
    }
    
    .slick-slide img {
        display: inline-block;
    }
    
    .slick-dots li.slick-active button {
        background: #d0192f;
        background: -ms-linear-gradient(#d0192f, #F01C35);
        background: -moz-linear-gradient(#d0192f, #F01C35);
        background: -o-linear-gradient(#d0192f, #F01C35);
        background: -webkit-linear-gradient(#d0192f, #F01C35);
        background: linear-gradient(#d0192f, #F01C35);
        -pie-background: linear-gradient(#d0192f, #F01C35);
    }
    
    #content .partners .slider .next,
    #content .partners .slider .prev {
        display: none;
    }
    /*from 1024px to 768px media BEGIN*/
    
    @media only screen and (max-width: 1024px) {
        header .top {
            height: 72px;
            background: -webkit-linear-gradient(bottom, #ECECEE 1px, #E6E6E8 2px, #EFF0F1 3px, #f2f2f2 4px, #f9f8f9 10px, #f9f8f9 38px, #F6F6F8 41px, #F6F6F8 73px, #fff 50px);
            background: -o-linear-gradient(bottom, #ECECEE 1px, #E6E6E8 2px, #EFF0F1 3px, #f2f2f2 4px, #f9f8f9 10px, #f9f8f9 38px, #F6F6F8 41px, #F6F6F8 73px, #fff 49px);
            background: -moz-linear-gradient(bottom, #ECECEE 1px, #E6E6E8 2px, #EFF0F1 3px, #f2f2f2 4px, #f9f8f9 10px, #f9f8f9 38px, #F6F6F8 41px, #F6F6F8 73px, #fff 49px);
            background: -ms-linear-gradient(bottom, #ECECEE 1px, #E6E6E8 2px, #EFF0F1 3px, #f2f2f2 4px, #f9f8f9 10px, #f9f8f9 38px, #F6F6F8 41px, #F6F6F8 73px, #fff 49px);
            -pie-background: linear-gradient(0deg, #ECECEE 1px, #E6E6E8 2px, #EFF0F1 3px, #f2f2f2 4px, #f9f8f9 10px, #f9f8f9 38px, #F6F6F8 41px, #F6F6F8 73px, #fff 49px);
        }
        .ins {
            width: 750px;
            box-sizing: border-box;
            padding: 0 15px;
        }
        header .top nav {
            width: 570px;
            float: left;
            position: relative;
            height: auto;
            margin: 8px 0 0 0;
            box-sizing: border-box;
            padding-left: 10px;
        }
        header .top nav>ul>li {
            margin: 0 0 3px 0;
        }
        header .top nav>ul>li>div {
            left: 5px;
        }
        header .bottom .slogan {
            left: 15px;
        }
        header .bottom .jq-selectbox {
            top: 75px;
            left: auto;
            right: 175px;
        }
        #top-lines {
            display: none;
        }
        header .bottom {
            position: relative;
        }
        header .bottom .ins {
            z-index: 1;
        }
        .mob_header_lines {
            width: 100%;
        }
        .mob_header_lines:before {
            content: '';
            position: absolute;
            left: 0;
            right: 50%;
            background: #C81E28;
            height: 1px;
            z-index: 1;
            top: 54px;
        }
        #buy_map {
            height: 234px;
            width: 518px;
        }
        #content .buy section .buy_map .triangle.white {
            border-bottom: 22px solid #fff;
            bottom: -2px;
            right: -2px;
        }
        .mob_header_lines:after {
            content: '';
            position: absolute;
            right: 0;
            left: 80%;
            background: #C81E28;
            height: 1px;
            z-index: 2;
            top: 98px;
        }
        .head_line {
            position: relative;
            width: 750px;
            margin: 0 auto;
        }
        .head_line:before {
            content: '';
            position: absolute;
            left: 0;
            right: 184px;
            background: #C81E28;
            height: 1px;
            z-index: 1;
            top: 54px;
        }
        .head_line:after {
            content: '';
            position: absolute;
            right: 0;
            left: 599px;
            background: #C81E28;
            height: 1px;
            z-index: 1;
            top: 98px;
        }
        .head_line span {
            width: 55px;
            height: 1px;
            position: absolute;
            background: #C81E28;
            z-index: 3;
            left: 555px;
            top: 76px;
            transform: rotate(52deg);
        }
        #container .slider.main {
            width: 750px;
            height: 280px;
            float: none;
        }
        #container .slider.main .wrap {
            width: 100%;
            height: 280px;
        }
        #container .coord {
            float: none;
            margin-bottom: 54px;
            width: 590px;
            margin: 60px auto 54px;
            margin-top: 60px;
        }
        #container .coord .borders {
            width: 294px;
            height: 170px;
        }
        #container .coord .borders .top,
        #container .coord .borders .bottom {
            padding-left: 55px;
        }
        #container .coord .borders button {
            top: -99px;
            right: -360px;
            left: auto;
        }
        #container .coord .hand {
            bottom: -54px;
            right: 214px;
        }
        #top-lines div+div {
            padding-left: 100px;
            transform: translateX(100px);
        }
        header .bottom .contacts {
            margin-top: 12px;
        }
        #container .slider.main .rounds {
            left: 80px;
            bottom: -30px;
        }
        #container .slider.main .socnets {
            bottom: -40px;
            right: 81px;
        }
        #container .beuty-line {
            display: none;
        }
        #content .work {
            float: none;
            width: 100%;
            margin-top: -26px;
        }
        .opisanie_media_1 {
            margin-top: 180px !important;
        }
        #content .news {
            margin: 15px 0 15px 0;
            float: none;
            width: 100%;
            box-sizing: border-box;
            padding: 15px 30px 15px 30px;
        }
        #content .news .h2-wrap {
            margin: 0 0 15px -10px;
            padding: 0 20px;
        }
        #content .hits {
            margin-top: 25px;
        }
        #content .hits .slider {
            width: 720px;
        }
        #content .hits .slider .wrap {
            width: 720px;
        }
        #content .blog-wrap .blog {
            float: none;
            width: 100%;
            margin-bottom: 40px;
        }
        section.work2 {
            width: 720px;
        }
        #content .hits .slider .next {
            right: -25px;
        }
        #content .hits .slider .prev {
            left: -45px;
        }
        #content .partners .slider .prev {
            left: 0;
        }
        #content .partners .slider .next {
            right: 0;
        }
        #back-top {
            bottom: 92px;
        }
        footer {
            height: 87px;
        }
        footer .l-foot {
            float: left;
            width: 50%;
        }
        footer .r-foot {
            float: left;
            width: 50%;
        }
        footer .c-foot {
            margin: 5px 0 0 0;
            float: left;
            width: 100%;
        }
        #content .production .item:before,
        #content .production .item:after {
            content: "";
            display: table;
        }
        #content .production .item:after {
            clear: both;
        }
        #content .production .item {
            *zoom: 1;
        }
        #content .production .item + .item {
            margin-left: 0;
        }
        #content .production .item {
            float: none;
            padding: 15px;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin-bottom: 20px;
        }
        #content .production .item .top {
            margin: 0 -15px;
            box-sizing: border-box;
            padding: 0 15px 14px 15px;
        }
        #content .production .item .img {
            width: 40%;
            float: left;
            margin: 10px 0 0 0;
            box-sizing: border-box;
        }
        #content .production .item .rating {
            float: left;
            width: 58%;
            margin: 20px 0 10px 2%;
        }
        #content .production .item .func {
            margin-top: 5px;
            float: left;
            width: 58%;
            margin-left: 2%;
        }
        .breadcrumbs ul {
            padding: 0 15px;
        }
        #content .cart nav {
            width: 250px;
            box-sizing: border-box;
        }
        #content .cart .info {
            width: 455px;
            float: right;
            margin: 0 0 0 15px;
        }
        #content .cart aside {
            float: left;
            width: 250px;
        }
        #content .cart .info .images .img {
            float: none;
            width: 100%;
            box-sizing: border-box;
            height: auto;
        }
        #content .cart .info .images .slider_v {
            float: none;
            width: 100%;
        }
        #content .cart .info .images .slider_v .next,
        #content .cart .info .images .slider_v .prev {
            display: none;
        }
        #content .cart .info .images .slider_v .wrap {
            height: auto;
            width: 100%;
        }
        #content .cart .info .images .slider_v ul {
            width: 100%;
            height: auto !important;
            position: relative;
        }
        #content .cart .info .images .slider_v ul li {
            display: inline-block;
        }
        #content .why-work {
            margin-top: 50px;
            background: url(/bitrix/templates/gps/images/why-work2.png) left 86px top 894px no-repeat;
            background-size: contain;
        }
        #content .why-work ol {
            margin: 50px 0 0;
            padding-top: 0px;
            background: url(/bitrix/templates/gps/images/why-work1.png) 0 0 no-repeat;
            -webkit-background-size: contain;
            background-size: contain;
        }
        #content .why-work ol li:FIRST-CHILD {
            height: 150px;
            margin-bottom: 150px;
        }
        #content .why-work ol li {
            margin: 0 0px 0 121px;
        }
        #content .why-work ol li:FIRST-CHILD+li {
            height: 100px;
            margin: 0 86px 235px 0;
        }
        #content .why-work ol li:FIRST-CHILD+li+li {
            margin: 0 0px 106px 0;
        }
        #content .why-work ol li:FIRST-CHILD+li+li+li {
            margin-bottom: 233px;
            margin: 0 0 0 0px;
        }
        #content .why-work ol li:FIRST-CHILD+li+li+li+li {
            height: 205px;
            margin: 0 0px 132px 393px;
        }
        #content .why-work ol li:last-child {
            margin: 0;
        }
        #content .solution_cart p.settings {
            width: 100%;
            box-sizing: border-box;
        }
        #content .solution_cart p.settings img {
            max-width: 100%;
            height: auto;
        }
        #content .solution_cart .solution_img {
            float: none;
            margin: 0 0 20px;
            max-width: 100%;
        }
        #content .solution_cart.settings .recomm {
            margin-left: 0;
        }
        #content .buy section {
            margin-left: 200px;
        }
        #content .buy section .buy_map {
            width: 100%;
            box-sizing: border-box;
            height: 236px;
            margin: 25px 0 25px 0;
        }
        #content .monitoring .server .info .left {
            width: 490px;
            box-sizing: border-box;
        }
        #content .monitoring .server .info .left img {
            float: none;
            display: block;
            max-width: 100%;
            margin: 0 0 15px;
        }
        #content .monitoring .server .info .left .about {
            float: none;
            width: 100%;
            margin-left: 2px;
        }
        #content .partners_page .bg {
            top: 134px;
            right: 0px;
        }
        #content .imgs .item img {
            display: inline-block;
        }
        #content .imgs .item.center {
            margin-left: 0;
            text-align: center;
            width: 100%;
        }
        #content .records .item {
            float: left;
            width: 50%;
            margin-bottom: 8px;
        }
        #content .records .item + .item {
            margin-left: 0;
        }
        #content .source-wrap .item {
            float: left;
            width: 48%;
            margin: 0 1% 15px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        #content .source-wrap .item + .item {
            margin-left: 1%;
        }
        #content .source-wrap {
            background: url(/bitrix/templates/gps/images/source-fon.png) no-repeat;
            background-position: 436px 350px;
            background-size: 30%;
        }
        #content .solution_cart .recomm {
            margin-left: 0;
        }
        #content .solution_cart .solution_img {
            float: none;
            margin: 0 auto;
            display: block;
            max-width: 100%;
        }
        #content .source-wrap .item .icons {
            height: 30px;
        }
        #content .column-l {
            width: 330px;
        }
        #content .column-r {
            width: 375px;
        }
        #content .column-l .form {
            width: 330px;
        }
        #content .column-r .ya-map {
            width: 375px;
            height: 489px;
        }
        #content article.news_detail img {
            max-width: 100%;
        }
        #content .work-shot {
            width: 100%;
            margin: 0;
        }
        #content .work-shot p {
            width: 100% !important;
        }
    }
    /*from 1024px to 768px media END*/
    /*from 768px to 480px media BEGIN*/
    
    @media only screen and (max-width: 768px) {
        .ins {
            width: 450px;
        }
        header .top {
            height: 52px;
        }
        header .bottom {
            height: 91px;
        }
        header .bottom .slogan {
            top: 40px;
            font: 500 13px/13px 'Exo 2', Geneva, sans-serif;
        }
        header .bottom .contacts {
            margin-top: 9px;
            font: 500 11px/11px 'Exo 2', Geneva, sans-serif;
        }
        header .bottom .contacts .phone {
            font-size: 22px;
        }
        header .bottom .jq-selectbox {
            top: 62px;
            right: 178px;
        }
        .mobile_menu_btn {
            display: block;
            width: 40px;
            margin-top: 6px;
            height: 40px;
            float: right;
            background: #fff;
            cursor: pointer;
            position: relative;
            box-sizing: border-box;
            border: 1px solid #C81E28;
            border-radius: 3px;
            z-index: 110;
        }
        .head_line {
            width: 450px;
        }
        .head_line:before {
            right: 176px;
            top: 54px;
        }
        .head_line span {
            width: 49px;
            left: 264px;
            top: 73px;
        }
        .head_line:after {
            left: 304px;
            top: 92px;
        }
        .mob_header_lines:after {
            left: 78%;
            top: 92px;
        }
        .mobile_menu_btn:before {
            content: '';
            display: block;
            position: absolute;
            width: 28px;
            height: 4px;
            background: #013546;
            top: 9px;
            left: 5px;
            border-radius: 2px;
            transition: .5s ease;
        }
        .mobile_menu_btn .middle_line {
            display: block;
            position: absolute;
            width: 28px;
            height: 4px;
            background: #C81E28;
            top: 18px;
            left: 5px;
            border-radius: 2px;
            transition: .5s ease;
        }
        .mobile_menu_btn:after {
            content: '';
            display: block;
            position: absolute;
            width: 28px;
            height: 4px;
            background: #013546;
            top: 27px;
            left: 5px;
            border-radius: 2px;
            transition: .5s ease;
        }
        header .top nav {
            display: none;
        }
        .mobile_menu_div {
            display: block;
        }
        header .top .mobile_menu_div nav {
            display: block;
            width: 280px;
            float: none;
            position: fixed;
            height: auto;
            margin: 0;
            box-sizing: border-box;
            padding: 15px 20px;
            background: #fff;
            left: -300px;
            top: 0;
            bottom: 0;
            width: 10;
            overflow-y: auto;
            z-index: 200;
            transition: 0.4s ease;
        }
        header .top .mobile_menu_div nav>ul>li {
            float: none;
            text-align: center;
        }
        .overlay {
            display: none;
            position: fixed;
            background: rgba(0, 0, 0, .5);
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 120;
            transition: 0.3s ease;
        }
        header .top .mobile_menu_div nav>ul>li:hover>div {
            display: none;
        }
        .mobile_menu_btn.active_btn {
            background: transparent;
            z-index: 140;
            border-color: transparent;
        }
        .mobile_menu_btn.active_btn:before {
            background: #fff;
            top: 17px;
            left: 5px;
            border-radius: 0;
            transform: rotate(225deg);
        }
        .mobile_menu_btn.active_btn .middle_line {
            left: -400px;
        }
        .mobile_menu_btn.active_btn:after {
            background: #fff;
            top: 17px;
            left: 4px;
            transform: rotate(-225deg);
            border-radius: 0;
        }
        #content .buy section .buy_map {
            width: 100%;
            height: 190px;
        }
        header .top nav>ul>li.open_submenu>a {
            border-color: #C81E28;
        }
        #buy_map {
            height: 188px;
            width: 418px;
        }
        header .top nav>ul>li>div {
            position: relative;
            left: -4px;
            top: -1px;
            width: 234px;
        }
        #container .slider.main {
            width: 420px;
            height: auto;
            float: none;
            margin-left: 0;
        }
        #container .slider.main .rounds {
            left: 0;
            bottom: -30px;
        }
        #container .slider.main .socnets {
            bottom: -40px;
            right: 0;
        }
        #container .coord {
            width: 100%;
        }
        #container .coord .borders {
            width: 242px;
            height: 223px;
        }
        #container .coord .borders .top,
        #container .coord .borders .bottom {
            padding-left: 82px;
        }
        #container .coord .borders button {
            top: -36px;
            right: -110px;
        }
        #container .coord .hand {
            bottom: -54px;
            right: 93px;
        }
        #content .hits .slider {
            width: 100%;
        }
        #content .hits .slider .wrap {
            width: 100%;
        }
        section.work2 {
            width: 420px;
        }
        .contentbox img {
            max-width: 100%;
        }
        #content .partners .slider .wrap {
            width: 100%;
        }
        .partners .slider .wrap ul {
            left: 0;
        }
        .smmbtns {
            margin-top: 0;
        }
        footer {
            height: 108px;
        }
        .opisanie_media_1 {
            margin-top: 40px !important;
        }
        #content .item_cart .production {
            margin-left: 179px;
            margin-top: 0;
        }
        #content .cart nav.l-bar {
            width: 100%;
            float: none;
        }
        #content .cart nav.l-bar > ul > li {
            width: 50%;
            float: left;
            box-sizing: border-box;
        }
        #content .cart nav.l-bar > ul > li:nth-child(2n) {
            padding-left: 10px;
        }
        #content .cart nav.l-bar > ul > li:nth-child(2n-1) {
            padding-right: 10px;
        }
        #content .cart nav.l-bar:before,
        #content .cart nav.l-bar:after {
            content: " ";
            display: table;
        }
        #content .cart nav.l-bar:after {
            clear: both;
        }
        #content .cart .info {
            width: 100%;
            float: none;
            margin: 0 0 15px 0;
        }
        #content .cart .info .descr {
            margin: 0px 0 25px 0;
        }
        #content .cart aside {
            float: none;
            width: 100%;
        }
        #content .cart aside .block .youtube {
            width: 100%;
            box-sizing: border-box;
        }
        #content .buy nav {
            float: none;
            width: 100%;
        }
        #content .buy nav>ul:before,
        #content .buy nav>ul:after {
            content: " ";
            display: table;
        }
        #content .buy nav>ul:after {
            clear: both;
        }
        #content .buy section {
            margin-left: 0;
        }
        #buy_map {
            height: 190px;
            width: 418px;
        }
        #content .buy nav>ul>li {
            padding-left: 10px;
            float: left;
            width: 140px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        #content img {
            max-width: 100%;
            height: auto;
        }
        #l-bar {
            width: 100%;
            float: none;
        }
        #l-bar .type-prod + .type-prod {
            margin-top: 0;
        }
        #l-bar section.type-prod {
            width: 50%;
            float: left;
            margin: 0 0 15px 0;
        }
        #l-bar button.submit {
            margin: 0 auto 25px auto;
        }
        #content .item_cart .production {
            margin: 0;
        }
        #content .monitoring .server .info {
            margin: 30px 0 0 0;
        }
        #content .monitoring .server .info .left {
            width: 100%;
            box-sizing: border-box;
            border-right: none;
            padding: 0;
            border-bottom: 1px solid #f60000;
            float: none;
        }
        #content .monitoring .server .info .left button {
            margin: 8px 0 15px 7px;
        }
        #content .monitoring .server .info .right {
            float: none;
            margin: 13px 0 0 0;
            width: 100%;
        }
        #content .monitoring .server .info .f14 {
            text-align: center;
        }
        #content .monitoring .server .info .right form {
            margin: 15px 0 0 0;
        }
        #content .monitoring .server .info .right div.input {
            float: left;
        }
        #content .monitoring .server .info .right .input + .input {
            margin: 0px 0 10px 0;
            float: right;
        }
        #content .monitoring .server .info .right .btns {
            clear: both;
        }
        #content .monitoring .server .info .right .params {
            margin: 35px 0 0 0;
        }
        .table_wrap {
            overflow: scroll;
            overflow-y: hidden;
            overflow-x: auto;
            width: 100%;
        }
        div.forum-icon {
            margin: .2em auto;
        }
        div.forum-item-info {
            padding: 5px 10px 5px;
        }
        table.forum-table {
            font-size: 12px;
        }
        .forum-post-table .forum-cell-post .forum-post-entry .forum-post-text a {
            word-wrap: break-word;
        }
        #content .choose {
            margin: 0 0 25px;
        }
        #content .type-quest {
            float: left;
            width: 140px;
            margin-left: 14px;
        }
        #content .type-quest ul li {
            margin: 0;
            padding: 9px 10px 10px 5px;
            font: 500 13px/13px 'Exo 2', Geneva, sans-serif;
        }
        #content .type-quest ul li .transform {
            left: -9px;
        }
        #content .questions-wrap {
            padding: 6px 7px 7px 7px;
            margin-left: 153px;
        }
        #content .questions-wrap ul li {
            margin: 0px 0 15px 0;
        }
        #content .questions-wrap ul li.opened .triangle {
            top: 4px;
            left: 0;
        }
        #content .questions-wrap ul li .question {
            font: 500 13px/16px 'Exo 2', Geneva, sans-serif;
        }
        #content .questions-wrap ul li .answer {
            font: italic 400 13px/16px 'Exo 2', Geneva, sans-serif;
            margin: 5px 0 0 0;
        }
        #content .questions-wrap ul li .answer div:FIRST-CHILD {
            float: none;
            width: 55px;
            margin: 0 auto 5px;
        }
        #content .questions-wrap ul li .answer .text {
            margin-left: 0;
        }
        #content .questions-wrap ul li .triangle {
            top: 2px;
        }
        #content .source-wrap {
            background-position: 259px 386px;
            background-size: 30%;
        }
        #content .source-wrap .item {
            height: 316px;
        }
        #content .source-wrap .item .img {
            height: 179px;
        }
        #content .source-wrap .item .icons {
            height: auto;
        }
        #content .source-wrap .item .icons div + div {
            margin-left: 0;
        }
        #content .source-wrap .item .icons div {
            float: none;
        }
        #content .solution_cart .steps {}
        #content .solution_cart .steps h3 {
            margin-bottom: 10px;
        }
        #content .solution_cart .steps table {
            margin-bottom: 15px;
        }
        #content .solution_cart .steps table p {
            font-size: 13px;
        }
        #content .solution_cart .steps table td.first {
            padding-left: 0;
            padding-right: 8px;
            padding-top: 10px;
        }
        #content .solution_cart .steps table td {
            padding-left: 8px;
        }
        #content .solution_cart .steps table td .mnumber {
            font-size: 13px;
            line-height: 14px;
            padding: 10px 5px;
            margin: 5px 0 0 0;
        }
        #content .solution_cart .steps table td .mnumber_title {
            margin-left: 10px;
        }
        #content .solution_cart .steps table td .mnumber.red {
            line-height: 16px;
            padding: 10px 10px;
        }
        #content .solution_cart .steps table td.third {
            padding-top: 8px;
            padding-left: 8px;
        }
        #content .solution_cart p.descr {
            width: 100%;
            box-sizing: border-box;
        }
        #content .partners_page .p-form {
            padding: 15px 15px;
            width: 100%;
            box-sizing: border-box;
            margin: 20px 0 0 0;
        }
        #content .partners_page label .name {
            float: none;
            margin: 0px 0 2px 0;
        }
        #content .partners_page label .input {
            float: none;
        }
        #content .partners_page label .input input {
            height: auto;
            box-sizing: border-box;
            width: 100%;
            padding: 7px 10px 9px;
        }
        #content .partners_page label + label {
            margin: 15px 0 0 0;
        }
        #content .partners_page .faq-select {
            float: none;
        }
        #content .partners_page label.margin .name {
            margin-left: 0;
        }
        #content .partners_page .psearch,
        #content .partners_page .pwork {
            margin: 30px 0 0 0;
            padding: 0 50px 0 0;
        }
        #content .ins.clearfix .info_l {
            width: 152px;
            height: 175px;
            top: 70px;
            right: 30px;
        }
        #content .logo-inf {
            float: none;
            margin: 0 auto;
        }
        #content .imgs .item.left {
            float: none;
            text-align: center;
        }
        #content .imgs .item.right {
            float: none;
            text-align: center;
        }
        #content .records {
            margin: 0 0 20px;
            font: 400 14px/17px 'Exo 2', Geneva, sans-serif;
        }
        #content .info_montaj {
            float: none;
            margin-left: 0;
        }
        #content .info_montaj img {
            display: block;
            margin: 0 auto;
        }
        #content .blog-wrap .blog article .img ~ *,
        #content .news_list article .img ~ * {
            margin-left: 131px;
        }
        #content .blog-wrap .blog article .img,
        #content .news_list article .img {
            margin-right: 8px;
        }
        #content .blog-wrap .blog article .tit,
        #content .news_list article .tit {
            margin: 0 0 3px;
        }
        #content .blog-wrap .blog article .link,
        #content .news_list article .link {
            margin: 8px 0 0;
        }
        footer .c-foot nav li a {
            font: 500 12px/18px 'Exo 2', Geneva, sans-serif;
            color: #353535;
            text-decoration: none;
            border-bottom: 1px solid transparent;
        }
        div.forum-filter-field span.forum-filter-field-item {
            float: none;
        }
        div.forum-filter input.search-input {
            width: 100%;
        }
        #content .dop {
            margin: 20px 0 0;
        }
        #content .hits .slider .wrap {
            height: 340px;
        }
        #content .hits .slider .wrap ul li {
            margin: 0 10px 0 0;
            padding: 0;
            width: 203px;
            height: 338px;
        }
        #content .hits .slider .next {
            right: -30px;
        }
        #content .hits .slider .prev {
            left: -30px;
        }
        #back-top {
            bottom: 69px;
        }
        #content .work-shot {
            margin: 0;
        }
        #content .why-work {
            margin-top: 30px;
            background: none;
        }
        #content .why-work h2 {
            font: 400 30px/35px 'Exo 2', Geneva, sans-serif;
        }
        #content .why-work ol {
            margin: 0;
            background: none;
        }
        #content .why-work ol li:first-child,
        #content .why-work ol li:FIRST-CHILD+li,
        #content .why-work ol li:FIRST-CHILD+li+li,
        #content .why-work ol li:FIRST-CHILD+li+li+li,
        #content .why-work ol li:FIRST-CHILD+li+li+li+li,
        #content .why-work ol li:last-child {
            float: none;
            height: auto;
            margin: 0 0 10px 0;
            width: 100%;
        }
        #content .work-shot-end {
            margin: 0;
        }
        #content .work-shot p {
            width: 100% !important;
        }
        #content .column-l,
        #content .column-r {
            width: 100%;
            float: none;
        }
        #content .column-l .ajax_form  .form {
      margin: 0 auto 30px;
}
        #content .column-r .ya-map {
      margin: 0 auto;
}
       #content .column-r .ya-map #contact_map {
    width: 375px;
    height: 489px;
 }
        
    }
    /*from 768px to 480px media END*/
    /*from 480px to 320px media BEGIN*/
    
    @media only screen and (max-width: 480px) {
        .ins {
            width: 320px;
            padding: 0 10px;
        }
        .mobile_menu_btn:not(.close) {
            right: -13px;
        }
        header .top .logo {
            width: 120px;
        }
        header .top .logo img {
            width: 100%;
        }
        header .top .logo .sh-l,
        header .top .logo .sh-r {
            display: none;
        }
        header .bottom .slogan {
            top: 10px;
            left: 63px;
            font: 500 12px/12px 'Exo 2', Geneva, sans-serif;
        }
        header .bottom {
            height: 130px;
        }
        #top-lines {
            top: 76px;
            margin-left: -42px;
        }
        #top-lines div:first-child {
            top: 55px;
            right: 318px;
            width: 65px;
        }
        #top-lines div+div {
            top: 109px;
        }
        header .bottom .contacts {
            font: 500 11px/11px 'Exo 2', Geneva, sans-serif;
            margin: 38px 0 0 0;
        }
        header .bottom .jq-selectbox {
            top: 105px;
            right: 171px;
        }
        #container .slider.main {
            width: 100%;
        }
        #container .coord .borders {
            width: 182px;
        }
        #container .coord .borders .top,
        #container .coord .borders .bottom {
            padding-left: 30px;
        }
        #container .coord .borders button {
            top: -35px;
            right: -57px;
        }
        #container .coord .hand {
            bottom: -54px;
            right: 43px;
        }
        section.work2 {
            width: 100%;
        }
        div.incut {
            margin: 10px 0;
        }
        h1,
        h2,
        #content .buy section .items h3 {
            margin: 0 0 15px;
        }
        #content section.work ul {
            margin-top: 25px;
            margin-left: 30px;
        }
        #content .news {
            padding: 10px 10px 10px 10px;
        }
        #content .news article .img {
            width: 85px;
            margin-right: 10px;
        }
        #content .news article .img img {
            width: 100%;
        }
        #content .blog-wrap .blog article .img,
        #content .news_list article .img {
            margin-right: 10px;
            width: 105px;
        }
        #content .blog-wrap .blog article .img img,
        #content .news_list article .img img {
            width: 100%;
        }
        #content .blog-wrap .blog article .img ~ *,
        #content .news_list article .img ~ * {
            margin-left: 120px;
        }
        #back-top {
            padding-left: 1px;
        }
        footer {
            height: 118px;
            padding-top: 15px;
        }
        #content .work .img-wrap {
            margin: 3px 10px 3px 0;
            width: 123px !important;
        }
        #content .work .img-wrap .img {
            padding: 8px;
        }
        #content .work .img-wrap .img img {
            width: 100%;
        }
        .mob_header_lines:before {
            right: 73%;
            top: 94px;
        }
        .head_line {
            width: 320px;
        }
        .head_line:before {
            right: 173px;
            top: 94px;
        }
        .head_line span {
            width: 47px;
            left: 138px;
            top: 112px;
        }
        .head_line:after {
            left: 176px;
            top: 130px;
        }
        .mob_header_lines:after {
            left: 78%;
            top: 130px;
        }
        .line_on_320 {
            position: absolute;
            top: 22px;
            left: 0;
            right: 0;
            height: 1px;
            background: #C81E28;
            height: 1px;
            z-index: 1;
        }
        .smmbtns {
            float: none;
            margin-top: 1px;
        }
        footer .contacts {
            margin-top: 0;
        }
        #l-bar section.type-prod {
            width: 60%;
            float: none;
            margin: 0 0 15px 0;
        }
        #l-bar button.submit {
            margin: 0 0 25px 14px;
        }
        .work .opisaniemain {
            font: 500 20px/24px 'Exo 2', Geneva, sans-serif;
            margin: 0 0 20px;
        }
        #content .hits h2 {
            font: 500 20px/24px 'Exo 2', Geneva, sans-serif;
            color: #013546;
            margin: 0 0 20px;
        }
        #content .blog-wrap .blog .h2-wrap div {
            font: 500 20px/24px 'Exo 2', Geneva, sans-serif;
            margin: 0 0 20px;
        }
        h1,
        h2,
        #content .buy section .items h3 {
            margin: 0 0 20px;
            font: 500 20px/24px 'Exo 2', Geneva, sans-serif;
        }
        div.incut {
            font-size: 14px;
        }
        #content p + ul,
        #content p + ol {
            font-size: 14px;
        }
        #content .partners h2 {
            font: 500 20px/24px 'Exo 2', Geneva, sans-serif;
        }
        #content .production .item .img {
            width: 100%;
            float: none;
        }
        #content .production .item .rating {
            float: none;
            width: 100%;
            margin: 10px 0 10px;
            text-align: center;
        }
        #content .production .item .func {
            margin-top: 5px;
            float: none;
            width: 100%;
            margin-left: 0%;
        }
        #content .production .item .func>div {
            text-align: center;
        }
        #content .production .item .func .clearfix img {
            display: inline-block;
            float: none;
            cursor: pointer;
        }
        #content p {
            font-size: 14px;
        }
        #content .news article .tit a {
            font: 500 15px/16px 'Exo 2', Geneva, sans-serif;
        }
        #content .buy nav>ul>li {
            float: left;
            width: 50%;
        }
        #content .buy section .service_info,
        #content .buy section .shop_info {
            padding: 7px 0 8px 37px;
            margin-left: 0px;
        }
        #content .buy section .items .h3_wrap {
            margin-left: 0;
            padding-left: 37px;
        }
        #content .buy section .items .link {
            margin-left: 0px;
            padding-left: 37px;
        }
        #content .buy section .items .descr {
            margin: 0;
        }
        #content .monitoring .server .info .right div.input {
            float: none;
            width: 100%;
            box-sizing: border-box;
        }
        #content .monitoring .server .info .right div.input {
            float: none;
            width: 100%;
            box-sizing: border-box;
            margin-bottom: 10px;
        }
        #content .monitoring .server .info .right .input + .input {
            float: none;
        }
        #content .monitoring .server .info .right .input input {
            height: auto;
            width: 100%;
            box-sizing: border-box;
        }
        #content .monitoring .server .info .right .btns {
            margin: 10px 0 0 0;
        }
        #content .monitoring .server .info .right form {
            margin: 10px 0 0 0;
        }
        div.forum-icon-container {
            width: 2.0em;
        }
        div.forum-item-info {
            padding: 5px 5px 5px;
        }
        div.forum-lastpost-box {
            padding: 5px 5px 5px;
        }
        table.forum-post-table td.forum-cell-user {
            width: 110px;
        }
        div.forum-post-date,
        div.forum-post-entry {
            padding: 5px;
        }
        div.forum-post-number {
            float: left;
        }
        div.forum-main-footer div.forum-rapid-access-items select.forum-selector-single {
            width: 238px;
        }
        div.forum-filter-field span.forum-filter-field-item {
            float: none;
        }
        div.forum-filter input.search-input {
            width: 100%;
        }
        div.forum-info-box {
            padding: 10px 10px;
        }
        table.forum-table td {
            padding: 5px;
        }
        table.forum-table th {
            padding: 5px 5px;
        }
        div.forum-statistics-allusers {
            float: none;
            white-space: pre-wrap;
        }
        div.forum-statistics-users {
            float: none;
            white-space: pre-wrap;
        }
        div.forum-statistics-topics {
            text-align: left;
        }
        div.forum-statistics-replies {
            text-align: left;
        }
        .forum-block-container {
            margin-bottom: 1em;
        }
        #content .type-quest ul li.act .triangle {
            display: none;
        }
        #content .type-quest ul li.act .transform {
            display: none;
        }
        #content .type-quest {
            float: none;
            width: 100%;
            margin-left: 0;
        }
        #content .questions-wrap {
            padding: 7px 7px 7px 7px;
            margin-left: 0;
        }
        #content .type-quest ul li {
            margin: 0;
            padding: 9px 10px 10px 5px;
            text-align: center;
            border-radius: 5px;
            -webkit-transform: skewX(-23deg);
            -o-transform: skewX(-23deg);
            -ms-transform: skewX(-23deg);
            -moz-transform: skewX(-23deg);
            transform: skewX(-23deg);
        }
        #content .type-quest ul li span {
            display: inline-block;
            -webkit-transform: skewX(23deg);
            -o-transform: skewX(23deg);
            -ms-transform: skewX(23deg);
            -moz-transform: skewX(23deg);
            transform: skewX(23deg);
        }
        #content .choose .text {
            float: none;
            width: 100%;
            text-align: center;
            margin-bottom: 7px;
        }
        #content .choose .faq-select.jq-selectbox {
            margin: 0 auto !important;
            float: none;
            display: block !important;
        }
        #content .choose {
            margin: 0 0 20px;
        }
        #content .dop .no-ans {
            font: 400 20px/24px 'Exo 2', Geneva, sans-serif;
        }
        #content .source-wrap .item {
            float: none;
            display: block;
            width: 100%;
            margin: 0 0 15px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        #content .source-wrap .item .img {
            height: 237px;
        }
        #content .source-wrap .item {
            height: auto;
        }
        #content .solution_cart .steps table p {
            font-size: 11px;
        }
        #content .solution_cart .steps table td .mnumber {
            font-size: 11px;
            line-height: 12px;
            padding: 8px 5px;
            margin: 2px 0 0 0;
        }
        #content .partners_page .faq-select.jq-selectbox {
            width: 100%;
            box-sizing: border-box;
        }
        #content .partners_page .faq-select.jq-selectbox .jq-selectbox__dropdown {
            width: 100%;
        }
        #content .partners_page .psearch,
        #content .partners_page .pwork {
            padding: 0;
            text-align: left;
        }
        #content .records .item {
            float: none;
            width: 80%;
            margin: 0 auto 20px;
        }
        #content .records .item + .item {
            margin: 0 auto 20px;
        }
        .news_list .clearfix {
            -ms-background-size: 100% 1px;
            -o-background-size: 100% 1px;
            -webkit-background-size: 100% 1px;
            background-size: 100% 1px;
        }
        #content .blog-wrap .blog article .img,
        #content .news_list article .img {
            margin-right: 7px;
            width: 100px;
        }
        #content .blog-wrap .blog article .img ~ *,
        #content .news_list article .img ~ * {
            margin-left: 0;
        }
        #content .news_detail p {
            font-size: 14px;
            line-height: 1.3;
        }
        #content .news_detail ol,
        #content .news_detail ul {
            margin: 25px 0px 25px 30px;
        }
        #content .news_detail li {
            font-size: 14px;
            line-height: 1.7;
        }
        .contentbox span {
            font-size: 14px;
        }
        blockquote {
            width: 100%;
            margin: 10px 0;
            padding: 10px;
            box-sizing: border-box;
        }
        #content .cart nav>ul>li>a,
        #content .cart aside h3,
        #content aside .block .heading {
            font: 500 14px/14px 'Exo 2', Geneva, sans-serif;
        }
        #content .cart aside .block .youtube {
            font: 400 20px/22px 'Exo 2', Geneva, sans-serif;
        }
        #content .cart aside .buy_also .title {
            font: 500 20px/22px 'Exo 2', Geneva, sans-serif;
        }
        #content .news .h2-wrap div {
            padding: 3px 0 4px;
            font: 500 20px/24px 'Exo 2', Geneva, sans-serif;
        }
        #content .source-wrap .item .icons div {
            font: 500 14px/16px 'Exo 2', Geneva, sans-serif;
        }
        #container .slider.main .wrap ul li {
            width: 300px;
            height: 140px;
        }
        #container .slider.main .wrap ul li a img {
            width: 100%;
        }
        #container .slider.main .wrap ul li a>div.custom-thumb {
            height: 140px !important;
            width: 300px !important;
            -webkit-background-size: 100% !important;
            -moz-background-size: 100% !important;
            -o-background-size: 100% !important;
            background-size: 100% !important;
        }
        #container .slider.main .wrap ul li a>iframe {
            height: 140px !important;
            width: 300px !important;
        }
        #container .slider.main .wrap {
            width: 100%;
            height: 140px;
        }
        #content .hits .slider .wrap {
            width: 240px;
            margin: 0 auto;
            height: 329px;
        }
        #content .hits .slider .wrap ul li {
            margin: 0 10px;
            padding: 0;
            width: 220px;
            height: 326px;
        }
        #content .hits .slider .next {
            right: 2px;
        }
        #content .hits .slider .prev {
            left: 2px;
        }
        #content .partners .slider .next {
            right: 2px;
        }
        #content .partners .slider .prev {
            left: 2px;
        }
        #content .partners {
            margin-top: 30px;
        }
        .fancybox-inner {
            max-width: 280px !important;
        }
        .fancybox-wrap {
            max-width: 310px !important;
        }
        #content .buy section .buy_map {
            height: 136px;
        }
        #buy_map {
            height: 134px;
            width: 298px;
        }
        #back-top {
            bottom: 75px;
        }
        #content .column-l h1, #content .column-l h2 {
    margin: 0 0 30px;
    font: 500 20px/24px 'Exo 2', Geneva, sans-serif;
    }
        #content .column-l .form .label .text {
        margin-bottom: 3px;
    float: none;
    width: 100%;
  }
        #content .column-l .form .label .input-wrap {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
        #content .column-l .form .label input {
       width: 100%;
    box-sizing: border-box;
       height: auto;
}
        #content .column-l .form .label textarea {
       width: 100%;
    box-sizing: border-box;
      height: 121px;
}
        #content .column-l .form .label .textarea-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    width: 100%;
}
        #content .column-r .ya-map #contact_map {
    width: 300px;
    height: 391px;
}
        #content .column-r .ya-map {
    width: 300px;
    height: 391px;
}
        #content .column-l .form {
    width: 100%;
}
        #content .column-l .cont-info {
       margin-bottom: 30px;
}
        
        
    }
    /*from 480px to 320px media END*/
    /*from 320px to 0 media BEGIN*/
    
    @media only screen and (max-width: 320px) {}
    /*from 320px to 0 media END*/
/* End */
/* /bitrix/templates/gps/js/fancybox/jquery.fancybox.css?14084515524895 */
/* /bitrix/templates/gps/template_styles.css?1551281084183292 */
