/*@font-face{font-family:electra;src:url(//kniazha-varta.com/templates/protostar/fonts/electratextpro/elektratextlight.woff) format('woff');font-weight:300;font-style:normal}
@font-face{font-family:electra;src:url(//kniazha-varta.com/templates/protostar/fonts/electratextpro/elektratext.woff) format('woff');font-weight:400;font-style:normal}
@font-face{font-family:electra;src:url(//kniazha-varta.com/templates/protostar/fonts/electratextpro/elektratextbold.woff) format('woff');font-weight:700;font-style:normal}
@font-face{font-family:Bebas;src:url(//kniazha-varta.com/templates/protostar/fonts/bebas/BebasNeueBold.woff) format('woff');}*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}
.header-top {
    height: 3rem;
    background-color: #0B2D49;
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 2;
	margin: -10px;
	margin-bottom: 0px;
	display: flex;
}
.topmenu-right.span2 {
    width: 20%;
    margin-left: 0;
    margin-right: 15px;
}
.blog.otzyv .page-header h2 {
    font-size: 1rem;
    line-height: 0rem;
    font-weight: 700;
    text-transform: inherit;
    color: #0b2d49;
}
.blog.otzyv .page-header {
    min-height: 0rem;
    padding-top: 1rem;
    padding-bottom: 0.3rem;
    box-sizing: border-box;
}

a:hover {color:#000;}
a {/*transition: all .1s ease-in-out;*/    transition: .3s linear; cursor: pointer;color:#0b2d49;}
body.site {border-top: 0px solid #0088cc; background: #d5d5d5;   color: #0b2d49;font-size: 16px;}
.page-header__top-left {
    position: absolute;
       left: 10px;
    top: 0;
    white-space: nowrap;
    font-size: 1.3rem;
    line-height: 3.3rem;
    user-select: none;
}
.page-header__cabinet-link {
    padding-left: 21px;
    margin-right: 2.3rem;
}
.page-header__top-left a {
    display: block;
    vertical-align: middle;
    color: #ffffff;
    position: relative;
    margin: 0 10px;
	padding-left: 30px;
	font-size:14px;
}
.moduletable.calcull {
    padding-top: 150px;
}
.cabinet-link
{
	line-height: 1.5rem;
   position: relative;
    top: 12px;
	    float: left;
    margin-right: 20px;
}
.page-header__top-left a:hover {
    color: #a3a3a3;
	text-decoration: none;
}

/* Стили для неактивного модального окна */
.modal {
    background: #2b2727;
    left: 0px;
    /* margin: -250px 0 0 -40%; */
    position: absolute;
    top: -50%;
    width: 80%;
    border-radius: 5px;
    box-shadow: 0 3px 7px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.25);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/* Активация модального окна в состоянии :target */
.modal:target {
    top: 0px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
}

.modal header, .modal footer {
    background: #f7f7f7;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
.modal footer {
    border:none;
    border-top: 1px solid #e7e7e7;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
.modal section, .modal header, .modal footer {
   /* padding: 15px;*/
    z-index: 200;
    text-align: center;
    position: relative;
    top: 50%;
}
.modal h2 {
    margin: 0;
}
.modal .close {
    color: #cccccc;
    top: -20%;
    position: absolute;
    right: 30%;
    font-size: 28px;
    font-weight: lighter;
	    opacity: 1;
    text-shadow: inherit;
}
.modal .close:hover {
	color: #ffffff;
	background:none;
}
.modal-content-box {
/*    display: block;
    text-align: center;
    position: absolute;
       top: 50%;
    left: 35%;*/
}
.search input.inputbox.search-query.input-medium {
	    height: 3rem;
    line-height: 5rem;
    font-size: 1.5rem;
    font-weight: 700;
    background: 0 0;
    color: #fff;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #fff;
    padding: 0;
    border-radius: 0px;
    width: 31.6rem;
    font-family: 'Kurale', serif;
}
.moduletable_menu ul.nav.menu {
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin-bottom: 0px;
}
.moduletable_menu ul.nav.menu>li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    position: relative;
    line-height: 3;
}
.moduletable_menu a {
    color: #fff;
    position: relative;
    top: 0;
}
.moduletable_menu .nav > li > a:hover, .moduletable_menu .nav > li > a:focus {
	text-decoration: none;
    background: none;
    margin-top: -5px;
}
.moduletable.page-header__phone {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    float: right;
    letter-spacing: .05em;
   padding-top: 15px;
}
header .brand img {
  /*      width: 75%;*/
    float: left;
    position: relative;
    top: 0.5rem;
}
.logi.span2 {
    margin-left: 0px;
}
.header-centert{
text-align: center;
   /* margin-left: 15%;
    margin-right: 10%;*/
	margin-left: 0PX;
    padding-top: 20px;
}
#gruemenu > ul {
    box-shadow: inherit!important;
	   /* float: right;*/
}
#gruemenu ul li a {
    text-transform: inherit!important;
    color: #2f2e33;
    border-bottom: 3px solid transparent;
    font-size: 14px;
    font-weight: bold;
}
#gruemenu > ul > li.has-sub > a::after {display:none;}
.header-centert #gruemenu > ul > li > a {
border-bottom: 2px solid transparent;
    letter-spacing: 0px;
    border-left: none;
    border-right: none;
	margin: 0 20px 0 20px;
	padding: 18px 0px 10px 0px;
}
.header-centert #gruemenu > ul > li:hover > a, .header-centert #gruemenu > ul > li.has-sub:hover > a,.header-centert #gruemenu > ul > li.active > a{
border-color: #0b2d49;

padding-bottom: 0.1rem;
}

#gruemenu > ul > li.has-sub > a {   /* padding-right: 25px;    padding-bottom: 20px;*/}
#gruemenu.grue_94 > ul > li:hover > ul {
   
    padding: 20px 0!important;
    background: #faf9f7!important;
}
#gruemenu.grue_94 ul ul li:hover > a, #gruemenu.grue_94 ul ul li.active > a, #navigation-toggle:hover {
	    color: #C99F55!important;
    background: #faf9f7!important;
}
#gruemenu ul ul li a {
	box-shadow: inherit!important;
	text-align: left;
}
.moduletable_menu {
	   /* margin-left: 15%;*/
}
.mainpage-slider__title {
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: uppercase;
    border-bottom: 3px solid #c99f55;
    transition: all .3s ease;
	
}
.mainpage-slider__titl
{
	z-index: 3;
    position: relative;
	margin-left: 330px;
    text-align: left;
    float: left;
	padding-top: 70px;
	    width: 100%;
}
.mainpage-slider__title span {
    position: relative;
    top: 0;
    font-size: 2.8rem;
        line-height: 3.8rem;
    transition: inherit;
}
.mainpage-slider__text {
    color: #fff;
    max-width: 32rem;
    font-size: 1.0rem;
    line-height: 2rem;
    font-weight: 300;
    margin: 3.3rem 0 0;
	z-index: 3;
    position: relative;
	left: 330px;
    text-align: left;
    position: relative;
    display: inline-block;
    float: left;
}
.slider_mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(47, 46, 51, 0.5);
	    z-index: 1;
}
.topmenu-centert.span7 {
	    margin-left: 0;
}
#gruemenu {
	/*    width: 820px;
    margin: auto;*/
}
.moduletable.perevag h3, .rabot .moduletable h3 {
	    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    margin: 0px 0;
    text-transform: uppercase;
	padding-top:50px;
}
.rabot .moduletable h3.subtitle-h3 {
    font-size: 26px;
    line-height: 36px;
    padding: 30px 0;
    text-transform: inherit;
    font-weight: normal;
}
.moduletable.page-header__phone p{
	font-size: 0.9rem;
	line-height:inherit;
	margin:0px;
}


aside#modal {
    z-index: 9999;
	position: fixed;
}
a.mainpage-slider__title:hover, a.mainpage-slider__title:focus {
    color: #ffffff;
    text-decoration: initial;
}
.comment {
	width: 400px;
	background-color: #f0f0f0;
	margin: 10px;
}
a.morelink {
	text-decoration:none;
	outline: none;
}
.morecontent span {
	display: none;

}
div#rmjs-1 {
    padding-bottom: 20px;
	    overflow: hidden;
}
.rabot h1 {
	font-size: 42px;
    line-height: 52px;
    color: #0b2d49;
    margin: 30px 0;
}
.rabot h2 {
	    font-size: 30px;
    line-height: 48px;
    font-weight: 700;
    margin: 10px 0;
    text-transform: uppercase;
    color: #0b2d49;
}
.vtemvideo.video {
    margin-top: 50px;
	margin-bottom: 50px;
}
.main-inc-column.span4 {
        padding-left: 2%;
    padding-right: 2%;
    border: 1px solid #cdcdcd;
    border-radius: 1.5rem;
    padding-bottom: 1rem;
    width: 22.5%;
    margin-left: 3.2%;
    margin-right: 3.2%;
}
.hww-header {
   font-size: 20px;
    line-height: 24px;
    height: 30px;
    margin: 1rem 0 2rem;
    cursor: pointer;
    text-align: center;
}
.hww-text {
        font-size: 14px;
    line-height: 22px;
}
.moduletable.kartaa {
    clear: both;
    text-align: center;
    padding-top: 50px;
}
.moduletable.kartaa h3{
	font-size: 38px;
	    text-transform: inherit;
}
.span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.moduletable_menu ul.unstyled, ol.unstyled {
        position: absolute;
    left: 50%;
    top: 100%;
    width: 24rem;
    margin: -1px 0 0 -12rem;
    padding: 2.8rem 0;
    background: #1f2021;
    transform: scale(0);
    opacity: 0;
    transition: opacity .2s ease,transform 0s linear .2s;
}

.moduletable_menu ul li:hover{
    opacity: 1;
    transform: scale(1);
    transition: opacity .2s ease;
}
.moduletable_menu ul.unstyled li {
    line-height: 1.5rem;
    text-align: left;
    padding: 0 3rem 0 4rem;
}
.moduletable_menu ul.unstyled li a{
    display: block;
    font-weight: 700;
    padding: 1.1rem 0;
    white-space: normal;
    height: auto;
    border: 0;
    color: #fff;
}
ul.nav-child.unstyled.small {font-size:16px}.topmenu-right.span3 {
    margin-left: 0px;
}
a.btn--small {
	color:#0b2d49;
font-size:14px;
transition: all .1s ease-in-out;
    text-decoration: none;
}
a.btn--small:hover {
      text-decoration: initial;}
.page-header__consult-btn {
    position: relative;
    right: 5px;
    top: 1rem;
    padding: 0 2.5rem;
    border: 1px solid transparent;
    outline: 0;
    background: #ffffff;
	box-shadow: 0 0 5px 0 rgba(135, 135, 140, 0.29);
	border: 2px solid #0b2d49;
    white-space: nowrap;
}
.page-header__consult-btn:hover {background: #0b2d49;color:#ffffff;}
.headm #gruemenu ul ul li a {
padding: 6px 25px;}
.btn--small {
  /* line-height: 2.5rem;*/
    padding: 0.5rem 1rem;
    border-radius: 5px;
}
#gruemenu.grue_104 {background:none!important;}
#gruemenu.headm > ul > li.has-sub > a {
    padding-right: 1.8rem;
    padding-bottom: 0.8rem;
}
#gruemenu.headm > ul > li > a {padding: 1rem 1rem 1rem 1rem;}
#gruemenu.headm ul li a {font-weight:normal;}
#gruemenu.grue_104 ul > li > ul{
    padding: 1.5rem 0;
    background: #0b2d49;
}
#gruemenu.grue_104 ul > li > ul > li > a {
    font-size: 15px!important;
    text-align: left;
    font-weight: bold;
}	
#gruemenu.grue_104, #gruemenu.grue_104 ul, #gruemenu.grue_104 ul li, #gruemenu.grue_104 ul > li > a {
    font-size: 0.8rem;
}
#gruemenu.grue_104, #gruemenu.grue_104 ul, #gruemenu.grue_104 ul li, #gruemenu.grue_104 ul > li > a {
    font-size: 0.9rem!important;
}

/*.box-modal#consult, .box-modal#zvorotn, .box-modal#comfort, .box-modal#exclusive {
    position: relative;
    min-height: 120px;
    padding: 5.2rem 5rem 3rem;
    background: #fff;
    color: #3c3c3c;
    border-radius: 0px;
    width: 40rem;
}
#consult .form__title, #comfort .form__title, #exclusive .form__title {
    margin: 0;
    font-size: 24px;
    color: #2b2a29;
	    margin-bottom: 20px;
}
.form__title {
    margin: 0 0 2rem;
    max-width: 20rem;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 2.5rem;
}
#consult .form__title_2, #comfort .form__title_2, #exclusive .form__title_2 {
    font-size: 24px;
    margin: 0 0 2rem;
    font-weight: 100;
    line-height: 1.2rem;
    color: #2b2a29;
}
*/
.input-wrap input, .input-wrap textarea {
    display: block;
    height: 60px;
    position: relative;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #e9eaee;
    border-radius: 10px;
    background: #fff;
    font-size: 16px;
    color: #b9b9b9;
    margin-bottom: 20px;
    box-sizing: border-box;
    outline: 0;
}
.input-wrap>span {
      position: absolute;
    left: 0;
    top: 0rem;
    z-index: 1;
    font-size: 16px;
    color: #999;
    transition: top .1s ease;
    pointer-events: none;
}
.input-wrap .border {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    border-bottom: 2px solid transparent;
    transition: border-color .2s ease;
}
.input-wrap input[type="text"]:focus
.input-wrap input[type="text"]:focus span {top:-1.8rem}
/*#consult form, #comfort form, #exclusive form {
    width: 20rem;
    margin: auto;
}*/
.input-wrap input, .input-wrap input[type="text"]:focus {
box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.box_title {
    padding-bottom: 10px;
}
.feedback.btn.btn-block.btn-large.btn-success {
    border: none;
    transition: .3s linear;
	margin: 10px 0;
    height: 60px;
    color: #212121;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
    width: 100%;
	background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(135, 135, 140, 0.29);
    border: 2px solid #0b2d49;
}
.feedback.btn.btn-block.btn-large.btn-success:hover {background: #0b2d49;color: #ffffff;}
.news .jn-right a {
	    color: #0b2d49;
    font-weight: bold;
    font-size: 17px;	
	height: 60px;
    display: block;
}
.news .junewsultra .jn {
    padding: 0px;
    margin-left: 4%;
    margin-right: 4%;
    border: 1px solid #f7f7f7;
}
.news .junewsultra .jn:first-child {margin-left: 0;}
.junewsultra .jn-head {
    padding-right: 0px;
}
.report__time {
        display: inline-block;
    font-size: 13px;
    color: #999;
    padding-left: 1rem;
        top: -8px;
    z-index: 0;
    position: relative;
}
.report__time:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    position: relative;
    left: -1rem;
    top: .4rem;
}

.report__time:before
{ background-image: url(../images/time.png);
    background-repeat: no-repeat;}
	
	.wrap__after {
    padding: 1rem 3rem;
    border: 1px solid #777;
    border-radius: 2rem;
    font-size: 15px;
    display: block;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: pointer;
    text-align: center;
}
.wrap__after {
    transform: rotate(90deg);
    position: absolute;
        right: -8%;
    bottom: 50%;
    width: 9rem;
}
.wrap__after .list-left {
    left: 8%;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/long-arrow-right.png) 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    border: 0;
    cursor: pointer;
}
.junewsultra.news {position:relative}
.wrap__after a:hover {text-decoration: inherit;}
.wrap__after .list-right {
    right: 8%;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    background: url(../images/long-arrow-right.png) 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    border: 0;
	    bottom: 10px;
    cursor: pointer;
}
.wrap__after a {
    color: #0b2d49;
}
.svodki .jn-left {
    margin-right: 30px;
	    float: left;
}
.svodki .jn-intro {
    padding-right: 100px;
	    line-height: 1.7;
	    font-size: 16px;
}
.svodki .jn-intro h4 {
	margin:0px;
}
.news {
	clear: both;

}
.junewsultra.news {
    position: relative;
    display: inline-block;
}
.svodki .junewsultra .jn {

    border: 0px solid #f7f7f7;
}
.svodki .jn-right a {
	    color: #0b2d49;
		    line-height: 1.7;
}
.svodki .jn-right a {height:inherit;}
.svodki .report__time {top:0px}
.junewsultra.news .jn:first-child,
.konsultaccia .input-wrap:first-child {margin-left:0px!important;}
.junewsultra.reviev .jn-intro {
    font-size: 15px;
    line-height: 1.7;
}
.box-modal.reviews {
    width: 40rem;
    background: #fff;
    padding: 0 3rem 1px 4.7rem;
    margin: 2rem auto;
    position: relative;
    min-height: calc(100vh - 16rem);
}
.box-modal.reviews h2 {
	font-size: 1.2rem;
    line-height: 2.5rem;
    margin: 3rem 0 2rem;
    text-transform: none;
    font-weight: 700;
    padding-top: 29px;
    border-bottom: 1px solid #ddd;
}
.box-modal.reviews .modal-content-box {
    margin: 2.4rem 0;
    font-size: 15px;
    line-height: 1.5rem;
    
}
.box-modal.reviews legend{
    display: inline-block;
    z-index: 4;
    font-size: 1.5rem;
    white-space: nowrap;
    padding-left: 4.5rem;
    position: relative;
    margin-right: 5.5rem;
}
.box-modal.reviews legend:before {
	content: '';
    width: 2.5rem;
    margin-top: -1.5rem;
	display: block;
    width: 3rem;

    position: absolute;
    left: 0;
    top: 50%;
	    height: 50px;
    background-position: left top;
	background-image: url(../images/rewiews.png);
    background-size: 100% auto;
}
.box-modal .wrap__after {
	transform: rotate(0deg);
	right: 0;
	margin-top: 100px;
    position: relative;
	width: calc(100% - 8rem);
	text-transform: initial;
    font-weight: normal;
}
.junewsultra.reviev {
    position: relative;
    padding: 45px 0;
}
.konsultaccia .input-wrap {margin-bottom:0px; border-bottom:0px}
.konsultaccia .input-wrap input {
	background: #fff;
    height: 1.6vw;
    font-weight: 200;
    font-size: 1.2vw;
    line-height: 2vw;
    padding: 0 1vw;
    width: 10.5vw;
    border-radius: 1vw;
    vertical-align: top;
    border-width: 2px;
    border-style: solid;
    border-color: #888888 #EEEEEE #EEEEEE #888888;
}
.konsultaccia .input-wrap-buttom {margin-left:0px;}
.konsultaccia .feedback.btn.btn-block.btn-large.btn-success {
    background: #c99f55;
    width: 100%;
    margin: auto;
    padding: 4px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    top: -2px;
}
footer.footer {
 /*   background: #f2f4f6;*/
    color: #909090;
	position: relative;
	border-top: 1px solid #e7e4e4;
	
}
footer #gruemenu.grue_110 {width:inherit;background: transparent;padding: 20px 0;}
footer #gruemenu.grue_110 > ul > li:hover > a,
footer #gruemenu.grue_110 > ul > li > a:hover,
footer #gruemenu.grue_110 > ul > li.active > a
{background: transparent;}

footer #gruemenu.grue_110 > ul > li:first-child {border-left: 0px solid #fff;}
footer #gruemenu.grue_110 > ul > li {width: 16.5%;    border-left: 1px solid #fff;}
footer #gruemenu.grue_110 > ul > li a {text-align: center;padding: 2px 25px 2px 25px;
    font-weight: normal;    text-decoration: underline;}
footer #gruemenu.grue_110 > ul > li:hover a {text-decoration: inherit;}
.topbutton {/*top: 4.7rem;*/}
.page-footer__scroll-top {
 /*       display: block;
    width: 4rem;
    height: 4rem;
    background: #C99F55;
    border-radius: 50%;
    position: absolute;
    left: 49.7%;
    top: 2.7rem;
    margin-left: -2rem;
    cursor: pointer;*/
}
.topbutton:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0rem;
    background-repeat: no-repeat;
    background-image: url(../images/top-arrow.svg);
    transition: height .1s;
}
span.page-footer__copyright {
    display: block;
    top: 20%;
    position: relative;
    text-align: center;
}
.page-header h2{
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    text-transform: uppercase;
	color:#0b2d49;
}
.page-header
{
   min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
}
.text h4 {
    font-size: 20px;
    line-height: 24px;
}
.text p {
    margin-left: 12rem;
	    margin: 2.5rem 0;
}
.text p {
    margin: 0.5rem 0;
}
ul.benefits {
       display: block;
    list-style: none;
    width: 65rem;
    margin: -2rem 0 0 -6rem;
    box-sizing: border-box;
    padding: 7rem 5rem 0 5.2rem;
    background: url(../images/rf.png) 5.2rem 0 no-repeat;
    background-size: 58.5rem auto;
    font-size: 0;
}
ul.benefits li {
    display: inline-block;
    vertical-align: top;
    width: 12rem;
    min-height: 8rem;
    padding: 0 2rem 0 3.5rem;
    font-size: 15px;
    font-weight: 300;
	width: 10rem;
    margin: 0 0 2rem;
	position: relative;
}
ul.benefits li:before {
    display: block;
    width: .4rem!important;
    height: .4rem!important;
    border-radius: 50%;
    left: 0;
    top: 0;
	position: absolute;
    background: #fff;
    border: 0.6rem solid #C99F55;
    content: "";
    color: rgb(0, 92, 169);
}
ul.benefits li b {
    display: block;
    font-weight: 700;
    font-size: 1.6rem;
    margin: .2rem 0 .3rem;
}
.mobim {
    padding-left: 15px;
}
.text h2 {
        font-size: 26px;
    line-height:28px;
    font-weight: bold;
}
.services-scheme {
    width: 54rem;
    height: 36rem;
    position: relative;
	    margin: auto;
}
.services-scheme ul {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 0;
    left: 1px;
    margin: 0;
    will-change: opacity;
}
.services-scheme ul li {
    display: block;
    width: 16.9rem;
    height: 15rem;
    padding: 3.4rem 2.8rem 0 3.4rem;
    position: absolute;
    font-size: 14px;
    margin: 0;
    transition: opacity .5s ease-in-out .5s;
    opacity: 0;
}
.services-scheme ul li {
    line-height: 1.5rem;
    box-sizing: border-box;
}
.services-scheme ul li b {
        display: block;
   font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1.3rem;
}
.services-scheme__home {
    left: 0;
    top: 0;
}
.services-scheme._animated ul li {
    opacity: 1!important;
}
.services-scheme__car {
    right: 0;
    top: 0;
    transition-delay: .6s!important;
}
.services-scheme__office {
    bottom: 0;
    left: 0;
    transition-delay: .7s!important;
}
.services-scheme__transport {
    bottom: 0;
    right: 0;
    transition-delay: .8s!important;
}
.services-scheme._animated .services-scheme__circles {
    width: 28rem;
}
.services-scheme__circles {
    width: 30rem;
    height: 18rem;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin: -9rem 0 0;
    transition: width .4s ease-in-out;
    transform: translateX(-50%);
}

.services-scheme__circle-2 {
    border-color: #ffda0b;
    left: auto;
    right: 0;
    z-index: 1;
}
.services-scheme__circle-1, .services-scheme__circle-2 {
    width: 18rem;
    height: 18rem;
    box-sizing: border-box;
    border: 1px solid #0b2d49;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.services-scheme__icon--home {
    top: 1rem;
    left: 1.5rem;
    background-size: 1.4rem auto;
}
.services-scheme__icon--car {
    top: 1rem;
    right: 1.5rem;
    background-size: 1.4rem auto;
}
.services-scheme__icon--business {
    bottom: 1rem;
    left: 1.5rem;
    background-size: 1.4rem auto;
}
.services-scheme__icon--user {
    bottom: 1rem;
    right: 1.5rem;
    background-size: 1.4rem auto;
}
.services-scheme__icon {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #0b2d49;
    background-position: center center;
    position: absolute;
    z-index: 2;
}
.services-scheme__icon--home {
    background-image: url(../images/home.png);
    background-repeat: no-repeat;
}
.services-scheme__icon--car {
	 background-image: url(../images/auto.png);
    background-repeat: no-repeat;
}
.services-scheme__icon--business {
    background-image: url(../images/chemodan.png);
	background-repeat: no-repeat;
}
.services-scheme__icon--user {
    background-image: url(../images/user.png);
	background-repeat: no-repeat;
}
.services-scheme._animated .services-scheme__text {
    opacity: 1;
}
.footer #gruemenu > ul {float:inherit;}
section.slider {
  /*  padding-top: 8.5rem;*/
}
/*header.header {
    position: fixed;
    width: 100%;
    height: 8.5rem;
    left: 0;
    top: 0;
    z-index: 999;
}*/
.services-scheme__text {
   font-size: 1em;
    color: #999;
    position: absolute;
    left: 20rem;
    top: 50%;
    margin-top: -3.5rem;
    transition: opacity .3s ease-in-out .3s;
    opacity: 0;
    z-index: 3;
    -webkit-user-select: none;
    user-select: none;
}
.services-scheme__text span:first-child {
    border-bottom: 1px solid #0b2d49;
}
.services-scheme__text span {
    display: block;
    width: 15rem;
   line-height: 2.5rem;
}
.services-scheme__circle-2 {
    border-color: #708090;
    left: auto;
    right: 0;
    z-index: 1;

}
.timeline {
    margin-top: 8rem;
}
.timeline .timeline-item:nth-child(1) {
    margin-top: 0!important;
}
.timeline .timeline-item.timeline-item--year {
   padding-top: 6rem;
    margin-top: 2rem;
}
.timeline .timeline-item.timeline-item--year:before {
    top: 4.3rem;
}
.timeline-item__img img {/*margin: 0 25px;*/}
.timeline .timeline-item:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 0;
    margin-left: -1px;
    border-right: 1px solid #C99F55;
}
.timeline .timeline-item._animated .timeline-item__img {
    transform: translateX(0);
}
.timeline .timeline-item:nth-child(odd) .timeline-item__img {
    width: calc(50% - 1px);
}
.timeline .timeline-item .timeline-item__img {
    width: 50%;
    min-height: 12rem;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 3;
    transition: transform .6s ease-in-out;
    will-change: transform;
    transform: translateX(50%);
}
.timeline .timeline-item .timeline-item__year {
    position: absolute;
    width: 12rem;
    top: 0;
    left: 50%;
    margin-left: -6rem;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
}
.timeline .timeline-item._animated .timeline-item__text {
    opacity: 1;
    transform: scale(1);
}
.timeline .timeline-item .timeline-item__text {
    width: 50%;
    box-sizing: border-box;
    padding: 0 3rem;
    -ms-flex-item-align: center;
    align-self: center;
    opacity: 0;
    will-change: opacity,transform;
    transform: scale(.97);
    transition: opacity .3s ease-in-out .3s,transform .3s ease-in-out .3s;
}
.timeline .timeline-item .timeline-item__title {
    margin: 0;
    font-size: 1rem;
    line-height: 2.5rem;
}
.timeline .timeline-item .timeline-item__text p {
    padding-left: 0;
    line-height: 1.5rem;
    font-size: 1rem;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.timeline .timeline-item:nth-child(even) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.timeline .timeline-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 2.4rem 0 2.6rem;
    position: relative;
}
.page-header h1 {
	font-size: 30px;
    line-height: 2rem;
    font-weight: 700;
    color: #0b2d49;
}
.otzyv .page-header h2 {
	display: block;
    line-height: 1.5rem;
    margin: 0 0 1rem;
    position: relative;
    z-index: 0;
    top: 0;
    transition: top .1s ease;
	font-size: 1.2rem;
    font-weight: 700;
    text-transform: none;
}
.otzyv .page-header
{padding-bottom: 0rem;
min-height: 0rem;
}
.otzyv .span6 {
	padding: 40px;
    padding-left: 30px;
    margin-left: 0px;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}
.blog.otzyv .page-header h2 a {
	color:#0b2d49;
	line-height: 1.2rem;
}
.blog.otzyv .item
{    transition: top .3s ease;
    position: relative;
	top:0px;}
	.blog.otzyv .item:hover
{  top:-5px;}
/*.kompanni .text p {
	padding-left: 6rem;
}*/
.box_p h3 {
	color: #283e81;
    margin: 0;
    font-size: 24px !important;
    font-weight: lighter;
    margin-bottom: 20px;
}
input#map_target__autocomplete {
    background: #fff;
    height: 2vw;
    font-weight: 200;
    font-size: 1.2vw;
    line-height: 2vw;
    padding: 0 1vw;
    border-radius: 1vw;
    vertical-align: top;
    border-width: 2px;
    border-style: solid;
    border-color: #888888 #EEEEEE #EEEEEE #888888;
    width: 100%;
}
.tariff__complects {
    top: 0;
    height: 23rem;
    background: transparent;
    margin: 30px 0 10px;
}
.tariff__complects {
    width: 100%;
    position: relative;
    z-index: 1;
}
.cover-main{
	height: 900px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/cover-main.jpg);
	}
.cover-main-container {
        padding-top: 110px;
    padding-left: 300px;
    max-width: 960px;
    background: transparent;
}
.cover-main h1 {
    line-height: normal;
	color: #0b2d49;
    font-size: 42px;
}
.cover-main-caption {
    font-size: 29px;
	color: #0b2d49;
	top: 20px;
    position: relative;
}
.tariff__products {
    position: relative;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #81818180;
    margin-bottom: 30px;
    }
.tariff__products_block {
    float: left;
    text-align: center;
    display: inline-block;
    position: relative;
    width: 100px;
    margin: 0 2px;
}
.tariff__product-img {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 112px;
    top: 0;
    border-radius: 0;
    background-color: transparent;
    z-index: 1;
}
.tariff__product-title {
    height: 50px;
    color: #2f2e33;
    font-size: 14px;
    text-align: center;
    line-height: 15px;
    margin-bottom: 0px;
}
.tariff__product-count {
    color: #2f2e33;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    margin-top: 10px;
}
.tariff__complect {
    position: relative;
    background-position: center center;
}
.tariff__complects.tabs__content {
    background: inherit;
}
.tariff__complect {
       width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 0;
}
li.submenu__item {
    float: left;
    list-style: none;
    width: 25%;
	margin-bottom: 0px;
    text-align: center;
	position: relative;
    padding: 2rem 0;
}
.submenu__link_icon_home:before {
    background-image: url(../images/faq-home.png);
    width: 20px;
    height: 20px;
    margin-top: -14px;
    content: '';
    position: absolute;
    left: 18%;
    top: 50%;
}
.submenu__link_icon_car:before {
    background-image: url(../images/faq-car.png);
    width: 28px;
    height: 20px;
    margin-top: -14px;
    content: '';
    position: absolute;
    left: 12%;
    top: 50%;
}
.submenu__link_icon_business:before {
    background-image: url(../images/faq-business.png);
    width: 22px;
    height: 20px;
    margin-top: -14px;
    content: '';
    position: absolute;
    left: 20%;
    top: 50%;
}
.submenu__link_icon_company:before {
    background-image: url(../images/faq-company.png);
    width: 23px;
    height: 20px;
    margin-top: -14px;
    content: '';
    position: absolute;
    left: 28%;
    top: 50%;
}

.submenu__item a.submenu__link {
    color: #0b2d49;
    font-weight: 500!important;
    padding-left: 33px;
    border-bottom: 1px dashed #0b2d49;
}
.submenu__item a.submenu__link:hover{
	    text-decoration: inherit;
		color: #c99f55;
}
.tabs__content {
  display: none; /* по умолчанию прячем все блоки */
  padding: 20px;
     background: #fafafa;
}
.tabs__content.active {
 /* display: block;  по умолчанию показываем нужный блок */
  display: inline-block;
 
}
ul.tabs__caption {margin: 0;}
h2.spoiler__title {
   position: relative;
    font-size: 16px;
    line-height: 1.5rem;
    text-transform: none;
    transition: color .4s;
    padding-right: .5rem;
    font-weight: bold;
	display: inline-block;
	padding-left: 30px;
}
.submenu__item.active {
    background: #fafafa;
}
.spoiler_links {
    position: relative;

}
.spoiler_links:before {
    content: '';
    position: absolute;
    top: 0.5rem;
    width: 1rem;
    left: -30px;
    border-bottom: 1px solid #C99F55;
}
.svvodddkis .page-header h2 {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    text-transform: inherit;
    color: #0b2d49;
	margin-top: 0px;
}
.svvodddkis .page-header {
    min-height: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    box-sizing: border-box;
}
.svvodddkis .page-header h2 a {color: #0b2d49;}
.submenu__left {
    position: fixed;
    top: 11rem;
	right: 5%;
    box-sizing: border-box;
    padding: 2rem;
    background-color: #faf9f7;
    z-index: 8;
    border: none;
    border-radius: 0;
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.05);
}
.submenu__left .nav > li > a{
        color: #0b2d49;
    font-weight: bold;
    font-size: 14px;
}
.submenu__left li.active a {
	color: #C99F55;
}

.submenu__left .nav > li > a:hover, .submenu__left .nav > li > a:focus {
    text-decoration: none;
    background-color: inherit;
}
.submenu__left ul.nav-child.unstyled.small {
	border-left:0px!important;
}
.submenu__left ul.nav-child.unstyled.small li a {
	color: #0b2d49;
	font-size: 14px;
	padding-left: 1.5rem;
}
.submenu__left ul.nav-child.unstyled.small li.active a {
	color: #C99F55;
}
.submenu__left .small li a:before {
    border-left-color: #C99F55;
    content: '';
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    width: 0;
    top: 50%;
    height: 0;
    border-style: solid;
    border-width: .5rem 0 .5rem 0.8rem;
    border-color: transparent transparent transparent #C99F55;
}
.submenu__left .small li.active a:before {
   
    border-color: transparent transparent transparent #ffd800;
}
.submenu__left .small li {position:relative;}
.svvodddkis .item-image:after {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    background: #fff;
    position: absolute;
    right: -0.5rem;
    top: 50%;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    z-index: 3;
}
.svvodddkis .item-image {
	position: relative;
	    margin: 0 20px 3px 0;
}
.svvodddkis p{    font-size: 0.9rem;
    line-height: 1.4rem;}
	
	
	
.services-top {
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 8.5rem);
    min-height: 30rem;
    position: relative;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
	width: 100%;
}
.services-top__right {
    width: 70%;
    width: calc(50% + 9rem);
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.services-top__down-link {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
    background: #2f2e33;
    cursor: pointer;
}
.services-top__down-link:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiI…EiDQogICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiIC8+DQo8L3N2Zz4NCg==);
    background-repeat: no-repeat;
}
.services-top__hidden-title {
    display: none;
}
.services-top__actions {
    width: 28rem;
    height: 4rem;
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    z-index: 4;
}
.services-top__action._active {
    opacity: 1;
    z-index: 2;
    top: 0;
    pointer-events: auto;
    transform: translateY(0);
    transition: top .5s ease,opacity .4s ease .1s;
}
.services-top__action {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2rem;
    padding-left: 6.2rem;
    box-sizing: border-box;
    position: absolute;
    top: 4rem;
    left: 0;
    user-select: none;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transform: translateY(-9rem);
    transition: transform .3s ease,top 0s linear .6s,opacity .2s ease;
}
.services-top__action-time {
    display: block;
    font-size: 0.7rem;
    padding-left: 2rem;
    position: absolute;
    bottom: .2rem;
    left: 5.2rem;
    user-select: none;
}
.services-top__action-title {
    display: block;
    height: 2.5rem;
    overflow: hidden;
    margin-top: .3rem;
    position: relative;
    top: 0;
    transition: top .3s ease;
}
.services-top__action-title p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}
.services-top__left {
    width: 30%;
    width: calc(50% - 12rem);
    height: 100%;
    background: #fff;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: baseline;
    margin-right: 2rem;
}
.services-top__left__inner {
    width: 25rem;
    margin-top: 2.5rem;
    position: relative;
}
.page-title {
    margin: -.4rem 0 0;
    padding-right: 8rem;
	color: #0b2d49;
	display: flex;
     font-size: 3rem;
    line-height: 3rem;
    margin: 1.4rem 0;
    padding-right: 0rem;
    font-weight: 700;
    text-transform: uppercase;
}
.services-top__nav {
    display: inline-block;
	margin-left: 0px;
    height: 3.5rem;
    white-space: nowrap;
    background: #0b2d49;
    font-size: 0;
    margin-top: 1.7rem;
    text-align: left;
}
.services-top__nav li {
        display: inline-block;
    font-size: 0.9rem;
    line-height: 2.5rem;
    color: #fff;
    margin-top: 0px;
}
.services-top__nav a {
    display: block;
    line-height: 3.5rem;
    padding: 0 1rem;
    color: #c99f55;
}
.services-top__nav a:hover {color: #fff;}
.services-top__nav-mask {
    display: none;
    width: 1.5rem;
    height: 3rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    background: linear-gradient(to right,rgba(40,40,42,0) 0,#28282a 100%);
    pointer-events: none;
}
.services-top__left__text {
    margin: 2.3rem 0 0;
}
.services-top__left__pretext {
    display: block;
}
.services-top__left__btns {
    margin-top: 1.5rem;
}
.services-top__left__btns .btn {
    margin-right: .3rem;
}
.btn--trans {
    background-color: #fff;
	height: 6rem;
    padding: 1rem 2rem;
    line-height: 3.2rem;
    margin: 0;
    border: 1px solid #C99F55;
    outline: 0;
    color: #C99F55;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 1.5rem;
    font-size: 1rem;
}
.btn-zvonok {
	height: 6rem;
    padding: 1rem 2rem;
    line-height: 3.2rem;
    margin: 0;
    border: 1px solid transparent;
    outline: 0;
    color: #fff;
    background: #C99F55;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 1.5rem;
    font-size: 1rem;
}
.btn-zvonok:hover {color: #fff;text-decoration: inherit;}
.btn--trans:hover {background: #C99F55;color: #fff;}
.modal_inner {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(51, 51, 51, 0.85);
  color: white;
  padding: 14px;
  z-index: 999;
  max-width: 50%;
  border-radius: 3px;
  border: 1px solid #333;
}
.dividends__inner {
    display: -ms-flexbox;
    display: flex;
	padding-top: 100px;
}
.dividend-item:first-child {
    border-left: 1px solid #f2f1f0;
	
}
.dividend-item {
    width: 33.3%;
    border-right: 1px solid #f2f1f0;
}
.dividend-item, .dividend-item li {
    border-bottom: 1px solid #f2f1f0;
    background-color: #faf9f7;
    box-sizing: border-box;
	margin-left: 0px;
}
li.dividend-item__top {
    padding-top: 1px;
    height: 22rem;
    display: block;
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
	margin-top: 0px;
}

.dividend-item li {
    min-height: 6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .5rem 1rem .5rem 1.6rem;
    position: relative;
}
.the_calculator1__table_collumn {
    width: 820px;
}
.the_calculator1__total_collumn {
    width: 320px;
}
#calculator1_target {
    padding-left: 5%;
    padding-right: 5%;
}
li.dividend-item__top>p {
        font-size: 0.9rem;
    line-height: 1.2rem;
    margin: 1rem 0;
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 30px;
}
.dividend-item__top._hover .dividend-item__hidden, .dividend-item__top:hover .dividend-item__hidden {
    opacity: 1;
}
li.dividend-item__top>p span {
    font-size: 1rem;
}
.dividend-item p {
    line-height: 1.2rem;
    font-size: 0.9rem;
}
.moduletable.complects-footer {
    color: #fff;
	margin-bottom: -107px;
    margin-top: 115px;
    padding: 200px 0 175px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/footer-bg.jpg);
    background-position: top left;
}
.moduletable.skidon {margin-bottom: -107px;}
.complects-footer h2 {
    font-size: 41px;
    text-align: center;
    font-weight: 600;
}
.services-top__down-link:before {
    content: '';
    display: block;
    background-position: center bottom;
    background-size: 100% auto;
    width: .8rem;
    height: 1.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: height .1s;
    margin: -0.7rem 0 0 -.4rem;
}
.services-top__down-link:hover:before {
    height: 2rem;
}
.services-top__down-link:before {
    background-image: url(../images/strl.png);
    background-repeat: no-repeat;
}
.complects-footer-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.complects-footer-icons-item {
    position: relative;
    margin: 220px 60px 0;
    font-size: 18px;
    text-align: center;
}
.complects-footer-icons-item:before {
    position: absolute;
    content: '';
    bottom: 50px;
    left: 0;
    right: 0;
    height: 102px;
    width: 120px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.complects-footer-icons-item:nth-child(1):before {
    background-image: url(../images/footer-icon-1.png);
}
.complects-footer-icons-item:nth-child(2):before {
    background-image: url(../images/footer-icon-2.png);
}
.complects-footer-icons-item:nth-child(3):before {
    background-image: url(../images/footer-icon-3.png);
}
.complects-footer-icons-item:nth-child(4):before {
    background-image: url(../images/footer-icon-4.png);
}
.dividend-item__hidden {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(250,249,247,.95);
    padding: 1.5rem 1rem 0 1.6rem;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity .2s ease;
    overflow: hidden;
}
.dividend-item li:last-child {
    border-bottom: 0;
}
.modal_inner h3 {
  margin: 0;
}
.modal_inner h3 span {
  color: yellow;
}
#circles_target {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: row;
      flex-direction: row;
}
#circles_target .__col {
  position: relative;
  -ms-flex-preferred-size: 33%;
  flex-basis: 250px;
}
#circles_target .__col:nth-child(2) {
  -ms-flex-positive: 1;
      flex-grow: 1;
	  left: 20%;
}
#circles_target .__col .__image {
  position: relative;
  height: 100%;
  text-align: center;
}
#dividends {
    padding-top: 50px;
}
.__item__icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0b2d49;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
}
.app__title {
    font-size: 1.1rem;
    line-height: 1.5rem;
    left: 0;
    top: 0;
    margin: 0 0 0.5rem;
    text-transform: none;
    padding: 0 0 0 1rem;
}
.__item__icon:before{
	left: 50%;
    top: 50%;
    position: absolute;
}
.submenu__item.active .tariff-name {
	font-weight: bold;
    color: #C99F55;
}
.submenu__item .tariff-name {
    font-size: 30px;
    font-weight: normal;
    line-height: 60px;
    color: #949494;
    text-align: center;
	display: block;
    margin-bottom: 0;
}
.submenu__item .icon_tariff {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 30px;
    display: inline-block;
    margin-top: 0;
}
.submenu .icon_tariff {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 30px;
    display: inline-block;
    margin-top: 0;
}
li.tariff__tabs.submenu__item.active {background: inherit;}
li.tariff__tabs.submenu__item {padding:0px;}
.submenu__item .icon_tariff_1 {
    background-image: url(../images/1.png);
    width: 30px;
}
.submenu__item.active .icon_tariff_1 {
    background-image: url(../images/1_active.png);
}
.submenu__item .icon_tariff_2 {
    background-image: url(../images/2.png);
    width: 90px;
}
.submenu__item.active .icon_tariff_2 {
    background-image: url(../images/2_active.png);
}
.submenu__item .icon_tariff_3 {
    background-image: url(../images/3.png);
    width: 156px;
}
.submenu__item.active .icon_tariff_3 {
    background-image: url(../images/3_active.png);
}
#circles_target .__col .__image img {
	position: relative;
	z-index: 2;
	top: -20px;
    left: -10px;
}
#circles_target .__col:nth-child(1) {
	position: absolute;
    width: 350px;
	top: -50%;
	z-index: 9;
}
#circles_target .__col .__image .main_image__pulses {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  padding-top: 100%;
  padding-left: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.advantages {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 130px auto 95px;
    max-width: 1100px;
}
.advantages-item {
    position: relative;
    width: 130px;
    margin: 70px 40px;
    text-align: center;
    font-size: 16px;
}
.advantages-item:before {
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    background: url(/img/videoLanding/test.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.advantages-item:nth-child(1):before {
    background-image: url(../images/adv-icon-1.png);
}
.advantages-item:nth-child(2):before {
    background-image: url(../images/adv-icon-2.png);
}
.advantages-item:nth-child(3):before {
    background-image: url(../images/adv-icon-3.png);
}
.advantages-item:nth-child(4):before {
    background-image: url(../images/adv-icon-4.png);
}
.advantages-item:nth-child(5):before {
    background-image: url(../images/adv-icon-5.png);
}
.product-popup:before {
    width: 2rem;
    height: 1rem;
    display: block;
    content: ' ';
    position: absolute;
    left: 10%;
    top: -1rem;
    background: url(../images/triangle_top.png) 0 no-repeat;
    background-size: contain;
}

.text-block h2 {
    font-size: 41px;
    text-align: center;
    line-height: 4rem;
    font-weight: 600;
    text-transform: uppercase;
}
.text-block p {
    text-align: center;
    margin: auto;
    line-height: 1.5;
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
}
.cover-second {
    width: 100%;
    height: 1000px;
    background: url(../images/cover-second.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.map-products-container {
    width: 1230px;
    margin: 100px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.map-products-map {
    width: 730px;
    height: 550px;
    background-image: url(../images/flat-map.jpg);
    position: relative;
}
.map-products-map-item:hover {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
}
.map-products-map-item:nth-child(1) {
    top: 30px;
    left: 300px;
    background-image: url(../images/camera-basic.jpg);
}
.map-products-map-item:nth-child(2) {
    top: 300px;
    left: 300px;
    background-image: url(../images/camera-basic.jpg);
}
.map-products-map-item:nth-child(3) {
    top: 90px;
    left: 530px;
    background-image: url(../images/camera-basic.jpg);
}

.map-products-detail {
    width: 450px;
    padding-left: 50px;
}
.map-products-detail-item:first-child {
    display: block;
}
.map-products-detail-item {
    display: none;
}
.map-products-detail-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.detail-basic .products-detail-image {
    background-image: url(../images/camera-basic.jpg);
}
.products-detail-image {
    width: 100px;
    height: 100px;
    background-position: bottom center;
    -webkit-background-size: contain;
    background-size: contain;
}
.map-products-detail h3 {
    padding-left: 30px;
	    font-size: 33px;
    font-weight: 600;
}
.slid .map-products-detail-text p {
    text-align: left;
    margin: 50px 0;
	font-size:14px;
}
.map-products-detail-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.products-detail-price {
    font-size: 25px;
    font-weight: 600;
}
.text-block h3 {
	font-size: 36px;
    text-align: center;
    color: #0b2d49;
}
.text-block.kon {
    padding-top: 90px;
}
.cam-button-1:hover {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
	text-decoration: inherit;
    transform: translate(0, -2px);
    -webkit-box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.4);
}
.cam-button-1 {
    width: 210px;
    text-align: center;
    padding: 15px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #c99f55;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-box-shadow: 2px 2px 2px rgb(201, 159, 85);
    box-shadow: 2px 2px 2px rgb(201, 159, 85);
	cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.map-products-map-item {
    position: absolute;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-background-size: 60px 60px;
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.mob__holder img {
	display: block;
    margin: auto;
}
#circles_target .__col .__image .main_image__pulse {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border: 1px solid #0b2d49;
}
#circles_target .__col .__items_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#circles_target .__col .__items_container .__item {
  position: absolute;
  cursor: pointer;
  height: 70px;
  transform-origin: 50% 200% 0;
  z-index: 10;
}
#circles_target .__col .__items_container .__item:nth-child(1) {
     top: -40%;
    left: 65%;
}
#circles_target .__col .__items_container .__item:nth-child(2) {
  top: 10%;
    left: 75%;
}
#circles_target .__col .__items_container .__item:nth-child(3) {
  top: 70%;
    left: 76%;
}
#circles_target .__col .__items_container .__item:nth-child(4) {
     top: 118%;
    left: 66%;
}
#circles_target .__col .__items_container .__item:nth-child(5) {
  top: 135%;
    left: 46%;
}
#circles_target .__col .__items_container .__item:nth-child(6) {
  top: 115%;
    left: 26%;
}
#circles_target .__col .__items_container .__item .__item__image {
  position: relative;
  text-align: center;
  margin-top: -10px;
}
#item_five .icon__item__title {
padding-left: 0px;
    left: -15%;
    top: 90%;
    text-align: center;
}
#item_six .icon__item__title
{padding-left: 0px;
    left: -45%;
    top: 30%;
    text-align: center;}
#circles_target .__col .__items_container .__item .__item__image .pulseimg {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border: 1px solid #00aeef;
}
.icon__item__title {
    padding-left: 50px;
    position: absolute;
    font-size: 12px;
    top: 20%;
    line-height: 1;
}
#circles_target .__col .__items_container .__item .__item__image .pulse_imgs {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  padding-top: 100%;
  padding-left: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.__header h2 {
    font-size: 19px;
    line-height: 28px;
    font-weight: 700;
    margin: 10px 0;
    text-transform: inherit;
    color: #0b2d49;
}
.__header p {
	font-size: 14px;
    line-height: 18px;
}
#circles_target .__col .__items_container .__item .__item__image img {
  border-radius: 50%;
  margin-top: -10px;
  z-index: 10;
}
#circles_target .__desc_container {
  position: relative;
}
#circles_target .__desc_container .__desc {
  position: absolute;
  top: 0;
  left: 0;
}
#circles_target .__item__icon img{
    top: 20%;
    position: relative;
    left: 20%;
}
#circles_target .__desc_container .__desc .__desc__title {
  font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.principy{
    padding-top: 250px;
}
.moduletable.zach___kv {

    padding-bottom: 150px;
}
.text__prise {width: 42rem;    position: relative;}
.text__prise table {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2rem;
    border: 1px solid #f7f7f7;
    background-color: #fff;
}
    .table .product-popup-text p {
        margin-top: 0;
        margin-bottom: 0;
		font-size: 14px;
    line-height: 1.5;
    }

    .table .product-popup-text p:first-child {
        margin-top: 0;
       padding-top: 1rem;
    }

    .text tbody tr:nth-child(odd).row-selected {
        background: linear-gradient(#ffffff 0%, #f4f4f4 100%)
    }

    .product-name {
        border-bottom: 1px solid;
        cursor: pointer;
    }

    .product-popup {
        position: absolute;
        left: -4%;
        width: 53rem;
    margin-top: 1.5rem;
        background: transparent;
        display: none;
        z-index: 1;
        box-shadow: 0 0 5rem rgba(0, 0, 0, 0.2);
    }


    .product-popup .js-close {
        display: none;
    }

    .product-popup-inner {
        background: #ffffff;
    }

    .product-popup img {
        height: 18rem;
        display: inline-block;
        float: left;
    }

    .product-popup-text {
        min-height: 18rem;
        vertical-align: middle;
        line-height: 2.5rem;
        text-align: justify;
        padding: 0 3%;
    }

    .text table {
        margin: 0;
    }

        .spoilerHead .spoiler__arrow {
        top: 0;
    }

    #spoilerDetails {
        overflow: hidden
    }

    .spoilerHead.opened .spoiler__arrow:before {
        transform: rotate(180deg);
    }

    .signtoservice {
        margin-top: 30px;
        padding-left: 60px;
        padding-bottom: 4rem;
    }
	.form__title {
        margin: 0 0 2.2rem;
    max-width: 25rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: 3.7rem;
}
#service-sign select {
	width: 250px;
    border-bottom: 1px solid #0b2d49;
    background-color: #fff;
    margin-bottom: 3.7rem;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-radius: 0px;
    font-size: 16px;
}
.service-sign {
    padding: 0rem 1rem;
    line-height: 2.5rem;
    margin: 0;
    border: 1px solid transparent;
    outline: 0;
    color: #fff;
    background: #C99F55;
    white-space: nowrap;
	cursor: pointer;
    width: 15rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 1.5rem;
    font-size: 1rem;
}
.cart #circles_target .__col:nth-child(2) {
	left: 10%;
}
.cart #circles_target .__col .__items_container .__item:nth-child(1) {
        top: 0%;
    left: 70%;
}
.cart #circles_target .__col .__items_container .__item:nth-child(2) {
    top: 35%;
    left: 75%;
}
.cart #circles_target .__col .__items_container .__item:nth-child(3) {
    top: 70%;
    left: 70%;
}
.cart #circles_target .__col .__items_container .__item:nth-child(4) {
        top: 0%;
    left: 20%;
}
.cart #circles_target .__col .__items_container .__item:nth-child(5) {
        top: 35%;
    left: 15%;
}
.cart #circles_target .__col .__items_container .__item:nth-child(6) {
        top: 70%;
    left: 20%;
}
.cart #circles_target .__col .__items_container .__item .__item__image img {
    padding: 20px;
background-color: #C99F55;}
.cart #item_six .icon__item__title {
    left: -60%;
    font-weight: bold;
    line-height: 1.3;
    top: 10px;
    font-size: 14px;
    text-align: left;
}
.cart .__desc__desc ul {margin:0;}
.cart .__desc__desc ul li{margin: 0.2rem;    font-size: 0.9rem;}
.cart #item_five .icon__item__title {
    left: -70%;
    font-weight: bold;
    line-height: 1.3;
    top: 0px;
    font-size: 14px;
    text-align: left;
}
.cart #item_four .icon__item__title {
        left: -90%;
    font-weight: bold;
    line-height: 1.3;
    top: 5px;
    font-size: 14px;
    text-align: left;
}
.moduletable.cart {
    padding-top: 120px;
    padding-bottom: 120px;
}
    .signtoservice .btn {
        color: #fff;
    }
	.moto__landing.wrap__wider {
    width: auto;
    max-width: 72rem;
    margin: auto;
    left: 0;
    right: 0;
}
.moto__landing .little__bike {
    display: none;
}
.moto__squares {
    width: 100%;
}
.moduletable.moto__landing {
    padding-top: 120px;
}
.moto__risks__tesis .item {
    width: 50%;
    font-size: 1.2rem;
	color:#0b2d49;
    line-height: 1.4rem;
    padding: 1rem 4rem 1rem 8rem;
    background-repeat: no-repeat;
    font-weight: bold;
    background-size: contain;
    background-position: center left;
}
.picture__title__block {
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 0;
    color: #fff;
}
.picture__title__block > div:nth-child(1) {
   font-size: 2vw;
    text-align: right;
    font-weight: 800;
    position: relative;
    right: 20px;
    float: left;
    top: 18px;
}
.picture__title__block > div {
    width: 50%;
}
.picture__title__block > div:nth-child(2) {
    font-size: 1.2vw;
    line-height: 1.4vw;
    position: relative;
	float: right;
    top: 5px;
    left: 10px;
}
.picture__title__block span {
    color: #ffd800;
    font-weight: 700;
}
h3.blue-xs {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #0b2d49;
}
.moto__landing h3 {
    font-weight: bold;
    text-align: left;
    margin: 3rem 0;
}
.assistance__cover {
    width: 100%;
    max-width: 100%;
    height: 800px;
    background: #fff url(../images/cover__bg.jpg) right top no-repeat;
    margin-bottom: 0;
}
.cover_wrapper {
    height: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: space-between;
}
.cover_wrapper h1 {
    font-size: 56px;
    font-weight: 700;
    margin: 113px 0 0 0;
	color:#0b2d49;
}
.cover_wrapper h1 span {
    font-size: 40px;
    font-weight: 400;
    margin-top: 40px;
	display:block;
}
.moduletable.assistance__leadtext.polomka {
    margin: inherit;
	    margin-bottom: 50px;
}
.cover_wrapper > span {
    font-size: 24px;
    margin-top: 60px;
	line-height: 1.2;
    color: #0b2d49;
}
.assistance__services {
    height: 400px;
	max-width: 1200px;
    margin: 0 auto 50px;
}
.service__icon {
    position: relative;
    font-size: 16px;
    max-width: 237px;
    margin-left: 128px;
    line-height: 1.2;
}
.assistance__offer {
	    max-width: 1200px;
    margin: 0 auto 50px;
	color:#0b2d49;
}
.assistance__offer h2 {
	text-align: center;
    font-size: 42px;
    font-weight: 400;
	text-transform: uppercase;
    margin: 0 0 45px 0;
}
.assistance__offer__holder {
    display: flex;
}
.assistance__offer__item {
    flex: 1;
    position: relative;
    padding-bottom: 50px;
}
.assistance__offer__item h3 {
    margin-bottom: 10px;
    font-size: 42px;
    text-transform: uppercase;
	font-weight: normal;
}
.assistance__offer__item p {
    text-align: justify;
    font-size: 16px;
    padding-right: 50px;
}
.assistance__section, .assistance__advise {
	max-width: 1200px;
    margin: 0 auto 50px;
	color: #0b2d49;
	padding-top: 20px;
}
.assistance__advise__screen {
    display: flex;
    /* margin-bottom: 125px; */
    /* min-height: 465px; */
}
.advise__image {
    display: none;
    height: 428px;
    width: 50%;
    background: url(../images/hands__bg.jpg) center no-repeat;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.32), 17px 15px #2e568f;
}
.advise__text {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* justify-content: space-between; */
}
.assistance__advise__screen .assistance__leadbutton__small {line-height: 2.5;}
.advise__text h4 {
        font-size: 33px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 20px;
}
.advise__text p {
    font-size: 25px;
    line-height: 1.3;
}
.assistance__advise__price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 50px;
    font-weight: 700;
    font-size: 32px;
    color: #2e5791;
}
.assistance__advise__price span {
    font-weight: 400;
    font-size: 22px;
}
.assistance__advise__price__caption {
    font-size: 28px!important;
}
.assistance__advise__price span {
    font-weight: 400;
    font-size: 22px;
}

.assistance__section p {
    font-size: 25px;
    text-align: center;
}
.assistance__checks__holder {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.assistance__checks__item {
    width: 50%;
    display: flex;
    align-items: center;
    height: 165px;
}
.assistance__checks__item .priority__check {
    display: block;
    width: 0px;
    height: 0px;
    color: #fff;
    background: #fff;
    position: relative;
	    margin: inherit;
}
.assistance__checks__item label {
    display: block;
    font-size: 16px;
    margin-left: 215px;
    position: relative;
    cursor: pointer;
	margin-bottom:0px;
}
.assistance__checks__item label:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -154px;
    width: 28px;
    height: 28px;
    background-size: 25px!important;
    background: url(../images/checks/check__empty.svg) center no-repeat;
}
.priority__check:checked:after {
    content: '';
    position: absolute;
    height: 54px;
    width: 54px;
    left: 123px;
    top: 50%;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #2e5791;
    box-shadow: 0 0 7px #2e5791;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.priority__check:checked + label:before {
    background: url(../images/checks/check__checked.svg) center no-repeat;
}
.assistance__checks__item:nth-child(1) label:after {
    background-image: url(../images/checks/1.svg);
}
.assistance__checks__item:nth-child(2) label:after {
    background-image: url(../images/checks/2.svg);
}
.assistance__checks__item:nth-child(3) label:after {
    background-image: url(../images/checks/3.svg);
}
.assistance__checks__item:nth-child(4) label:after {
    background-image: url(../images/checks/4.svg);
}
.assistance__checks__item:nth-child(5) label:after {
    background-image: url(../images/checks/5.svg);
}
.assistance__checks__item:nth-child(6) label:after {
    background-image: url(../images/checks/6.svg);
}
.assistance__checks__item:nth-child(7) label:after {
    background-image: url(../images/checks/7.svg);
}
.assistance__checks__item:nth-child(8) label:after {
    background-image: url(../images/checks/8.svg);
}
.assistance__checks__item:nth-child(9) label:after {
    background-image: url(../images/checks/9.svg);
}
.assistance__checks__item:nth-child(10) label:after {
    background-image: url(../images/checks/10.svg);
}
.assistance__checks__item:nth-child(11) label:after {
    background-image: url(../images/checks/11.svg);
}
.assistance__checks__item:nth-child(12) label:after {
    background-image: url(../images/checks/12.svg);
}
.assistance__checks__item:nth-child(13) label:after {
    background-image: url(../images/checks/13.svg);
}
.assistance__checks__item:nth-child(14) label:after {
    background-image: url(../images/checks/14.svg);
}
.assistance__checks__item:nth-child(15) label:after {
    background-image: url(../images/checks/15.svg);
}
.assistance__checks__item:nth-child(16) label:after {
    background-image: url(../images/checks/16.svg);
}
.assistance__checks__item label:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -97px;
    width: 107px;
    height: 107px;
    box-shadow: 0 0 10px 1px #969595;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    width: 68px;
    height: 68px;
    background-size: 58px!important;
}
.assistance__section h2 {
        margin-bottom: 30px;
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    margin: 0 0 45px 0;
    text-transform: uppercase;

}
.assistance__offer__price {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 50px;
    font-weight: 700;
    font-size: 32px;
    color: #2e5791;
}
.assistance__offer__price span {
    font-weight: 400;
    font-size: 22px;
}
.assistance__offer__price .assistance__leadbutton__small {
    height: 39px;
    border-radius: 12px;
    width: 270px;
    font-size: 16px;
    padding: 0;
    line-height: 39px;
    vertical-align: middle;
    background-size: 100% auto;
}
.assistance__leadbutton__small {
    display: inline-block;
    width: 340px;
    height: 55px;
    padding: 18px;
    color: #fff;
    background: url(../images/button__bg.svg) center no-repeat;
    background-size: 100%;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.advantage__icon:hover:before {
    box-shadow: 0 0 24px 1px #C99F55;
}
.service__icon:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -91px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    box-shadow: 0 0 10px 1px #969595;
    background-size: 58px!important;
}
.service__icon:nth-child(1):before {
    background: #fff url(../images/3.svg) center no-repeat;
}
.service__icon:nth-child(2):before {
    background: #fff url(../images/2.svg) center no-repeat;
}
.service__icon:nth-child(3):before {
    background: #fff url(../images/4.svg) center no-repeat;
}
.service__icon:nth-child(4):before {
    background: #fff url(../images/1.svg) center no-repeat;
}
.service__icon:nth-child(5):before {
    background: #fff url(../images/5.svg) center no-repeat;
}
.assistance__service__icons {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff url(../images/two__cars__bg.jpg) left center no-repeat;
    background-size: contain;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.moduletable.assistance__leadtext {
    margin: -220px auto 50px;
    text-align: center;
	color: #0b2d49;
}
.assistance__leadtext h2 {
	text-transform: uppercase;
    line-height: 5.5rem;
    font-size: 42px;
    font-weight: normal;
}
.assistance__leadtext p {
    font-size: 23px;
    padding: 0 40px;
}
.cover_wrapper .priority__leadbutton {
    display: inline-block;
    width: 400px;
    height: 65px;
    margin-top: 60px;
    padding: 24px 28px;
    color: #fff;
    background: url(../images/button__bg.svg) center no-repeat;
    background-size: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 2.8;
    text-transform: uppercase;
}
.assistance__advantages {
	    max-width: 1200px;
    margin: 0 auto 50px;
	height: 400px;
}
.assistance__advantage__icons {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent url(../images/evac__bg.png) right center no-repeat;
    background-size: 65%;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.advantage__icon:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -91px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    box-shadow: 0 0 10px 1px #969595;
    background-size: 58px!important;
}
.advantage__icon:nth-child(1):before {
    background: #fff url(../images/1.svg) center no-repeat;
}
.advantage__icon:nth-child(2):before {
    background: #fff url(../images/advantages/2.svg) center no-repeat;
}
.advantage__icon:nth-child(3):before {
    background: #fff url(../images/advantages/3.svg) center no-repeat;
}
.advantage__icon:nth-child(4):before {
    background: #fff url(../images/advantages/4.svg) center no-repeat;
}
.advantage__icon {
    position: relative;
    font-size: 16px;
    max-width: 237px;
    margin-left: 128px;
}
.moto__risks__tesis .item:nth-child(1) {
    background-image: url(/images/module/icon_bike.gif);
}
.moto__risks__tesis .item:nth-child(2) {
    background-image: url(/images/module/icon_guy.gif);
}
.moto__squares .moto__squares__row, .moto__risks__tesis, .moto__aquabike__block, .moto__services__top .picture__title__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.moto__squares .bg__quadrobike {
    background-image: url(/images/module/quadrobike.jpg);
}
.moto__squares .bg__snowbike {
    background-image: url(/images/module/snowbike.jpg);
}
.moto__landing .title-h2 .blue {
    color: #174882;
    border-bottom: none;
}
.moto__risks__scheme img {
    width: 100%;
    height: auto;
}
.moto__risks__scheme .risk__arguments {
    display: none;
}
.moto__squares__item ul {
	list-style: none;
	margin: 0 0 9px 0px;
}
.moto__risks__scheme {
    padding-right: 7rem;
    margin-left: -2rem;
}

.moto__squares p, .moto__squares li, .moto__squares h3 {
    font-size: 1.1rem;
    line-height: 2rem;
    margin: 0;
}
.moto__squares li {
    font-weight: bold;
	color: #0b2d49;
}
.moto__squares .moto__squares__item {
    width: 50%;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    padding: 1rem 0 1.5rem 2.5rem;
    list-style: none;
}
.moto__landing .title-h2 {
    font-size: 1.6rem;
    text-align: left;
	color:#0b2d49;
    text-transform: uppercase;
    padding-top: 150px;
}
.assistance__include h2 {
    font-weight: 700;
	text-align: center;
    font-size: 42px;
    font-weight: 400;
    margin: 0 0 45px 0;
}
.assistance__include {
	    max-width: 1200px;
    margin: 0 auto 50px;
}
.assistance__include__switch strong {
    display: inline-block;
    border-bottom: 1px dashed;
    cursor: pointer;
	font-weight:normal;
	padding-bottom: 10px;
}
.assistance__include__switch strong:hover {
    border: none;
    padding-bottom: 11px;
	font-weight:normal;
}
.assistance__include__switch strong:after {
    content: ' ▼';
}
.assistance__include__switch.active strong:after {
    content: ' ▲';
}
.assistance__include__table {
    width: 100%;
    display: none;
}
.include__table__header {
    border: none;
    font-weight: 700;
}
.include__table__header th {
    font-size: 33px;
    font-weight: bold;
	    padding-bottom: 10px;
}
.assistance__include__table tr td:last-child {
    border-right: none;
}
.assistance__include__table tr td:first-child {
    border-left: none;
}
.assistance__include__table tr td:first-child, .assistance__include__table tr td.empty {
    background-image: none;
}
.assistance__include__table tr td.option {
    text-align: center;
    background: none;
    color: #2e5791;
    font-size: 22px;
}
.include__table__totals td.priority__table__price {
    font-size: 32px;
    color: #2e5791;
}
.assistance__include__table tr.include__table__subheader td {
    background: #ebecec;
    border-top: 1px solid #434242;
    border-bottom: 1px solid #434242;
    font-weight: 700;
}
.assistance__include__table tr td {
    border: 1px solid #434242;
    color: #2b2a29;
    padding: 25px 20px;
    font-size: 20px;
    min-width: 250px;
    background: url(../images/round.png) center no-repeat;
    font-weight: lighter;
}
.bez__signal #circles_target .__col .__items_container .__item:nth-child(1) {
    top: -100%;
    left: 60%;
}
.bez__signal #circles_target .__col .__items_container .__item:nth-child(2) {
    top: -30%;
    left: 70%;
}
.bez__signal #circles_target .__col .__items_container .__item:nth-child(3) {
    top: 60%;
    left: 70%;
}
.bez__signal #circles_target .__col .__items_container .__item:nth-child(4) {
    top: 140%;
    left: 62%;
}
.bez__signal #circles_target .__col .__items_container .__item:nth-child(5) {
        top: 169%;
    left: 48%;
}
.bez__signal #circles_target .__item:nth-child(5) .__item__icon img {position:inherit;}
.bez__signal #circles_target .__item:nth-child(5) .__item__image img {
	width: 50px;
    height: 50px;
    background-color: #C99F55;
    padding: 10px;
    margin-top: 0px;
}
#service-sign .feedback.btn.btn-block.btn-large.btn-success {margin-top: 30px;}
	.box-modal#service-sign {width:600px;padding: 4rem 4rem 2rem;}
    .addressesBlock {
		    display: inline-block;
    }

    .addressesBlock .leftPart {
        font-size: 1.6rem;
        margin: 0 0 40px 50px;
        float: left;
        width: 425px;
    }

    .addressesBlock .phones {
        float: left;
        color: #C99F55;
        font-weight: bold;
        font-size: 1.8rem;
        margin: 0 0 40px;
        padding-left: 20px;
    }

    .addressesBlock .phones b {
        margin-bottom: 10px;
    }

    iframe[name="google_conversion_frame"] {
        display: none;
    }

    @media (max-width: 1023px) {
        .text table {
            min-width: 37rem;
        }
        .text th {
            white-space: pre-wrap;
        }

        .spoilerHead {
            width: 36rem;
            margin: 0 -1.8rem;
            padding-left: 2rem;
        }

        .spoilerHead .spoiler__arrow {
            top: 80px;
        }

        .addressesBlock .leftPart {
            margin: 0 0 16px 0;
            width: 100%;
            line-height: 2.5rem;
        }

        .addressesBlock .phones {
            padding-left: 0px;
        }

        .signtoservice {
            padding-left: 0px;
            text-align: center;
        }

        .product-popup {
            left: 0!important;
            right: 0!important;
            width: auto!important;
        }

        .product-popup .js-close {
            display: block;
            position: absolute;
            right: 2rem;
            top: 1rem;
            font-size: 3rem;
            color: #2f2e33;
            cursor: pointer;
        }

        .product-popup-inner {
            padding: 0 2rem 2rem;
        }

        .product-popup img {
            padding: 0!important;
            width: 100%;
            height:auto!important;
        }

    }


div#prizn {
    padding-top: 130px;
}
div#posluga {
    padding-top: 150px;
}

.text__prise th:first-child {
    padding-left: 2.5rem;
	width: 60rem;
}
.text__prise h3 {
    font-size: 1.5rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
}
.text__prise a, .text__prise h3, .text__prise h4 {
    line-height: 1.5rem;
}
.text__prise>h1, .text__prise>h2, .text__prise>h3, .text__prise>h4, .text__prise>ol, .text__prise>p, .text__prise>ul {
    padding-right: 2rem;
}
.addressesBlock .leftPart {
    font-size: 0.8rem;
    margin: 0 0 40px 50px;
    float: left;
    width: 425px;
}
.addressesBlock .phones {
    float: left;
    color: #C99F55;
    font-weight: bold;
    font-size: 0.9rem;
    margin: 0 0 40px;
    padding-left: 20px;
}
.moduletable.bez__signal {
    padding-bottom: 100px;
}
.services-list--perimetr {
    margin: -1px 0 0;
}
.services-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.services-list--perimetr .services-list__item {
    -ms-flex-direction: column;
    flex-direction: column;
}
.services-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 12rem;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.services-list__item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b2d49;
    opacity: .5;
    z-index: 1;
}
.services-list--perimetr .services-list__item span {
    font-size: 1.2rem;
    line-height: normal;
    max-width: 15rem;
}
.text__prise td:last-child, .text__prise th:last-child {
    padding-right: 2.5rem;
    text-align: right;
}
.signtoservice {
    margin-top: 30px;
    padding-left: 60px;
    padding-bottom: 2rem;
}
.text__prise td, .text__prise th {
    padding-left: 2.5rem;
    padding-right: 1rem;
    height: 4rem;
    vertical-align: middle;
    text-align: left;
	font-size: 14px;
	width: 10rem;
	vertical-align: inherit!important;
}
.services-list__item span {
    display: block;
    max-width: 13rem;
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: center;
    position: relative;
    z-index: 2;
    top: 0;
    transition: top .1s ease;
}
.services-list--perimetr .services-list__item small {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 0.7rem 0 0;
    line-height: normal;
    position: relative;
    z-index: 2;
    max-width: 15rem;
}
.poz__signal #circles_target .__item:nth-child(1) .__item__icon img {
   top: 20%;
    position: relative;
   left: 20%; 
}
.poz__signal #circles_target .__item__icon img {
   top: 0%;
    position: relative;
   left: 0%; 
}
.poz__signal #circles_target .__col .__items_container .__item:nth-child(1) {
    top: -90%;
    left: 65%;
}
.poz__signal #circles_target .__col .__items_container .__item:nth-child(2) {
        top: -10%;
    left: 75%;
}
.poz__signal #circles_target .__col .__items_container .__item:nth-child(3) {
    top: 80%;
    left: 75%;
}
.poz__signal #circles_target .__col .__items_container .__item:nth-child(4) {
    top: 150%;
    left: 65%;
}
.services-feedback__inner {
    width: 36rem;
    min-height: 12rem;
    box-sizing: border-box;
    margin: 6rem auto;
    background: #fff;
    border: 1px solid #f7f7f7;
    text-align: center;
	margin-bottom: 0;
    padding: 1.2rem 3.5rem;
}
.service-article {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4.2rem;
}
.service-article__left {
    width: 18rem;
}
.service-article .service-article__title {
    margin: -.2rem 0 2.2rem;
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-transform: none;
    padding-right: 3rem;
}
.service-article__right {
    width: 30rem;
}
.readmore-mytext p:first-child {
    margin-top: 0;
}
.service-actions, .readmore-mytext p:last-child {
    margin-bottom: 0;
}
.readmore-mytext p {
     font-size: 0.9rem;
	 margin: 1.3rem 0;
	 line-height: 1.4;
}
.readmore-mytext ul.list-columns li:nth-child(odd) {
    margin-right: 6rem;
}
.readmore-mytext ul.list-columns li {
    width: 12rem;
}
.readmore-mytext ul {
    margin: 2rem 0 1rem;
    font-size: 0;
	line-height: 1.3rem;
}
.readmore-mytext ul li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 0 1.5rem;
    font-size: 0.9rem;
    line-height: 1rem;
    position: relative;
}
.principles__inner {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-align: top;
    align-items: top;
    min-height: 12rem;
}
.principles__text {
    padding: 2rem;
   
}
ul#objects {
    padding-top: 120px;
}
.principles-item, .principles__list, .principles__text {
    width: 50%;
	display: contents;
    box-sizing: border-box;
}
.principles__text h2.principles__title {
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-transform: none;
    margin-top: 0;
	 padding-top: 150px;
}
.principles__text p {
	font-size: 0.9rem;
}
.principles__list {
    height: 12rem;
    font-size: 0;
    border: 1px solid #f7f7f7;
}
.principles-item {
    display: inline-block;
    height: 18rem;
    font-size: 0.9rem;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    margin-top: 0;
}
.principles-item:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #faf9f7;
    opacity: 0;
    z-index: 1;
    transition: opacity .3s ease;
	content:'';
}
.principles-item:hover:before {
    opacity: .9;
	content:'';
}
.principles-item:hover p {
    max-height: 7rem;
    margin-top: 1.1rem;
    opacity: 1;
    transition: max-height .5s ease,margin .1s ease,opacity .5s ease;
}
.principles-item p {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    font-size: 0.7rem;
    line-height: 1rem;
    opacity: 0;
    transition: max-height .2s ease,margin .2s ease,opacity .1s ease;
}
.principles-item__inner {
    position: absolute;
    right: 2rem;
    bottom: 1.7rem;
    left: 2rem;
    z-index: 2;
}
.principles-item:hover strong {
    font-weight: 700;
}
.principles-item strong {
    display: block;
}
.service-article .service-article__subtitle {
    width: 12rem;
    color: #C99F55;
    font-size: 0.7rem;
    line-height: 1rem;
}
.readmore-mytext ul li:before {
    display: block;
    background: url(../images/right-str.svg) right top no-repeat;
    background-size: auto 100%;
    width: 1.8rem;
    height: 0.7rem;
    position: absolute;
    top: 0;
    left: -3.8rem;
	content: '';
}
.readmore-mytext ul {
    margin: 2rem 0 1rem;
    font-size: 0;
}
.item-page .btn-readmore-mytext,
.btn-readmore-mytext {
    width: 10rem!important;
    height: 3rem;
    font-size: 1.3rem;
    line-height: 2.5;
    border-radius: 50px;
    text-align: center;
    margin: auto;
    color: #fff;
    background: #C99F55;
    padding: 10px;
    margin-bottom: 100px;
}
.services-feedback__inner p {
    margin-bottom: 1.5rem;
}
.services-grid__item {
    min-height: 18rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.biznes h3 {
	font-size: 2rem;
    position: relative;
    top: 0;
    transition: inherit;
    text-transform: uppercase;
    text-align: center;
}
.moduletable.principles__inner {
    margin-top: 0px;
}
.services-list--perimetr {
    margin: -1px 0 0;
}
.services-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.services-list--perimetr .services-list__item {
    -ms-flex-direction: column;
    flex-direction: column;
}
.divid {padding-top: 130px;}
.services-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 14rem;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.equip__inner {
	z-index: 1;
	min-height: 30rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
        padding: 8.5rem 0 0rem 2.7rem;
}


.equip__monitors {
    width: 25.3rem;
    height: 16.5rem;
    position: absolute;
    left: 50%;
    margin-left: -3.7rem;
    top: 10.7rem;
    z-index: 2;
}
.equip__laptop {
    width: 25.3rem;
    height: 19.5rem;
    background: url(../images/laptop.png) no-repeat;
    background-size: 100% auto;
    position: relative;
}
.equip__laptop-screen {
    display: block;
    position: absolute;
    left: 1rem;
    top: 1rem;
    right: 1rem;
    height: 13rem;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}
.equip__tablet-screen {
    position: absolute;
    border: 1px solid #666;
    box-sizing: border-box;
    height: 9.3rem;
    left: 2.7rem;
    right: 2.7rem;
    top: .3rem;
    background-size: cover;
    background-position: center center;
}
.moduletable.monitoryng {
    position: relative;
	height: 45rem;
}
.equip__tablet {
    width: 17.7rem;
    height: 10rem;
    background: url(../images/ipad.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: -7.5rem;
    bottom: -1.7rem;
}

.equip__text {
    width: 22rem;
}
.equip__text dl {
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5rem;
}
.equip__bottom-text {
    position: absolute;
    height: 6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    left: 2.7rem;
    bottom: 0;
}
.equip__devices {
    width: 40rem;
    height: 36rem;
    top: 0;
    z-index: 3;
    margin: 0 0 0 -20rem;

}
.rabot h2.equip__title {
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-transform: none;
    margin-top: 0;
}
.equip__text dl {
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5rem;
}
.equip__text dd {
        width: 17rem;
    line-height: 1rem;
    font-size: 0.9rem;
    margin-left: 20px;
}
.equip__text dt {
    color: #C99F55;
	font-weight: normal;
    font-size: 1rem;
    width: 17.2rem;
    position: relative;
    top: .1rem;
}
.equip__text p {font-size: 0.9rem;
    line-height: 1.2rem;}
.monitoryng #circles_target .__col:nth-child(1) {
	    right: -20px;
}
.moduletable.zach___kv.fiz__och #circles_target .__item__icon img{
	top: 0%;
    left: 0%;
}
.services-list__item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b2d49;
    opacity: .5;
    z-index: 1;
}
.services-list--perimetr .services-list__item strong {
    font-size: 1.2rem;
    line-height: normal;
    max-width: 15rem;
}
.services-list__item strong {
    display: block;
    max-width: 12rem;
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: center;
    position: relative;
    z-index: 2;
    top: 0;
    transition: top .1s ease;
}
.moduletable.services-grid {
	margin-top: 100px;
    width: 1200px;
    margin: 0 auto 45px;
}
.services-grid__img {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #faf9f7;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.services-grid__item:nth-child(odd) .services-grid__img {
    right: auto;
    left: 0;
}
.services-grid__item:nth-child(odd) .services-grid__text {
    margin-left: 50%;
}
.services-grid__text {
    width: 50%;
    padding: 1rem 3rem;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.services-grid__title {
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-transform: none;
    margin: 0;
}
.services-grid__item:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
}
.spoilerHead {
    background: #fff;
    width: 50rem;
    position: relative;
    padding-left: 2.5rem;
    line-height: 0.5rem;
    border: 1px solid #f7f7f7;
    border-bottom: none;
    box-sizing: border-box;
	padding-top: 15px;
    padding-bottom: 15px;
}
.rabot .moduletable.text__prise h3 {
        font-size: 1.5rem;
    padding-top: 0;
    text-transform: inherit;
	padding-top: 100px;
    padding-bottom: 50px;
}
.spoilerHead .spoiler__arrow {
    top: 15px;
}
.spoiler__arrow {
    position: absolute;
    top: 1rem;
    right: 0;
    box-sizing: border-box;
    width: 6rem;
    height: 3rem;
    border-left: 1px solid #f7f7f7;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transition: border-color .4s;
}
.spoilerHead.opened .spoiler__arrow:before {
    transform: rotate(180deg);
}
.services-systems__title {
    text-align: center;
    height: 3rem;
    margin-top: -0.6rem;
	font-size: 2.7rem;
    line-height: 3rem;
    margin: 1.4rem 0;
    padding-right: 2rem;
    font-weight: 700;
    text-transform: uppercase;
}
.services-systems__inner {
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: 1px solid #f7f7f7;
    box-sizing: border-box;
    margin-top: 3.4rem;
}
.services-systems__column {
    border-right: 1px solid #f7f7f7;
}
.services-systems__column-title h2, .services-systems__column-title h3, .services-systems__column-title h4 {
    margin: 2.5rem 0 1rem;
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-weight: 700;
}
.services-systems__column-text {
    width: 100%;
}
.services-systems__column-text p {
    margin: 1.2rem 0;
}
.services-systems__column-text ol, .services-systems__column-text ul, .services-systems__column-text>p {
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin: 1.2rem 0;
	    position: relative;
	    list-style: none;
}
.services-systems__column-text ul>li {
    padding-left: 1rem;
	font-size: 0.9rem;
}
.text dl {
    margin: 1.2rem 0;
    font-size: 0;
}
.text dl dd:before {
    position: absolute;
    top: 0.6rem;
    left: 3.7rem;
	content: '';
    width: 20px;
    border-bottom: 1px solid #C99F55;
}
.text dl dd {
    position: relative;
    padding-left: 6rem;
    font-size: 1rem;
    margin: 1.2rem 0;
    width: 34rem;
}
.text dl dt {
    float: left;
    max-width: 3rem;
    font-size: 1.1rem;
    font-weight: 700;
}
.text dl dd, .text dl dt {
    line-height: 1.2rem;
}
.tariff__summ-item .old+b, .text a, .text dl dt {
    color: #0b2d49;
}
.services-systems__column-text ol>li:before, .services-systems__column-text ul>li:before {
    content: '—';
    color: #C99F55;
	    position: absolute;
    left: 0;
    height: 1.2rem;
    line-height: 1.2rem;
}
.services-systems__column {
	padding: 0 1rem;
    width: 33.33%;
    padding-left: 1.5rem;
    box-sizing: border-box;
}
#spoilerDetails {
    overflow: hidden;
	width: 50rem;
}
.spoiler__arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.23rem;
    margin-left: -.4rem;
    background: url(../images/arup.png) center no-repeat;
    background-size: 100% 100%;
    width: 0.8rem;
    height: .6rem;
    transform: rotate(0);
    transition: transform .4s;
}
.sstrach .services-grid__text {
	padding-top: 100px;
    padding-bottom: 100px;
}
.sstrach .services-feedback__inner {
	width: 100%;
	text-align: left;
}
.sstrach .services-feedback__inner h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
}
.sstrach .btn-zvonok {
    margin: auto;
    width: 250px;
    display: block;
    height: inherit;
    line-height: inherit;
    margin-top: 30px;
}
.sstrach .services-feedback__inner p {
	font-size: 1.2rem;
	line-height: 1.7;
	margin: 0px;
}
.page-title b {
    color: #c99f55;
}
.page-title.skydka {
    display: inline-block;
}
.sstrach h3.services-grid__title {
	font-weight: normal;
    margin-bottom: 30px;
}
@keyframes pulse {
  0% {
    opacity: 0;
    width: 0%;
    height: 0%;
  }
  50% {
    opacity: 1;
    width: 50%;
    height: 50%;
  }
  100% {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1199px) {
  #circles_target .__desc_container {
       left: 70%;
  }
  #circles_target .__item {
    width: 150px;
  }
  #circles_target .__item .__item__image {
  margin-left: -100px;
  }
}
@media (max-width: 720px) {
  #circles_target .__item {
    width: 70px;
  }
  #circles_target .__item .__item__image {
    margin-left: -65px;
  }
  #circles_target .__item .__item__image img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1199px) {
  #circles_target {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  #circles_target .__col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 40px 0;
  }
  #circles_target .__col:last-child {
    margin-top: 100px;
  }
}
@media (max-width: 1199px) {
  .table-responsive__extra .table {
    display: block;
  }
  .table-responsive__extra .table thead {
    display: none;
  }
  .table-responsive__extra .table tbody {
    display: block;
  }
  .table-responsive__extra .table tr,
  .table-responsive__extra .table th,
  .table-responsive__extra .table td {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
  }
  .table-responsive__extra .table tr {
    border-top: 1px solid #ddd;
  }
  .table-responsive__extra .table tr th,
  .table-responsive__extra .table tr td {
    border-top: none;
  }
}


//*Калькулятор**/
.x {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.x .subm {
  display: inline-block;
  padding: 0 5.6px;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 153, 0.25);
  margin-left: 15px;
}
.x .subm:hover {
  background: #0b2d49;
  color: #fff;
}
.x .quantity_input button {
  color: rgba(0, 0, 0, 0.5);
  background: #fff;
}
.x .quantity_input button:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.x .quantity_input span {
  color: #009;
}
.x .x__tarifs_tabs {
  display: table;
  width: 100%;
  table-layout: fixed;
  font-weight: 500;
}
.x .x__tarifs_tabs .x__tarifs_tabs__tab {
  display: table-cell;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
.x .x__tarifs_tabs .x__tarifs_tabs__tab .ratings {
  opacity: 0.5;
  margin: 7.5px auto 0 auto;
}
.x .x__tarifs_tabs .x__tarifs_tabs__tab.__active {
  color: #009;
}
.x .x__tarifs_tabs .x__tarifs_tabs__tab.__active .ratings {
  opacity: 1;
}
.x .x__tarif .x__tarif__title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  padding: 15px;
}
.x .x__tarif .x__tarif__rating .ratings {
  opacity: 0.5;
  margin: 7.5px auto 0 auto;
}
.x .x__tarif .x__tarif__image img {
  width: 100%;
  height: auto;
}
.x .x__tarif .x__tarif__description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px;
}
.x .x__tarif .x__tarif__description.__active {
  white-space: normal;
}
.x .x__tarif .x__tarif__contain {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.x .x__tarif .x__tarif__contain .x__tarif__contain__item {
  display: table-cell;
  text-align: center;
}
.x .x__tarif .x__tarif__contain .x__tarif__contain__item img {
  width: auto;
  height: 100px;
  margin: 0 auto;
  display: block;
}
.x .x__tarif .x__tarif__contain .x__tarif__contain__item span,
.x .x__tarif .x__tarif__contain .x__tarif__contain__item img {
  display: block;
}
.x .x__tarif .x__tarif__equipments {
  display: table;
  width: 100%;
}
.x .x__tarif .x__tarif__equipments .x__tarif__equipments__equipment {
  display: table-row;
}
.x .x__tarif .x__tarif__equipments .x__tarif__equipments__equipment:not(:nth-child(1)) > div {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.x .x__tarif .x__tarif__equipments .x__tarif__equipments__equipment > div {
  display: table-cell;
  height: 81px;
  padding: 7.5px;
}
.x .x__tarif .x__tarif__equipments .x__tarif__equipments__equipment:hover > div {
  background: rgba(0, 0, 0, 0.025);
}
.x .x__tarif .x__tarif__equipments .x__tarif__equipments__equipment .x__tarif__equipments__equipment__image,
.x .x__tarif .x__tarif__equipments .x__tarif__equipments__equipment .x__tarif__equipments__equipment__image img {
  width: 60px;
}
.x .x__tarif .x__tarif__equipments .x__tarif__equipments__equipment .x__tarif__equipments__equipment__image img {
  height: auto;
}
.x .x__tarif .x__tarif__equipments .x__tarif__equipments__equipment .x__tarif__equipments__equipment__title {
  padding: 15px;
}
.x .x__tarif .x__tarif__equipments .x__tarif__equipments__equipment .x__tarif__equipments__equipment__quantity {
  text-align: right;
}
.x .x__tarif .x__tarif__equipments .x__tarif__equipments__equipment .x__tarif__equipments__equipment__total {
  text-align: right;
  font-weight: 500;
}
.ratings {
  display: table;
}
.ratings .ratings__rate {
  display: table-cell;
  width: 22.5px;
  height: 22.5px;
  background: url('https://www.csat.ru/img/new_calc/1_active.png') no-repeat center;
  background-size: contain;
}
.subm {
  position: relative;
}
.subm .subm__desk {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 16.8px;
  margin-left: -9px;
  padding: 7.5px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  border-top: 2px solid #0b2d49;
  border-bottom: 2px solid #0b2d49;
  display: none;
  min-width: 250px;
  color: #fff;
}
.subm .subm__desk:before {
  content: '';
  display: block;
  border-left: 15px solid #0b2d49;
  border-bottom: 15px solid transparent;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  position: absolute;
  top: 100%;
  left: 7.5px;
  margin-top: -7.5px;
}
.subm:hover .subm__desk {
  display: block;
}
.quantity_input {
  display: table;
  text-align: center;
}
.calcull .well {
	background-color: transparent;
    border: 0px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.05);
}
.quantity_input span,
.quantity_input button {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0 3.75px;
  display: table-cell;
}
.quantity_input button {
  width: 1%;
  cursor: pointer;
  min-width: 15px;
}
#calculator1_target {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.action-link {
    position: relative;
}
.action-link {
    display: block;
    color: #0b2d49;
}
.action__time {
    color: #fff;
}
.action__time {
    display: block;
    font-size: 0.7rem;
    padding-left: 2.5rem;
    position: absolute;
    bottom: 1.6rem;
    left: 1.7rem;
    -webkit-user-select: none;
    user-select: none;
}
.action__time:before {
    content: '';
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    background-size: contain;
    position: absolute;
    left: 2px;
    top: -.4rem;
}
.action {
    position: relative;
}
.action {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
}
.action, .actions--none {
    height: 14rem;
    box-sizing: border-box;
}
.action__left {
    width: 35rem;
    padding: 2rem 6rem 0 2rem;
    box-sizing: border-box;
    background-size: cover;
}
.action__left, .action__right, .tags {
    position: relative;
}
.action__right {
    background: #f5f5f5;
    color: #2f2e33;
	width: 35.4rem;
}

.action__right__inner {
    position: absolute;
    top: 1.8rem;
    right: 1.8rem;
    bottom: 1.1rem;
    left: 1.8rem;
    overflow: hidden;
    transform: translateY(0);
    transition: transform .3s ease;
    will-change: transform;
}
.action__right__inner .action__title {
    color: #0b2d49;
    text-transform: uppercase;
}
.action__right__inner .action__title {
    margin: 0;
    font-size: 1em;
    line-height: 1.2rem;
    font-weight: 700;
    max-height: auto;
}
.action__right__inner p {
    margin: 0.4rem 0;
	font-size: 0.8rem;
}
.action__right__inner a {
    color: #0b2d49;
}
.action__right .actionFormPopupLink {
    bottom: 20px;
    right: 20px;
    background: transparent;
    color: #0b2d49;
    padding: 20px 10px;
    position: absolute;
    height: 0.1rem;
    user-select: none;
    border-radius: 1.5rem;
    font-size: 0.9rem;
    margin: 0;
    line-height: .2;
    border: 2px solid #0b2d49;
    outline: 0;
}
.action__right .actionFormPopupLink:hover {background: #0b2d49;color: #ffffff;}
.im__block .moduletable.calcull {

    width: 70rem;
    margin: 3rem auto 0;
    padding-top: 3rem;
}
.y__int .tariff__stage-counter {
        display: inline-block;
    border-radius: 50%;
    background: #e6e6e6;
    padding: 21px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-weight: normal;
    font-size: 20px;
}
.span7.y__int {
    margin-bottom: 50px;

}
#calculator3_target .y__tabs {

    margin-bottom: 30px;
}
.span2.y__tarifs__tarif__package__service__advanced_services__advanced_service__check {
    text-align: right;
}
.span3.y__tarifs__tarif__package__service__advanced_services__advanced_service__price {
	position: relative;
    top: 10px;
	margin-left: 0px;
}
.y__tarifs__tarif__package__service__advanced_services__advanced_service__price {
    margin-left: 0;
    font-weight: bold;
    font-size: 16px;
	text-align: right;
}

.y__tarifs__tarif__package__service__advanced_services__advanced_service__title small p,
.y__tarifs__tarif__package__service__advanced_services__advanced_service__title small
{font-size: 12px;
    line-height: 1.3;}
.y__tarifs__tarif__package__service__advanced_services__advanced_service__title {
    padding-top: 0px;
    position: relative;
	display: inline-block;
    padding: 10px;
}
.y__tarifs__tarif__package__service__advanced_services {
    margin-bottom: 150px;
    top: 100px;
    position: relative;
}
.y__int .tariff__stage-counter:after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid #005ca9;
    border-radius: 50%;
	   
}
.span4.y__tarifs__tarif__package__service__image {float: right;
    margin-top: -60px;}
.tariff__stage-title {
        font-size: 1.4rem;
    font-weight: 700;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
}
#calculator3_target .y__tabs__tab {
	font-size: 16px;
	padding: 15px;
	line-height: 24px;
}
.span7.y__tarifs__tarif__package__service__advanced_services__advanced_service__title {
    font-size: 1rem;
}
.y__totals__equipment b,
.y__totals__fee b {
	font-size: 1.1rem;
}
.span6.y__tarifs__tarif__package__service__advanced_services__advanced_service__title {margin-left: 0px;}
.y__tarifs__tarif__package__service__title b {font-size:1.1rem;}
.y__tarifs__tarif__package__service__title .pr {
    font-size: 1.3rem;
}
a.page-header__pay-link {
    background: url(../images/cabinet-link.png) no-repeat;
	    float: left;
}
.mobile {display:none;}
.span6.modal-content-box,.span6.form__colLeft {margin-left: 0px;}

.leftPosition {
    float: left;
    height: 100%;
    width: 50%;
}
.pWeight {
    line-height: 1.9rem;
    font-weight: bold;
}
.pMargin {
    line-height: 1.3;
    margin: 0;
    padding-top: -2em;
}
.pPadding {
    padding-top: 10px;
}
.pColor {
    color: #3d4f8e;
    margin: 0;
    padding-bottom: 10px;
}
.rightPosition {
    float: right;
    height: 100%;
    padding-right: 5%;
    width: 45%;
}
div#komp__poslug {
    height: 500px;
}
.checkbox_swipe {
    display: table;
    margin: 0;
    font-weight: normal;
	border: 0px solid rgba(0, 0, 0, 0.1)!important;
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.1)!important;
}
.checkbox_swipe__swiper {
    position: relative;
    overflow: hidden;
    border-radius: 45px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
}
.checkbox_swipe__swiper, .checkbox_swipe__label {
    display: table-cell;
    vertical-align: middle;
}
.checkbox_swipe__swiper > input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border: none;
    margin: 0;
    padding: 0;
    z-index: -999;
}
.checkbox_swipe__swiper > input:not(:disabled) + .checkbox_swipe__dot {
    cursor: pointer;
}
.checkbox_swipe__swiper .checkbox_swipe__dot {
    display: block;
    width: 45px;
    height: 22.5px;
    background: rgba(0, 0, 0, 0.1);
}
.checkbox_swipe__swiper .checkbox_swipe__dot:before {
    opacity: 0;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #009;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    transition: all ease 0.5s;
}
.checkbox_swipe__swiper .checkbox_swipe__dot:before, .checkbox_swipe__swiper .checkbox_swipe__dot:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
}

.checkbox_swipe__swiper > input:not(:checked) + .checkbox_swipe__dot:after {
    left: 3.75px;
}
.checkbox_swipe__swiper .checkbox_swipe__dot:after {
    width: 15px;
    height: 15px;
    background: #fff;
    top: 3.75px;
    transition: left ease 0.5s;
}
.jf_mm_wrapper .levelHolderClass, .jf_mm_wrapper .jf_mm_inactive {
    width: 300px!important;
}
body #jf_mm_menu.jf_mm_rtl .levelHolderClass h2 .floatLeft {
    float: right!important;
 /*   background: #0B2D49;*/
    padding: 15px 0!important;
    margin-top: -12px;
}
.checkbox_swipe__swiper .checkbox_swipe__dot:before, .checkbox_swipe__swiper .checkbox_swipe__dot:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
}
.checkbox_swipe__label {
    padding-right: 0;
    padding-left: 10px;
}
.checkbox_swipe__swiper > input:checked + .checkbox_swipe__dot:before {
    opacity: 1;
    width: 75px;
    height: 75px;
}
.checkbox_swipe__swiper > input:checked + .checkbox_swipe__dot:after {
    left: 26.25px;
}
.jf_mm_wrapper li {margin:0rem;}
body #jf_mm_menu.jf_mm_rtl .jf_mm_wrapper .floatRight {
	background-image: url(../images/righrline.svg);
    background-repeat: no-repeat;
    width: 3rem;
    height: 1.2rem;
    transform: rotate(0deg);
    background-size: 70%;
    position: relative;
    top: 4px;
}
.floatLeft.fa.fa-angle-right {
	background-image: url(../images/righrline.svg);
    background-repeat: no-repeat;
    width: 3rem;
    height: 1.2rem;
    background-size: 70%;
    top: -4px;
    position: relative;
}
.jf_mm_wrapper .iconSpacing_ltr, .jf_mm_wrapper .iconSpacing_rtl {
	color: transparent!important;
}
.fa-angle-right:before {
    content: "\f105";
    color: transparent!important;
}
.jf_mm_wrapper li.item-187 a,
.jf_mm_wrapper li.item-188 a,
.jf_mm_wrapper li.item-189 a,
.jf_mm_wrapper li.item-190 a
{
    color: #000;
    font-size: 1rem;
	    font-weight: normal;
}
.jf_mm_wrapper a, .jf_mm_wrapper a:hover {
    color: #0b2d49;
    font-weight: bold;
    font-size: 1.2rem;
    font-family: 'Kurale', serif;
}

.topbutton {
    display: none!important;
    width: 40px;
    height: 40px;
    background: #ededed;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    bottom: 10px;
    cursor: pointer;
    /*border: 2px solid #c4c4c4;*/
}
.next_super_cool_modal_window__modal__body .box-modal#consult,
.next_super_cool_modal_window__modal__body .box-modal#zvorotn,
.next_super_cool_modal_window__modal__body .box-modal#comfort,
.next_super_cool_modal_window__modal__body .box-modal#exclusive {
	width: 0rem;
	    padding: 0rem;
}
.service-centers {padding: 0 2rem;}
ul.service-centers {
	list-style: none;
    background: transparent url(../images/kontaktiki.jpg) repeat left top;
    width: 320px;
    position: absolute;
    top: 10%;
    opacity: 0.7;
    right: 60px;
    padding: 40px;
}
.service-center {
   /* position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0;
    box-sizing: border-box;
    min-height: 6rem;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
}
.service-center__inner {
  /*  display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;*/
    width: 100%;
}
.service-center__address {
  /*  width: 26rem;
    padding-right: 2rem;
    box-sizing: border-box;*/
}
.karta {position: relative;}
.service-center__inner p {
    margin: 0 0 1rem;
	font-size: 18px;
	color: #000;
}
.service-center__schedule {
    font-size: 0.9rem;
    color: #000;
}
.service-center__phone {
  /*  width: 20rem;
    box-sizing: border-box;
    padding-right: 2rem;*/
}
.service-center__phone a {
    font-size: 1rem;
}
.service-center__inner a {
    color: #000;
    line-height: 1.2rem;
}
.service-center__email {
   /* width: 20rem;
    text-align: right;*/
    font-size: 1rem;
}
.service-center__email a {
    white-space: nowrap;
}
.email-mob {width: 45%;
    float: right;
    padding: 20px;
	    padding-bottom: 5px;}
.tel-mob {
    width: 45%;
    float: left;
    padding: 20px;
	    padding-bottom: 5px;
}
.moduletable {    clear: both;}
.products {min-height: 266px;}
.products .row-my {justify-content: center;}
.wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
    background: #fff;
}
.row-my {
	display: flex;
    flex-flow: row wrap;
}
.products-col {
    width: 20%;
    text-align: center;
    position: relative;
    padding: 0 5px 30px;
}
.cursor-pointer, .link {cursor: pointer;}
.products-col__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.products-col div {
	display: flex;
    height: 200px;
    align-items: center;
    margin-bottom: 20px;
}
.products-col div img {margin: auto;}
.products-col p {
    line-height: 1;
    color: #7c8287;
}
.categories {
    padding-bottom: 10px;
    display: flex;
    flex-flow: row wrap;
}
.categories .row-my {
    min-height: 270px;
    background: #fff;
    width: 100%;
}
.categories .wrapper {padding: 0 5px;}
.categories-col {
    width: 49.2%;
    padding: 0 5px 10px;
}
.categories-col__wrap {
    background-size: cover!important;
    background-position: bottom right!important;
    height: 360px;
    padding: 0 60px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.categories-col__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.categories-col img {display: none;}
.categories-col__descr {
    padding-top: 20px;
    max-width: 265px;
    margin: auto 0;
    z-index: 2;
    position: relative;
}
h3.categories-col__title.cursor-pointer {
    padding-top: 0px;
}
h3.categories-col__title {
    padding-bottom: 6px;
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
}
.categories-col__descr p {line-height: normal;}
.topmenu-left.span3 {margin-left: 0;}
.main-descr {
	max-width: 620px;
    position: relative;
	padding-top: 70px;
    padding: 40px;
	text-transform: uppercase;
}
.main-descr__title {
    text-transform: uppercase;
    padding-bottom: 0px;
    font-size: 46px;
    line-height: normal;
    font-weight: 700;
    z-index: 0;
    position: relative;
    display: inline-block;
    color: #e5e5e5;
}
.main-descr p {
    padding-bottom: 0px;
   font-size: 26px;
    line-height: normal;
    color: #0b2d49;
}
.subtitlos strong {
	text-transform: uppercase;
}
.subtitlos {
       margin-top: 30px!important;
    font-size: 32px!important;
    margin-bottom: 20px!important;
    text-transform: uppercase;
}
.main-descr__button {
    max-width: 200px;
    width: 100%;
    line-height: 60px;
}
.btn-main {
   background: #f1f5f8;
    color: #212121;
    border: 2px solid #38393a;
}
.btn-gray, .btn-main {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
    width: 100%;
}
.main-descr__img {padding: 40px 0 20px;    }
.main-descr__row {margin-top: 70px;}
.main-descr__col {
  margin: 10px;
    height: 120px;
    width: 120px;
   /* background: #ffffff;*/
    position: relative;
   /* padding: 15px;*/
    text-align: center;
 /*   border: 4px solid #0b2d49;
    border-radius: 15px;*/
}
.main-descr__col a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-descr__col div {
 /*   height: 46px;*/
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.main-descr__col p {  /*  margin-top: 20px!important;*/}
.main-descr__col div img {
       margin: auto;
    max-height: 100px;
    max-width: 100px;
}
.main-descr__col p {
    font-size: 14px;
    margin: 0;
    text-shadow: inherit;
    line-height: normal;
    color: #0b2d49;
    font-weight: 700;
}
#my-slider {/*height: 600px;*/}

.module-wrap {
    display: flex;
    flex-flow: row wrap;
	    position: relative;
		width: 85%;
    margin: auto;
	    min-height: 750px;
}
.module-wrap__info {width: 41%;}
.module-wrap__package.block-open {
	    top: 0;
	position: absolute;
    right: 0;
    background: #fff;}
.module-wrap__package {
    width: 55%;
    padding-left: 40px;
}
.module-tabs {flex-flow: row nowrap;}
.module-tabs {
    display: flex;
    flex-low: row nowrap;
    border-radius: 8px;
    margin-bottom: 50px;
    overflow: hidden;
}
.module-tabs li {width: 33.333%;}
.module-tabs li a {
    display: block;
    background: #f5f6f9;
    font-size: 16px;
    color: #7c8287;
    text-align: center;
    line-height: 40px;
}
.module-wrap__package-wrap {
    border-radius: 10px;
    border: 5px solid #0b2d49;
    padding: 30px;
}
.module-wrap__info-row {padding-bottom: 50px;}
.module-wrap__info-row .CCTV-header__block-option__col label{
    padding: 0 0 20px;
    width: 100%;
}
/*.CCTV-header__block-option__col div input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.CCTV-header__block-option__col div {
    position: relative;
    padding-left: 68px;
}
.CCTV-header__block-option__col div input:checked+span {
    background: #ffd800;
}
.CCTV-header__block-option__col div span {
    position: absolute;
    top: 0;
    left: 0;
    width: 51px;
    height: 31px;
    border-radius: 18px;
    background: #c4c4c4;
    transition: .3s linear;
}
.CCTV-header__block-option__col div input:checked+span::after {
    left: 22px;
}
.CCTV-header__block-option__col div span::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 27px;
    height: 27px;
    background: #fff;
    transition: .3s linear;
    border-radius: 50%;
}
.CCTV-header__block-option__col div p {
    line-height: 31px;
    font-size: 16px;
    color: #7c8287;
}
.CCTV-header__block-option__col div input:checked+span::after {
    left: 22px;
}*/
.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.checkbox__text {
  position: relative;
    padding: 0 0 0 60px;
    cursor: pointer;
    line-height: 22px;
    font-size: 16px;
    color: #7c8287;
  
}
.checkbox__text:before {
	 content: '';
  position: absolute;
    top: 0;
    left: 0;
    width: 51px;
    height: 31px;
    border-radius: 18px;
    background: #c4c4c4;
    transition: .3s linear;
}
.checkbox__text:after {
  content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 27px;
    height: 27px;
    background: #fff;
    transition: .3s linear;
    border-radius: 50%;
}
.checkbox input:checked + .checkbox__text:before {
  background: #0b2d49;
}
.checkbox input:checked + .checkbox__text:after {
  left: 23px;
}
.checkbox input:focus + .checkbox__text:before {
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7);
}
.kvartyra-vikna,
.kvartyra-napad,
.kvartyra-pozeza,
.kvartyra-video,
.kotedsh-vzlom,
.kotedsh-napad,
.kotedsh-video,
.office-vzlom {
display: none;
}
.module-wrap__package-wrap h3.module-wrap__package-top__title {
        padding-bottom: 0;
    margin: 0;
    font-size: 18px;
    color: #7c8287;
    font-weight: 400;
    line-height: normal;
	    text-transform: initial;
    padding-top: 0;
}
.module-wrap__package-wrap img.featuredProductImage {
    width: 360px;
}
.module-3__title {
        padding-bottom: 20px;
    text-align: center;
    padding-top: 45px;
    font-size: 40px;
    font-weight: 400;
    color: #212121;
    line-height: normal;
}
.komnata .product-field-display,
.module-wrap__package-wrap .PricesalesPrice.vm-display {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-bottom: 10px;
    color: #212121;
    font-size: 24px;
}
.module-wrap__package-info__title {
    font-size: 32px;
    color: #212121;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 20px;
    text-align: left;
    display: block;
}
.module-wrap__package-info__title span {
    display: block;
    font-size: 18px;
    color: #7c8287;
    font-weight: 400;
	padding-bottom: 10px;
}
.module-wrap__package-info__row {
    padding-bottom: 40px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    max-width: 430px;
    padding-right: 10px;
}
.module-wrap__package-info__row div span.price-text {
    color: #7c8287;
    font-size: 18px;
}
.module-wrap__package-info__row div p {
    font-size: 24px;
    color: #212121;
    line-height: 1;
}
.module-wrap__package-info__buttons {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
	height: 60px;
}
.cursor-pointer {cursor: pointer;}
.module-wrap__package-info__buttons .btn-border {
        border: 2px solid #0b2d49;
    border-radius: 10px;
    line-height: 56px;
    font-size: 16px;
    color: #212121;
	width: 40%;
}
.module-wrap__package-info__buttons .btn-main-cart {
    width: 40%;
    display: block;
    text-align: center;
}
.to-basket {
    width: 48%;
    display: block;
    text-align: center;
}
.module-wrap__package-info__buttons .btn-main {
    line-height: 60px;
}
.module-wrap__package-info__buttons .quantity-box, .module-wrap__package-info__buttons span.quantity-controls {
    display: none;
}
.module-wrap__package-info__buttons .addtocart-bar {margin: 0;}
.module-wrap__package-info__buttons .addtocart-button {width: 100%;}
.module-wrap__package-info__buttons .addtocart-area {margin: 0;}
span.addtocart-button span.addtocart-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
	padding: 19px;
	    background: #0b2d49;
		border: solid #0b2d49 1px;
}
.product-container .vm-product-descr-container-1 {
	min-height: inherit;
}
.addtocart-bar span.addtocart-button input.addtocart-button {
background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(135, 135, 140, 0.29);
    border: 2px solid #0b2d49;
    color: #0b2d49;
    font-size: 14px;
    transition: all .1s ease-in-out;
    text-decoration: none;
    padding: 12px 20px;
    width: 180px;
	}
a.module-wrap__package-info__title:hover {text-decoration: initial;color: #000000;}
.komnata .product-field-display, .module-wrap__package-info__row .PricesalesPrice.vm-display.vm-price-value {padding-top:10px;}
.price-centr {padding-bottom: 40px;}
.module-wrap__package-info__buttons .btn-border:hover {background:#0b2d49;color:#fff;}
div#vmCartModule {color:#000;}
.module-wrap__info-radio .module-2__top-col__wrap {
    width: 100%;
    padding: 0 0 20px;
}
.module-2__top-col__wrap {position: relative;}
.module-2__top-col__wrap-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.radio-button {
    position: relative;
    max-width: 560px;
    width: 100%;
    cursor: pointer;
}
.radio-button input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 1;
    padding: 0;
    margin: 0;
}
.radio-button input:checked+span {
    background-color: #0b2d49;
    background-image: url(../images/check-r.svg);
    background-size: 14px!important;
}
.radio-button span {
    width: 30px;
    height: 30px;
    background-color: #e9eaee;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .15s linear;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: 10px!important;
}
.module-wrap__info-radio .module-2__top-col__wrap p {
    color: #7c8287;
    font-size: 16px;
    line-height: 27px;
	    margin-top: 0px;
}
.radio-button p {
    color: #7c8287;
    line-height: 27px;
    font-size: 16px;
    padding-left: 50px;
}
.moduletable h3.module-wrap__info-title {
    padding-bottom: 50px;
	    text-transform: inherit;
    font-size: 28px;
    line-height: 1;
    color: #212121;
    font-weight: 400;
}
.CCTV-smart {
    height: 600px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 30px 175px 0 0;
}
.CCTV-bg {
    position: relative;
    background: #f7f9fa;
}
.CCTV-smart__bg {
    background-position: top right;
}
.CCTV-wrap__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: left bottom!important;
    background-size: cover!important;
}
.CCTV-smart__bg-mob, .CCTV-smart__bg-table {
    display: none;
}
.CCTV-smart__bg {
    background-position: top right;
}
.CCTV-descr {
  max-width: 620px;
    position: relative;
	left: 50px;
    padding-top: 70px;
    padding: 40px;
    text-transform: uppercase;
    z-index: 2;
}
.moduletable h3.CCTV-descr__title {
    padding-bottom: 10px;
	padding-top: 0px;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
	text-transform: inherit;
}
.CCTV-descr p {
    font-size: 24px;
    line-height: normal;
    color: #7c8287;
	margin: 0;
}
.CCTV-descr__row {
    padding-top: 40px;
}
.CCTV-descr__col {
    padding-bottom: 25px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.CCTV-descr__col div {
        width: 50px;
    min-width: 50px;
    margin-right: 20px;
}
.CCTV-smart__descr .CCTV-descr__col p {
    max-width: 220px;
	margin: 0;
}
.CCTV-descr__col p {
    max-width: 280px;
    font-size: 18px;
	font-weight: lighter;
}
.CCTV-smoke {
 /*   height: 450px;*/
    padding: 125px 0 0 170px;
}
.CCTV-smoke__bg {
    background-position: top right!important;
}
.CCTV-smoke__bg-mob {
    display: none;
}
.CCTV-smoke__descr p {
    max-width: 380px;
}
.CCTV-detector {
        height: 600px;
    padding: 70px 15px;
    text-align: center;
}
.CCTV-detector__bg-mob {
    display: none;
}
.CCTV-detector .CCTV-descr__row-wrap {
    display: flex;
    /*flex-flow: row wrap;*/
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}
.CCTV-detector .CCTV-descr__row-wrap .CCTV-descr__col {
    display: block;
    padding: 0 15px;
    width: 33.333%;
}
.CCTV-detector .CCTV-descr__row-wrap .CCTV-descr__col div {
    margin: 0 auto 20px;
}
.CCTV-care {
    height: 800px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    padding: 30px 0 190px;
    margin-top: -5px;
    text-align: center;
}
.CCTV-care__bg {
    background-position: top center!important;
}
.CCTV-care__bg-mob {
    display: none;
}
.CCTV-care__descr {
    width: 100%;
}
.CCTV-care__descr .CCTV-descr__title {
    color: #fff;
}
.CCTV-care__descr .CCTV-descr__row {
    display: flex;
    /*flex-flow: row nowrap;*/
    max-width: 850px;
    margin: 0 auto;
}
.CCTV-care__descr .CCTV-descr__col {
    display: block;
    width: 33.333%;
    padding: 0 15px;
}
.CCTV-care__descr .CCTV-descr__col div {
    margin: 0 auto 20px;
}
.CCTV-care__descr .CCTV-descr__col p {
    color: #fff;
    max-width: 100%;
}
.CCTV-descr__col-row ul {
    display: flex;
    flex-flow: row wrap;
}
.CCTV-descr__col-row ul li {
	list-style: none;
    padding-right: 20px;
}
.CCTV-descr__col-row ul li img {
    max-width: 146px;
}
.CCTV-benefit {
    height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.CCTV-benefit {
    padding: 30px 145px 30px 30px;
}
.CCTV-benefit .CCTV-wrap__bg {
        background-position: center!important;
    background-size: cover!important;
}
.CCTV-benefit .CCTV-descr {
    max-width: 410px;
	    max-width: 450px;
    width: 100%;
}
.CCTV-benefit .CCTV-descr__col {
    padding: 0 0 25px 30px;
    display: block;
}
.moduletable h3.CCTV-descr__col-title {
    font-size: 24px;
    font-weight: 700;
	    padding-top: 0px;
    line-height: normal;
}
.CCTV-benefit .CCTV-descr__col p {
    font-size: 18px;
}
.CCTV-gifts {
    height: 640px;
    padding: 0px;
}
.CCTV-gifts .CCTV-smoke__bg {
    background-position: top right!important;
}
.CCTV-gifts__img {
    position: absolute;
    bottom: 0;
    right: 110px;
}
.CCTV-gifts__text {
    position: absolute;
    bottom: 50px;
    left: 180px;
    font-size: 16px;
    color: #7c8287;
    z-index: 2;
}
.CCTV-gifts__text-mob {
    display: none;
}
/*.CCTV-descr.CCTV-smoke__descr {
    padding: 190px 0 90px 180px;
}*/
.skroll .quantity-box,
.skroll .quantity-controls {display:none;}
.skroll .width33.floatleft {text-align: center;}
.skroll .owl-nav {text-align: center;padding: 30px;padding-bottom: 0;}
.skroll .owl-item {background:#fff; padding-bottom: 20px;}
.skroll .owl-item img {
    display: block;
    width: 80%;
    text-align: center;
    margin: auto;
}
.skroll .owl-nav button span{padding: 30px;    font-size: 42px;}
.moduletable.skroll {background: #f2f4f6;padding:10px;}
.skroll .news-slide__product-title {
    display: block;
    padding-bottom: 7px;
    color: #7c8287;
    line-height: normal;
    font-size: 16px;
	    text-align: center;
    padding: 0 20px;
}
.skroll .PricesalesPrice.vm-display.vm-price-value {
	    padding-top: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.skroll span.addtocart-button span.addtocart-button, .skroll span.addtocart-button input.addtocart-button, .skroll span.addtocart-button input.notify-button {
	    padding: 10px 20px;
}
.skroll .vmgroup .addtocart-bar {margin: 12px 0 0 0;}
.footer-top__wrap.row-my {
    display: flex;
    margin: 0 auto;
    margin-top: -20px;
    padding-bottom: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
}

.cursor-pointer, .link {cursor: pointer;}
.footer-top__col-middle {text-align: center;}
.footer-top__col-middle a {
    margin-bottom: 4px;
    display: inline-block;
    font-size: 24px;
    color: #212121;
    line-height: 1;
}
.footer-top__col-middle .footer-top__col img {    margin-top: -25px;}
.footer-top__col-middle p {
    font-size: 16px;
    line-height: 1;
    color: #c4c4c4;
	    margin: 0;
}
.footer-top__wrap p {margin: 0;}
.footer-top__col-last {
    max-width: 240px;
    line-height: 60px;
}
.btn-gray {
    background: #708090;
    color: #fff;
}
.footer-top__col.logo-fut {max-width: 240px;margin-right: 40px;}
.footer-top__col-middle a:hover {text-decoration: initial;}
.copyrigh {height: 45px;}
.footer-middle__bg {padding: 42px 0 34px;padding-bottom: 0;}
.footer-middle__wrap {
    flex-flow: row nowrap;
    justify-content: space-between;
   /* max-width: 1020px;*/
    margin: 0 auto;
}
.footer-middle__wrap.row-my.span3 {margin-left: 0px;}
h2.footer-middle__title {
    font-size: 18px;
    line-height: 1;
    padding-bottom: 10px;
    font-weight: 400;
    margin: 0;
    color: #212121;
}
.footer-middle__wrap ul li a {
        line-height: 1.9;
    color: #909090;
    padding: 0;
    text-decoration: none;
    opacity: 1;
}
.footer-middle__wrap ul li {margin:0px}
.footer-middle__social-list {padding-bottom: 0px;}
.footer-middle__social-list li {padding-right: 35px;list-style: none;}
.footer-middle__social-list li a {
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
}
.footer-middle__social-list li a img {
    margin: auto;
    max-width: 30px;
    max-height: 21px;
}
.footer-middle__wrap .footer-middle__pay li {margin-right: 20px;list-style: none;}
.footer-middle__pay li img {max-width: 146px;}
.footer-middle__social .moduletable {float: right;}
.CCTV-alarm {
    height: 700px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding: 310px 110px 0 0;
}
.guarantee-bg__img {background-position: center!important;}
.CCTV-alarm__bg {background-position: top right!important;}
.moduletable h3.guarantee-title {
    font-size: 40px;
    line-height: normal;
    font-weight: 400;
    max-width: 500px;
	text-transform: inherit;
}
.CCTV-human {
    position: relative;
    height: 800px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 30px 85px;
}
.CCTV-human__bg {
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center left!important;
	background-size: cover!important;
}
.CCTV-human__descr {
    position: relative;
    z-index: 1;
    max-width: 550px;
    width: 100%;
}
.moduletable h3.CCTV-human__title {
    padding-bottom: 30px;
    font-weight: 400;
    line-height: normal;
    font-size: 40px;
	    text-transform: inherit;
}
.CCTV-human__col {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-bottom: 45px;
    max-width: 500px;
}
.CCTV-human__col span {
    display: block;
    margin-right: 20px;
    width: 40px;
    min-width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
        color: #ffffff;
    background: #0b2d49;
    border-radius: 50%;
}
.CCTV-human__col p {
    font-size: 18px;
    color: #7c8287;
    line-height: normal;
	margin:0;
}
.CCTV-smoke__two .CCTV-descr__title {max-width: 490px;}
.CCTV-smoke__two .CCTV-descr.CCTV-smoke__descr {padding:0px;}
.CCTV-bg.CCTV-smoke.CCTV-smoke__two {height: 500px;}
.CCTV-firefighter {
    position: relative;
    height: 600px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 30px 85px;
}
.CCTV-firefighter__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover!important;
    background-position: center right!important;
}
.CCTV-firefighter__bg-mob {display: none;}
.CCTV-firefighter__descr {
    position: relative;
    z-index: 2;
    max-width: 470px;
}
.moduletable h3.CCTV-firefighter__title {
    padding-bottom: 10px;
    color: #fff;
    font-weight: 1;
    font-size: 40px;
	    text-transform: initial;
		    padding-top: 0;
}
.CCTV-firefighter__text {
    font-size: 24px;
    color: #fff;
    line-height: normal;
    padding-bottom: 40px;
	margin:0px;
}
.CCTV-firefighter__col {
    padding-bottom: 25px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    opacity: .5;
}
.CCTV-firefighter__col div {
    width: 50px;
    min-width: 50px;
}
.CCTV-firefighter__col p {
    color: #fff;
    font-size: 18px;
    line-height: normal;
	margin:0px;
}
.CCTV-choice {
    height: 400px;
    padding: 15px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f2f4f6;
}
.rabot h2.CCTV-choice__title {
    padding-bottom: 43px;
    font-size: 40px;
    line-height: normal;
    font-weight: 400;
	text-transform:inherit;
}
a.CCTV-choice__link.btn-main.consult-link {
    max-width: 240px;
	border: solid 3px #0b2d49;
    line-height: 53px;
    background: #0b2d49;
    color: #fff;
}
a.CCTV-choice__link.btn-main.consult-link:hover {border: solid 3px #0b2d49;background: transparent;color:#0b2d49; font-weight: bold;text-decoration: inherit;}
#content.span9{    margin-left: 5px;}
#sidebar.span3 {padding-left:70px;}
#sidebar .nav.menu li {margin: 10px 0;}
#sidebar .moduletable h3 {margin-bottom:0px}
#sidebar .moduletable {margin-top: 20px;}
.prodiska-titla {margin-left: 20px;}
.well {display: inline-block;width: 100%;}
.autosignal .module-wrap__info {width: 100%;}
.autosignal .module-wrap__package.block-open { /*   position: relative;*/}
.autosignal .module-wrap__package {width: 100%;padding-left: 0px;}
.autosignal .module-wrap__package-wrap {border: 0px solid #0b2d49;    padding: 0px;padding-top:50px;}
.autosignal .CCTV-header__block-option__col {
    width: 33.333%;
    float: left;
    position: relative;
    z-index: 1;
}
.autosignal h3.module-1__subtitle {
    color: #212121;
    line-height: 1;
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 50px;
    text-align: center;
    padding-top: 0;
    display: block;
    position: relative;
    margin: auto;
    text-transform: inherit;
}
.autosignal .nav-tabs {border-bottom: 0px solid #ddd;}
.autosignal ul.module-tabs.nav.nav-tabs {
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-bottom: 40px;}
.autosignal ul.module-tabs li	{
		    margin: 0 25px 20px;
    max-width: 300px;
    width: 100%;
    position: relative;
	}
.autosignal .nav-tabs > .active > a, .autosignal .nav-tabs > .active > a:hover, .autosignal .nav-tabs > .active > a:focus	
{
    background: #0b2d49;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
}
.autosignal .nav-tabs a{
    font-size: 18px;
    color: #7c8287;
    text-align: center;
    border-radius: 20px;
}
.autosiig {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 17px;
    border-radius: 50px;
    background: #f7f9fa;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    color: #212121;
}
.autosiig .product-fields .product-field {text-align:center;margin-bottom: 0px;}
.autosignal .module-wrap__package-info__row {
    padding-bottom: 40px;
    display: block;
    flex-flow: row nowrap;
    justify-content: space-between;
    max-width: 430px;
    padding-right: 10px;
}
.autosignal .module-wrap__package-info__row div {text-align: center;}
.autosignal .komnata .product-field-display,
.autosignal .module-wrap__package-info__row .PricesalesPrice.vm-display.vm-price-value {
	text-align: center;
    display: block;}
.autosignal span.PricesalesPrice {padding-right: 0px;font-weight: normal;}
.mod-module {
    position: relative;
    display: flex;
	width:100%;}
.autosignal .module-wrap {min-height: 950px;display: block;}
.autosignal .module-wrap__info-radio {
    width: 85%;
    margin: auto;
}
.moduletable .autosignal h3.module-wrap__info-title {text-align:center;}
.autosignal .module-wrap__info-radio .module-2__top-col__wrap {
    width: 31%;
    float: left;
    margin-left: 10px;
}
.autosignal .module-wrap__package-info__buttons .btn-main-cart {width: 100%;}
.autosignal .module-wrap__package-info__buttons .btn-border {width: 100%;text-align: center;}
.autosignal .module-wrap__package-info__buttons {
	height: inherit;
    display: block;
    margin: auto;
    width: 65%;
}
.autosignal .module-wrap__package-info__buttons .addtocart-bar {margin-bottom: 20px;}
.autosignal .module-wrap__package-info__buttons .btn-border {line-height: 52px;}
.autosignal div.spacer {
	min-height: 450px;
    position: relative;
    padding: 40px 10px 30px;
    border: 5px solid #f7f9fa;
    margin: 0px 20px;
}
.autosignal .price-text {
    color: #7c8287;
    font-size: 18px;
    text-align: center;
    display: block;
    padding-top: 30px;
}
.autosignal .redmore-product {text-align: center;}
.CCTV-satellite {
    height: 700px;
    background-position: top left;
    background-size: cover;
}
.CCTV-satellite__descr {
    max-width: 1080px;
    margin: 0 auto;
    padding: 100px 30px 0;
}
.rabot h2.CCTV-satellite__title {
    font-size: 64px;
    color: #212121;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    text-transform: inherit;
}
.CCTV-satellite__descr p {
    font-size: 24px;
	    margin: 0;
    color: #212121;
    line-height: 1.3;
}
.CCTV-block__auto {background: #212121;}
.CCTV-block {
    position: relative;
    height: 600px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.CCTV-block__img {
    position: absolute;
    bottom: -140px;
    right: 0;
    z-index: 1;
}
.CCTV-block__descr {
    position: relative;
    z-index: 2;
    max-width: 1080px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}
.rabot .moduletable .CCTV-block__auto h3.CCTV-block__title {color: #fff;}
.rabot .moduletable h3.CCTV-block__title {
    padding-bottom: 23px;
    font-size: 40px;
    color: #212121;
	    text-transform: initial;
    font-weight: 400;
    line-height: 1.3;
    max-width: 470px;
}
.CCTV-block__auto .CCTV-descr__col div p {
    font-size: 21px;
    font-weight: 700;
}
.CCTV-block__auto .CCTV-descr__col-first p {max-width: 240px;}
.CCTV-block__auto .CCTV-descr__col p {
    color: #fff;
    max-width: 320px;
    margin: 0;
}
.CCTV-block__heating {background: #f2f4f6;}
.CCTV-block__heating-img {
    position: absolute;
    left: 14%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.CCTV-block__right .CCTV-block__descr {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
}
.CCTV-block__heating .CCTV-block__descr-wrap {max-width: 475px;}
.CCTV-block__right .CCTV-block__descr-wrap {padding-right: 30px;}
.CCTV-block__heating .CCTV-block__title {padding-bottom: 10px;}
.CCTV-block .CCTV-descr__col-small p {max-width: 250px;margin:0;}
.CCTV-block__heating .CCTV-block__text {
    padding-bottom: 30px;
    font-size: 24px;
    line-height: 1.3;
    color: #7c8287;
    margin: 0;
}
.CCTV-block__tech {height: 700px;}
.CCTV-block__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.CCTV-block__bg-mob {display: none;}
.CCTV-block__tech .CCTV-block__title {
    max-width: 525px;
    padding-bottom: 30px;
}
.CCTV-block__tech .CCTV-descr__block-row {
	max-width: 525px;
    display: flex;
    flex-flow: row wrap;
}
.CCTV-descr__block-row .CCTV-descr__col {
    width: 48%;
    padding: 0 10px 30px 0;
    float: left;
   /* height: 40px;*/
}
.CCTV-descr__col p {margin: 0px;}
.CCTV-block .CCTV-descr__col p {
    max-width: 380px;
    color: #7c8287;
}
.CCTV-block__tech .CCTV-descr__last {
    padding-top: 20px;
    font-size: 18px;
    color: #7c8287;
}
.CCTV-block__integration {height: 700px;}
.CCTV-block__tech .CCTV-descr__last {
    padding-top: 20px;
    font-size: 18px;
    color: #7c8287;
}
.CCTV-block__integration .CCTV-block__text {padding-bottom: 0;}
.CCTV-block__text {
    font-size: 24px;
    line-height: 1.3;
    color: #7c8287;
    padding-bottom: 20px;
	margin: 0;
}
.CCTV-trust {
    text-align: center;
    padding: 100px 0;
	    margin-top: 50px;
	padding-bottom:0;
}
.CCTV-trust__wrap {
    max-width: 1080px;
    padding: 0 15px;
    margin: 0 auto;
}
.rabot .moduletable h3.CCTV-trust__title {
    padding-bottom: 28px;
    font-weight: 400;
    line-height: normal;
    font-size: 40px;
	    text-transform: inherit;
}
.CCTV-trust__row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.CCTV-trust__row.CCTV-trust__row-two div {
    width: auto;
    padding: 0 3px 10px;
}
.CCTV-trust__row div {
    display: flex;
    align-items: center;
    width: 20%;
    padding: 0 5px 10px;
}
.CCTV-trust__row div img {
    margin: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.video-img {
    padding: 20px;
}
.CCTV-camera {
    display: flex;
}

.CCTV-camera__bg {background-position: left bottom!important;}
.CCTV-camera__bg-mob, .CCTV-camera__bg-table {display: none;}
.CCTV-camera__img {
    position: absolute;
    right: 50px;
    top: -35px;
}
.col-left:before {
    content: '';
    position: absolute;
    right: -20px;
    z-index: 9999;
    display: block;
    background: #0b2d49;
    width: 3px;
    height: 50px;
}
.col-left {position:relative;}
.CCTV-camera .CCTV-descr__title {
    max-width: 426px;
    padding-bottom: 30px;
}

.CCTV-clever__descr-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 500px;
	padding: 20px 0;
}
.CCTV-clever__descr-col {width: 44%;}
.CCTV-clever__descr-col img {margin-bottom: 17px;}
.CCTV-clever__descr-col p {
    color: #7c8287;
    line-height: normal;
    font-size: 16px;
}
.CCTV-clever__descr-bottom {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;	

}
.CCTV-camera .CCTV-clever__descr-bottom p {color: #212121;}
.CCTV-clever__descr-bottom p {
    font-size: 24px;
    line-height: 1;
}
.CCTV-clever__descr-bottom {
    text-align: center;
    display: inline-block;
    max-width: 240px;
    width: 100%;
    line-height: 60px;
    background: #0c2e4a;
    color: #e1e1e1;
    border-radius: 10px;
	margin-top: 40px;
    font-size: 16px;
}
.CCTV-monitor {height: 600px;}
.CCTV-monitor__bg {background-position: center!important;}
.CCTV-monitor__bg-mob {display: none;}
.CCTV-monitor__descr {padding: 120px 245px;}
.CCTV-monitor__descr p {max-width: 400px;margin:0px;line-height: 1.5;}
.CCTV-monitor__descr-col {
    padding-top: 30px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.CCTV-monitor__descr-col div {
    width: 60px;
    text-align: center;
}
.CCTV-monitor__descr-col img {margin-right: 20px;}
.CCTV-monitor__descr-col p {
    max-width: 310px;
    font-size: 16px;
	    line-height: 1.6;
	margin:0px;
}
.CCTV-control {height: 722px;
display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}
.CCTV-control__bg {background-position: bottom center!important;}
.CCTV-control__bg-mob {display: none;}
.CCTV-control__descr {padding: 110px 145px;}
.moduletable h3.CCTV-descr__title {
    max-width: 500px;
    padding-bottom: 30px;
}
.CCTV-control__row {
    max-width: 340px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.CCTV-control__descr-col {
    width: 45%;
    text-align: center;
}
.CCTV-control__descr-col div {
    height: 40px;
    margin-bottom: 15px;
}
.CCTV-control__descr-col p {
    font-size: 16px;
	margin:0px;
}
.CCTV-app {padding: 60px 130px 2px;display: block;}
.CCTV-app__img {
    position: absolute;
    bottom: 0px;
    right: 30px;
}
.CCTV-app__descr {
    position: relative;
    z-index: 2;
}
.CCTV-app .CCTV-descr__title {padding-bottom: 35px;}
.CCTV-app__descr-row {
    padding-bottom: 30px;
    flex-flow: row nowrap;
}
.CCTV-app__descr-col {
    padding: 0 25px 20px 0;
    text-align: center;
    max-width: 160px;
    width: 100%;
}
.CCTV-app__descr-col div {
    height: 40px;
    margin-bottom: 20px;
}
.CCTV-app__descr-col p {
    font-size: 16px;
	margin:0px;
}
.CCTV-app__descr-bottom li {margin: 0 20px 20px 0;    list-style-type: none;}
.CCTV-forbusiness__top {
    height: 600px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    position: relative;
}
.CCTV-forbusiness__top-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom center;
}
.CCTV-forbusiness__top-descr {
    max-width: 1150px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.rabot h2.CCTV-forbusiness__top-title {
    padding-bottom: 30px;
    max-width: 760px;
    font-weight: 400;
    line-height: 1.3;
    font-size: 40px;
    color: #fff;
	text-transform: inherit;
}
.CCTV-block__descr-link {
   display: inline-block;
    max-width: 240px;
    width: 100%;
    border-radius: 10px;
    line-height: 60px;
    background: #0b2d49;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}
.CCTV-forbusiness__bottom {
    background: #131e28;
    padding: 0 0 80px;
}
.CCTV-forbusiness__bottom-wrap {padding: 0 15px;}
.rabot h2.CCTV-forbusiness__bottom-title {
    padding-bottom: 65px;
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    text-align: center;
    line-height: 1;
    margin: 0;
    text-transform: inherit;
}
.CCTV-forbusiness__bottom-row {
    display: flex;
    flex-flow: row wrap;
    max-width: 900px;
    padding: 0 10px;
    margin: 0 auto;
}
.CCTV-forbusiness__bottom-col {
    width: 30%;
    padding: 0 15px 85px;
}
.CCTV-forbusiness__bottom-col p {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 3px;
	margin:0px;
}
.CCTV-forbusiness__bottom-col span {
    font-size: 17px;
    opacity: .5;
    color: #fff;
}
.arcticmodal-container_i2 .box-modal {
width: 100%;
        max-width: 420px;
    padding: 20px;
    /*max-height: 98%;*/
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    z-index: 999;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 10px;
    transition: .3s linear;
    transition: .3s linear;
}
.arcticmodal-container_i2 .modal-close {
width: 25px;
    height: 25px;
    top: 15px;
    display: block;
    right: 15px;
    z-index: 98;
    position: absolute;
    background: url(../images/cancel.png) center no-repeat;
    cursor: pointer;
}
.modal-call__title {
    text-align: center;
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
}
.reclam {display:none;}

.CCTV-block__det .CCTV-block__descr-wrap {padding-right: 0;}
.CCTV-block__det .CCTV-block__text {
    max-width: 445px;
    padding-bottom: 30px;
}
form {margin:0px;}
.CCTV-descr__block-row {
    display: flex;
    flex-flow: row wrap;
    max-width: 700px;
}
.CCTV-block__pred .CCTV-block__descr-wrap {max-width: 355px;}
.CCTV-block__mon .CCTV-descr__col div {
    width: 35px;
    min-width: 35px;
    margin-right: 20px;
}
.rabot .moduletable .CCTV-block__vid h3.CCTV-block__title {padding-top:0px;}
.header .container {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.module-wrap__package .redmore-product{
	padding-top: 20px;
	
}
.module-wrap__package .redmore-product a:hover {
    color: #002b41;
}
.mod-cart {float: right;line-height: 0;}
.mod-cart .vmCartModule a {
	position: initial;
	padding-left: 0;
	margin: 0;
}
.mod-cart .cart_top .total {display:none;}
.mod-cart .vmCartModule#vmCartModule {border-width: 0px;width: 50px;}
.mod-cart .vmCartModule svg {fill: #ffffff;}
.mod-cart .cart_top .total_products {
	background: #ffffff;
	color: #0b2d49;
	line-height: 20px;
}
.op_basket_row.op_basket_rows:hover {background: #ffffff;}
#vmMainPageOPC .tabcontent3 fieldset {padding-bottom: 20px;}
#vmMainPageOPC div#onepage_info_above_button > div {float: initial;}
#vmMainPageOPC div#onepage_submit_section {padding-top: 35px;}
#vmMainPageOPC input#confirmbtn.buttonopc {
    background: #fff!important;
    color: #0b2d49;
	border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(135, 135, 140, 0.29);
    border: 2px solid #0b2d49;
    width: 280px !important;
}
#vmMainPageOPC input#confirmbtn.buttonopc:hover {background: #0b2d49!important;}
div#basket_container div.op_basket_row div.op_col2, div.basket_container div.op_basket_row div.op_col2 {width: 45%;}
div#vmMainPageOPC {
    width: 85%;
    margin: auto;
}
.moduletable .CCTV-detector__descr h3.CCTV-descr__title,
.moduletable .CCTV-care h3.CCTV-descr__title
 {margin:auto;}
.CCTV-gifts {    padding: 125px 0 0 170px;}
.CCTV-block__auto .CCTV-descr__col p {color: #ffffff;}
.item-page {
    width: 85%;
    margin: auto;
}

.modal-content-box select {
    display: block;
    height: 60px;
    position: relative;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #e9eaee;
    border-radius: 10px;
    background: #fff;
    font-size: 16px;
    color: #b9b9b9;
    margin-bottom: 20px;
    box-sizing: border-box;
    outline: 0;
}
.cartname {
    position: relative;
    padding-left: 70px;
}
.cartimg {
	width: 50px;
    float: left;
}
div#basket_container div.op_basket_row div.op_col1_4{
    width: 100%;
    float: left;
    text-align: right;
    color: #1b1b1b;
    overflow: visible;
    padding: 11px 12px 11px 12px;
    border-right: 0px solid #e4e4e2;
}
.op_basket_row.op_basket_header {
	height: 50px;
    text-align: center;
}
.op_basket_row.op_basket_rows {margin-right: 0px;}
div#basket_container div.op_basket_row div.op_col4,
div#basket_container div.op_basket_row div.op_col5, 
div#basket_container div.op_basket_row div.op_col2{    padding: 0px;}
div#basket_container div.op_basket_row div.op_col7 {text-align: center;}
div#basket_container div.op_basket_header div.op_col5,
div#basket_container div.op_basket_header div.op_col2	{padding-top: 10px;}
.op_basket_rows div.op_col5 .opc_PricesalesPrice {
	text-align: center;
    
}
.op_basket_rows .opc_price_general.opc_PricesalesPrice.vm-display.vm-price-value {
	float: none;
    padding-top: 20px;
    display: block;
	text-align: center!important;
	}
.op_basket_rows .op_col6 {

    text-align: center;
    padding-left: 7%!important;
    padding-right: 7%!important;
}
div#vmMainPageOPC div.op_col7 .opc_PricesalesPrice, div#vmMainPageOPC div.op_col7 span.opc_PricesalesPrice,
div#basket_container input.inputbox_update, div.basket_container input.inputbox_update {text-align: center;}
#basket_container .cart-summary .cart-title {padding-top: 20px;}
#basket_container .black-basket .col-module_content div.total_total {    border-top: 1px solid #e4e4e2;}
.back-to-category {display:none;}
.faceboxcart {
    width: 400px;
    margin: auto;
	display:flex;
}
.faceboxcart .page-header__consult-btn {
	padding: 10px;
    border-radius: 5px;
    text-decoration: inherit;
	margin:10px;
}
h2.faceboxcartitle {text-align: center;}
.vmCartModule svg {
    float: left;
    height: 23px;
    width: 23px;
}
.bg-mob {display:none;}
.komnata .product-fields-title {display:none;}
.komnata .product-field-display, .module-wrap__package-wrap .PricesalesPrice.vm-display {display:block;
text-align: left;
    font-weight: normal;}
span.product-fields-title {
    background: none!important;
}
.abonent-plata {padding-top: 7px;padding: 0!important;}
.product-fields-title-wrapper { /*   min-width: 150px;*/}
.abonent-plata .product-field-display {float: right;position: relative;    top: 1px;}
.skroll .owl-item{min-height: 470px!important;}
.abonent-plata .product-fields {
    float: right;
    margin-left: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.careers .catalog-top {padding-bottom: 0;padding: 0px;}
.catalog-header {
    padding: 20px 0;
    background: #f7f9fa;
}
.CCTV-header__wrap {
    max-width: 1020px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}
.rabot h2.CCTV-header__title {padding-right: 5px;}
.rabot h2.CCTV-header__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
text-transform: inherit;
}
.careers .CCTV-header__link {
    background: #708090;
    color: #fff;
}
.wrapper.careers-wrap {padding: 0px;}
.careers-head {
    height: 400px;
    background-size: cover!important;
    background-position: center!important;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 30px;
}
.careers-head__descr {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
.rabot h2.careers-head__title {
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 1.2;
    color: #212121;
    font-weight: 400;
	text-transform: inherit;
}
.careers-head__descr ul li {
    padding-left: 21px;
    position: relative;
    font-size: 16px;
    line-height: 41px;
    color: #7c8287;
	list-style: none;
	margin: 0;
}
.careers-head__descr ul li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 10px;
    margin-top: -5px;
    background: url(../images/check.svg) center no-repeat;
}
.careers-info {
    background: #f7f9fa;
    padding: 42px 0;
}
.careers-info__descr {
    max-width: 1080px;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}
.rabot .moduletable h3.careers-info__title {
    max-width: 250px;
    width: 100%;
    font-size: 20px;
    color: #212121;
    font-weight: 400;
    line-height: 1.2;
	padding-top: 0;
	    text-transform: inherit;
}
.careers-info__row {max-width: 665px;}
.careers-info__row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    max-width: 650px;
    width: 100%;
}
.careers-info__row .careers-info__col {max-width: 330px;}
.careers-info__col {
    padding: 0 0 0 20px;
    display: flex;
    flex-flow: row nowrap;
    max-width: 230px;
}
.careers-info__col span {
    display: block;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #ffd800;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #212121;
    font-weight: 700;
}
.careers-info__col div {padding: 5px 0 0 10px;}
.careers-info__col-title {
    font-size: 20px;
    color: #212121;
    padding-bottom: 5px;
    font-weight: 400;
	margin-bottom: 0;
}
.careers-info__col p {
    padding-bottom: 10px;
    font-size: 16px;
    color: #7c8287;
    line-height: normal;
	margin: 0;
}
.careers-info__col a {
    font-size: 20px;
    color: #212121;
}
.CCTV-header__link {
    max-width: 220px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
    width: 100%;
}
span.call_phone_careers {
    width: 100%;
	margin-top: 10px;
    background: transparent;
    height: inherit;
    text-align: left;
}
.wrap-p {
    max-width: 1020px;
    margin: 0 auto;
}
.accordeon-section {padding-bottom: 50px;}
.careers-select__top {
    padding: 30px 17px 30px 0;
    font-size: 16px;
	margin: 0;
    line-height: 1;
    color: #7c8287;
    display: inline-block;
    position: relative;
}
.careers-select__top span {
    margin-left: 10px;
    font-weight: 700;
    color: #212121;
}
.careers-accordeon .accordeon-descr__top {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0 30px 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #e9eaee;
}
.careers-accordeon .accordeon-descr__link-second {margin: 0 0 20px 30px;}
.careers-accordeon .accordeon-descr__link {
    line-height: 60px;
    display: inline-block;
    max-width: 240px;
    width: 100%;
    background: #0b2d49;
    border-radius: 10px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border: none;
}
.careers-accordeon .accordeon-descr__top p {
    padding-left: 20px;
    font-size: 16px;
    color: #c4c4c4;
}
.careers-accordeon .accordeon-descr__top p a {
    color: #212121;
    font-size: 18px;
}
.careers-accordeon .accordeon-descr__top p {
    padding-left: 20px;
    font-size: 16px;
    color: #c4c4c4;
}
.careers-accordeon .accordeon-descr__block {padding: 0 30px 22px;}
.rabot .moduletable .careers-accordeon h3.accordeon-descr__title {
    padding-bottom: 20px;
	text-transform: inherit;
    font-size: 16px;
    color: #212121;
    font-weight: 400;
    line-height: 1.1;
	    padding-top: 0;
}
.careers-accordeon .accordeon-descr__block ul {margin:0;}
.careers-accordeon .accordeon-descr__block ul li {
    position: relative;
    font-size: 14px;
    line-height: 27px;
    color: #7c8287;
	list-style: none;
    padding-left: 15px;
	margin:0;
}
.spoiler_body {background: #f7f9fa;padding-top: 20px;
    padding-bottom: 20px;}
.careers-accordeon .accordeon-descr__block ul li::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #7c8287;
}
.careers-bottom {
    background: #f7f9fa;
    padding: 50px 0;
	padding-bottom: 150px;
}
.careers-bottom__wrap {
    max-width: 790px;
    margin: 0 auto;
    padding: 0 15px;
}
.careers-bottom__title {
    padding-bottom: 20px;
    text-align: center;
    font-size: 28px;
    color: #212121;
    font-weight: 400;
    line-height: 1.1;
}
.careers-bottom__wrap input, .careers-bottom__wrap select {
    display: block;
    height: 60px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e9eaee;
    padding: 5px 20px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 16px;
    color: #b9b9b9;
}
.careers-bottom__row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.careers-bottom__row div, .careers-bottom__row select {width: 49%;}
.careers-bottom__row input {width: 100%;}
.careers-bottom__download-wrapper {display: flex;}
.careers-bottom__link {
    line-height: 60px;
    display: inline-block;
    max-width: 240px;
    width: 100%;
    background: #ffd800;
    border-radius: 10px;
    font-size: 16px;
    color: #212121;
    text-align: center;
    border: none;
    cursor: pointer;
}
.careers-bottom__last p {
    padding-left: 40px;
    max-width: 370px;
    color: #7c8287;
    font-size: 14px;
    line-height: normal;
	float:left;
}
.careers-bottom__link {float:left;}
.bg-table {display:none;}
.CCTV-app__descr-col:last-child {max-width: 260px;}
.tav-img-frame {
	height: 600px;
    background-image: url(../images/banner_kv_ohorona.jpg);
    background-position: center center!important;
    min-height: auto;
    background-size: cover!important;
}













@media only screen and (max-width: 365px){
.CCTV-smart__descr {padding-bottom: 30px;}
.CCTV-benefit {height: 856px;}
.guarantee-bg__img {
	background-size: cover!important;
    background-position: 10% 5%!important;
}
.CCTV-block__tech {height: 1165px;}
.CCTV-header__title {
    padding-bottom: 20px;
    font-size: 27px;
}
.CCTV-header__link {max-width: 290px;}
}

@media only screen and (max-width: 400px) {
.CCTV-benefit .CCTV-wrap__bg {display: none;}
.CCTV-benefit {
    height: 300px!important;
    justify-content: flex-start;
    align-items: flex-end;
}
.CCTV-block__img {
    right: -60px;
}
.CCTV-block__vid {height: 685px!important;}
.CCTV-block__img {right: -60px;}
}
@media only screen and (max-width: 450px){
	.CCTV-app__img {right: -30px;}
.CCTV-bg.CCTV-smoke.CCTV-controls {height: 1100px;}
.CCTV-controls .CCTV-smoke__bg {
    display: none;
    background-position: center!important;
}
.rabot h2.CCTV-forbusiness__top-title {padding-bottom: 80px;}
.CCTV-forbusiness__top {height: 330px;}
.moduletable .CCTV-control h3.CCTV-descr__title {max-width: 220px;}
.CCTV-control__row {display: block;}
.CCTV-monitor__bg {display: none;}
.CCTV-block__breakdown .CCTV-block__bg {background-position: top right;}
.CCTV-block__tech .CCTV-block__bg-mob {display: block;}
.CCTV-satellite__descr p {color: #fff;    margin-top: 30px;}
.guarantee-title {max-width: 270px;}
.CCTV-controls .CCTV-smoke__bg {
    display: none;
    background-position: center!important;
}
.CCTV-controls .CCTV-smoke__descr {
        max-width: 100%;
    margin: 0;
    text-align: left!important;
}
.main-descr__row {
    margin-top: 35px;
}
.CCTV-control__descr-col {padding-bottom: 30px;}
.CCTV-monitor__bg-mob {display: block;}
.CCTV-monitor__bg {display: none;}
.CCTV-gifts {height: 570px!important;padding: 30px 15px;}
.CCTV-controls .CCTV-smoke__bg-mob {display: block;}
.main-descr__col {
margin-left: 20px;
    margin-bottom: 15px;
    height: 100px;
padding: 5px;
    width: 100px;
    display: block;
}
.tav-img-frame {height: 430px!important;}
.main-descr__row.row-my {display: block;}
.main-descr__row {padding-top: 0px!important;}
.main-descr__title {margin: 0!important;padding-bottom: 0px!important;}
.main-descr p.subtitlos {display:none;}
.main-descr__col p {font-size: 14px;}
}
@media only screen and (max-width: 530px){
	.CCTV-block__hand {height: 500px;}
	.CCTV-block__right .CCTV-block__descr-wrap {width:100%;padding-left: 10px;}
	.rabot .moduletable h3.CCTV-block__title {font-size: 24px!important;}
	.CCTV-gifts::after {
    content: '';
    position: absolute;
    top: 260px;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg,rgba(247,249,250,0) 6.64%,rgba(247,249,250,.9) 50%);
}
	.CCTV-block__det {height: 500px!important;}
	.CCTV-block__pred {height: 450px;}
	.CCTV-block__mon {height: 465px;}
	.CCTV-block__monitoringV {height: 530px;}
	.CCTV-block__vid .CCTV-block__bg-mob, .CCTV-block__vid .CCTV-block__descr {display: block!important;}
	.CCTV-block__mon .CCTV-block__bg {display: none;}
	.CCTV-block__mon .CCTV-block__bg-mob {display: block;}
	.CCTV-block__pred .CCTV-block__descr {display: block;}
	.CCTV-block__det .CCTV-block__descr {display: block;}
	.CCTV-block__det .CCTV-block__text {font-size: 18px;}
	.CCTV-block__pred .CCTV-block__bg {background-position: right bottom;}
	.CCTV-block__det .CCTV-block__bg {background-position: right top;}
	.CCTV-block__hand .CCTV-block__bg {background-position: left top;}
	.CCTV-block__vid .CCTV-block__descr-wrap {padding: 0 0 40px;}
	.CCTV-block__descr {padding: 0 15px;}
	.CCTV-block__vid .CCTV-block__bg {
    display: none;
    background-position: top;
}
.CCTV-gifts__img {
    right: auto;
    left: 110px;
    bottom: auto;
    top: -40px;
}
	.CCTV-alarm {
    padding: 160px 15px 0 0;
    height: 360px;
}
.CCTV-block__vid {
	height: 885px;
    align-items: flex-end;
}
.CCTV-control {
    height: 540px;
    display: block;
}
.CCTV-block__integration .CCTV-block__bg-mob {display: block!important;}
.CCTV-block__integration {
    align-items: flex-end;
    padding-bottom: 25px;
}
.CCTV-block__integration .CCTV-block__bg {display: none;}
.CCTV-block__tech .CCTV-block__descr {padding:0px;}
.CCTV-block__tech {
    display: block;
    padding: 50px 15px;
}
.CCTV-block__tech .CCTV-block__bg {background-position: bottom center;}
.CCTV-block__img {top: 125px;}
.module-wrap__info {    max-width: 100%!important;}
.autosignal div.spacer {margin: 10px;}
.autosignal .module-wrap__info-radio .module-2__top-col__wrap {width: 100%;padding: 0px;}
.autosignal .module-wrap__package-info__row {padding-bottom:0px;}
.autosignal ul.module-tabs.nav.nav-tabs {padding-bottom: 0px;}
.autosignal ul.module-tabs {margin-bottom: 0px;}
.autosignal .CCTV-header__block-option__col {    width: 100%;}
.autosignal .module-wrap__info-radio {width: 95%;}
.autosignal .module-wrap__info .module-tabs li a {
	line-height: 50px;
	font-size: 18px;
    border-radius: 20px;}
	.moduletable h3.module-wrap__info-title {padding-bottom: 20px;font-size: 22px;}
.autosignal .width33 {width: 100%;}
.autosignal .module-wrap__package-wrap {padding-top: 0px;}
.autosignal ul.module-tabs.nav.nav-tabs {padding-left: 5px;}
.autosignal ul.module-tabs li {margin-left: 0px;}
.CCTV-firefighter__descr {    max-width: 220px;
    padding-right: 10px;}
.moduletable h3.CCTV-firefighter__title {
    padding-bottom: 15px;
    font-size: 24px;
	line-height: 24px;
	font-weight: 500;
}
.CCTV-firefighter__text {
    font-size: 18px;
    padding-bottom: 30px;
}
.CCTV-firefighter__col p {font-size: 14px;}
.CCTV-firefighter__bg-mob {display: block;}
.CCTV-firefighter__bg {
    background-position: top center!important;

}
.CCTV-firefighter {height: 420px;padding: 0px!important;}
.guarantee-bg {
    padding: 0 15px 40px!important;
    align-items: flex-end!important;
}
.CCTV-human {
    height: 500px;
    display: block;
}
.CCTV-smoke__two .CCTV-descr__title {
    padding-bottom: 0!important;
    text-align: left;
}
.CCTV-smoke__two .CCTV-descr__col {margin: 0!important;}
.CCTV-smoke__two {
    align-items: flex-start!important;
    margin-top: 50px!important;
}
.CCTV-smoke__two .CCTV-smoke__bg-mob {background-position: bottom center!important;}
	.rabotaem-inner .container {padding:0;}
	.CCTV-controls .CCTV-smoke__bg-mob {display: none;}
	.CCTV-benefit {padding: 15px;height: 400px;}
.CCTV-controls .CCTV-smoke__descr h3.CCTV-descr__title,
.CCTV-controls .CCTV-smoke__descr p {text-align: center!important;}
.moduletable h3.CCTV-descr__title{font-size:22px;}
.products-col { width: 100%;}
.CCTV-controls .CCTV-descr__col-row ul li:last-child {margin: 0;}
.CCTV-controls .CCTV-descr__col-row ul li {margin: 0 0 20px;}
.CCTV-controls .CCTV-descr__col {margin: 0;}
.module-wrap__info {margin-bottom: 10px;margin: 10px!important;}
.CCTV-controls .CCTV-smoke__descr {
    text-align: left;
    padding: 15px;
}
.CCTV-smoke.CCTV-gifts {/*height: 550px!important;*/}
.CCTV-smoke__descr .CCTV-descr__row {padding-top:0px;}
.CCTV-controls .CCTV-smoke__descr h3.CCTV-descr__title, .CCTV-controls .CCTV-smoke__descr p {text-align: left;}
.CCTV-smoke__descr .CCTV-descr__col {max-width: 100%!important;}
.CCTV-human__col p {font-size: 14px;}
.CCTV-human__col {padding-bottom: 30px;}
.moduletable h3.CCTV-human__title {
    font-size: 24px;
    max-width: 230px;
}
.CCTV-human__bg {background-position: right center!important;}
.CCTV-gifts__img {
    right: auto!important;
    left: 110px;
    bottom: auto;
    top: -40px;
}
.CCTV-gifts__img img {
    max-width: 200px;
}
.CCTV-controls .CCTV-smoke__bg {
    display: none;
    background-position: bottom center!important;
}
.module-wrap {width:100%;}
.CCTV-smart__descr {
	width: 100%;
left: 0;
    top: 100px;}
.CCTV-controls {
    height: 700px;
    padding: 0;
}
.module-wrap__package-info__title {font-size: 20px;}
.module-wrap__package-info__row {
    display: block;
    padding: 0;
	    text-align: left;
}
.module-wrap__package-info__row div {
  /*  padding-bottom: 30px;*/
}
.komnata .product-field-display, .module-wrap__package-info__row .PricesalesPrice.vm-display.vm-price-value {
    padding-top: 10px;
    padding-bottom: 30px;
}
.module-wrap__package-info__buttons {
    display: block;
	height: inherit;
}
.module-wrap__package-info__buttons .btn-main-cart,
.module-wrap__package-info__buttons .btn-border {width: 100%;margin-top: 20px;}
.CCTV-smart__descr .CCTV-descr__col {
    max-width: 300px;
    margin: 0 auto;
}
.CCTV-smart {
    height: 850px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    background-position: top center!important;
    text-align: center;
    padding: 15px;
}
.CCTV-gifts__text {display:none}
.CCTV-smart__bg-table {display: none;}
.CCTV-smart__bg.CCTV-smart__bg-mob {display: block;background-position: 90% 0!important;}
.CCTV-descr__col {padding-bottom: 30px;}
.CCTV-smoke {
    text-align: center;
    height: 600px!important;
        padding: 10px!important;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
}
.CCTV-smoke__bg {display: none;}
.CCTV-smoke__bg-mob {
    display: block;
    background-position: top center!important;
}
.CCTV-smoke__descr {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
.CCTV-smoke p {max-width: 100%;}
.CCTV-smoke__descr .CCTV-descr__col {
    margin: 0 auto;
    max-width: 255px;
}
.CCTV-detector {
    padding: 50px 30px;
    height: 590px;
}
.CCTV-detector__bg {display: none;}
.CCTV-detector .CCTV-descr__row-wrap, .CCTV-detector__bg-mob {display: block;}
.CCTV-detector .CCTV-descr__row-wrap .CCTV-descr__col {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0 0 30px;
    max-width: 260px;
    margin: 0 auto;
}
.CCTV-descr__col p {
    font-size: 14px!important;
    text-align: left;
}
.CCTV-descr.CCTV-smoke__descr {padding-left: 0;}
.CCTV-detector .CCTV-descr__row-wrap .CCTV-descr__col div { margin: 0 20px 0 0;}

.module-3__title {font-size:24px;}
.autosignal h3.module-1__subtitle {font-size:22px;}
.CCTV-care .CCTV-descr__col p{text-align: center;}
.CCTV-care {padding: 0 15px 55px;}
.CCTV-care__bg {display: none;}
.CCTV-care .CCTV-descr__row, .CCTV-care__bg-mob {display: block;}
.CCTV-care .CCTV-descr__title {font-size: 24px;}
.CCTV-care .CCTV-descr__col {
    width: 100%;
    padding: 0 0 35px;
    max-width: 260px;
    margin: 0 auto;
}

.categories {padding: 10px;display: inline-block;}
.CCTV-benefit .CCTV-descr { max-width: 260px;}
.CCTV-benefit .CCTV-descr__row {padding-top: 15px;}
.CCTV-benefit .CCTV-descr__col {padding-left: 0;}
.CCTV-benefit .CCTV-descr__col p {font-size: 16px;}
.categories-col__wrap {
    display: block;
    min-height: 100%;
	position: relative;
}
.categories-col__descr {margin: auto 0;}
.categories-col__descr p, .categories-col__title {color: #212121;margin-top: 0px;}
.rabot .moduletable h3.categories-col__title.cursor-pointer	{padding-bottom: 6px;
    font-size: 24px;
    line-height: normal;
	text-transform: inherit;
    font-weight: 400;}
.rabot h2.CCTV-satellite__title {
	    font-size: 46px;
    font-weight: bold;
}
.CCTV-block__descr {padding: 0 15px;box-sizing: border-box;}
.CCTV-descr__col div {margin-right: 0px;}
.rabot .moduletable h3.CCTV-block__title {font-size: 24px;padding-bottom: 15px;}
.CCTV-block__text {padding-bottom: 30px;font-size: 18px!important;}
.rabot .moduletable .CCTV-block__auto h3.CCTV-block__title {font-size: 22px;}
.CCTV-block__auto .CCTV-block__title { max-width: 240px;}
.rabot .moduletable h3.CCTV-trust__title {
	padding-bottom: 40px;
    font-size: 24px;
}
.CCTV-control__bg {
    display: none;
    background-position: center!important;
}
.vm-product-container .vm-product-media-container {
    width: 100%!important;
    padding-left: 0!important;
}
.CCTV-control__bg-mob, .reviews-col {display: block;}
.CCTV-trust {padding: 50px 0;margin-top: 0;    padding-bottom: 0px;}
.CCTV-control__descr {padding: 50px 15px;}
.careers-bottom__download, .careers-bottom__link {max-width: 320px;}
.careers-bottom__link {    line-height: 30px;}
.CCTV-gifts__img img {max-width: 200px;}
}
@media only screen and (max-width: 580px){
.CCTV-satellite__descr {padding: 35px 15px;}
.CCTV-satellite {height: 520px;}

.CCTV-camera__bg {
    background-position: center bottom!important;
}
.rabot h2.CCTV-forbusiness__top-title {font-size: 24px;}
.CCTV-forbusiness__top {
    padding: 0;
    height: 500px;
}
.CCTV-camera__bg-mob {display: block!important;}
.CCTV-camera__img {
    bottom: -10px;
    left: auto!important;
    right: -120px;
	    display: none;
}
.faceboxcart {
    width: inherit;
    margin: auto;
    display: grid;
    text-align: center;
}
.abonent-plata {
    padding-top: 7px!important;
    top: 0px!important;
}
.faceboxcart .page-header__consult-btn {margin: 5px;}
.deskriprion {padding: 20px 0!important;}
.vm-product-details-container {padding-right: 0;}
.CCTV-camera__img img {max-width: 410px;}
.CCTV-camera__descr {margin: 0 auto;padding: 0px!important;}
.goods-head__info-title {padding-left: 0px;}

}
@media only screen and (max-width: 600px) {
.categories-col {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
	padding: 0;
}
.categories-col__descr {max-width: 400px;}
.categories-col__wrap{ padding: 0;}
.golovna_menu ul.menu li.parent {width: 100%!important;}
}
@media only screen and (max-width: 650px){
.CCTV-descr__title {font-size: 24px;}
.CCTV-descr p {font-size: 18px;}
.CCTV-clever__descr-bottom p {
    margin-bottom: 20px;
    font-size: 24px;
}
.CCTV-app__img {right: -30px!important;}
.CCTV-app__img img {max-width: 450px!important;}
.CCTV-app {
display: block;
    padding: 50px 15px 340px;
overflow: hidden;}
.careers-accordeon .accordeon-descr__top {
    padding: 0 15px 22px;
    margin-bottom: 30px;
}
.careers-accordeon .accordeon-descr__block {padding: 0 15px 30px;}
.careers-accordeon .accordeon-descr__top p {display: none;}
h2.spoiler__title {margin:0;padding-left: 10px;}
.careers-bottom__row div, .careers-bottom__row select {width: 100%;}
.careers-select__top span {line-height: 1.5;margin-left:0;}
.careers-select__top {padding:10px;}
.careers-info {padding: 40px 0 30px;}
.careers-info__descr {padding: 0 15px;}
.catalog-top {padding: 0;}
.careers-info__col {margin-bottom: 14px;    padding-left: 0;}

.catalog-top .catalog-header {padding: 20px 10px;}
.CCTV-header__wrap {display: block;}
.CCTV-block__pred .CCTV-block__descr-wrap {
    padding-right: 0;
    max-width: 320px;
}
.careers-head {height: 290px;}
.CCTV-app__descr {
    max-width: 320px;
    margin: 0 auto;
}
.CCTV-app .CCTV-descr__title {padding-bottom: 35px;}
.CCTV-app__img img {max-width: 450px;}
.CCTV-app {    padding: 50px 15px 340px!important;}
.CCTV-control__descr-col div {margin-bottom: 10px;}
.CCTV-control__descr-col {width: 42%;}
.CCTV-control__row {max-width: 300px;}
.CCTV-control__descr {max-width: 400px;}
.CCTV-control .CCTV-wrap__bg {background-position: 70% 0!important;}
.CCTV-monitor__descr p {max-width: 300px;}
.CCTV-descr p {font-size: 18px;}
.CCTV-monitor__descr-col p {font-size: 14px;}
.CCTV-monitor__descr {padding: 50px 15px;}
.CCTV-control__descr-col p {font-size: 14px;}
.CCTV-clever__descr-bottom {justify-content: center;}
.CCTV-clever__descr-col p {font-size: 14px;}
.CCTV-detector .CCTV-descr__row-wrap .CCTV-descr__col p, .CCTV-smart__descr .CCTV-descr__col p {font-size: 14px;}
.categories .wrapper, .footer-middle__wrap {padding: 0px;}
.moduletable h3.guarantee-title {
    font-size: 24px;
    max-width: 300px;
}
.CCTV-camera {padding: 0px!important;}
.CCTV-camera .CCTV-clever__descr-row {
	padding: 0px 0px 0px 20px!important;
}
.rabot h2.CCTV-choice__title {
    font-size: 22px;
    padding-bottom: 30px;
}
.guarantee-bg {
    height: 430px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0 15px;
}
.CCTV-choice {height: 280px;    display: block;}
}
@media only screen and (max-width: 720px){
	
.main-descr p {max-width: 400px;display: none;}
.footer-top__wrap {
	    width: 100%;
padding:0;
    display: block;
}
.CCTV-block__hoh .CCTV-block__img img {max-width: 370px;}
.CCTV-block__hoh .CCTV-block__img {
    top: auto;
    bottom: 0;
}
.CCTV-block__hoh {
    display: block;
    padding: 50px 0;
	height: 600px;
}
.rabot .moduletable .CCTV-block__auto h3.CCTV-block__title {padding-bottom: 350px;}
.footer-top__col {
    margin: 0 auto;
    text-align: center;
padding: 10px 0;
}
.CCTV-block__auto {
    height: auto;
    padding: 30px 0 0;
}
.CCTV-block__img {
    right: 0;
    bottom: auto;
    top: 150px;
}
.CCTV-block__img img {max-width: 350px;}
.categories-col__wrap {height: auto;}
}
@media only screen and (max-width: 767px) {
	.mobim li {margin: 0;}
	.main-descr__row {margin-top: 20px;}
	.ddt {display:block!important;}
	.main-descr p {max-width: 400px;display: none;}
	.bg-table {display:none;}
	label.hamburger text open {display:none;}
	.CCTV-camera {display: inline-block!important;}
	.CCTV-clever__descr-col.col-left p {display:none!important;}
	.CCTV-clever__descr-bottom {max-width: 200px!important;margin-bottom: 30px!important;line-height: 40px!important;margin-top: 0px!important;margin-left: 20px!important;}
	.rabot h2 {font-size: 24px;line-height: 24px;}
	.left.desktop {display: none!important;}
	.in.contacts-page {width: 100%!important;}
	.right-k.contacts {
		width: 100%!important;
    box-sizing: border-box!important;
    padding: 44px 20px 0!important;
	}
	.b-wrapContacts {padding-bottom: 0!important;}
	.cnt-msk {margin-bottom: 60px!important;}
	.cnt-msk__headline {
    text-align: center!important;
    background-position: top center!important;
    padding: 80px 0 0 0!important;

    font-size: 28px!important;
    color: #0b2d49!important;
}
.cnt-msk p.cnt-msk__description {
    padding: 0!important;
    text-align: center!important;
    font-size: 24px!important;
    color: #5a5a5a!important;
}
	
	.advant {padding: 40px 10px!important}
	.advant__list {display: block!important;
	margin-left: 0!important;
    padding-left: 0!important;}
	.advant__list li {width: unset!important;}
	.head-poligraf .h1,
.rabot .advant h2,
.rabot .product-detektor h2,
.rabot .blue__form h2,
.rabot .price-detektor h2,
.rabot h1.header-main-title,
.how .title,
.title.min,
.banner-signalka {background:none!important;padding: 0 20px!important;}
.rabot .cheme-detektor h2	{font-size:24px!important;line-height: 1.2;letter-spacing: inherit!important;}
	.headеr__list img {
    margin: auto!important;
    float: unset!important;
}
.banner-signalka #form_1 .user_name, .banner-signalka #form_1 .user_phone {padding: 16px 0px 16px 10px!important;}
.banner-signalka #form_1 .label_1 {line-height: 28px!important;font-size: 24px!important;}
#form_1 {padding: 20px 10px!important;box-shadow: 0px 0px 0px silver!important;}
.banner-signalka .label_3 {width: inherit!important;font-size: 22px!important;margin-left: 10%!important;margin-right: 10%!important;}
.banner-signalka .label_2 {font-size: 18px!important;}
.banner-signalka .label_1 {font-size: 27px!important;line-height: 1.2!important;}
.how .hw-row .hw-block .hw-inner {margin-top: 20px!important;}
.how .hw-row .hw-block.hw-1 .icon::before,
.how .hw-row .hw-block.hw-2 .icon::before {display:none;}
.main-notdo_block .services-list li     {width: inherit!important;}
.advantages-list figure {
	width: 100px!important;
    height: 100px!important;
	margin: auto!important;
}
.advantages-list {    display: block!important;}
.advantages-list li {display: block!important;}
.main-when h2 {text-align: center!important;}
.main-when .holder .col.second .txt,
.main-when .holder .col.first h2 {
	padding-left: inherit!important;
    display: block!important;
}
.main-when .holder .col {width: 100%!important;}
.main-when .holder {display: block!important;}
.justify-content-center {display: block!important;}
.services .serv-title .medium {line-height: 1.2!important;}
.header-main {height: inherit!important;}
.header-main-icons ul li {width: 50%!important;}
.header-main-icons ul {margin-left: 0px!important;padding-left: 0px!important;}
.buvimto {padding: 15px 45px 15px!important;}
.buvimto:first-child {margin-right: 0px!important;margin-bottom:20px;}
.buvimto:last-child {margin-left: 0px!important;}
.rabot h1.header-main-title {line-height: 1.5!important;}
.cheme__title {max-width: unset!important;}
.cheme__list {
	    display: block!important;
    margin-left: 0!important;
    padding-left: 0!important;
}
.cheme__line {display:none!important}
.price__list {display: block!important;}
.price__list li {
    width: unset!important;
    height: auto!important;
    padding-top: 25px!important;
    margin-bottom: 0!important;
}
.blue__form-wrap {margin: 0px 10px!important;}
.ddre {display: block!important}
.product__item {
    text-align: center!important;
    margin-left: auto!important;
    margin-right: auto!important;
	max-width: unset!important;
}
.head-fon-polidraf {   
    padding-left: 10px;
    padding-right: 10px;
}
.product-detektor.product-detektor  {padding: 0px 10px!important}
.headеr__list {padding-left: 0px!important;}

.blue__form-wrap {width: unset!important;}
.header__list-item p {
    float: unset!important;
    margin: auto!important;
}
	.rabot h2 {font-size: 24px;line-height: 24px;}
	.cf-red-underscore::after {bottom: -35px!important;}
	.CCTV-clever__descr-col.col-right {display:none!important;}
	.CCTV-clever__descr-col {width: 100%!important;}
	.CCTV-clever__descr-row, .CCTV-clever__descr-bottom {padding-left: 20px!important;}
	.cf-content--text ul, .cf-index-text--page ol {margin: 0 0 1.5em 12px;    padding: 3px 8px 8px 2px!important;}
	.cf-index-text__side-tablet {display: none!important}
	img.index__how-works__desktop {display: none!important;}
	img.index__how-works__tablet {display: none!important;}
	.CCTV-clever__descr-bottom.consult-link {
    position: relative;
    left: 18%;
	margin-bottom: 20px;
}
	img.index__how-works__phone {display: block!important;}
	.CCTV-descr__block-row .CCTV-descr__col {padding: 0 0 28px;}
  .CCTV-human__bg {background-position: 70% center!important;}
	.CCTV-smart .CCTV-descr p {font-size: 18px;}
	.catalog {position: relative;}
	.service-centers {padding: 0;
	}
	p.CCTV-camera__text {
	font-size: 16px!important;
    padding-top: 20px!important;
    padding-left: 20px!important;

	}
	p.CCTV-camera__text strong	{font-size: 28px;}
	.CCTV-camera h3.CCTV-descr__title {
	left: 0px!important;
padding-left: 15px;
    top: 10px!important;
    font-size: 22px!important;}
	.CCTV-camera h3.CCTV-descr__title:before {
		background-size: contain!important;
    top: -12px!important;
    left: -15px!important;
    background: url(../images/vidspost-mob.png)!important;
    width: 320px!important;
    height: 50px!important;}
	ul.service-centers {
    list-style: none;
    background: inherit;
    width: inherit;
    position: inherit;
    top: inherit;
    opacity: inherit;
    right: inherit;
    padding: inherit;
}
	.rabot .moduletable h3.CCTV-block__title {
		padding-bottom: 20px;
    font-size: 32px;		
	}
	.CCTV-descr__block-row .CCTV-descr__col {height:inherit;}
	.CCTV-block__right .CCTV-block__descr-wrap {padding-right: 0px;max-width: 320px;}
	#sidebar.span3 {padding-left:0px}
	.prodiska-titla {margin-left: 0px;}
	.well {padding:0;}
	.rabot .moduletable h3.careers-info__title {
    max-width: 100%;
    padding-bottom: 45px;
    text-align: center;
}
.careers-info__descr, .careers-info__row {
    display: block;
    max-width: 100%;
}
	.prodiska ul{padding:0;}
	.prodiska-titla {font-size:24px;}
	.careers-head {background-position: center left!important;}
	.careers-head__descr {padding: 0 15px;}
	.prodiska .product-wrap {padding: 15px;}
	.prodiska li.product-container.span4.floatleft {width:100%!important;padding-left: 0px!important;}
	.service-center__inner {display: block;}
	.service-center__address, .service-center__phone, .service-center__email{width:100%;padding-right: 0rem; text-align:left;margin-bottom: 20px;}
	.item-page {width: 100%;}
	.CCTV-care .CCTV-descr__title {font-size: 30px;}
.module-wrap__info {max-width: 370px;/*margin: 0 auto 40px;*/}
.CCTV-smart .CCTV-descr .CCTV-descr__title {font-size: 24px;}
.CCTV-block__monitoringV .CCTV-block__bg {background-position: left center;}
.text h2 {
    font-size: 24px;
    line-height: 32px;
    text-transform: inherit;
}
.module-wrap__info, .module-wrap__package {
    /*width: 100%;*/
    padding: 0;
}
/*.CCTV-forbusiness__top-descr {display: none;}*/
.CCTV-firefighter {padding: 30px;}
.CCTV-human {padding: 70px 15px 40px;}
#my-slider {height: 450px;}
.main-descr__img {display: none;}
.main-descr__row {padding-top: 30px;}
.module-wrap {width:100%;    min-height: 800px;}
.autosignal .module-wrap {
    min-height: 2350px;
    display: block;
}
.vygoda {/*display:none;*/}
.slid .main-descr__col p {text-align:center;}
.module-wrap__package.block-open {
	/*position: absolute;*/
    background: #fff;
	/*left: 0;
    top: inherit;*/}
.module-wrap__info .module-tabs li a{
	line-height: 20px;
	font-size: 14px;
	    border: 0;
		    padding-right: 8px;
    padding-left: 8px;
}
.module-wrap__info .nav-tabs > .active > a, .module-wrap__info .nav-tabs > .active > a:hover, .module-wrap__info .nav-tabs > .active > a:focus {border: 0;}
.bg-comp {display: none;}
.bg-mob {background:#fff; display: block;height: 80px;border-bottom: 1px solid #0b2d49;}
.mod-cart .vmCartModule svg {fill: #0b2d49;}
.mod-cart .cart_top .total_products {
    background: #0b2d49;
    color: #ffffff;
}
.header-centert {
	position: absolute;
    right: 0;
}
.bg-mob .moduletable {clear: inherit;}
.jf_mm_trigger {
        background-color: transparent;
    color: #0b2d49;
    width: 30px;
	    margin-top: 8px;
    top: 0;
    padding: 13px;
    right: 0px;
	position: absolute;
}
.main-descr {padding: 0px 0px;}
h1.main-descr__title:before {
    top: 0px!important;
    left: 0!important;
    width: 100%!important;
    height: 60px!important;
   background: #0b2d49!important;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
	min-width: 300px;
}
.subtitlos-mob {display:none}
.main-descr__title {
	    font-size: 25px!important;
		width: 100%;
		line-height: 60px!important;
    line-height: normal;
    font-weight: 700;
   padding: 0!important;
    color: #dddcdd;
    text-align: center;
}
	.slid p {
		    margin: 0px;
    text-align: left;
    color: #e1e1e1;
    font-weight: bold;
	}
.mod-cart {
    float: left;
    line-height: 0;
}
/*.vmCartModule {margin: 10px;    margin-top: 20px;}*/

#my-slider .tav-slide-0 .tav-img-frame {
    background-image: url(../images/001.png);
    background-position: center center!important;
    min-height: auto;
    background-size: cover!important;
}
#my-slider .tav-slide-0 .tav-img {display: none;}
.module-wrap__info .nav-tabs > li:last-child {display:none;}
/*.header.bg-mob {    border-bottom: 3px solid #000;
    display: block;
	min-height: 75px;
    position: relative;}*/
/*	.products-col { width: 25%;}	
	.categories-col{width: 48.4%;    padding-bottom: 50px;}
.categories-col__wrap {height: auto;}
.categories-col__wrap {
    background: 0 0!important;
    padding: 0 10px;
	    display: block;
}	
.categories-col__wrap img {margin-bottom: 15px;display: block;}
.categories-col__descr {padding: 0;}
.rabot .moduletable h3.categories-col__title {
	    padding-bottom: 6px;
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
	text-transform: initial;
}
.categories-col__descr p {
    line-height: normal;
    margin: 0;
}
.footer-top__wrap.row-my {
    width: 100%;
    padding: 0;
    padding-top: 10px;
	display: block;
}
.footer-top__col {width:33%;float: left;}
.footer-top__col-middle {padding-top: 10px;}
.footer-middle__info.row-my.span12 {margin-left:0px}
.footer-middle__wrap.row-my.span3 {
        width: 26%;
    margin: 0;
    float: left;
}
.footer-middle__social.span6 {
    width: 45%;
    margin-left: 0;
    float: right;
}
.row-my {margin-bottom:10px;}
.footer-middle__wrap .footer-middle__pay li {
    margin-right: 20px;
    list-style: none;
    display: block;
    float: left;
    width: 42%;
}
ul.footer-middle__social-list.row-my,
ul.footer-middle__pay.row-my {    margin-left: 0;}
.footer-middle__pay li img {max-width: 140px;}
.skroll .owl-item {min-height: 400px!important;}*/
}
ul.module-tabs.nav.nav-tabs.komp {display: flex;}
ul.module-tabs.nav.nav-tabs.mob li:last-child {display:none!important;}
@media only screen and (max-width: 820px){
	.module-wrap__package-info__row {display: flex!important;}
	.module-wrap__package-info__title span {font-size: 14px!important;}
	span.product-fields-title-wrapper {width: inherit!important;min-width: inherit!important;}
	span.PricesalesPrice {font-size: 16px!important;    padding-right: 0px!important;}
	.komnata .product-field-display, .module-wrap__package-wrap .PricesalesPrice.vm-display {font-size: 16px!important;    padding-bottom: 0px;}
	.module-wrap__package.block-open {    margin-right: 5px!important;}
	.module-wrap__package {width: 53%!important;/*border: 3px solid #0b2d49;*/}
	.module-wrap__package-info__row div span.price-text {font-size: 14px!important;}
	ul.module-tabs.nav.nav-tabs.mob {display: flex!important;margin: 0 10px;}
	.module-wrap__info .module-tabs li a {
    line-height: 20px!important;
    font-size: 12px!important;
    border: 0;
    padding-right: 0px!important;
    padding-left: 0px!important;
}
.module-wrap {
    width: 100%;
    min-height: 450px;
}

.checkbox input:checked + .checkbox__text:after {left: 13px;}
.module-wrap__package-info__buttons .btn-main-cart, .module-wrap__package-info__buttons .btn-border {margin-top: 10px!important;}
.module-wrap__package-info__buttons .btn-border {line-height: 36px!important;border-radius: 5px!important;}
.PricesalesPrice.vm-display.vm-price-value {padding-bottom: 0px!important;}
.module-wrap__package-info__title {    font-size: 18px;}
.module-wrap__package-info__buttons span.addtocart-button input.addtocart-button {padding: 12px!important;}
.module-wrap__package-wrap h3.module-wrap__package-top__title {display: none!important;}
.module-wrap__info-row {padding-bottom: 30px!important;}
.module-wrap__info-radio .module-2__top-col__wrap p {font-size: 13px!important;line-height: 16px!important;    margin-bottom: 0;}
.radio-button span {width: 20px!important;height: 20px!important;}
.radio-button p {padding-left: 30px!important;}
.moduletable h3.module-wrap__info-title {font-size: 18px!important;}
.module-wrap__info-row .CCTV-header__block-option__col label {padding: 0 0 5px!important;max-width: 100%!important;}
.checkbox__text{padding: 0 0 0 35px!important;line-height: 16px!important;font-size: 14px!important;}
.checkbox__text:after {width: 17px!important;height: 17px!important;}
.checkbox__text:before {width: 31px!important;height: 21px!important;}
.module-tabs li {margin-top: 0!important;}
ul.module-tabs.nav.nav-tabs {
    padding-left: 0px!important;
    font-size: 12px!important;
    margin-bottom: 10px!important;
}
	.module-wrap__package-wrap {padding:5px!important;}
	.main-descr__row {margin-top: 20px;}
	.ddt {display:block!important;}
	.container {width: 100%!important;}
	.main-descr p {max-width: 400px;display: none;}
	.bg-table {display:none;}
	label.hamburger text open {display:none;}
	.CCTV-camera {display: inline-block!important;}
	.CCTV-clever__descr-col.col-left p {display:none!important;}
	.CCTV-clever__descr-bottom {max-width: 200px!important;margin-bottom: 30px!important;line-height: 40px!important;margin-top: 0px!important;margin-left: 20px!important;}
	.rabot h2 {font-size: 24px;line-height: 24px;}
	.left.desktop {display: none!important;}
	.in.contacts-page {width: 100%!important;}
	.right-k.contacts {
		width: 100%!important;
    box-sizing: border-box!important;
    padding: 44px 20px 0!important;
	}
	.mob {display:block!important;}
	.komp {display:none!important;}
	.b-wrapContacts {padding-bottom: 0!important;}
	.cnt-msk {margin-bottom: 60px!important;}
	.cnt-msk__headline {
    text-align: center!important;
    background-position: top center!important;
    padding: 80px 0 0 0!important;

    font-size: 28px!important;
    color: #0b2d49!important;
}
.cnt-msk p.cnt-msk__description {
    padding: 0!important;
    text-align: center!important;
	    margin-top: 60px!important;
    font-size: 24px!important;
    color: #5a5a5a!important;
}
	
	.advant {padding: 40px 10px!important}
	.advant__list {display: block!important;
	margin-left: 0!important;
    padding-left: 0!important;}
	.advant__list li {width: unset!important;}
	.head-poligraf .h1,
.rabot .advant h2,
.rabot .product-detektor h2,
.rabot .blue__form h2,
.rabot .price-detektor h2,
.rabot h1.header-main-title,
.how .title,
.title.min,
.banner-signalka {background:none!important;padding: 0 20px!important;}
.rabot .cheme-detektor h2	{font-size:24px!important;line-height: 1.2;letter-spacing: inherit!important;}
	.headеr__list img {
    margin: auto!important;
    float: unset!important;
}
.banner-signalka #form_1 .user_name, .banner-signalka #form_1 .user_phone {padding: 16px 0px 16px 10px!important;}
.banner-signalka #form_1 .label_1 {line-height: 28px!important;font-size: 24px!important;}
#form_1 {padding: 20px 10px!important;box-shadow: 0px 0px 0px silver!important;}
.banner-signalka .label_3 {width: inherit!important;font-size: 22px!important;margin-left: 10%!important;margin-right: 10%!important;}
.banner-signalka .label_2 {font-size: 20px!important;}
.banner-signalka .label_1 {font-size: 27px!important;line-height: 1.2!important;padding-top: 20px!important;}
.how .hw-row .hw-block .hw-inner {margin-top: 20px!important;}
.how .hw-row .hw-block.hw-1 .icon::before,
.how .hw-row .hw-block.hw-2 .icon::before {display:none;}
.main-notdo_block .services-list li     {width: inherit!important;}
.advantages-list figure {
	width: 100px!important;
    height: 100px!important;
	margin: auto!important;
}
.advantages-list {    display: block!important;}
.advantages-list li {display: block!important;}
.main-when h2 {text-align: center!important;}
.main-when .holder .col.second .txt,
.main-when .holder .col.first h2 {
	padding-left: inherit!important;
    display: block!important;
}
.main-when .holder .col {width: 100%!important;}
.main-when .holder {display: block!important;}
.justify-content-center {display: block!important;}
.services .serv-title .medium {line-height: 1.2!important;}
.header-main {height: inherit!important;}
.header-main-icons ul li {width: 50%!important;}
.header-main-icons ul {margin-left: 0px!important;padding-left: 0px!important;}
.buvimto {padding: 15px 45px 15px!important;}
.buvimto:first-child {margin-right: 0px!important;margin-bottom:20px;}
.buvimto:last-child {margin-left: 0px!important;}
.rabot h1.header-main-title {line-height: 1.5!important;}
.cheme__title {max-width: unset!important;}
.cheme__list {
	    display: block!important;
    margin-left: 0!important;
    padding-left: 0!important;
}
.cheme__line {display:none!important}
.price__list {display: block!important;}
.price__list li {
    width: unset!important;
    height: auto!important;
    padding-top: 25px!important;
    margin-bottom: 0!important;
}
.blue__form-wrap {margin: 0px 10px!important;}
.ddre {display: block!important}
.product__item {
    text-align: center!important;
    margin-left: auto!important;
    margin-right: auto!important;
	max-width: unset!important;
}
.head-fon-polidraf {   
    padding-left: 10px;
    padding-right: 10px;
}
.product-detektor.product-detektor  {padding: 0px 10px!important}
.headеr__list {padding-left: 0px!important;
    width: inherit!important;
    margin: inherit!important;}

.blue__form-wrap {width: unset!important;}
.header__list-item p {
    float: unset!important;
    margin: auto!important;
	font-size: 16px!Important;
    font-weight: 400;
    line-height: 20px!Important;
	text-align:center;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.CCTV-benefit .CCTV-wrap__bg {   background-position: 80% top!important;}
.CCTV-smart {padding: 30px;}
.CCTV-smart__bg {
    background-position: 40% 0;
    display: none;
}

.CCTV-app__descr-row {
    display: block;
    padding: 0;
}
.CCTV-descr__block-row .CCTV-descr__col {width: 100%;}
.CCTV-block__heating {
    padding: 75px 0 20px;
    height: auto;
}
.CCTV-app__descr-col {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0 0 20px;
    max-width: 300px;
    text-align: left;
}
.CCTV-app__descr-col div {
    min-width: 40px;
    width: 40px;
    margin: 0 10px 0 0;
}
.CCTV-block__heating-img {
    position: static;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    text-align: center;
    width: 100%;
    padding-bottom: 65px;
}
footer.footer {margin: 0 -10px;margin-bottom: -10px;}
.footer-middle__bg {padding: 40px 0 0px;}
.footer-middle__wrap {padding: 0 15px;}
.categories-col__descr {padding: 0;}
.CCTV-smoke__bg {background-position: 50% 0!important;}
.CCTV-smart__bg-table {display: block;}
.CCTV-smoke { padding: 125px 30px;}
.categories-col__wrap {
   background: 0 0!important;
    padding:0px;
}
.topbutton {    bottom: 70px;}
.CCTV-block__heating .CCTV-block__descr-wrap {
    margin: 0 auto;
    padding: 0;
}
.categories-col__wrap img {
    display: block;
    margin-bottom: 25px;
}
}
@media only screen and (max-width: 950px){
.bg-mob	.block-menu ul {display: flex;  margin: 0;}
.bg-mob	.block-menu ul li a{letter-spacing: -1px; font-size: 13px;}
label.hamburger.ri {
    font-size: 11px;
    padding-left: 5px;
    padding-top: 3px;
}
.bg-mob	.block-menu ul li{padding: 5px;margin: 0px;}

.footer-top__wrap.row-my {display: block;}	
.footer-top__col.logo-fut {margin-right: inherit;}
.tel-mob a, .email-mob a{letter-spacing: -0.5px;font-size: 14px;}
	.block_top1 {
		display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;}
	.block_top2	{
	flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        align-content: space-between;
	}
	.block_top1 .header-right p{margin: 0em 0;font-size: 13px;}
	.block_top1 .header-right a.btn--small {float: right;font-size: 13px;}
	.block_top1 .header-right .btn--small	{padding: 0.2rem 0.5rem;}
.CCTV-block__heating-img {left: 30px;}
.CCTV-camera {padding: 60px 20px;}
.CCTV-camera__img {left: -150px;display: none;}
.CCTV-camera__img img {max-width: 600px;}
.CCTV-camera__bg-table {
    display: block;
    background-position: center bottom!important;
}
.CCTV-block__det .CCTV-block__text {
    font-size: 20px;
    max-width: 350px;
    padding-bottom: 30px;
    font-weight: 300;
}
.CCTV-monitor__descr {padding: 70px 30px;}
.CCTV-gifts__img {right: 0;}
.moduletable .CCTV-monitor__descr h3.CCTV-descr__title {font-size: 40px!important;}
.CCTV-control .CCTV-wrap__bg {background-position: 80% 0!important;}
.CCTV-control__descr {padding: 110px 30px;display: block;
    overflow: hidden;}
.CCTV-control__descr-col {    width: auto;}
.CCTV-app {padding: 65px 30px 45px;    display: block;
    overflow: hidden;}
.CCTV-app__img {right: -150px;}
.CCTV-app__img img {max-width: 600px;}
.CCTV-app__descr-row {
    display: block;
    padding: 0;
}
}
@media only screen and (max-width: 1050px){
.CCTV-smart__bg {background-position: 90% 0;}
.CCTV-smoke__bg {background-position: 40% 0!important;}

}

@media screen and (max-width: 979px) {
#navigation-toggle, #sidebar.span3 {display:none!important}
label.hamburger, .mob_catalog {display:block!important;}
 
/*.drawer-list {height: 1000vh!important;}*/
}
@media (max-width: 979px) and (min-width: 768px){
.bg-table {display:block;}
.CCTV-gifts {height: 400px;}
.CCTV-gifts__text {left: 50px;}
.CCTV-gifts__img img {    width: 80%;}
.CCTV-gifts__img {right: -30px;}
.CCTV-smoke {padding: 100px 30px;}
.module-wrap {    width: 100%;}

.module-tabs {padding-left: 0;}
.bg-mob, .bg-comp {display: none;}
.CCTV-gifts__img {}
.module-wrap__info {width: 45%;}
#gruemenu.grue_104 > ul > li > a {
	color: #0b2d49!important;
	padding-left: 10px;
    padding-right: 10px!important;
	}
#gruemenu > ul > li > a {border-right: 0px solid rgba(80, 80, 80, 0.12);}	
#gruemenu.headm > ul > li.has-sub > a {padding-right: 0.8rem;}
.header .container {padding-top: 0;padding-bottom: 5px;position: relative;}
.mod-cart .vmCartModule svg {fill: #0b2d49;}
.mod-cart {float:left;    margin-top: 7px;}
.mod-cart .cart_top .total_products {
    background: #0b2d49;
    color: #ffffff;
}
.CCTV-bg.CCTV-smoke.CCTV-controls {height: 600px;}
.CCTV-benefit .CCTV-descr {
    max-width: 410px;
    width: 100%;
}
.moduletable .CCTV-benefit h3.CCTV-descr__title {
	font-size: 32px;
    line-height: 48px;

}
.CCTV-gifts {padding: 100px 0 30px 30px!important;}
.CCTV-benefit .CCTV-descr__row {padding-top: 0px;}
.CCTV-benefit {padding: 30px;}
.CCTV-bg.CCTV-smoke {
	padding: 125px 0 0 170px;
    height: 600px;
}
.CCTV-smart__bg {background-position: 90% 0!important;}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {width: 100%!important;}
.module-wrap__package-info__row {display: block;    text-align: left;}
#navigation-toggle {
	background:#fff!important; 
 box-shadow: 0px 0px 0px rgba(0,0,0,0.15)!important;
     top: 10px!important;
    right: 20px!important;
	position: absolute!important;
 }
#navigation-toggle span.nav-line {background: #0b2d49!important;}
header .brand img {top: 0.7rem;}
div#gruemenu {padding-top: 10px;}
#my-slider .tav-slide-0 .tav-img {display: none;}
#my-slider .tav-slide-0 .tav-img-frame {
    background-image: url(../images/001.png);
    background-position: center center!important;
    min-height: auto;
    background-size: cover!important;
}
.main-descr { padding: 40px;    text-align: left;}
.main-descr__title, .main-descr p {text-shadow: 0px 0px 5px #ffffff;color: #0b2d49;}
#my-slider {height: 500px;}
.categories-col {width: 48.5%;}
.categories-col__wrap {
    background: 0 0!important;
    padding: 0 10px;
	    display: block;
}
.categories-col__wrap img {
    display: block;
    margin-bottom: 25px;
}
.categories-col__descr {padding: 0;}
.rabot .moduletable h3.categories-col__title {
	font-size: 24px;
    line-height: normal;
    font-weight: 400;
	    text-transform: inherit;
		margin: 0;
}
.categories-col__descr p {margin: 0;}
.categories-col__wrap {height: 340px;}
.skroll .owl-item {min-height: 420px!important;}
.footer-top__wrap.row-my {
    width: 100%;
    padding: 0;
    padding-top: 10px;
	display: block;
}
.footer-top__col {
	    width: 33%!important;
    float: left;
    display: block;
}
.footer-top__col-last {max-width: 33%!important;}
.footer-top__col-middle {padding-top: 10px;}
.footer-middle__info.row-my.span12 {margin-left:0px}
.footer-middle__wrap.row-my.span3 {
    width: 28%;
    margin: 0;
	padding: 10px;
}
.footer-middle__social.span6 {
    width: 44%;
    margin-left: 0;
}
.row-my {margin-bottom:10px;}
.footer-middle__wrap .footer-middle__pay li {
    margin-right: 20px;
    list-style: none;
    display: block;
    float: left;
    width: 42%;
}
ul.footer-middle__social-list.row-my,
ul.footer-middle__pay.row-my {    margin-left: 0;}

}
@media (max-width: 979px) {
	#zach li:last-child {display:inherit!important;} 
	#map-container, .services-scheme {display:none!important;} 
	
}
@media (max-width: 1024px) and (min-width: 980px){
	#gruemenu.headm > ul > li.has-sub > a {padding-right: 1rem;}
	.header-centert #gruemenu > ul > li > a {
		margin: 0 10px 0 10px;
    padding: 10px 0px 10px 0px;
	}
	.header-right.span2 {display: none;}
	.header-centert.span8 {
    width: 80%;
    margin-left: 20px;
}
.categories-col {width: 48.9%;    padding: 0 5px 10px;}
.categories-col__wrap {padding: 0 30px;}
.categories-col__wrap {background-position: 40% 0!important;}
.footer-top__wrap.row-my {display: block;    width: 100%;}
.footer-top__col {
	    width: 32%;
    float: left;
    max-width: inherit;
}
.footer-top__col.footer-top__col-last {padding-top: 15px;}
.footer-top__col-middle {
    text-align: center;
    padding-top: 20px;
}
#my-slider .tav-slide-0 .tav-img {display: none;}
#my-slider .tav-slide-0 .tav-img-frame {
    background-image: url(../images/001.png);
    background-position: center center!important;
    min-height: auto;
    background-size: cover!important;
}
}
@media (max-width: 767px) and (min-width: 531px){
	.categories-col {width: 48.2%;}
.categories-col__wrap {
    background: 0 0!important;
    padding: 0 10px;
	    display: block;
}
.CCTV-gifts__img img {max-width: 350px;}
.CCTV-gifts__img {
        right: 0px;
    top: -50px;
}
.CCTV-gifts {height: 289px;}
.footer-middle__social-list li {padding-right: 25px;}
.CCTV-smart__bg-table {display: block!important;}
.CCTV-smart__bg {
    background-position: 40% 0!important;
    display: none;
}
.CCTV-smart__bg-mob {display: none;}
.categories-col__wrap img {
    display: block;
    margin-bottom: 25px;
}
.categories-col__descr {padding: 0;}
.rabot .moduletable h3.categories-col__title {
	font-size: 24px;
    line-height: normal;
    font-weight: 400;
	    text-transform: inherit;
		margin: 0;
}
.categories-col__descr p {margin: 0;}
.categories-col__wrap {height: 340px;}
.skroll .owl-item {min-height: 420px!important;}
.footer-top__wrap.row-my {
    width: 100%;
    padding: 0;
    padding-top: 10px;
	display: block;
}
.footer-top__col {width:33%;float: left;}
.footer-top__col-middle {padding-top: 10px;}
.footer-middle__info.row-my.span12 {margin-left:0px}
.footer-middle__wrap.row-my.span3 {
    width: 25%;
    margin: 0;
	float:left;
}
.footer-middle__social.span6 {
    width: 45%;
	float: right;
    margin-left: 0;
}
.row-my {margin-bottom:10px;}
.footer-middle__wrap .footer-middle__pay li {
    margin-right: 20px;
    list-style: none;
    display: block;
    float: left;
    width: 42%;
}
.moduletable h3.CCTV-descr__title {font-size: 24px;}
.CCTV-smoke__two .CCTV-descr.CCTV-smoke__descr {
    padding: 0px;
    max-width: 300px;
}
.CCTV-smoke__bg {background-position: 50% 0!important;}
.CCTV-firefighter__bg {background-position: 70% center!important;}
ul.footer-middle__social-list.row-my,
ul.footer-middle__pay.row-my {    margin-left: 0;}
.products-col {width: 30%;}
.footer-middle__wrap {padding: 0 5px;}
.footer-middle__wrap ul li a {font-size: 12px;}
h2.footer-middle__title {font-size: 16px;}
.footer-middle__pay li img {max-width: 130px;}
.moduletable h3.CCTV-human__title {font-size: 24px;}
.module-wrap__info {max-width: 530px;}
.autosignal ul.module-tabs li {
    margin: 0 25px 20px;
    max-width: 200px;
    width: 30%;

}
.autosignal ul.module-tabs.nav.nav-tabs {margin-bottom: 0px;}
.autosignal .nav-tabs > .active > a, .autosignal .nav-tabs > .active > a:hover, .autosignal .nav-tabs > .active > a:focus {border-radius: 7px;}
.module-wrap__info .module-tabs li a {line-height: 40px;}
.autosignal .CCTV-header__block-option__col {width: 50%;}
.module-wrap__package .width33 {    width: 100%;}
.autosignal div.spacer {margin: 10px;}
.CCTV-block__img {
    right: 0;
    bottom: auto;
    top: 150px;
}
.CCTV-block__auto .CCTV-block__title {padding-bottom: 275px;}
.CCTV-block__img img {max-width: 350px;}
}
#map-container {
    width: 990px;
    max-width: 90%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
#map, .filials-markers {
    width: 748px;
    height: 493px;
}
.filials-markers, .filials-marker {
    position: absolute;
}
.filials-marker__icon {
    position: absolute;
    width: 39px;
    height: 45px;
    z-index: 2;
    background: url(../images/marker.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}
.jvectormap-zoomin, .jvectormap-label, .jvectormap-zoomout, .filials-4, .filials-15, .filials-20, .filials-0, .filials-11 {
    display: none!important;
}
path, .filials-marker__icon {
    cursor: pointer;
}
.filials-1{
        top: 33%;
        left: 47%;
    }
    .filials-2{
        top: 13%;
        left: 54%;
    }
    .filials-3{
        top: 45%;
        left: 20%;
    }
    .filials-5{
        top: 47.5%;
        left: 64%;
    }
    .filials-6{
        top: 47%;
        left: 82%;
    }
    .filials-7{
        top: 37.5%;
        left: 12.5%;
    }
    .filials-8{
        top: 30%;
        left: 75%;
    }
    .filials-9{
        top: 64%;
        left: 57%;
    }
    .filials-10{
        top: 33%;
        left: 26.5%;
    }
    .filials-12{
        top: 22%;
        left: 42.5%;
    }
    .filials-13{
        top: 43.5%;
        left: 54%;
    }
    .filials-14{
        top: 21%;
        left: 11%;
    }
    .filials-16{
        top: 55%;
        left: 50%;
    }
    .filials-17{
        top: 55%;
        left: 43%;
    }
    .filials-18{
        top: 31.5%;
        left: 58.7%;
    }
    .filials-19{
        top: 12%;
        left: 25%;
    }
    .filials-21{
        top: 12.5%;
        left: 61%;
    }
    .filials-22{
        top: 31%;
        left: 18.5%;
    }
    .filials-23{
        top: 44%;
        left: 7.5%;
    }
    .filials-24{
        top: 37%;
        left: 37.5%;
    }
    .filials-25{
        top: 11%;
        left: 16%;
    }
    .filials-26{
        top: 58%;
        left: 68%;
    }
    .filials-27{
        top: 19%;
        left: 33.5%;
    }
	.filials-28{
        top: 36%;
        left: 90%;
    }
	  path[data-code='4'],
    path[data-code='20']{
        fill: #e5e5e5!important;
        cursor: default;
    }
	.maps{
        margin-top: 90px;
    }
.custom.page-header__phone a {color:#ffffff;}	
.custom.page-header__phone a:hover {color:#ffffff;}	
.service-center__address {color: #000;}

.service-centers h2 {text-align: center;
    padding-top: 20px;
	color: #000;
    opacity: 1;
    font-size: 32px;}
/*#zach li:last-child {display:none!important;} */
.slid p {margin: 0;}
.cf-index-text--page {
    background-color: #fff;
    padding: 36px 0 43px 0;
}
.cf-index-text__side-tablet {float: right;}
.cf-index-text__side-tablet img {
    display: block;
    border: 0;
}
.cf-index-text .cf-content--text {font-size: 16px;}
.cf-content--text h2 {
    position: relative;
    margin-bottom: 25px;
	    margin-left: 20px;
}

.cf-red-underscore::after, .cf-content--text h2:after {
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 122px;
    height: 8px;
    background-image: url(../images/polosa.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.cf-content--text ul, .cf-index-text--page ol {
    margin-left: 19px;
    padding: 3px 0 8px 2px;
    overflow: hidden;
}
.cf-content--text ul li {
    list-style-image: url(../images/list_marker_red.png);
    list-style-position: outside;
    padding: 2px 0 2px 5px;
    margin: 4px 0 4px 20px;
}
.index-block {
    padding: 35px 0 0 10px;
    background: #f7f9fa;
}
.cf-red-underscore {
    position: relative;
}
.index-how-works .index-block__inner {
    padding: 45px 60px;
}
.index-block__inner {
    margin-top: 20px;
    clear: both;
}
img.index__how-works__desktop {
    display: block;
	    margin: auto;
}
img.index__how-works__tablet {
    display: none;
}
img.index__how-works__phone {
    display: none;
}
.CCTV-camera h3.CCTV-descr__title:before {
    content: ' ';
    position: absolute;
    top: -22px;
    left: -40px;
    width: 500px;
    height: 80px;
    background: url(../images/vidspost.png);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}
.CCTV-camera h3.CCTV-descr__title {
	text-transform: uppercase;
    font-size: 28px;
    left: 70px;
    position: relative;
    top: 100px;
	color:#fff;
}
p.CCTV-camera__text {
    text-transform: uppercase;
    font-weight: lighter;
    line-height: 1.3;
    font-size: 28px;
	padding: 20px 0;
}
h1.main-descr__title:before {
    content: ' ';
    position: absolute;
    top: -15px;
    left: -40px;
    width: 690px;
    height: 80px;
    background: url(../images/vse-polosa.png);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}
.CCTV-camera .CCTV-descr {    text-transform: inherit;}

.CCTV-camera h1.main-descr__title {
    color: #e5e5e5;
	margin-top: 0;
}

.CCTV-camera .CCTV-descr p{	color: #0c2e4a;}
.CCTV-clever__descr-col.col-left strong {font-size: 22px;}

/*Mobile menu*/
.overlay .overlay-nav-box {
	margin: 0;
	flex-direction: column-reverse;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	}
.overlay .overlay-nav-box .overlay-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 86%;
    flex: 0 0 86%;
}
.overlay .overlay-nav-box .overlay-nav .navbar-nav {
    display: block;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row;
}
.overlay .overlay-nav-box .overlay-nav .navbar-nav .item-menu {
	margin-bottom: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
}
.overlay .overlay-nav-box .overlay-nav .navbar-nav .item-menu .menu-image-title-after {
	    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.overlay .overlay-nav-box .overlay-nav .navbar-nav .item-menu .menu-image-title-after .menu-image-title-after {
    margin: 0;
    width: auto;
    height: 40px;
    margin-right: 20px;
	padding: 0;
    display: block;
	flex-direction: row;
    justify-content: center;
	    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	align-items: center;
	color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.menu-item a img, img.menu-image-title-after, img.menu-image-title-before, img.menu-image-title-above, img.menu-image-title-below, .menu-image-hover-wrapper .menu-image-title-above {
    border: none;
    box-shadow: none;
    vertical-align: middle;
    width: auto;
        display: inline;
}
img.lazyload, img.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}
.overlay .overlay-nav-box .overlay-nav .navbar-nav .item-menu .menu-image-title-after .menu-image-title {
    font-size: 20px;
}
.overlay .overlay-nav-box .overlay-nav .navbar-nav .item-menu .menu-image-title-after .menu-image-title-after {
    margin: 0;
    width: auto;
    height: 40px;
    margin-right: 20px;
	padding: 0;
    display: block;
}
.overlay .overlay-nav-box .overlay-nav .navbar-nav .item-menu .menu-image-title-after {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
}
.overlay .overlay-nav-box .overlay-nav .navbar-nav .item-menu .sub-menu li {
    margin-bottom: 15px;
}
.overlay .overlay-nav-box .overlay-nav .navbar-nav .item-menu .sub-menu li a {
    margin: 0;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
}
.overlay .overlay-nav-box .overlay-nav .navbar-nav .item-menu {
    margin-bottom: 60px;
}
.overlay .overlay-nav-box .overlay-nav .navbar-nav .item-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
}
.overlay .overlay-nav-box .overlay-nav-aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
}
.overlay .overlay-nav-box .overlay-nav-aside .navbar-nav {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
	margin-bottom: 60px;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.overlay .overlay-nav-box .overlay-nav-aside .navbar-nav .menu-item {
    flex: 0 0 30%;
    margin: 0;
    margin-right: 5%;
}
.overlay .overlay-nav-box .overlay-nav-aside .navbar-nav .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px;
}
.overlay .overlay-nav-box .overlay-nav-aside .navbar-nav .menu-item .menu-image-title-after {
    display: block;
    font-size: 11px;
    font-weight: 500;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.overlay .overlay-nav-box .overlay-nav-aside .navbar-nav .menu-item .menu-image {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px auto;
}
#menu-right-menu-ukrainskij li.menu-item.menu-item-type-post_type.menu-item-object-page {
	/*margin-right: 5%;*/
    width: 31%;
    float: left;
}
#menu-right-menu-ukrainskij span.menu-image-title-after.menu-image-title {
    display: block;
    font-size: 11px;
    font-weight: 500;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    text-align: center;
}
#menu-right-menu-ukrainskij img.menu-image.menu-image-title-after.lazyloaded {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px auto;
}
#menu-right-menu-ukrainskij .menu-item a img, img.menu-image-title-after {
	display: flex;
	}
img.menu-image.menu-image-title-after.lazyloaded {
    margin: 0;
    width: auto;
    height: 40px;
    margin-right: 10px;
}
span.menu-image-title-after.menu-image-title {
    font-size: 18px;
	color: #0b2d49;
}
.sub-menu .menu-item {
    margin-bottom: 15px;
    margin-top: 0;
}
.sub-menu .menu-item a{
	margin: 0;
    display: block;
    color: #0b2d49;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
}
.advant{
    background: url(../images/bg.jpg) no-repeat top;
    background-size: cover;
    display: flex;
    padding: 90px 0;
}
.rabot .advant h2,
.rabot .product-detektor h2,
.rabot .blue__form h2,
.rabot .price-detektor h2,
.rabot .cheme-detektor h2 {text-align: center;    position: relative;}
.rabot .blue__form .h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    width: 158px;
    height: 3px;
    margin: auto;
    background-color: #708090;
}
.advant__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.advant__list li {
    width: 20%;
    margin-top: 50px;
    text-align: center;
}
.advant__text {
    margin-top: 15px;
    font-size: 20px;
    line-height: 25px;
}
.advant .span12 {margin-left: 0px;}
.product__item {
    width: 100%;
    margin-top: 30px;
    padding: 15px;
    padding-bottom: 15px;
    border: 1px solid #c6c6c6;
    background-color: #f6f7f4;
}
.product__item-title {
    position: relative;
    margin-bottom: 35px;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
}
.product__item-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 150px;
    height: 2px;
    background-color: rgba(37,121,191,.8);
}
.product__item-img {
    background: grey;
    max-width: 281px;
    width: 100%;
    color: #fff;
    text-align: center;
    height: 186px;
	margin-bottom: 20px;
    overflow: hidden;
}
.product__item-img img {
    transition: all .3s;
}
.product__item-img:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.product-detektor .span12 {margin-left:0px;}
.product-detektor {text-align: center;}
.ddre {
	margin: auto 0;
    display: flex;
    margin-left: 10%;
    margin-right: 10%;
}
.ddre .span4:first-child {margin-left:0px;}
.blue__form {
    color: #fff;
    background: url(../images/blue.jpg) no-repeat center center;
    background-size: cover;
}
.blue__form-wrap {
    position: relative;
    padding: 15px 10px 50px;
    text-align: center;
    border: 3px solid #fff;
    width: 920px;
    margin: auto;
}
.blue__form-text {
    font-size: 21px;
    line-height: 24px;
}
.blue__form-btn {
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    text-align: center;
}
.btn.popup-js{
display: inline-block;
    max-width: 320px;
    width: 100%;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 45px;
    border-radius: 4px;
	}
.price__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.price__list li {
    width: 33%;
    margin-top: 50px;
    padding: 0 15px;
    text-align: center;
}
.price__title {
    margin: 30px 0;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
}
.price__desc {
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
}
.cheme-detektor {background: #f2f2f2!important;padding: 40px;}
.cheme__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cheme__item {margin-top: 85px;}
.cheme__img {
    position: relative;
    border: 3px solid #1d445e;
	width: 145px;
    height: 145px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin: auto;
    padding-top: 28px;
}
.cheme__line {
    position: absolute;
    right: -92px;
    top: 0;
    bottom: 0;
    width: 85px;
    height: 1px;
    margin: auto;
    background: #0b2d49;
}
.cheme__img img {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    display: inline-block;
}
.cheme__title {
    margin-top: 20px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    max-width: 200px;
}
.services {
    position: relative;
  /*  background: url(../images/services-bg.jpg) no-repeat center top / cover;
    padding: 99px 0 101px;*/
}
.justify-content-between {
    -ms-flex-pack: justify!important;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between!important;
}
.min-title {
    font-size: 31px;
    line-height: 1.3;
}
.form-block {
    margin: 0 0 0 auto;
    max-width: 415px;
    padding: 35px 48px 53px;
    box-shadow: 0 3px 11px rgba(12,22,45,0.2);
    border-radius: 16px;
    background-color: #ffffff;
}
.form-block .min-title {text-transform: uppercase;}
.min-title {
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
}
.main-when .holder {
    display: flex;
}
.bio-left {padding-top: 100px;}
.l-blue {    color: #0b2d49;}
.form-block .input-blocks {margin: 22px 0 30px;}
.services .serv-title {margin: 100px 0 50px;}
.main-when {
	color: #fff;
    background-image: url(../images/bg55.jpg);
    background-size: cover;
    background-position-x: 90%;
    margin-bottom: 30px;
}
.main-when .holder .col {width: 50%;}
.main-when .holder .col.first h2 {
    position: relative;
    padding-left: 55px;
	color: #fff;
    display: flex;
    align-items: center;
}
.main-when .holder .col.second .txt {text-align: left;}
.main-when .holder .col.second .txt {padding-left: 50px;}
.main-when h2 {
    font-size: 24px;
    text-align: left;
}
.main-when h2 {
	color: #fff;
    font-weight: 700;
    margin-bottom: 2em;
}
.when-list li {
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}
.when-list li .num {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    margin-right: 17px;
    margin-left: 5px;
	border: solid 1px;
}
.title.min {
    font-size: 43px;
    letter-spacing: 3.23px;
	text-transform: uppercase;
	line-height: 1;
}
.services .serv-title .medium {
    font-weight: 500;
    margin: 26px 0 0;
    font-size: 22px;
}
.how {
    background: url(../images/how-bg.jpg) no-repeat center top / cover;
    padding: 87px 0 113px;
}
.how .hw-row {margin: 55px 0 0;}
.justify-content-lg-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
	display: flex;
}
.col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.how .hw-row .hw-block {
    width: 310px;
    position: relative;
}
.how .hw-row .hw-block .hw-inner {
    position: relative;
    z-index: 2;
}
.how .hw-row .hw-block.hw-1 .icon, .how .hw-row .hw-block.hw-2 .icon {
    position: relative;
}
.how .hw-row .hw-block .icon {
    display: table;
    margin: auto;
    width: inherit;
    height: inherit;
}
.overlay-nav-aside {display:none;}
.how .hw-row .hw-block.hw-1 .icon::before, .how .hw-row .hw-block.hw-2 .icon::before {
    content: '';
    position: absolute;
    width: 239px;
    height: 39px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: calc(100% - 10px);
    background: url(../images/hw-arrow.png) no-repeat center;
}
.how .justify-content-center .span4:first-child {margin-left: 30px;}
.how .hw-row .hw-block.hw-1 .icon::before {
    top: -50px;
}
.how .title {
   font-size: 43px;
    letter-spacing: 3.23px;
    text-transform: uppercase;
    line-height: 1;
	color:#fff;
}
.how .hw-row .hw-block .p-mid {
    margin: 44px 0 15px;
    font-weight: 500;
	color: #fff;
}
.how .txt {color: #fff;}
.how .hw-row .hw-block .digit {
    position: absolute;
    bottom: -65px;
    left: -15px;
    color: rgba(255,255,255,0.1);
    line-height: 1;
    font-size: 218px;
    font-family: sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.how .hw-row .hw-block.hw-2 .icon::before {
    top: 25px;
    transform: rotate(180deg) scaleX(-1);
}
.services .sv-row .sv-block {
    box-shadow: 0 3px 11px rgba(12,22,45,0.2);
    border-radius: 16px;
    overflow: hidden;
    background-color: #ffffff;
    padding: 25px 20px 30px 35px;
    margin: 0 0 30px;
    position: relative;
}
.services .sv-row .sv-block .sv-inner {
    position: relative;
    z-index: 2;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.services .sv-row .sv-block .sv-inner .top-line .icon img {height: 50px;}
.services .sv-row .sv-block .sv-inner .top-line p {
    margin: 0 0 0 19px;
    text-transform: uppercase;
    font-weight: 700;
    flex: 1;
}
p.semi-mid {font-size: 17px;}
.services .sv-row .sv-block .sv-inner .txt {
    margin: 33px 0 40px;
    color: #636363;
}
.services .sv-row .sv-block .sv-inner .bot-line {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.13);
    border-radius: 22px;
    background-color: #f9f9f9;
}
.services .sv-row .sv-block .sv-inner .bot-line .price {padding: 0 0 0 20px;}
p.medium {
    font-size: 19px;
    margin: .7em 0;
    line-height: inherit;
}
/*.order div {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #0b2d49;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.1;
    cursor: pointer;
    text-decoration: none;
    min-height: 44px;
    padding: 6px 20px 8px 20px;
    border: 2px solid #0b2d49;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    z-index: 10;
    outline: none;
    transition: all 0.2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}*/
.justify-content-center .span4:first-child {margin-left:0;}
.justify-content-center {
    display: flex;
	padding: 0 20px;
	-ms-flex-pack: center!important;
   /* justify-content: center!important;*/
}

.order div:hover {color: #000;/*background-color: #fff;*/}
.services .sv-row .sv-block .bot-icon {
    position: absolute;
    right: 0;
    bottom: 5px;
}
form .ib input {
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
}
 form .ib input, form .ib textarea {
    border: 1px solid #0086c8;
    box-shadow: 0 2px 4px rgba(12,22,45,0.2);
    transition: .2s;
    background-color: #ffffff;
    width: 100%;
    font-weight: 400;
    text-align: left;
    border-radius: 8px;
    outline: none;
}
.bio-right {
    padding: 30px;
    padding-top: 0;
}
.head-poligraf {
    background: url(../images/head.jpg) no-repeat bottom;
    background-size: cover;
}
.head-poligraf .btn.popup-js {
	position: absolute;
	margin: auto;
	left: 0;
    right: 0;
    text-align: center;
}
.head-poligraf .h1 {
    color: #fff;
    font-size: 38px;
    line-height: 42px;
    text-align: center;
    text-transform: none;
}
.head-fon-polidraf {
background-color: rgba(11, 45, 73, 0.3);
padding-bottom:40px;
text-align: center;
padding-top: 50px;}
.headеr__list {
    color: rgb(255, 255, 255);
    width: 75%;
    padding-left: 50px;
    margin: 30px auto 35px;
}
.header__list-item {
    float: left;
	text-align: left;
    width: 33.3%;
    display: block;
}
.headеr__list img {
    display: block;
    float: left;
    margin-right: 15px;
    width: 80px;
}
.header__list-item p {
   float: left;
    margin: 0;
    margin-top: 18px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
.main-detektiv {
  /* padding: 70px 0 90px;*/
    position: relative;
    background: url(../images/main-bg.jpg) no-repeat right 0px top / cover;
}
.rabot .main-detektiv h1 {
	font-size: 42px;
    text-transform: uppercase;
   line-height: 1.5;
	color:#fff;
}
p.big {
    font-size: 22px;
	color:#fff;
}
.main-detektiv .mid-block .bot-line {
    margin: 50px 0 0;
}
.main-detektiv .head-fon-polidraf {padding: 70px 0 90px;}

.main-detektiv .mid-block .bot-line a {
    display: block;
    line-height: 74px;
    position: relative;
    background-color: rgba(255,255,255,0.8);
    color: #08477a;
    /* font-weight: 700; */
    font-size: 42px;
}
/*.services::before {
    content: '';
    position: absolute;
    z-index: 5;
    width: 116px;
    height: 116px;
   top: -158px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/services-bg-bfr.png) no-repeat center;
}*/
.banner-signalka {
    background: url(../images/bg_spb.jpg) center top no-repeat;
}
.banner-signalka .label_1 {
    font-size: 48px;
    line-height: 48px;
    color: #313448;
    text-align: center;
    padding: 65px 0px 0px;
    margin: 0px;
	font-weight: 700;
}
.banner-signalka .label_2 {
       font-size: 28px;
    color: #313448;
    text-align: center;
    padding: 22px 0px 0px;
    margin: 0px;
    line-height: 28px;
	font-weight: 700;
}
.banner-signalka .label_3 {
    width: 400px;
    height: 44px;
    margin: 10px auto 60px;
    background-color: #0b2d49;
    color: White;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    padding: 8px 0px;
    vertical-align: top;
}
.banner-signalka .label_3 span {
    text-decoration: line-through;
    padding: 0px 10px 0px 5px;
}
.banner-signalka .label_3 font {
    font-size: 21px;
}
#form_1 {
  
    background-color: White;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 40px 80px;
    box-shadow: 0px 10px 15px silver;
}
.banner-signalka #form_1 .label_1 {
    margin: 0px;
    padding: 0px;
    font-size: 28px;
    line-height: 28px;
    color: #313448;
    text-align: center;
}
#form_1 .form_value_container {
    margin-top: 40px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.center-container {
    margin: 0px auto;
    max-width: 940px;
    position: relative;
}
.banner-signalka #form_1 .user_name {padding: 16px 0px 16px 20px;}
.banner-signalka #form_1 input {
    border: 0px;
    height: 47px;
    font-size: 17px;
	margin-bottom:0px
}
.banner-signalka .delimeter {
    height: 47px;
    padding: 16px 0px;
    background: url(../images/def.png) center center no-repeat;
}
.banner-signalka #form_1 .user_phone {padding: 16px 0px 16px 0px;}
.banner-signalka .form_send {
    background-color: #0b2d49;
    color: White;
    font-size: 16px;
    line-height: 16px;
    padding: 17px 0px;
    text-align: center;
   cursor: pointer;
}
input.span3.feedback.btn.form_send {background: #0b2d49;}
#form_1 .form_value_container form {margin-bottom:0px}
.propertys-video {
    text-align: center;
    padding: 30px 0px;
}
.propertys-video .propertys:nth-child(1) {background-image: url(../images/1-v.png);}
.propertys-video .propertys:nth-child(2) {background-image: url(../images/2-v.png);}
.propertys-video .propertys:nth-child(3) {background-image: url(../images/3-v.png);}
.propertys-video .propertys:nth-child(4) {background-image: url(../images/5-v.png);}
.propertys-video .propertys:nth-child(5) {background-image: url(../images/4-v.png);}
.propertys-video .propertys {
    height: 300px;
    display: inline-block;
    vertical-align: top;
    width: 180px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    text-align: center;
    padding: 150px 0px 0px;
    font-size: 17px;
    color: #313448;
    line-height: 24px;
    background-position: center 20px;
    background-repeat: no-repeat;
}
.propertys-video .propertys b {
    color: #0b2d49;
    font-size: 20px;
}
.rabot .main-notdo_block h2 {text-align:center;color: #fff;}
.main-notdo_block {
    padding-bottom: 60px;
}
.main-notdo_block {
    background: #0b2d49;
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}
.main-notdo_block ul li span {    line-height: 1.2;}
.propertys-video .propertys span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px !important;
}
text {opacity: 0;}
.header-main
{
    height: 574px;
    background: url(../images/header_bg.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.holder {
    text-align: center;
    width: 100%;
    padding: 60px 20px;
    margin: 0 auto;
}
.rabot h1.header-main-title {
    max-width: unset;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
	margin: 0 0 33px;
	line-height: 60px;
    margin-bottom: 10px;
	color: #fff;
}
.buvimto:first-child {margin-right: 30px;}
.buvimto:last-child {margin-left: 30px;
}
.buvimto {
    position: relative;
    display: inline-block;
    padding: 25px 55px 25px;
	cursor: pointer;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 35px;
    background: #708090;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c6f', endColorstr='#0762a4',GradientType=1 );
    -webkit-box-shadow: 0 12px 46px 0 rgba(6,93,156,0.44);
    box-shadow: 0 12px 46px 0 rgba(6,93,156,0.44);
}
.advantages-list {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    border-radius: 7px;
    padding: 40px 30px;
    text-align: center;
	margin-left: 0;
}

.advantages-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 5px;
    max-width: 290px;
}

.advantages-list figure {
    position: relative;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}
.main-notdo_block .services-list {
    display: flex;margin-left: 0;
    justify-content: space-between;
}
.main-notdo_block .services-list li {
    width: 14.1%;
    height: 166px;
    margin-right: 0;
    line-height: 15px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.main-notdo_block .services-list li figure {
    margin-top: 33px;
    margin-bottom: 41px;
}
.main-notdo_block .services-list li:first-child span {
    bottom: -9px;
    padding: 0 20px;
}
.advantages-list figure img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.advantages-list span {
    font-size: 16px;
    line-height: 1.2;
}
.header-main-text {
    max-width: 720px;
    font-size: 21px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    line-height: 35px;
}
.header-main-icons {margin-top: 75px;}
.header-main-button {
    margin: 0 0 19px;
    margin-top: 50px;
}
.header-main-icons ul {
    display: flex;
    flex-wrap: wrap;
}
.header-main-icons ul li {
    list-style: none;
    width: 16.666666%;
}
.header-main-icons ul li a {
    display: block;
    text-decoration: none;
    cursor: inherit;
}
.header-main-icons ul li figure {
    height: 48px;
    margin-bottom: 30px;
}
.header-main-icons ul li span {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    display: block;
    line-height: normal;
}
.services .price {display: none;}
.services .order {width: 100%;}
.services .sv-row .sv-block .sv-inner .bot-line {
    box-shadow: inset 0 0 0px rgba(0,0,0,0.13);
    border-radius: 0px;
    background-color: transparent;
}
.in.contacts-page {
    width: 1181px;
    margin: 0 auto;
}
.left.desktop {
    float: left;
    width: 332px;
    padding: 52px 49px;
}
.left.desktop .menu {list-style: none none;}
.left.desktop .menu li {position: relative;}
.left.desktop .menu a {
    color: #787878;
    text-transform: uppercase;
    text-decoration: none;
	opacity: 1;
}
.right-k.contacts {
    float: left;
    width: 750px;
    padding: 44px 0 0;
}
.b-wrapContacts {
    padding-bottom: 100px;
}

.cnt-msk__headline {
    text-align: left;
    height: 70px;
    padding-left: 105px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 27px;
    color: #5a5a5a;
    text-transform: uppercase;
    line-height: 70px;
}
.cnt-msk p.cnt-msk__description {padding-left: 105px;    margin: 0;}
.contacts p {font-size: 1.2em;}
.cnt-msk__headline--contact {background-image: url(../images/home-k.png);}
.cnt-msk__headline--clock {background-image: url(../images/hours-k.png);}
.cnt-msk__headline--tel {background-image: url(../images/tel-k.png);}
.cnt-msk__headline--email {background-image: url(../images/emails-k.png);}
.drawer-list {max-height:calc(100vh - 81px);overflow: auto}
.ddre.vidushka .btn.popup-js{font-size: 18px;}
.ddre.vidushka .product__item-img {background: transparent;}
.ddre.vidushka .product__item-img:hover img {
    -webkit-transform: inherit;
    transform: inherit;
}
.our_work_media {
    height: 204px;
    max-width: 360px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto 30px;
}
.our_work_media a {
    display: block;
    height: inherit;
}
.fancybox_works {
    position: relative;
}
.ddt {
    display: flex;
    margin-left: 5%;
    margin-right: 5%;
}
.rabot .our_works h2 {color: #fff;text-align:center;padding-bottom: 30px;}
.our_works
{    background: #0b2d49;
    padding-top: 48px;padding-bottom: 48px;}
	
.drawer-list	{
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
	}
.komp {display:block;}
.mob {display:none;}	
	
@media screen and (max-width: 1200px) {
img.index__how-works__desktop {display: none;}
.index-block__inner img {width: 100%;}
img.index__how-works__tablet {display: block;}
img.index__how-works__phone {display: none;}
.cf-index-text__side-tablet img {
    width: 563px;
    height: 376px;
max-width: inherit;
}
.cf-index-text__side-tablet {
    width: 300px;
    overflow: hidden;
}
.cf-wrapper-adaptive {
    width: 768px;
    margin: 0 auto;
}
.cf-index-text .cf-content--text {
    font-size: 14px;
}
}
.product .spacer.product-container {
    margin: 0 10px 20px;
    border: 4px solid #f7f9fa;
    padding: 30px 15px;
    text-align: center;
    height: 100%;
}
.browse-view .row .product .spacer span {
    color: #212121;
    font-weight: 700;
    font-size: 20px;
}
.browse-view .row .product .product-price {
    margin: 0 0 6px;
    text-align: center;
    float: inherit;
    line-height: 18px;
}
.golovna_menu ul.menu li.parent a {font-weight: 600;}
.header-nav-btn {
    width: 250px;
    height: 50px;
    background-color: #0b2d49;
    border: 0;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
	margin: auto;
}
.header-nav-btn .span {
    position: relative;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
	
}
/*.header-nav-btn .span:before {
    content: "\e909";
    font-size: 17px;
    line-height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "secur";
    color: #ffffff;
}*/
.mob_catalog {display:none;/*margin-bottom: 20px;*/}
#myShowBlock h3 {display:none;}
a.w-footer__contact.w-footer__contact_tel.calibri_phone {
    display: block;
    font-size: 24px;
    color: #212121;
    line-height: 1;
    margin-top: 10px;
}
a.w-footer__contact.w-footer__contact_email {
    font-size: 1.11em;
    display: -webkit-inline-box;
    margin-top: 10px;
}
.footer-middle__social .btn-gray {width: 250px;}
.footer-middle__social p {    margin-top: 10px;font-size: 14px;}
.btn-gray {
    background: #0b2d49;
    color: #fff;
    padding: 16px 24px;
    font-size: 1.11em;
    border-radius: 4px;
    margin-top: 20px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.block_top2 h2 {
	text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
	color: #0b2d49;
	
}
