a:hover,a:active,a:focus,
input,input:hover,input:active,input:focus{outline: none;}

body {
    background: none;
}

h1 {
    text-align: center;
    font-family: 'Roboto Regular' !important;
}

h2 {
    color: #000 !important;
    font-size: 37px !important;
    font-family: 'Roboto Regular' !important;
    font-weight: normal !important;
    text-align: center !important;
    padding: 20px 0 !important;
}

.d-form .head {
    color: white;
    font-size: 25px;
    font-family: "PlumbBold";
    font-weight: normal;
    padding: 30px 0 20px 0;
}

.d-h1 {
    color: #000;
    font-size: 37px;
    font-family: 'Roboto Regular';
    font-weight: normal;
    text-align: center;
    padding: 20px 0;
}

.row_flex {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.nav {
    display: flex;
    justify-content: space-between;
}

.btn_lk {
    width: 35px;
    padding-top: 20px;
}

#form_lk {
    display: none;
    width: 440px;
    height: 465px;
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    opacity: 0;
    z-index: 5;
    padding: 20px 10px;
    background: rgba(0,0,0,0.79);
    box-shadow: 10px 10px 0 -2px rgba(255,255,255,0.4), 20px 20px 0 -2px rgba(100,100,100,0.4);
}

#form_lk .profile-block {
    color: white;
    text-align: center;
    font-weight: bold;
}

#form_lk ul {
    list-style: none;
    padding: 0;
}

#form_lk li a {
    font-weight: normal;
    font-size: 20px;
}







.btn_lk img {
    width: 35px;
    height: 35px;
    filter: invert(1);
}

.header .logo_block img {
    height: 90px;
    width: auto;
}

.header .slogan_block {
    font: normal 20px 'Roboto Regular';
}

.wrapper {
    margin: 0 auto;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.b-top .logo {
    padding: 10px 0;
}
.b-top .logo img {
    width: 80%;
    padding: 12px 0;
}

p {
    margin: 0 0 5px !important;
}

.b-top {max-width: 1170px;margin: 0 auto;padding-top: 10px;}
.b-top .slogan{text-align: center;width: 100%;padding-top: 40px;padding-left: 80px;}
.b-top .slogan >div {display: table-cell;vertical-align: middle;text-align: center;}
.b-top .slogan span {display: block;font: normal 20px 'Roboto Regular';color: #333;text-align: center;}
.b-top .slogan strong {font-family:times new roman,times,serif;font-size:18px;}
.b-top .contact {text-align: right;     margin-top: 25px; font: normal 18px 'Roboto Regular';}
.b-top .contact span {font: normal 18px 'Roboto Regular';color: #333;}
.b-top .contact strong {font-family:times new roman,times,serif;font-size:18px;}
.b-top .contact a {font: normal 18px 'Roboto Regular';color: #333;text-align: center;text-decoration: none;}


.home_phone .contact {text-align: right;     margin-top: 25px; font: normal 18px 'Roboto Regular';}
.home_phone .contact span {font: normal 18px 'Roboto Regular';color: #333;}
.home_phone .contact strong {font-family:times new roman,times,serif;font-size:18px;}


#top-menuline {
    height: 75px;
    background-color: #000;
    position: relative;
    margin-bottom: 12px;
}

#top-menuline .wrapper {
    max-width: 1170px;
}

#top-menuline #logo {
    float: left;
    margin-right: 30px;
    margin-left: 50px;
}

#top-menuline #search {
    position: absolute;
    right: 50px;
    top: 10px;
    z-index: 8;
}

#top-menuline #search .search-icon {
    right: 20px;
    top: 12px;
    position: absolute;
}

#top-menuline #search .search-input {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: box-shadow 0.4s, color 0.4s, width 0.4s, border 0.4s;
    border: 1px solid transparent;
    width: 255px;
    height: 60px;
}

#top-menuline #search .search-input:focus, #top-menuline #search .search-input:hover, #top-menuline #search.active .search-input {
    box-shadow: 0 0 5px rgba(0, 0, 0, .16); /* drop shadow */
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .16); /* drop shadow */
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .16); /* drop shadow */
    width: 455px;
    border: 1px solid #EEE;
}
#top-menuline #search input[type=submit]{
    width:44px;
    height: 32px;
    border: 0px;
    float: right;
    margin-top: 10px;
    font: normal normal normal 20px/1 FontAwesome;
    color: #888;
}
#top-menuline #search input[type=submit]:hover{
    box-shadow: none;
}
#top-menuline #search input[type=text]{
    color: transparent;
    font-size: 24px;
    width: 200px;
    padding: 10px 11px 10px 20px;
    border: 0px;
    position: absolute;
}
#top-menuline #search .search-input:focus input[type=text], #top-menuline #search .search-input:hover input[type=text], #top-menuline #search.active .search-input input[type=text] {
    color: #BEBEBE;
    width: 400px;
}

#top-menuline .search-input::-webkit-input-placeholder {
    transition: opacity 0.4s;
    opacity: 0;
}

#top-menuline .search-input::-moz-placeholderr {
    transition: opacity 0.4s;
    opacity: 0;
}

#top-menuline .search-input:focus::-webkit-input-placeholder,
#top-menuline .search-input:hover::-webkit-input-placeholder {
    opacity: 1;
}

#top-menuline .search-input:focus::-webkit-moz-placeholderr,
#top-menuline .search-input:hover::-webkit-moz-placeholderr {
    opacity: 1;
}

#top-menuline .search_result {
    position: absolute;
    background: #FFF;
    border: 1px solid #CCC;
    width: 455px;
    right: 50px;
    top: 70px;
    overflow: auto;
    display: none;
    padding: 0 20px;
    z-index: 9;
}

#top-menuline .search_result .shop-col {
    margin: 16px 12px 0 12px;
}
#top-menuline .search_result .photo-item {
    width: 305px;
}

/*Слайдер на главной*/

.home-slide #mp-slider {
    position: relative;
    font-size: 30px;
    color: #FFF;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    height: 390px;
    font-family: "Open Sans", "Arial", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 300;
    margin-top: -12px;
    width: 100%;
}

.home-slide #mp-slider .slide {
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: padding 1s, opacity 1s, visibility 1s;
    visibility: hidden;
    opacity: 0;
}

.home-slide #mp-slider .slide.active {
    visibility: visible;
    opacity: 1;
}

.home-slide #mp-slider .slide .wrapper {
    padding: 20px 0 0 150px;
    transition: padding 1s;
}

.home-slide #mp-slider .slide.active .wrapper {
    padding: 20px 0 0 50px;
}

.home-slide #mp-slider h2 {
    color: #FFF;
    font-size: 72px;
    margin-bottom: -40px;
    font-weight: normal;
}

.home-slide #mp-slider .slide p {
    margin: 1.4em 0;
}

.home-slide #mp-slider .button {
    -moz-user-select: none;
    background-color: rgba(0, 0, 0, 0);
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 2px solid #FFF;
    box-shadow: none;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans","Arial","Trebuchet MS",Verdana,sans-serif;
    font-weight: bold;
    margin: 5px 0;
    opacity: 1;
    text-decoration: none;
    transition: opacity 0.2s ease 0s, box-shadow 0.4s ease 0s;
    font-size: 16px;
    padding: 5px 20px;
}

.home-slide #mp-slider .dots-container {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.home-slide #mp-slider .dots-container .dot {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    background: url(../img/slider_dot.png) no-repeat center center;
    width: 18px;
    height: 17px;
    margin: 0 5px;
    cursor: pointer;
}

.home-slide #mp-slider .dots-container .dot.active {
    background: url(../img/slider_dot_active.png) no-repeat center center;
}

/* mainpage slider */

#mp-slider {
    position: relative;
    font-size: 30px;
    color: #FFF;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    height: 370px;
    font-family: "Open Sans", "Arial", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 300;
    margin: -12px auto 0;
    width: 1490px;
}

#mp-slider .slide {
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: padding 1s, opacity 1s, visibility 1s;
    visibility: hidden;
    opacity: 0;
}

#mp-slider .slide.active {
    visibility: visible;
    opacity: 1;
}

#mp-slider .slide .wrapper {
    padding: 20px 0 0 150px;
    transition: padding 1s;
}

#mp-slider .slide.active .wrapper {
    padding: 20px 0 0 50px;
}

#mp-slider h2 {
    color: #FFF;
    font-size: 72px;
    margin-bottom: -40px;
    font-weight: normal;
}

#mp-slider .slide p {
    margin: 1.4em 0;
}

#mp-slider .button {
    -moz-user-select: none;
    background-color: rgba(0, 0, 0, 0);
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 2px solid #FFF;
    box-shadow: none;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans","Arial","Trebuchet MS",Verdana,sans-serif;
    font-weight: bold;
    margin: 5px 0;
    opacity: 1;
    text-decoration: none;
    transition: opacity 0.2s ease 0s, box-shadow 0.4s ease 0s;
    font-size: 16px;
    padding: 5px 20px;
}

#mp-slider .dots-container {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

#mp-slider .dots-container .dot {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    background: url(../img/slider_dot.png) no-repeat center center;
    width: 18px;
    height: 17px;
    margin: 0 5px;
    cursor: pointer;
}

#mp-slider .dots-container .dot.active {
    background: url(../img/slider_dot_active.png) no-repeat center center;
}

/* Topmenu */

#top-menu {
    float: left;
    display: block;
    list-style: none;
    height: 100%;
    margin: 0;
    padding: 0;
}

#top-menu > * {
    display: inline-block;
    height: 100%;
    margin: 0 25px 0 0;
    position: relative;
}

#top-menu > *.active > *:first-child {
    z-index: 10;
}
#top-menu > * > *:first-child {
    position: relative;
    z-index: 8;
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    height: 100%;
    text-decoration: none;
    padding: 27px 0 0;
    font: normal 18px 'Roboto Regular';
}

#top-menu > li.active , #top-menu > li:hover {
    color: #ff290e;
}

#top-menu > *:hover > a {
    z-index: 10;
    border-bottom: 3px solid transparent;
}

#top-menu > *:hover > ul {
    z-index: 9;
}

#top-menu > * > ul {
    position: absolute;
    z-index: 1;
    background-color: #000;
    top: 75px;
    left: -5px;
    right: -20px;
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    padding: 0px 20px 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    min-width: 300px;
}

#top-menu > * > ul {
    list-style: none;
}

#top-menu > * > ul a {
    position: relative;
    z-index: 8;
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    height: 100%;
    text-decoration: none;
    padding: 15px 0 15px;
    font: normal 18px 'Roboto Regular';
}

#top-menu > * > ul a:hover {
    color: #ff290e;
}

#top-menu > * > ul ul {
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 13px;
    font-size: 12px;
}

#top-menu a:hover {
    color: #ff290e;
    opacity: 1;
}

#top-menu > * > ul ul li {
    list-style: none;
    padding-left: 10px;
    margin: 10px 0;;
}

#top-menu > *:hover > ul {
    visibility: visible;
    opacity: 1;
}
#top-menu > .parent:hover {
    z-index: 11;
}

.send_button {
    float: right;
    font: normal 18px "PlumbLight";
    color: black;
    background: #d9e768;
    background: -moz-linear-gradient(top,#d9e768 0%,#66a600 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d9e768),color-stop(100%,#66a600));
    background: -webkit-linear-gradient(top,#d9e768 0%,#66a600 100%);
    background: -o-linear-gradient(top,#d9e768 0%,#66a600 100%);
    background: -ms-linear-gradient(top,#d9e768 0%,#66a600 100%);
    background: linear-gradient(to bottom,#d9e768 0%,#66a600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@c1}',endColorstr='{@c2}',GradientType=0);
    border-top-left-radius: 6px 3px;
    border-top-right-radius: 6px 3px;
    border-bottom-left-radius: 6px 3px;
    border-bottom-right-radius: 6px 3px;
    border: none;
    height: 42px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    margin-top: 17px;
}

.send_button span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    padding: 10px 0;
}

.send_button i {
    background: url(/img/sprite.png) -371px 0 no-repeat;
    display: block;
    float: left;
    width: 23px;
    height: 35px;
    margin: 3px 10px 0 10px;
}

.send_button s {
    display: block;
    float: left;
    width: 1px;
    height: 36px;
    box-shadow: 0 0 15px black;
}

.icon {
    background: url(/img/menu.jpg) center;
    min-height: 580px;
    padding-top: 50px;
}

.icon .d-h1 {
    font-size: 45px;
    margin-bottom: 15px;
    background: radial-gradient(white, transparent);
}

.icon ul {
    margin: 0;
    padding: 20px 0 90px;
    text-align: center;
    list-style: none;
}

.icon li:nth-child(even) {
    /*top: 150px;*/
}

.icon li {
    display: inline-block;
    position: relative;
    margin: 0 50px;
}

.icon li a.link span {
    max-width: 167px;
}

.icon li a.link >span {
    display: table-cell;
    vertical-align: middle;
}

.icon li a.link {
    margin: -134px auto 0;
    position: relative;
    color: black;
    font-size: 15px;
    font-family: 'Roboto Regular';
    font-weight: normal;
    text-decoration: none;
    display: table;
    height: 100px;
    text-transform: uppercase;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

.icon li a.rhombus {
    display: block;
    width: 167px;
    height: 167px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #FA3739;
    background: -moz-linear-gradient(top,#FA3739 0%,#D10F11 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FA3739),color-stop(100%,#D10F11));
    background: -webkit-linear-gradient(top,#FA3739 0%,#D10F11 100%);
    background: -o-linear-gradient(top,#FA3739 0%,#D10F11 100%);
    background: -ms-linear-gradient(top,#FA3739 0%,#D10F11 100%);
    background: linear-gradient(to bottom,#FA3739 0%,#D10F11 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@c1}',endColorstr='{@c2}',GradientType=0);
    border-radius: 10px;
    opacity: .5;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.icon li:hover a.rhombus{
    opacity: 1;
    box-shadow: 0 0 2px 2px white;
}
.icon li:hover a.link{
    color: white;
    opacity: 1;
}

.icon .rhombus_2 a.rhombus  {
    background: #9fd5c7;
    background: -moz-linear-gradient(top,#9fd5c7 0%,#037357 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#9fd5c7),color-stop(100%,#037357));
    background: -webkit-linear-gradient(top,#9fd5c7 0%,#037357 100%);
    background: -o-linear-gradient(top,#9fd5c7 0%,#037357 100%);
    background: -ms-linear-gradient(top,#9fd5c7 0%,#037357 100%);
    background: linear-gradient(to bottom,#9fd5c7 0%,#037357 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@c1}',endColorstr='{@c2}',GradientType=0);
}

.icon .rhombus_3 a.rhombus {
    background: #9dd0ef;
    background: -moz-linear-gradient(top,#9dd0ef 0%,#2b8fcc 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#9dd0ef),color-stop(100%,#2b8fcc));
    background: -webkit-linear-gradient(top,#9dd0ef 0%,#2b8fcc 100%);
    background: -o-linear-gradient(top,#9dd0ef 0%,#2b8fcc 100%);
    background: -ms-linear-gradient(top,#9dd0ef 0%,#2b8fcc 100%);
    background: linear-gradient(to bottom,#9dd0ef 0%,#2b8fcc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@c1}',endColorstr='{@c2}',GradientType=0);
}

.icon .rhombus_7 a.rhombus {
    background: #d084c7;
    background: -moz-linear-gradient(top,#d084c7 0%,#9a228d 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d084c7),color-stop(100%,#9a228d));
    background: -webkit-linear-gradient(top,#d084c7 0%,#9a228d 100%);
    background: -o-linear-gradient(top,#d084c7 0%,#9a228d 100%);
    background: -ms-linear-gradient(top,#d084c7 0%,#9a228d 100%);
    background: linear-gradient(to bottom,#d084c7 0%,#9a228d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@c1}',endColorstr='{@c2}',GradientType=0);
}

.icon .rhombus_6  a.rhombus {
    background: #b5d36f;
    background: -moz-linear-gradient(top,#b5d36f 0%,#7db101 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#b5d36f),color-stop(100%,#7db101));
    background: -webkit-linear-gradient(top,#b5d36f 0%,#7db101 100%);
    background: -o-linear-gradient(top,#b5d36f 0%,#7db101 100%);
    background: -ms-linear-gradient(top,#b5d36f 0%,#7db101 100%);
    background: linear-gradient(to bottom,#b5d36f 0%,#7db101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@c1}',endColorstr='{@c2}',GradientType=0);
}

.icon .rhombus_5 a.rhombus  {
    background: #8aa0e5;
    background: -moz-linear-gradient(top,#8aa0e5 0%,#1742cb 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#8aa0e5),color-stop(100%,#1742cb));
    background: -webkit-linear-gradient(top,#8aa0e5 0%,#1742cb 100%);
    background: -o-linear-gradient(top,#8aa0e5 0%,#1742cb 100%);
    background: -ms-linear-gradient(top,#8aa0e5 0%,#1742cb 100%);
    background: linear-gradient(to bottom,#8aa0e5 0%,#1742cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@c1}',endColorstr='{@c2}',GradientType=0);
}

.icon li:nth-child(7) a.rhombus {
    background: #ffd56f;
    background: -moz-linear-gradient(top,#ffd56f 0%,#ffb600 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffd56f),color-stop(100%,#ffb600));
    background: -webkit-linear-gradient(top,#ffd56f 0%,#ffb600 100%);
    background: -o-linear-gradient(top,#ffd56f 0%,#ffb600 100%);
    background: -ms-linear-gradient(top,#ffd56f 0%,#ffb600 100%);
    background: linear-gradient(to bottom,#ffd56f 0%,#ffb600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@c1}',endColorstr='{@c2}',GradientType=0);
}

.p-process {
    background: #44454a url(/img/shema/bg.jpg) center no-repeat;
    height: 586px;
    overflow: hidden;
}

.p-process .d-h1 {
    color: white;
}

.p-process .shema {
    position: relative;
    width: 1170px;
    height: 400px;
    margin: 0 auto;
}

.p-process .shema s.active {
    -webkit-transform: rotate(0rad);
    -moz-transform: rotate(0rad);
    -o-transform: rotate(0rad);
    transform: rotate(0rad);
    -ms-transform: rotate(0rad);
    opacity: 1;
}

.home-page .p-process .shema s {
    -webkit-transform: rotate(-3rad);
    -moz-transform: rotate(-3rad);
    -o-transform: rotate(-3rad);
    transform: rotate(-3rad);
    -ms-transform: rotate(-3rad);
    opacity: 0;
    background: url(/img/shema/cnt.png) no-repeat;
    display: block;
    width: 340px;
    height: 340px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -191px 0 0 -171px;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}

.p-process {
    background: #44454a url("/img/shema/bg.jpg") center no-repeat;
    height: 586px;
    overflow: hidden;
}
.p-process .d-h1{
    color: white;
}
.p-process .shema{
    position: relative;
    width: 1200px;
    height: 400px;
    margin: 0 auto;
}
.p-process .shema s{
    .transform(rotate(-3rad));
    opacity: 0;
    background: url("/img/shema/cnt.png") no-repeat;
    display: block;
    width: 340px;
    height: 340px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -191px 0 0 -171px;
    .transit(.45s)
}
.p-process .shema s.active{
    -transform(rotate(0rad));
    opacity: 1;
}
.p-process .shema>div{
    color: #00a0e3;
    font-family: 'Roboto Regular'Bold;
    background: url("/img/shema/line-1.png") left bottom no-repeat;
    position: absolute;
    width: 0;
    top: 0;
    left: auto;
    right: 716px;
    height: 133px;
    overflow: hidden;
}
.p-process .shema>div b{
    font-size: 119px;
    position: absolute;
    top: -78px;
    left: 9px;
    opacity: 0;
}
.p-process .shema>div span{
    font-size: 23px;
    text-transform: uppercase;
    position: absolute;
    left: 99px;
    top: 13px;
    opacity: 0;
    .transform(scale(1.3));
    .transit(.45s);
}
.p-process .shema>div span.active{
    opacity: 1;
    .transform(scale(1));
}
.p-process .shema>div i{
    background: url("/img/shema/sprite.png") no-repeat;
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
}
.p-process .shema .one {
}
.p-process .shema .one i{right: 43px;top: 127px;.transform(rotate(-120deg));.transit(.45s);}
.p-process .shema .one i.active{.transform(rotate(0deg));right: -7px;top: 17px;}

.p-process .shema .two {
    color: #bccf17;
    left: 545px;
    background: url("/img/shema/line-2.png") left bottom no-repeat;
    width: 0;
    height: 301px;
}
.p-process .shema .two b{left: auto;right: -3px;top: -83px;}
.p-process .shema .two i{left: 0;top: -80px;background-position: -55px 0;.transform(rotate(120deg));.transit(.45s);}
.p-process .shema .two i.active{.transform(rotate(0deg));left: 167px;top: 21px;}
.p-process .shema .two span{left: 235px;}

.p-process .shema .three {
    color: #e5302f;
    top: 224px;
    left: 707px;
    background: url("/img/shema/line-3.png") right top no-repeat;
    width: 0;
    height: 150px;
}
.p-process .shema .three b{left: auto;right: -5px;top: -55px;}
.p-process .shema .three i{left: 0px;top: -71px;background-position: -55px -55px;.transform(rotate(350deg));.transit(.45s);}
.p-process .shema .three i.active{.transform(rotate(0deg));left: 0px;top: 71px;}
.p-process .shema .three span{left: 76px;top: 78px;}

.p-process .shema .four{
    color: #ffffff;
    background: url("/img/shema/line-4.png") right top no-repeat;
    width: 0;
    height: 290px;
    left: auto;
    right: 546px;
    top: 56px;
}
.p-process .shema .four b{top: 112px;left: -2px;}
.p-process .shema .four i{left: auto;right: 127px;top: 300px;background-position: 0 -55px;.transform(rotate(120deg));.transit(.45s);}
.p-process .shema .four i.active{.transform(rotate(0deg));right: 167px;top: 238px;}
.p-process .shema .four span{top: 240px;left: 120px;}
.p-statistic{background: url("/img/kartinka4.jpg") repeat;overflow: hidden;}
.p-statistic>div{margin: 0 auto;padding-bottom: 15px;width: 1200px;}
.p-statistic .d-h1{color: white;}
.p-statistic ul{margin: 0;padding: 0;list-style: none;}
.p-statistic ul li{width: 20%;float: left;position: relative;}
.p-statistic ul b{font-family: @fontPlumbBold;color: #bccf17;text-align: left;padding-left: 38px;display: block;height: 80px;margin: 0 0 7px 0;}
.p-statistic ul b span{font-size: 40px;display: inline-block;vertical-align: bottom;}
.p-statistic ul b:before{content: " ";display: inline-block;vertical-align: bottom;min-height: inherit;height: 100%;}
.p-statistic ul p{font: normal 18px 'Roboto Regular';text-transform: uppercase;padding-left: 38px;color: #ffffff;margin: 2px 0 0 0;max-width: 160px;}
.p-statistic ul i{background: url("/img/sprite.png") -403px 0 no-repeat;display: block;width: 33px;height: 33px;position: absolute;left: 0;top: 91px;}
.p-statistic ul .second{}
.p-statistic ul .second b span{font-size: 50px;}
.p-statistic ul .second i{background-position: -368px -72px;}
.p-statistic ul .third{}
.p-statistic ul .third b span{font-size: 60px;}
.p-statistic ul .third i{background-position: -368px -42px;height: 31px;}
.p-statistic ul .fourth{}
.p-statistic ul .fourth b span{font-size: 65px;}
.p-statistic ul .fourth i{background-position: -403px -40px;}
.p-statistic ul .fifth{}
.p-statistic ul .fifth b{width: 105%;padding-left: 0;}
.p-statistic ul .fifth b span{font-size: 70px;}
.p-statistic ul .fifth i{background-position: -403px -72px;}
.p-statistic .bottom{margin: 25px 0;}
.p-statistic .right{float: left;width: 31.5%;color: #ffffff;font: normal 15px 'Roboto Regular';}
.p-statistic .right strong{font-family: 'Roboto Regular' Bold;text-transform: uppercase;}
.p-statistic .right p{margin: 15px 0;}
.p-statistic .right{float: right;}
.p-statistic .left {float: left;width: 31.5%;color: #ffffff;font: normal 15px 'Roboto Regular';}
.p-statistic .left strong{font-family: 'Roboto Regular' Bold;text-transform: uppercase;}
.p-statistic .left p{margin: 15px 0;}
.p-statistic .d-form{background: #ffffff;border-radius: 5px;width: 32%;margin: 3px auto;padding: 10px 10px 55px;}
.p-statistic .d-form .head{font: normal 24px 'Roboto Regular';color: #52535d;text-align: center;}
.p-statistic .d-form .t-line-text{text-align: center;margin: 10px 0;}
.p-statistic .d-form .t-line-text input{margin: 0px;border: 3px solid #ccc;border-radius: 2px;padding: 12px 5px 12px 35px;width: 275px;font: normal 13px 'Roboto Regular';color: #7d7d7d;background: url("/img/sprite.png") -430px 9px no-repeat;.transit(.4s,box-shadow);}
.p-statistic .d-form .t-line-text input.error{box-shadow: inset 0 0 12px 3px #cd5c5c;}
.p-statistic .d-form .submit{text-align: center;}
.p-statistic .d-form .submit button{background: linear-gradient(to bottom,#c3dc00 0%,#6eac00 100%);.gradient(#c3dc00, #6eac00);border: none;box-shadow: 1px 1px 0 #3d6100, -1px -1px 0 #ddeb6c;font: normal 18px @fontPlumbBold;text-transform: uppercase;color: #ffffff;padding: 15px;text-align: center;border-radius: 2px;text-decoration: none;width: 274px;}
.p-statistic .d-form .submit button:hover{cursor: pointer;}
.p-statistic .d-form .submit button:active{padding: 16px 14px 14px 16px;}
.p-statistic form p, .b-ksc-service form p {display: none;}

.b-clents-partners{padding-bottom: 40px;}
.b-clents-partners .green{padding: 20px 0;}
.b-clents-partners .green .d-h1{text-align: center;color: #00a0e3;font-size: 46px;font-family: 'Roboto Regular';font-weight: normal;text-transform: uppercase;}

.b-clents-partners .red{padding: 20px 0;}
.b-clents-partners .red .d-h1{color: #f04c4f;font-size: 46px;font-family: 'Roboto Regular';font-weight: normal;text-transform: uppercase;}
.b-clents-partners .red .cd-item-dots{}
.b-clents-partners .red .cd-item-dots a.active{background: #ff3336;}

.b-clents-partners a,a:hover,a:active,a:focus{text-decoration: none;cursor: pointer;}
.b-clents-partners .cd-gallery{}
.b-clents-partners .cd-gallery .gallery{display: block !important;}
.b-clents-partners .cd-gallery ul{width: 600px;height: 200px;overflow: hidden;padding: 0;margin: 0 auto;list-style: none;position: relative;}
.b-clents-partners .cd-gallery ul li{position: absolute;left: 100%;}
.b-clents-partners .cd-gallery ul li.active{left: 0;}
.b-clents-partners .cd-gallery ul a:before{content: "";display: inline-block;min-height: inherit;height: 100%;vertical-align: middle;}
.b-clents-partners .cd-gallery ul a{background: url("/img/ramka.png")no-repeat;width: 170px;height: 170px;display: block;float: left;margin: 15px;text-align: center;}
.b-clents-partners .cd-gallery ul img{position: relative;z-index: -1;max-width: 150px;max-height: 150px;display: inline-block;vertical-align: middle;margin-left: -5px;}

.b-clents-partners .cd-gallery .cd-item-arrows{text-align: center;margin: 118px 0 0 -100px;max-width: 200px;left: 50%;}
.b-clents-partners .cd-gallery .cd-item-arrows a{background: url("/img/sprite.png") -395px -107px no-repeat;display: inline-block;width: 14px;height: 20px;margin: 0 20px -5px 20px;}
.b-clents-partners .cd-gallery .cd-item-arrows .next{background-position: -374px -107px;}
.b-clents-partners .cd-gallery .cd-item-arrows .prev{}
.b-clents-partners .cd-gallery .cd-item-dots{vertical-align: middle;display: inline;bottom: -20px;z-index: 2;}

.otziv {
    background: #dcdcdc;
    margin: 0 auto;
    padding: 25px 0;
}

.flamp {
    margin: 0 auto;
    width: 1205px;
    background: #fff;
}

.b-docs{padding: 10px 0 50px 0;}
.b-docs img {width: 180px; height: 100%;}
.b-docs .images{}
.b-docs .images a{margin: 1.66667%;}
.b-docs .images a img{width: 30%;}

.b-docs .downloads{}
.b-docs .downloads a:before{content: "";display: block;width: 50px;height: 56px;float: left;background: url("/img/sprite.png") -130px 0;margin-right: 20px;}
.b-docs .downloads a{text-decoration: none;display: block;min-height: 80px;font-size: 25px;text-decoration: underline;}
.b-docs .downloads a span{color: #205db8;font-size: 25px;font-family: OpenSans;font-weight: normal;border-bottom: 1px solid #656565;text-transform: uppercase;}
.b-docs .downloads a .size{color: #656565;font-style: italic;display: block;text-decoration: none;border-bottom: none;line-height: 35px;}

.b-docs .download a:hover{text-decoration: none;opacity: 1;}

.b-ksc-service{background: url("/img/ksc-service.jpg") center top no-repeat;height: 569px;}
.b-ksc-service>div{width: 1200px;margin: 0 auto;}
.b-ksc-service .header{color: #fefefe;font: normal 46px 'Roboto Regular';text-transform: uppercase;text-align: center;padding: 60px 0 38px 0;}
.b-ksc-service .left{width: 635px;float: left;margin: -10px 0;}
.b-ksc-service .left p{font: 18px 'Roboto Regular';color: #ffffff;text-transform: uppercase;padding: 4px 15px;margin: 15px 0;}
.b-ksc-service .left .red{background: #ff0033;}
.b-ksc-service .left .grey{background: #666;}
.b-ksc-service .left .blue{background: #00a0e3;}

.b-ksc-service .d-form{background: #ffffff;border-radius: 5px;margin: 3px auto;padding: 10px 10px 55px;width: 375px;float: right;padding-bottom: 35px;}
.b-ksc-service .d-form .head{font: normal 24px 'Roboto Regular';color: #52535d;text-align: center;padding: 0 36px;}
.b-ksc-service .d-form .t-line-text{text-align: center;margin: 10px 0;}
.b-ksc-service .d-form .t-line-text input{margin: 0px;border: 3px solid #ccc;border-radius: 2px;padding: 12px 5px 12px 35px;width: 275px;    font: normal 13px 'Roboto Regular';color: #7d7d7d;background: url("/img/sprite.png") -430px 9px no-repeat;.transit(.4s,box-shadow);}
.b-ksc-service .d-form .t-line-text input.error{box-shadow: inset 0 0 12px 3px #cd5c5c;}

.b-ksc-service .d-form .submit{text-align: center;}
.b-ksc-service .d-form .submit button{
    background: #c3dc00;
    background: -moz-linear-gradient(top,#c3dc00 0%,#6eac00 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c3dc00),color-stop(100%,#6eac00));
    background: -webkit-linear-gradient(top,#c3dc00 0%,#6eac00 100%);
    background: -o-linear-gradient(top,#c3dc00 0%,#6eac00 100%);
    background: -ms-linear-gradient(top,#c3dc00 0%,#6eac00 100%);
    background: linear-gradient(to bottom,#c3dc00 0%,#6eac00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@c1}',endColorstr='{@c2}',GradientType=0);
    border: none;
    box-shadow: 1px 1px 0 #3d6100, -1px -1px 0 #ddeb6c;
    font: normal 18px "PlumbBold";
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    border-radius: 2px;
    text-decoration: none;
    width: 274px;
}
.b-ksc-service .d-form .submit button:hover{cursor: pointer;}
.b-ksc-service .d-form .submit button:active{padding: 16px 14px 14px 16px;}

#map{height: 390px;width: 100%;}
#map .b-marker{margin: -244px 0 0 -80px;}

footer{background: #000000;height: 340px;padding-top: 40px;}
footer .s-cnt{width: 1200px;margin: 0 auto;}
footer .logo{display: inline-block;width: 25%;text-align: center;vertical-align: top;}
footer .slogan{display: inline-block;width: 49%;}
footer .contact{display: inline-block;width: 25%;}
footer .logo img{.transit(.3s);width: 45%;}
footer .logo img:hover{.transform(rotate(360deg));}
footer .slogan{color: #ffffff;font-size: 15px;font-family: verdana;font-weight: normal;text-align: center;padding: 28px 0;}
footer .contact{color: white;font-size: 18px;font-family: "PlumbLight";font-weight: normal;text-align: center;padding: 15px 0;}
footer .contact a{color: white;font-size: 18px;font-family: "PlumbLight";font-weight: normal;}

footer .links{text-align: center;margin: 0 auto;padding-top: 25px;color: #ffffff;line-height: 2;}
footer .links >a{color: #cccccc;font: normal 12px @fontPlumbLight;text-decoration: underline;}
footer .links >a:hover{text-decoration: none;}

footer .cnt{float: right;color: #ffffff;font: normal 21px @fontPlumbLight;text-align: center;letter-spacing: 2px;padding: 45px 0;}
footer .cnt a{color: #ffffff;font: normal 21px @fontPlumbLight;text-decoration: none;}
footer .cnt p {margin: 0px;}

footer .soc{height: 120px;width: 715px;margin: 20px auto 0 auto;}
footer .soc a{display: block;float: left;width: 92px;height: 92px;background: url("/img/sprite.png") left -160px no-repeat;margin: 5px;text-decoration: none;.transit(.25s,background-position);}
footer .soc a:hover, a:focus{text-decoration: none;}
footer .soc a.vk:hover{background-position: 0 -251px;}
footer .soc a.ok{background-position: -97px -160px;}
footer .soc a.ok:hover{background-position: -97px -251px;}
footer .soc a.f{background-position: -197px -160px;}
footer .soc a.f:hover{background-position: -197px -251px;}
footer .soc a.i{background-position: -297px -160px;}
footer .soc a.i:hover{background-position: -297px -251px;}
footer .soc a.twit{background-position: -397px -160px;}
footer .soc a.twit:hover{background-position: -397px -251px;}
footer .soc a.youtube{background-position: -494px -160px;}
footer .soc a.youtube:hover{background-position: -494px -251px;}
footer .soc a.flamp{background-position: -594px -251px;}
footer .soc a.flamp:hover{background-position: -594px -160px;}

.hk {
    background-color:#f5f5f5;
    width: 100%;
}

#center-col {
    width: 1170px;
    margin: 0 auto 50px;
    display: table;
}

.d-text {
    padding-top: 18px;
    color: #272525;
    font-size: 16px;
    font-weight: lighter;
}

.shop {
    margin: 0 auto;
}

.shop-item {
    margin: 5px;
    padding: 15px;
    border: 1px solid #EEE;
    min-height: 530px !important;
    text-align: center;
}

.amenities .shop-item {
    min-height: 400px !important;
}

.shop-item .name a {
    color: #676767;
    font-size: 24px;
    font-family: 'RobotoLight';
    font-weight: normal;
    text-decoration: none;
}

.shop-item .name a:hover {
    text-decoration: none;
}

.shop-item .js_shop_buy {
    display: none !important;
}

.shop-item .js_shop_one_click {
    display: none !important;
}

.shop-item .price {
    color: #ff7800;
    font-size: 20px;
    font-family: 'Roboto Regular';
    font-weight: normal;
    display: block;
}

.shop-item .price span {
    font-size: 28px;
}

.shop-item .name {
    min-height: 215px;
}

.amenities .shop-item .name {
    min-height: 80px;
}

.shop-item:hover {
    box-shadow: #111 1px 1px 1px 1px;
}

.shop_img {
    text-align: center;
    height: 200px;
}

.shop_img img {
    min-width: 35%;
    max-width: 80%;
}

.shop-item .btn_row {
    margin-top: 15px;
}

.shop-item .btn_row a {
    background: #c3dc00;
    background: -moz-linear-gradient(top,#c3dc00 0%,#6eac00 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c3dc00),color-stop(100%,#6eac00));
    background: -webkit-linear-gradient(top,#c3dc00 0%,#6eac00 100%);
    background: -o-linear-gradient(top,#c3dc00 0%,#6eac00 100%);
    background: -ms-linear-gradient(top,#c3dc00 0%,#6eac00 100%);
    background: linear-gradient(to bottom,#c3dc00 0%,#6eac00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@c1}',endColorstr='{@c2}',GradientType=0);
    border: none;
    box-shadow: 1px 1px 0 #3d6100, -1px -1px 0 #ddeb6c;
    font: normal 18px "PlumbBold";
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 60px;
    text-align: center;
    border-radius: 2px;
    text-decoration: none;
    width: 274px;
}

.b-whe-work {position: relative;padding: 10px 0 50px;}
.b-whe-work .images{min-width: 1200px;margin: 0 auto;text-align: center;}


.b-whe-work .images .item{display: inline-block;width: 130px;vertical-align: top;}
.b-whe-work .images .item img{max-width: 130px;}
.b-whe-work .images .item .text{.font(16px, white, @fontOpenSans, bold);text-align: center;margin-top: 35px;padding: 0 10px;}

.b-whe-work:before{content: "";position: absolute;top: -36px;left: 50%;margin-left: -65px;border-bottom: 36px solid #fe7575;border-left: transparent 65px solid;border-right: transparent 65px solid;}
.b-whe-work:after{content: "";position: absolute;bottom: -36px;left: 50%;margin-left: -65px;border-top: 36px solid #e23434;border-left: transparent 65px solid;border-right: transparent 65px solid;}
.b-our-guarantees{background: #c5cbcb;}
.b-our-guarantees .images .item .text{color: black;}
.b-our-guarantees .d-form{margin: 0 auto;}
.b-our-guarantees .d-form .head{display: none;}

.b-blocks{}
.b-blocks .b-whe-work{
    background: #e898ec;
    background: -moz-linear-gradient(top,#e898ec 0%,#a35fe0 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e898ec),color-stop(100%,#a35fe0));
    background: -webkit-linear-gradient(top,#e898ec 0%,#a35fe0 100%);
    background: -o-linear-gradient(top,#e898ec 0%,#a35fe0 100%);
    background: -ms-linear-gradient(top,#e898ec 0%,#a35fe0 100%);
    background: linear-gradient(to bottom,#e898ec 0%,#a35fe0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@c1}',endColorstr='{@c2}',GradientType=0);
    z-index: 1;
}
.b-blocks .b-whe-work:before{border-bottom: 36px solid #e898ec;}
.b-blocks .b-whe-work:after{border-top: 36px solid #a35fe0;}
.b-blocks .b-our-guarantees{background: #c5cbcb;}
.b-blocks.b-form{.gradient(#e898ec, #a35fe0);}
.b-blocks.b-reviews{}
.b-blocks.b-docs{}


.b-blocks.video{}
.b-blocks.video .b-whe-work{
    background: #fe7575;
    background: -moz-linear-gradient(top,#fe7575 0%,#e23434 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fe7575),color-stop(100%,#e23434));
    background: -webkit-linear-gradient(top,#fe7575 0%,#e23434 100%);
    background: -o-linear-gradient(top,#fe7575 0%,#e23434 100%);
    background: -ms-linear-gradient(top,#fe7575 0%,#e23434 100%);
    background: linear-gradient(to bottom,#fe7575 0%,#e23434 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@c1}',endColorstr='{@c2}',GradientType=0);
    z-index: 1;
}
.b-blocks.video .b-whe-work:before{border-bottom: 36px solid #fe7575;}
.b-blocks.video .b-whe-work:after{border-top: 36px solid #e23434;}
.b-blocks.video .b-our-guarantees{background: #c5cbcb;}
.b-blocks.video .b-form{.gradient(#fe7575, #e23434);}
.b-blocks.video .b-reviews{}
.b-blocks.video .b-docs{}

.b-blocks.ops {}
.b-blocks.ops .b-whe-work {
    background: #68c5f1;
    background: -moz-linear-gradient(top,#68c5f1 0%,#248cdb 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#68c5f1),color-stop(100%,#248cdb));
    background: -webkit-linear-gradient(top,#68c5f1 0%,#248cdb 100%);
    background: -o-linear-gradient(top,#68c5f1 0%,#248cdb 100%);
    background: -ms-linear-gradient(top,#68c5f1 0%,#248cdb 100%);
    background: linear-gradient(to bottom,#68c5f1 0%,#248cdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@c1}',endColorstr='{@c2}',GradientType=0);
    z-index: 1;
}
.b-blocks.ops .b-whe-work{.gradient(#68c5f1, #248cdb);z-index: 1;}
.b-blocks.ops .b-whe-work:before{border-bottom: 36px solid #68c5f1;}
.b-blocks.ops .b-whe-work:after{border-top: 36px solid #248cdb;}
.b-blocks.ops .b-form{.gradient(#68c5f1, #248cdb);}
.b-blocks.ops .b-reviews{}
.b-blocks.ops .b-docs{}

.b-blocks.skud {}
.b-blocks.skud .b-whe-work {
    background: #d4e972;
    background: -moz-linear-gradient(top,#d4e972 0%,#a7cd2f 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d4e972),color-stop(100%,#a7cd2f));
    background: -webkit-linear-gradient(top,#d4e972 0%,#a7cd2f 100%);
    background: -o-linear-gradient(top,#d4e972 0%,#a7cd2f 100%);
    background: -ms-linear-gradient(top,#d4e972 0%,#a7cd2f 100%);
    background: linear-gradient(to bottom,#d4e972 0%,#a7cd2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@c1}',endColorstr='{@c2}',GradientType=0);
    z-index: 1;
}
.b-blocks.skud .b-whe-work{.gradient(#d4e972, #a7cd2f);z-index: 1;}
.b-blocks.skud .b-whe-work:before{border-bottom: 36px solid #d4e972;}
.b-blocks.skud .b-whe-work:after{border-top: 36px solid #a7cd2f;}
.b-blocks.skud .b-form{.gradient(#d4e972, #a7cd2f);}
.b-blocks.skud .b-reviews{}
.b-blocks.skud .b-docs{}


.b-blocks.netlan {}
.b-blocks.netlan .b-whe-work {
    background: #6cdcce;
    background: -moz-linear-gradient(top,#6cdcce 0%,#25b9ad 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#6cdcce),color-stop(100%,#25b9ad));
    background: -webkit-linear-gradient(top,#6cdcce 0%,#25b9ad 100%);
    background: -o-linear-gradient(top,#6cdcce 0%,#25b9ad 100%);
    background: -ms-linear-gradient(top,#6cdcce 0%,#25b9ad 100%);
    background: linear-gradient(to bottom,#6cdcce 0%,#25b9ad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@c1}',endColorstr='{@c2}',GradientType=0);
    z-index: 1;
}
.b-blocks.netlan .b-whe-work{.gradient(#6cdcce, #25b9ad);z-index: 1;}
.b-blocks.netlan .b-whe-work:before{border-bottom: 36px solid #6cdcce;}
.b-blocks.netlan .b-whe-work:after{border-top: 36px solid #25b9ad;}
.b-blocks.netlan .b-form{.gradient(#6cdcce, #25b9ad);}
.b-blocks.netlan .b-reviews{}
.b-blocks.netlan .b-docs{}


.b-blocks.communicators{
.b-whe-work{.gradient(#a4a4ec, #5d6adf);z-index: 1;}
.b-whe-work:before{border-bottom: 36px solid #a4a4ec;}
.b-whe-work:after{border-top: 36px solid #5d6adf;}
.b-form{.gradient(#a4a4ec, #5d6adf);}
.b-reviews{}
.b-docs{}
}

.b-blocks.po {}
.b-blocks.po .b-whe-work {
    background: #ffd76b;
    background: -moz-linear-gradient(top, #ffd76b 0%, #ff9124 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd76b), color-stop(100%, #ff9124));
    background: -webkit-linear-gradient(top, #ffd76b 0%, #ff9124 100%);
    background: -o-linear-gradient(top, #ffd76b 0%, #ff9124 100%);
    background: -ms-linear-gradient(top, #ffd76b 0%, #ff9124 100%);
    background: linear-gradient(to bottom, #ffd76b 0%, #ff9124 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@c1}', endColorstr='{@c2}', GradientType=0);
    z-index: 1;
}
.b-blocks.po .b-whe-work{.gradient(#ffd76b, #ff9124);z-index: 1;}
.b-blocks.po .b-whe-work:before{border-bottom: 36px solid #ffd76b;}
.b-blocks.po .b-whe-work:after{border-top: 36px solid #ff9124;}
.b-blocks.po .b-form{.gradient(#ffd76b, #ff9124);}
.b-blocks.po .b-reviews{}
.b-blocks.po .b-docs{}

.b-our-guarantees {
    background: #c5cbcb;
    padding: 50px 0;
}
.b-whe-work table {
    margin: 0 auto;
}

.b-whe-work table .circle{display: inline-block;vertical-align: top;}
/*.b-whe-work .images .circle .a(@c){font-size: 0;line-height: 0;border-radius: 50%;padding: 2px;background: @c;margin: 7px;}*/
.b-whe-work table .circle b{
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    padding: 2px;
    background: #4183d7;
    margin: 7px;
}
.b-whe-work table .circle i{
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    padding: 2px;
    background: #5b97e3;
    margin: 7px;
}
.b-whe-work table .circle s{
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    padding: 2px;
    background: #7eb1f2;
    margin: 7px;
}

.b-whe-work table span {
    color: white;
    font-size: 16px;
    font-family: OpenSans;
    font-weight: bold;
    text-align: center;
}

.b-whe-work table td {
    padding: 5px;
}

.b-our-guarantees table {
    margin: 0 auto;
}
.b-our-guarantees table .circle{display: inline-block;vertical-align: top;}
/*.b-whe-work .images .circle .a(@c){font-size: 0;line-height: 0;border-radius: 50%;padding: 2px;background: @c;margin: 7px;}*/
.b-our-guarantees table .circle b{
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    padding: 2px;
    background: #4183d7;
    margin: 7px;
}
.b-our-guarantees table .circle i{
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    padding: 2px;
    background: #5b97e3;
    margin: 7px;
}
.b-our-guarantees table .circle s{
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    padding: 2px;
    background: #7eb1f2;
    margin: 7px;
}

.b-our-guarantees table span {
    color: black;
    font-size: 16px;
    font-family: OpenSans;
    font-weight: bold;
    text-align: center;
}

.b-our-guarantees table td {
    padding: 5px;
}


.faq-form {
    max-width: 880px;
    margin: -40px auto 0;
    background: #e898ec;
    background: -moz-linear-gradient(top,#e898ec 0%,#a35fe0 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e898ec),color-stop(100%,#a35fe0));
    background: -webkit-linear-gradient(top,#e898ec 0%,#a35fe0 100%);
    background: -o-linear-gradient(top,#e898ec 0%,#a35fe0 100%);
    background: -ms-linear-gradient(top,#e898ec 0%,#a35fe0 100%);
    background: linear-gradient(to bottom,#e898ec 0%,#a35fe0 100%);
}

.faq-form .pole {
    width: 615px;
    padding-bottom: 70px;
    margin: 20px auto 0px;
}

.faq-form.video {
    background: #fe7575;
    background: -moz-linear-gradient(top,#fe7575 0%,#e23434 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fe7575),color-stop(100%,#e23434));
    background: -webkit-linear-gradient(top,#fe7575 0%,#e23434 100%);
    background: -o-linear-gradient(top,#fe7575 0%,#e23434 100%);
    background: -ms-linear-gradient(top,#fe7575 0%,#e23434 100%);
    background: linear-gradient(to bottom,#fe7575 0%,#e23434 100%);
}

.faq-form.ops {
    background: #68c5f1;
    background: -moz-linear-gradient(top,#68c5f1 0%,#248cdb 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#68c5f1),color-stop(100%,#248cdb));
    background: -webkit-linear-gradient(top,#68c5f1 0%,#248cdb 100%);
    background: -o-linear-gradient(top,#68c5f1 0%,#248cdb 100%);
    background: -ms-linear-gradient(top,#68c5f1 0%,#248cdb 100%);
    background: linear-gradient(to bottom,#68c5f1 0%,#248cdb 100%);
}

.faq-form.skud {
    background: #d4e972;
    background: -moz-linear-gradient(top,#d4e972 0%,#a7cd2f 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d4e972),color-stop(100%,#a7cd2f));
    background: -webkit-linear-gradient(top,#d4e972 0%,#a7cd2f 100%);
    background: -o-linear-gradient(top,#d4e972 0%,#a7cd2f 100%);
    background: -ms-linear-gradient(top,#d4e972 0%,#a7cd2f 100%);
    background: linear-gradient(to bottom,#d4e972 0%,#a7cd2f 100%);
}

.faq-form.netlan {
    background: #6cdcce;
    background: -moz-linear-gradient(top,#6cdcce 0%,#25b9ad 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#6cdcce),color-stop(100%,#25b9ad));
    background: -webkit-linear-gradient(top,#6cdcce 0%,#25b9ad 100%);
    background: -o-linear-gradient(top,#6cdcce 0%,#25b9ad 100%);
    background: -ms-linear-gradient(top,#6cdcce 0%,#25b9ad 100%);
    background: linear-gradient(to bottom,#6cdcce 0%,#25b9ad 100%);
}

.faq-form.po {
    background: #ffd76b;
    background: -moz-linear-gradient(top, #ffd76b 0%, #ff9124 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd76b), color-stop(100%, #ff9124));
    background: -webkit-linear-gradient(top, #ffd76b 0%, #ff9124 100%);
    background: -o-linear-gradient(top, #ffd76b 0%, #ff9124 100%);
    background: -ms-linear-gradient(top, #ffd76b 0%, #ff9124 100%);
    background: linear-gradient(to bottom, #ffd76b 0%, #ff9124 100%);
}

.faq-form textarea {
    float: left;
    max-width: 350px;
    margin-right: 20px;
    padding: 10px 15px;
    color: #333;
    font-size: 12px;
    font-family: arial;
    font-weight: normal;
    border: none;
    border-radius: 3px;
    box-shadow: 5px 5px 1px #ededed inset;
}

.faq-form input[type='text'], input[type='tel-faq'] {
    margin: -20px auto 40px;
    height: 50px;
    width: 242px;
    padding: 10px 15px;
    color: #333;
    font-size: 12px;
    font-family: arial;
    font-weight: normal;
    border: none;
    border-radius: 3px;
    box-shadow: 5px 5px 1px #ededed inset;
}

.faq-form .button-faq {
    width: 242px;
    margin-top: -20px;
    text-align: center;
    border: none;
    border-radius: 3px;
    background: #908788;
    background: -moz-linear-gradient(top,#908788 0%,#010101 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#908788),color-stop(100%,#010101));
    background: -webkit-linear-gradient(top,#908788 0%,#010101 100%);
    background: -o-linear-gradient(top,#908788 0%,#010101 100%);
    background: -ms-linear-gradient(top,#908788 0%,#010101 100%);
    background: linear-gradient(to bottom,#908788 0%,#010101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@c1}',endColorstr='{@c2}',GradientType=0);
    color: white;
    font-size: 17px;
    font-family: OpenSans;
    font-weight: normal;
    text-transform: uppercase;
    padding: 13px;
}

.faq-form .block_header {
    text-transform: uppercase;
    padding: 10px 0 20px;
    color: white;
    font-size: 37px;
    font-family: 'Roboto Regular';
    font-weight: normal;
    text-align: center;
}

.faq-form p {
    color: black;
    font-size: 20px;
    font-family: 'Roboto Regular';
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: underline;
}

/* shop item */
.shop-item-container {
    display: table;
    width: 100%;
    vertical-align: top;
}

.shop-item-container >* {
    vertical-align: top
}

.shop-item-left {
    width: 340px;
    position: relative;
    display: inline-block;
}

.shop-item-right {
    display: inline-block;
    width: 770px;
}

.shop_all_img {
    position: relative;
    height: 340px;
    width: 340px;
    margin-bottom: 0px;
}
.is_mobile .shop_all_img {
    width: auto;
}

/*.shop_all_img img {
    display: none;
}*/

.shop_all_img .shop_id_img {
    width:100%;
    height:auto;
}

.shop_all_img a {
    /*display: none;*/
    /*position: absolute;

     height: 438px;
     background-size: cover;*/
    transition: opacity 0.3s, visibility 0.3s;
}

.shop-item-small a img {
    display: none;
}

.shop_preview_img {
    width: 88%;
    white-space: nowrap;
    height: 95px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.shop_preview_img a {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 10px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.shop_preview_img a:first-child {
    margin-left: 0;
}

.shop_preview_img a:last-child {
    margin-right: 0;
}
.shop-item-left .control-prev {
    position: absolute;
    bottom: 46px;
    left: 0;
}

.shop-item-left .control-next {
    position: absolute;
    bottom: 46px;
    right: 0;
}

.icon-zoom {
    background: url(../img/zoom.png) center center no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.shop-item-info1 {
    width: 490px;
    padding: 0 40px;
    display: table-cell;
    vertical-align: top;
}

.shop-item-info1 >*:first-child {
    margin-top: 0;
}

.shop-item-info2 {
    border: 1px solid #EEE;
    padding: 0 10px;
    display: table-cell;
    vertical-align: top;
}

.shop-item-info2 .shop-item-info2 {
    padding-left: 0px;
}

.shop-item-info2 .fa {
    margin-right: 7px;
    font-size: 19px;
}

.shop-item-info2 >*:first-child {
    margin-top: 0;
}

.shop-item-price .price {
    color: #ff7800;
    font-size: 20px;
    font-family: 'Roboto Regular';
    font-weight: normal;
    display: block;
}

.shop-item-price .price span {
    font-size: 28px;
}

.shop-item-info2 input[type="button"] {
    width: 255px;
    margin-top: 15px;
    text-align: center;
    border: none;
    border-radius: 3px;
    background: #908788;
    background: -moz-linear-gradient(top,#908788 0%,#010101 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#908788),color-stop(100%,#010101));
    background: -webkit-linear-gradient(top,#908788 0%,#010101 100%);
    background: -o-linear-gradient(top,#908788 0%,#010101 100%);
    background: -ms-linear-gradient(top,#908788 0%,#010101 100%);
    background: linear-gradient(to bottom,#908788 0%,#010101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{@c1}',endColorstr='{@c2}',GradientType=0);
    color: white;
    font-size: 17px;
    font-family: OpenSans;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px;
}

.block-id {
    margin: 15px 0;
    border-top: 1px solid #EEE;
}

.text-id {
    margin: 20px;
}

.order_form_param1 input[type="text"], input[type="tel"] {
    margin: 10px auto 0px;
    height: 50px;
    width: 242px;
    padding: 10px 15px;
    color: #333;
    font-size: 12px;
    font-family: arial;
    font-weight: normal;
    border: none;
    border-radius: 3px;
    box-shadow: 5px 5px 1px #ededed inset;
}

.infofield {
    margin: 10px 0 5px;
}

#modal_form {
    width: 440px;
    height: 465px; /* Рaзмеры дoлжны быть фиксирoвaны */
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
    top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
    left: 50%; /* пoлoвинa экрaнa слевa */
    margin-top: -150px;
    margin-left: -150px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
    display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
    opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
    z-index: 5; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
    padding: 20px 10px;
    background: rgba(0,0,0,0.79);
    box-shadow: 10px 10px 0 -2px rgba(255,255,255,0.4), 20px 20px 0 -2px rgba(100,100,100,0.4);
}

#modal_form .infofield {
    margin: 0px 0 5px;
    color: white;
}

#modal_form select {
    margin-bottom: 15px;
    width: 280px;
    height: 40px;
    border-radius: 5px;
}

#modal_form h3 {
    font: bold 25px "PlumbBold";
    color: #ffffff;
    text-align: center;
    padding: 20px 0 20px 0;
}

#modal_form .feedback_form {
    text-align: center;
}

#modal_form .text-pole {
    width: 280px;
    height: 40px;
    margin-bottom: 20px;
    padding: 8px 12px 8px 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 3px;
    color: #333;
    font-size: 12px;
    font-family: arial;
    font-weight: normal;
    border: none;
    box-shadow: 5px 5px 1px #ededed inset;
}

#modal_form .phone-pole {
    width: 280px;
    height: 40px;
    margin-bottom: 20px;
    padding: 8px 12px 8px 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 3px;
    color: #333;
    font-size: 12px;
    font-family: arial;
    font-weight: normal;
    border: none;
    box-shadow: 5px 5px 1px #ededed inset;
}

#modal_form .button {
    width: 280px;
    background: #c3dc00;
    background: -moz-linear-gradient(top,#c3dc00 0%,#6eac00 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c3dc00),color-stop(100%,#6eac00));
    background: -webkit-linear-gradient(top,#c3dc00 0%,#6eac00 100%);
    background: -o-linear-gradient(top,#c3dc00 0%,#6eac00 100%);
    background: -ms-linear-gradient(top,#c3dc00 0%,#6eac00 100%);
    background: linear-gradient(to bottom,#c3dc00 0%,#6eac00 100%);
    text-align: center;
    border: none;
    border-radius: 3px;
    color: white;
    font-size: 17px;
    font-family: OpenSans;
    font-weight: normal;
    text-transform: uppercase;
    padding: 13px;
}

#modal_form .txt-btn {
    display: block;
    padding: 15px 70px 25px;
    color: #ccc;
    font-size: 15px;
    font-family: verdana;
    font-weight: normal;
}

/* Кнoпкa зaкрыть для тех ктo в тaнке) */
#modal_form #modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;

}
/* Пoдлoжкa */
#overlay {
    z-index:3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position:fixed; /* всегдa перекрывaет весь сaйт */
    background-color:#000; /* чернaя */
    opacity:0.8; /* нo немнoгo прoзрaчнa */
    -moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
    filter:alpha(opacity=80);
    width:100%;
    height:100%; /* рaзмерoм вo весь экрaн */
    top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left:0;
    cursor:pointer;
    display:none; /* в oбычнoм сoстoянии её нет) */
}

.seo-text {
    padding: 40px 0px;
    width: 1170px;
    margin: 0 auto;
}

.slide {
    height: 90px;
    width: 150px;
}

.photo_first_page .photo_cat, .photo_list .photo_item, .photo_list .photo_cat {
    background: #fff;
    width: 24% !important;
    display: inline-block;
    padding: 13px 21px;
    margin: 0 5px 20px !important;
    text-align: center;
    /* border: solid 1px gray; */
    border-radius: 10px;
    box-shadow: grey 1px 1px 5px 0px;
}

.photo_item .photo_image>img {
    width: 190px !important;
    height: 190px !important;
}

@media screen and (max-width: 600px) {
    .b-top {
        display: none;
    }
}

.shop_cat_link {
    padding: 10px;
    font-size: 110% !important;
    font-weight: 700;
     background-color: #ffffff !important;
    width: 24%;
    float: left;
    border: 1px solid #EEE;
    margin: 5px !important;
    text-align: center;
}

.shop_cat_link:hover {
    box-shadow: #111 1px 1px 1px 1px;
}

.shop_cat_img {
    margin-bottom: 20px;
}

.shop_cat_img img {
    width: 258px;
    height: 230px;
}

.ulug-item {
    margin-top: 45px !important;
    font-size: 28px !important;
}

.ulug-item span{
    font-size: 28px !important;
}

.info_str table td {
    padding: 0px 10px;
    border: 2px solid;
}

.user_order {
    width: 100%;
}

.sale_table .col-lg-3 {
    width: 100%;
}

.sale_table .shop-item {
    min-height: auto !important;
    display: flex;
    align-items: unset;
    justify-content: space-between;
}

.sale_table .shop-item .name {
    min-height: 10px;
    width: 60%;
    text-align: left;
}

.sale_table .shop-item .js_shop_buy {
    display: block!important;
}

.sale_table .shop-item form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 30%;
}

.sale_table .shop-item .shop_price_value {
    font-size: 22px;
}

.sale_table .shop-item form .button {
    background: #000;
    border: none;
    color: white;
    width: 200px;
    height: 35px;
}

.sale_table .error {
    right: 68px;
    height: 35px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.sale_table .error a {
    color: white;
    width: 100%;
    text-align: center;
}
