* {
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
/* 1 */
    -ms-text-size-adjust: 100%;
/* 2 */
    -webkit-text-size-adjust: 100%;
/* 2 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
/* 3 */
}

body {
    line-height: 1;
}

a {
    background: transparent;
/**
	 * Improve readability when focused and also mouse hovered in all browsers.
	 */
/**
	 * Remove the border in links with images in IE 9 and less.
	 */
}

a:focus,
a:active,
a:hover {
    outline: 0;
}

a img {
    border: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

ol,
ul {
    list-style: none;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: '\201C' '\201D' '\2018' '\2019';
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"] /* 1 */,
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
/* 2 */
    cursor: pointer;
/* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/* 1 */
    padding: 0;
/* 2 */
}

input[type="search"] {
    -webkit-appearance: textfield;
/* 1 */
    -moz-box-sizing: content-box;
/* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
	line-height:16px;
    overflow: auto;
/* 1 */
    vertical-align: top;
/* 2 */
}

button,
input,
select[multiple],
textarea {
    background-image: none;
}

input,
textarea {
    border-radius: 0;
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}

[placeholder]:focus::-moz-placeholder {
    color: transparent;
}

[placeholder]:focus::placeholder {
    color: transparent;
}

table {
    width: 100%;
    margin: 0 0 40px;
   
}



@font-face {
    font-family: 'helioscregular';
  src: url("../fonts/heliosc.eot");
  src: url("../fonts/heliosc.eot?#iefix") format('embedded-opentype'), url("../fonts/heliosc.woff") format('woff'), url("../fonts/heliosc.ttf") format('truetype'), url("../fonts/heliosc.svg#helioscregular") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'helioscbold';
  src: url("../fonts/heliosc-bold.eot");
  src: url("../fonts/heliosc-bold.eot?#iefix") format('embedded-opentype'), url("../fonts/heliosc-bold.woff") format('woff'), url("../fonts/heliosc-bold.ttf") format('truetype'), url("../fonts/heliosc-bold.svg#helioscbold") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'helioscondlightcregular';
  src: url("../fonts/helioscondlightc.eot");
  src: url("../fonts/helioscondlightc.eot?#iefix") format('embedded-opentype'), url("../fonts/helioscondlightc.woff") format('woff'), url("../fonts/helioscondlightc.ttf") format('truetype'), url("../fonts/helioscondlightc.svg#helioscondlightcregular") format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    background: #fff;
    color: #000;
    font-family: 'helioscregular';
    line-height: 1;
    -webkit-font-smoothing: subpixel-antialiased !important;
    font-smoothing: subpixel-antialiased !important;
}

.main {
    width: 978px;
    margin: 0 auto;
    position: relative;
}

.cl {
    clear: both;
}

.top-menu {
    background: #1d1d1e;
    height: 40px;
    width: 100%;
    position: relative;
    z-index: 990;
}
.top-menu.fixed {
	position:fixed;
}

.top-menu__links {
    width: 100%;
}

.top-menu__ul {
    float: left;
}

.top-menu__li {
    float: left;
    list-style: none;
    height: 40px;
    position: relative;
}

.top-menu__link {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    float: left;
    height: 40px;
    padding: 0 18px;
    -webkit-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}

.top-menu__link:hover {
    color: #03c3e8;
}

.top-menu__li:first-child .top-menu__link {
    padding-left: 0;
}

.top-menu__hidden {
    display: none;
    background: #03c3e8;
    position: absolute;
    top: 40px;
    width: 170px;
    text-align: center;
    padding: 0 10px;
    left: 50%;
    margin-left: -85px;
}

.top-menu__hidden:before {
    content: ' ';
    width: 13px;
    height: 6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #03c3e8;
    position: absolute;
    top: -6px;
    left: 50%;
    margin: 0 0 0 -6px;
}

.top-menu__hidden__link {
    color: #fff;
    display: block;
    text-transform: uppercase;
    border-top: 1px solid #81e1f4;
    font-size: 12px;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
}

.top-menu__hidden__link:first-child {
    border: none;
}

.top-menu__hidden__link:hover {
    text-decoration: underline;
}
span.top-menu__hidden__link:hover{
	text-decoration:none;
}

.top-menu__zayavka {
    float: right;
    width: 180px;
    height: 40px;
    line-height: 42px;
    color: #1d1d1e;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    background: #03c3e8 url("../img/application_icon.png") 20px center no-repeat;
    padding: 0 0 0 43px;
}

.top-menu__zayavka:hover {
    background: #146c7c url("../img/application_icon.png") 20px center no-repeat;
    color: #fff;
}

.header-block {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.header {
    height: 469px;
}

.header_internal {
    height: 130px;
    margin: 0px;
}

.header-left {
    float: left;
    width: 250px;
}

.logo {
    background: url("../img/adamast_logo.png") 0 0 no-repeat;
    width: 252px;
    height: 43px;
    display: block;
    margin: 40px 0 20px 0;
}

.logo_internal {
    float: left;
    margin: 40px 25px 20px 0;
    background-size: 90%;
}

.devis {
    font-size: 12px;
    color: #adadb3;
    line-height: 20px;
    width: 250px;
    margin: 0 0 40px 0;
}

.devis_internal {
    float: left;
    margin: 25px 30px 0px 0;
    width: 200px;
}

.tel {
    border-top: 1px solid #d2d2d9;
    border-bottom: 1px solid #d2d2d9;
    padding: 30px 0;
    width: 260px;
}
.tel a.tel, .tel_contacts .tel {
	border:0;
	padding:0;
}

.tel_internal {
    width: 230px;
    float: left;
    border: none;
    margin: 13px 0 0 4px;
}

.tel_header {
    margin-top: 0px;
    padding-bottom: 20px;
}

.tel__number_header_8800 {
    display: block;
    margin-bottom: 5px;
}

.tel_main {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mail_main {
    background: url("../img/emailt.png") 0 50% no-repeat;
    display: block;
    padding: 5px 0 5px 40px;
    font-size: 13px;
    color: #0e8fa5;
    text-decoration: underline;
}
.mail_main:hover {opacity: 0.85;}

.tel__number_main_8800 {
    display: block;
    margin-top: 10px;
}

.tel__number {
    font-family: 'helioscbold';
    font-size: 27px;
    color: #0e8fa5;
    text-decoration: none;
}

.tel__number_internal {
    font-size: 22px;
}

.tel__number:hover {
    color: #03c3e8;
}

.tel__time {
    font-size: 12px;
    line-height: 22px;
    color: #1d1d1e;
    margin: 5px 0 0 0;
    text-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.tel_border {
    border-bottom: none;
}

.is-mobile .tel {
    border-width: 3px 0;
}

.header-right {
    float: right;
    width: 710px;
    height: 469px;
    position: relative;
}   

.slides {
    position: absolute;
    top: 0;
    right: -100px;
    height: 469px;
    width: 755px;
    background: url("../img/slider_bg.png") left top no-repeat;
}

.slides-carousel {
    display: block;
}

.slides-control {
    position: absolute;
    z-index: 120;
    display: block;
    height: 30px;
    width: 30px;
    border: 2px solid #7a7a7a;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.slides-control_theme_inverse {
    border-color: #fff;
}

.slides-control-prev {
    background: url("../img/left_black_ar.png") 8px center no-repeat;
}

.slides-control-prev.slides-control_theme_inverse {
    background: url("../img/left_white_ar.png") 8px center no-repeat;
}

.slides-control-prev_top_left {
    top: 0;
    left: 0;
}

.slides-control-prev_top_right {
    top: 0;
    right: 40px;
}

.slides-control-prev_middle_left {
    top: 45%;
    left: 0;
}
.slides-control-prev_middle_right {
    top: 45%;
    right: 0;
}

.slides-control-prev_bottom_left {
    left: 20px;
    bottom: 20px;
}

.slides-control-next {
    background: url("../img/right_black_ar.png") 10px center no-repeat;
}

.slides-control-next.slides-control_theme_inverse {
    background: url("../img/right_white_ar.png") 10px center no-repeat;
}

.slides-control-next_top_left {
    top: 0;
    left: 40px;
}

.slides-control-next_top_right {
    top: 0;
    right: 0;
}

.slides-control-next_middle_left {
    top: 45%;
    left: 0;
}
.slides-control-next_middle_right {
    top: 45%;
    right: 0;
}

.slides-control-next_bottom_left {
    left: 60px;
    bottom: 20px;
}

.slides-control_type_main {
    top: 205px;
}

.slides-control:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}

.slide {
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    display: block;
    height: 100%;
    width: 100%;
}

.slide__caption {
    position: absolute;
    top: 265px;
    left: 0;
    width: 510px;
    height: 180px;
    border-right: 120px solid transparent;
    border-bottom: 180px solid #fff;
}

.slide__caption-title {
    font-size: 30px;
    color: #03c3e8;
    padding: 15px 0 0 0;
    margin: 0 0 10px 0;
}

.slide__caption-text {
    font-size: 14px;
    color: #1d1d1e;
    line-height: 24px;
    width: 390px;
}

.nav {
    display: block;
    margin: 0 auto;
    width: 978px;
    height: 75px;
}

.nav:before,
.nav:after {
    content: ' ';
    display: table;
}

.nav:after {
    clear: both;
}

.nav-wrapper {
    background: #03c3e8;
    height: 75px;
    width: 100%;
    margin: 0 0 40px 0;
}

.nav__item {
    position: relative;
    display: block;
    float: left;
    height: 75px;
    width: 20%;
    overflow: hidden;
    border-right: 1px solid #81e1f4;
    -webkit-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}

.nav__item:first-child {
    border-left: 1px solid #81e1f4;
}

.nav__item:hover,
.nav__item_state_active {
    background: #0e8fa5;
}

.nav__item_state_active:before {
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav__item-link {
    display: table-cell;
    vertical-align: middle;
    height: 75px;
    width: 20%;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
}

.nav-internal,
.nav-wrapper-internal,
.nav__item-internal,
.nav__item-link-internal {
    height: 55px;
}

.nav__item-internal:before {
    display: none;
}

.is-mobile .nav__item {
    border-width: 0 3px;
}

.footer {
    border-top: 1px solid #d2d2d9;
    padding: 25px 0;
}

.is-mobile .footer {
    border-top-width: 3px;
}

.copir {
    float: left;
    width: 380px;
    margin: 0 100px 0 0;
    font-family: Tahoma, sans-serif;
    color: #999;
    font-size: 12px;
    line-height: 20px;
}

.contacts {
    float: left;
    width: 300px;
}

.contacts__adress {
    color: #363536;
    background: url("../img/pin_map.png") left center no-repeat;
    padding: 0 0 0 25px;
    margin: 0 0 8px 0;
}
.search {
  margin-top: 8px;
}
.input-opt
{
	padding: 3px;
	border: 1px solid #03c3e8;
	width: 215px;
	outline:none;
} 
.input-opt:focus
{
	
	border: 1px solid #0e8fa5;
	
}
.btn-opt  
{
  background-color: #03c3e8;
  color: #fff;
  padding: 4px 12px;
  border: none;
}
.btn-opt:hover{
 background-color:#0e8fa5;
}
.contacts__tel {
    color: #363536;
    background: url("../img/call_in.png") left center no-repeat;
    padding: 0 0 0 25px;
    text-decoration: none;
    /*display: table;*/
}
.contacts__tel:hover {
    text-decoration: underline;
}

.contacts__tel2 {
    color: #363536;
    text-decoration: none;
}
.contacts__tel2:hover {
    text-decoration: underline;
}

.design {
    float: right;
    width: 172px;
    height: 48px;
    background: url("../img/virtuoz_logo.png") 0 0 no-repeat;
    display: block;
    margin: 10px 0 0 0;
}

.advantage {
    margin: 0 0 35px;
}

.advantage__item {
    width: 25%;
    float: left;
    position: relative;
    height: 45px;
    font-size: 12px;
    color: #000;
    line-height: 18px;
}

.advantage__item:nth-child(4) .advantage__img {
    top: -10px;
}

.advantage__content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 0 0 55px;
}

.advantage__img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.banner {
    position: relative;
    display: block;
    width: 978px;
    height: 195px;
    margin: 0 auto 30px;
    overflow: hidden;
    text-decoration: none;
}

.banner__link {
    display: block;
    line-height: 1;
    text-decoration: none;
}

.banner__img {
    width: 978px;
    min-height: 195px;
}

.banner__sale {
    font-family: 'helioscbold';
    background: #fff;
    font-size: 62px;
    color: #363536;
    height: 70px;
    line-height: 70px;
    position: absolute;
    top: 45px;
    left: 35px;
    text-align: center;
    padding: 0 15px 0 15px;
}

.banner__usl {
    background: #000;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 120px;
    left: 35px;
    line-height: 40px;
    height: 40px;
    padding: 0 15px 0 15px;
}

.banner__more {
    background: #06c3e9;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 120px;/*80*/
    right: 30px;
    line-height: 41px;
    width: 175px;
    height: 38px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.banner__more:hover {
    background: #0e8fa5;
}
.button__more {
    background: #06c3e9;
    font-size: 12px;
    color: #fff;
    line-height: 41px;
    width: 175px;
    height: 38px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
	cursor: pointer;
	margin-top: 10px;
}

.button__more:hover {
    background: #0e8fa5;
}

.content {
    padding: 0 0 30px 0;
}
.content:before,
.content:after {
    content: ' ';
    display: table;
}

.content:after {
    clear: both;
}
.left-col {
    float: left;
    width: 642px;
}

.slider2 {
    position: relative;
    height: 250px;
    margin: 30px 0 30px 0;
    overflow: hidden;
}

.slider2__title {
    font-size: 28px;
    color: #363536;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.slider2 .prev1 {
    top: 0px;
    right: 40px;
    left: auto;
}

.slider2 .next1 {
    top: 0px;
    right: 0px;
    left: auto;
}

.sl2 {
    height: 200px;
    float: left;
}

.slide2 {
    width: 290px;
    height: 200px;
    float: left;
    margin: 0 30px 0 0;
    position: relative;
}

.slide2__link {
    display: block;
    line-height: 1;
    text-decoration: none;
}

.slide2__link:hover .slide2__title {
    text-decoration: underline;
}

.slide2__title {
    color: #3591aa;
    font-size: 14px;
    display: block;
    text-decoration: none;
    margin: 0 0 40px 0;
    line-height: 20px;
    height: 40px;
    position: relative;
}

.slide2__title2 {
    color: #3591aa;
    font-size: 14px;
    display: block;
    text-decoration: none;
    margin: 0 0 0 0;
    line-height: 20px;
    height: 40px;
    position: relative;
}

.slide2__title:hover {
    text-decoration: underline;
}

.slide2__title:after {
    content: ' ';
    /*background: #000;*/
    width: 20px;
    height: 5px;
    display: block;
    position: absolute;
    bottom: -20px;
}

.slide2__text {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color: #363536;
    line-height: 20px;
    margin: 0 0 15px 0;
}
.slide2__text3 {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color: #363536;
    line-height: 20px;
    margin: 0 0 15px 0;
	height:50px;
}

.slide2_news .slide2__text{
	height:50px;
}
.slide2_news .slide2__title{
	margin:0px 0px 0px 0px;
}
.slide2__text2 {
	overflow: hidden;
	height: 100px;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color: #363536;
    line-height: 20px;
    margin: 0 0 15px 0;
}
.slide2__date {
    border-top: 1px solid #d2d2d9;
    padding: 15px 0 0 0;
    font-family: Arial;
    color: #adadb3;
    font-size: 15px;
    font-style: italic;
}

.news-slider {
    overflow: hidden;
    height: 200px;
    position: relative;
}

.news-slide {
    position: absolute;
    top: 0;
    height: 100%;
    width: 290px;
    display: none;
}

.news-slide_pos_left {
    left: 0;
}

.news-slide_pos_right {
    left: 50%;
}

.news-slide_state_active {
    display: block;
}

.news-control {
    top: 0;
    -webkit-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}

.news-control-prev {
    right: 40px;
}

.news-control-next {
    right: 0;
}

.slider3 {
    position: relative;
    height: 440px;
    margin: 0px 0 30px 0;
    overflow: hidden;
}

.slider3 .prev1 {
    top: auto;
    bottom: 20px;
    left: 20px;
    border-color: #fff;
    background: url("../img/left_white_ar.png") 8px center no-repeat;
    z-index: 10;
}

.slider3 .next1 {
    top: auto;
    bottom: 20px;
    left: 60px;
    border-color: #fff;
    background: url("../img/right_white_ar.png") 10px center no-repeat;
    z-index: 10;
}

.slide3 {
    background: #06c3e9;
    height: 440px;
    width: 642px;
    position: relative;
    padding: 0 321px 0 0;
}

.slide3__title {
    font-size: 24px;
    color: #363536;
    line-height: 30px;
    margin: 0 0 30px 0;
    padding: 30px 20px 0px 20px;
}

.slide3__text {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin: 0 20px;
}

.slide3__image {
    width: 321px;
    height: 440px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
}

.slide3__img {
    width: 321px;
    min-height: 440px;
}

.slide3__more {
    font-size: 13px;
    color: #fff;
    line-height: 44px;
    text-transform: uppercase;
    text-align: center;
    width: 220px;
    height: 43px;
    text-decoration: none;
    background: #fe8523 url('../img/kaska.png') 92% 50% no-repeat;
    position: absolute;
    right: 50px;
    bottom: 20px;
    padding-right: 35px;
}

.slide3__more:hover {
    background: #0e8fa5 url('../img/kaska.png') 92% 50% no-repeat;
}

.our-clients {
    background: #363536;
    width: 100%;
    min-height: 185px;
    padding: 25px 0px 0px 20px;
    overflow: hidden;
}

.our-clients__content {
    padding: 5px 0 0;
}

.our-clients__title {
    font-size: 28px;
    color: #fff;
    line-height: 36px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.our-clients__item {
    background: #403e40;
    width: 137px;
    height: 80px;
    float: left;
    margin: 0 18px 15px 0;
    text-align: center;
    position: relative;
}

.our-clients__img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 128px;
}

.our-clients__link {
    background: url("../img/down_white_ar.png") center center no-repeat;
    display: block;
    width: 137px;
    height: 80px;
    cursor: pointer;
    position: relative;
}

.our-clients__link:active {
    top: 1px;
}

.right-col {
    float: right;
    width: 306px;
    margin: 0 0 0 30px;
}

.calculator {
    background: #363536;
    min-height: 960px;
}

.calculator__title {
    font-size: 28px;
    color: #fff;
    line-height: 36px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    padding: 30px 20px 10px 20px;
}

.calculator__content {
    padding: 0px 20px 0px;
    position: relative;
}

.calculator__label {
    display: block;
    font-size: 12px;
    color: #06c3e9;
    margin: 0 0 13px 0;
}

.calculator__input {
    display: block;
    font-size: 12px;
    color: #363536;
    text-transform: uppercase;
    margin: 0 0 25px;
    width: 265px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-bottom: 3px solid #5e5d5e;
    outline: none;
}

.calculator__summ {
    background: #06c3e9;
    height: 185px;
    padding: 20px;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}

.calculator__sum {
    font-family: 'helioscbold';
    font-size: 30px;
    color: #363536;
    padding: 0 25px 0 0;
    background: url("../img/rub.png") right center no-repeat;
    display: inline-block;
    margin: 20px 0;
}

.calculator__link {
    width: 173px;
    height: 40px;
    display: block;
    background: #fff url("../img/black_tick.png") 17px 14px no-repeat;
    padding: 0 0 0 40px;
    font-size: 12px;
    color: #363536;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 42px;
    border: none;
    margin: 5px 0 0;
}

.calculator__link_page_card {
    background-position: 15px 14px;
}

.calculator__link:hover {
    background-color: #0e8fa5;
    color: #fff;
}

.breadcrumbs {
    font-family: Tahoma, sans-serif;
    color: #b2b2b2;
    font-size: 12px;
    margin: 0 0px 30px -5px;
}

.breadcrumbs__link {
    color: #b2b2b2;
    text-decoration: none;
    margin: 0 5px;
}

.breadcrumbs__link:hover {
    text-decoration: underline;
}

.h1 {
    font-family: "helioscbold";
    font-size: 35px;
    color: #322F31;
    text-transform: uppercase;
    margin: 0px 0px 30px;
    line-height: 35px;
}

.banner-block {
    width: 978px;
    margin: 0 auto 40px;
}

.banner-block__link {
    font-size: 18px;
    color: #0e8fa5;
    line-height: 20px;
    display: block;
    margin: 0 0 10px 0;
    text-decoration: none;
}

.banner-block__link:hover {
    text-decoration: underline;
}

.banner-block__text {
    background-image: -webkit-linear-gradient(transparent, transparent);
    background-image: -o-linear-gradient(transparent, transparent);
    background-image: linear-gradient(transparent, transparent);
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #363536;
    line-height: 24px;
    margin: 0 0 15px 0;
}

.banner-block__text ul{
	 margin: 0 20px 5px;
}

.banner-block__date {
    font-family: Arial;
    color: #adadb3;
    font-size: 12px;
    font-style: italic;
    border-top: 1px solid #d2d2d9;
    padding: 15px 0 0 0;
}

.is-mobile .banner-block__date {
    border-top-width: 3px;
}

.our-project__image {
    position: relative;
    width: 642px;
    height: 325px;
    margin: 0 0 30px 0;
}

.our-project__img {
    width: 642px;
    min-height: 325px;
}

.our-project__link {
  background: #06c3e9 url("../img/our_projects.png") no-repeat scroll 20px center;
  bottom: 15px;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 40px;
  left: 50%;
  line-height: 42px;
  margin: 0 0 0 -90px;
  padding: 0 0 0 58px;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  width: 180px;
}

.our-project__link2 {
  background: #FE8220 url("../img/our_projects2.png") no-repeat scroll 16px center;
  bottom: 75px;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 40px;
  left: 50%;
  line-height: 42px;
  margin: 0 0 0 -90px;
  padding: 0 0 0 58px;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  width: 180px;
}

.our-project__link:hover {
    background-color: #0e8fa5;
    color: #fff;
}

.tt-tabs2 {
    position: relative;
}

.index-panel2 {
    position: relative;
    z-index: 10;
}

.index-tabs2 {
    z-index: 11;
    border: 1px solid #06c3e9;
    position: relative;
}
.tt-tabs3 {
    position: relative;
}

.index-panel3 {
    position: relative;
    z-index: 10;
}

.index-tabs3 {
    z-index: 11;
    border: 1px solid #06c3e9;
    position: relative;
}
.index-tabs__stripe {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 504px;
    height: 6px;
    margin: auto;
    -webkit-transition: left 0.5s ease-out, right 0.5s ease-out;
    -o-transition: left 0.5s ease-out, right 0.5s ease-out;
    transition: left 0.5s ease-out, right 0.5s ease-out;
    background: url("../img/tabs.png") left bottom repeat-x;
}

.index-tabs2 span {
    font-size: 14px;
    color: #363536;
    height: 50px;
    text-transform: uppercase;
    z-index: 11;
    float: left;
    cursor: pointer;
    line-height: 50px;
    position: relative;
    padding: 0 27px;
}

.active-ttab2 {
    background: transparent;
}

.active-ttab2:nth-child(1) ~ .index-tabs__stripe {
    left: 0;
    right: 504px;
}

.active-ttab2:nth-child(2) ~ .index-tabs__stripe {
    left: 136px;
    right: 329px;
}

.active-ttab2:nth-child(3) ~ .index-tabs__stripe {
    left: 311px;
    right: 155px;
}

.active-ttab2:nth-child(4) ~ .index-tabs__stripe {
    left: 485px;
    right: 0;
}

.tt-panel2 {
    background-image: -webkit-linear-gradient(transparent, transparent);
    background-image: -o-linear-gradient(transparent, transparent);
    background-image: linear-gradient(transparent, transparent);
    padding: 20px 0;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #322f31;
    line-height: 28px;
    display: none;
}

.tt-panel2 ul {
    margin: 0px;
    padding: 0px;
}

.tt-panel2 h2 {
    color: #322f31;
    font-size: 28px;
    text-transform: uppercase;
    font-family: helioscregular;
    line-height: 40px;
    margin: 0;
    padding: 16px 0 15px;
}




.index-tabs3 span {
    font-size: 14px;
    color: #363536;
    height: 50px;
    text-transform: uppercase;
    z-index: 11;
    float: left;
    cursor: pointer;
    line-height: 50px;
    position: relative;
    padding: 0 27px;
}

.active-ttab3 {
    background: transparent;
}

.active-ttab3:nth-child(1) ~ .index-tabs__stripe {
    left: 0;
    right: 321px;
}

.active-ttab3:nth-child(2) ~ .index-tabs__stripe {
    left: 321px;
    right: 0px;
}

.active-ttab3:nth-child(3) ~ .index-tabs__stripe {
    left: 311px;
    right: 155px;
}

.active-ttab3:nth-child(4) ~ .index-tabs__stripe {
    left: 485px;
    right: 0;
}

.tt-panel3 {
    background-image: -webkit-linear-gradient(transparent, transparent);
    background-image: -o-linear-gradient(transparent, transparent);
    background-image: linear-gradient(transparent, transparent);
    padding: 20px 0;
   
    font-size: 14px;
    color: #322f31;
    line-height: 28px;
    display: none;
}

.tt-panel3 ul {
    margin: 0px;
    padding: 0px;
}

.tt-panel2 .ul{
    margin-left:35px;
}


.slide2_news {
  height: auto;
  margin: 0 30px 35px 0;
  width: 306px;
}

.slide2_news:nth-child(3n+3) {
    margin: 0 0 40px;
}

.slide2_news__img {
    margin: 0px 0px 15px;
    width: 304px;
    height: 190px;
}
.more-news {
    display: block;
    margin: 20px auto;
    font-size: 12px;
    color: #1d1d1e;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 0 0 50px;
    height: 40px;
    line-height: 40px;
    width: 270px;
    position: relative;
}

.more-news:hover {
    color: #3fd1ee;
}

.more-news__loader {
    position: absolute;
    top: 2px;
    left: 3px;
    background: url("../img/load.png") 50% 50% no-repeat;
    height: 36px;
    width: 36px;
}

.usluga__img {
    margin: 0 0 40px 0;
}

.usluga__text {
     background-image: -webkit-linear-gradient(transparent, transparent);
    background-image: -o-linear-gradient(transparent, transparent);
    background-image: linear-gradient(transparent, transparent);
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #322f31;
    line-height: 28px;
    margin: 0 0 10px;
}
.usluga__text a {
    color: #3591aa;
    text-decoration: none;
}
.usluga__text a:hover {
    color: #3591aa;
    text-decoration: underline;
}

.usluga-prem {
    margin: 40px 0;
}

.usluga-prem__item {
    text-align: center;
    float: left;
    width: 160px;
    margin: 0 40px;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #322f31;
    line-height: 20px;
}

.usluga-prem__item__img {
    margin: 0 auto 15px;
    display: block;
}

.left-collom {
    float: left;
    width: 474px;
    margin: 0 30px 45px 0;
}

.zakaz {
    border: 3px dashed #d2d2d9;
    padding: 28px 25px 25px;
    background-image: -webkit-linear-gradient(transparent, transparent);
    background-image: -o-linear-gradient(transparent, transparent);
    background-image: linear-gradient(transparent, transparent);
}

.zakaz__item {
    font-family: Tahoma, sans-serif;
    color: #322f31;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 6px 0;
    background-image: -webkit-linear-gradient(transparent, transparent);
    background-image: -o-linear-gradient(transparent, transparent);
    background-image: linear-gradient(transparent, transparent);
}

.zakaz__item__span {
    font-family: 'helioscregular';
    font-size: 12px;
    color: #06c3e9;
    margin: 0 5px 0 0;
}

.zakaz__edit-link {
    width: 200px;
    height: 30px;
    display: block;
    background: #03c3e8 url("../img/edit_ar.png") 9px 10px no-repeat;
    margin: 28px 0 0 0;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 33px;
    padding: 0 0 0 30px;
}

.zakaz__edit-link:hover {
    background-color: #5fcfe5;
}

.right-collom {
    float: left;
    width: 474px;
    margin: 0 0 45px 0;
}

.zakaz-price {
    background: #06c3e9;
    height: 70px;
    width: 580px;
    /* position: relative; */
}
.zakaz-sum {
    float: left;
    padding: 0 25px 0 20px;
    font-family: 'helioscregular';
    font-size: 17px;
    line-height: 70px;
    color: #fff;
    background: url("../img/rub-w.png") right center no-repeat;
}
.zakaz-sum1 {
    float: left;
    padding: 0 25px 0 20px;
    font-family: 'helioscbold';
    font-size: 27px;
    line-height: 70px;
    color: #fff;
    background: url("../img/rub-w.png") right center no-repeat;
}
/* .calculator__link_zakaz {
    float: right;
    margin: 15px;
    padding-left: 48px;
    width: 185px;
} */

.calculator__link_zakaz {
    float: right;
    margin: 15px;
    padding-left: 0;
    width: 360px;
    height: 60px;
    background: #FF8522;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 0;
        margin-top: 5px;
}

.info-zakaz__input {
    border: 1px solid #ccc;
    width: 472px;
    height: 40px;
    margin: 0 0 22px 0;
    font-size: 12px;
    color: #363536;
    outline: 0;
    padding: 0 10px;
}

.h2 {
    font-family: 'helioscbold';
    font-size: 28px;
    color: #322f31;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.h2-documents {
    font-family: 'helioscregular';
    padding-top: 10px;
    margin-bottom: 38px;
}
.h2-info {
    margin: 0;
    padding: 16px 0 15px;
    font-family: helioscregular;
    line-height: 70px;
}
.h3 {
    margin-bottom: 16px;
    font-family: helioscregular;
    font-size: 24px;
    line-height: 28px;
    color: #322f31;
}

.hr {
    height: 1px;
    background: #d2d2d9;
}

.documents:before,
.documents:after {
    content: ' ';
    display: table;
}

.documents:after {
    clear: both;
}

.document {
    float: left;
    margin: 0 16px 24px;
    height: 240px;
    width: 136px;
    font-size: 0;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    cursor: pointer;
    overflow: hidden;
}

.document:first-child,
.document:last-child {
    margin: 0 7px;
}

.document-scan {
    height: 142px;
    width: 100px;
}

.document-name {
    margin: 15px auto 0;
    display: block;
    max-height: 76px;
    overflow: hidden;
    width: 136px;
    color: #3591aa;
    font: 12px/18px tahoma;
}

.document:hover .document-name {
    text-decoration: underline;
}

.projects:before,
.projects:after {
    content: ' ';
    display: table;
}

.projects:after {
    clear: both;
}

.project {
    margin: 0 30px 55px 0;
    float: left;
    display: block;
    height: 314px;
     width: 297px;
    font-size: 0;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.project:nth-child(3n) {
    margin-right: 0;
}

.project-img {
    display: block;
    height: 190px;
    width: 306px;
}

.project-name {
    display: block;
    margin: 17px 0 7px;
    overflow: hidden;
    max-height: 40px;
    color: #3591aa;
    font: 14px/20px helioscregular;
}

.project:hover .project-name {
    text-decoration: underline;
}

.project-description {
    display: block;
    overflow: hidden;
    max-height: 60px;
    color: #363536;
    font: 12px/20px tahoma;
}

.project-full-description {
    padding-top: 4px;
    margin-bottom: 21px;
    font: 14px/28px tahoma;
    max-width: 560px;
}

.project-specifications {
    max-width: 560px;
    font: 14px/30px helioscregular;
}

.project-specifications:before,
.project-specifications:after {
    content: ' ';
    display: table;
}

.project-specifications:after {
    clear: both;
}

.project-specifications-key {
    display: inline;
    vertical-align: top;
    color: #03c3e8;
}

.project-specifications-key:after {
    content: ':';
    vertical-align: top;
}

.project-specifications-value {
    display: inline;
    vertical-align: top;
    margin-left: 2px;
}

.project-specifications-value:after {
    content: '';
    display: table;
}

.project-photos {
    margin: 40px auto 0;
    font-size: 0;
    line-height: 1;
}

.project-photo {
    display: block;
}
.navigation {
    text-align: center;
}

.navigation a {
    font-family: 'helioscregular';
    display: inline-block;
    font-size: 24px;
    color: #322f31;
    padding: 8px 11px;
    text-decoration: none;
    margin: 0 5px;
}

.navigation a:hover {
    color: #03c3e8;
}

.navigation_active {
    border: 1px solid #03c3e8 !important;
    color: #03c3e8 !important;
}

.navigation-prev {
    width: 10px;
    height: 17px;
    background: url("../img/nav-prev.png") 0 0 no-repeat;
    padding: 0px !important;
    margin: 0 15px;
}

.navigation-next {
    width: 10px;
    height: 17px;
    background: url("../img/nav-next.png") 0 0 no-repeat;
    padding: 0px !important;
    margin: 0 15px;
}


.form-block {
    float: left;
    width: 640px;
    margin: 0 30px 45px 0;
}

.form-block__b {
    position: relative;
    width: 305px;
    float: left;
    margin: 0 0px 20px 0;
}

.form-block__b_margin {
    margin: 0 30px 20px 0;
}

.form-block__input {
    border: 1px solid #ccc;
    width: 305px;
    height: 45px;
    font-size: 16px;
    color: #1d1d1e;
    outline: 0;
    padding: 0 9px;
    position: relative;
}

.form-block__input::-webkit-input-placeholder {
    color: #999;
}

.form-block__input.placeholder {
    color: #999;
}

.form-block__input_mini {
    font-size: 11px;
    color: #d2d2d9;
    position: absolute;
    top: 7px;
    left: 10px;
    display: none;
}

.form-block__textarea {
    border: 1px solid #ccc;
    width: 640px;
    height: 110px;
    margin: 0 0px 20px 0;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #1d1d1e;
    outline: 0;
    padding: 10px 9px;
    resize: none;
}

.form-block__textarea::-webkit-input-placeholder {
    color: #999;
}

.form-block__textarea.placeholder {
    color: #999;
}

.form-block__send {
    width: 113px;
    height: 40px;
    display: block;
    background: #03c3e8;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 42px;
    border: none;
    text-align: center;
}

.form-block__send:hover {
    background: #5fcfe5;
}

.contacts-block {
    width: 300px;
    background: #03c3e8;
    padding: 25px 20px 20px;
    float: right;
}

.tel_contacts {
    border: none;
	padding: 0 0 30px 0;
}

.tel__number_white {
    color: #fff;
}

.tel__number_white:hover {
    color: #0e8fa5;
}

.contacts-adress {
    padding: 5px 0 5px 30px;
    font-size: 14px;
    color: #322f31;
    margin: 5px 0 30px;
    background: url("../img/pointer.png") left center no-repeat;
}

.contacts-mail {
    display: block;
    padding: 5px 0 5px 30px;
    font-size: 14px;
    color: #322f31;
    text-decoration: none;
    background: url("../img/mail.png") left center no-repeat;
}

.contacts-map {
    height: 405px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.gmnoprint,
.gm-style-cc {
    display: none;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
    display: block;
    border: none !important;
}

.ui-slider .ui-slider-handle:before,
.ui-slider .ui-slider-handle:after {
    position: absolute;
    content: '';
}

.ui-slider .ui-slider-handle:before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #06c3e9;
    border-radius: 100%;
}

.ui-slider .ui-slider-handle:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 40%;
    width: 40%;
    background: #fff;
    border-radius: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit;
}

.ui-slider-horizontal {
    height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.35em;
    margin-left: -0.7em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-request .ui-slider-handle {
    top: -0.45em;
}

.ui-widget-content {
    height: 10px;
    margin: 35px 10px 39px;
}

.ui-widget-content:before {
    content: '';
    height: 10px;
    background: #5e5d5e;
    border-radius: 5px;
    width: 106%;
    border: none !important;
    display: block;
    margin: 0 0 0 -8px;
}

.ui-widget-header {
    border-right: none;
}

.ui-widget-header:before {
    content: '';
    background: #fff;
    border: 1px solid #ccc !important;
    border-right: none;
    display: block;
    height: 10px;
    margin: 0 0 0 -8px;
    border-radius: 5px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

.calculator__price {
    border: none;
    width: 47px;
    height: 30px;
    text-align: center;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color: #363536;
    position: absolute;
    top: -5px;
    right: 0px;
    outline: none;
    position: absolute;
}

.slider-range-minimum {
    position: absolute;
    left: 0px;
    top: 65px;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color: #b2b1b2;
}

.slider-range-maximum {
    position: absolute;
    right: 0px;
    top: 65px;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color: #b2b1b2;
}

.calculator__input_x {
    position: relative;
    width: 13px;
    height: 13px;
    display: block;
    float: left;
    margin: 14px 17px 0;
}

.calculator__input_x:before,
.calculator__input_x:after {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -9px;
    height: 1px;
    width: 18px;
    background: #b8b8b8;
    content: '';
}

.calculator__input_x:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.calculator__input_x:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.first-col {
    float: left;
    width: 305px;
}

.second-col {
    float: left;
    width: 305px;
    margin: 0 30px;
}

.third-col {
    float: left;
    width: 305px;
}

.zayavka .calculator__input {
    display: block;
    font-size: 13px;
    color: #363536;
    text-transform: uppercase;
    margin: 0 0 40px;
    width: 305px;
    height: 40px;
    outline: none;
    background: #fff;
    position: relative;
    border: 1px solid #ccc;
    line-height: normal;
    padding: 0 10px;
}

.zayavka .calculator__input_mini {
    width: 70px;
    float: left;
}

.zayavka .calculator__price {
    border: 1px solid #ccc;
    right: 0px;
    margin: 0px;
    top: -10px;
}

.zayavka .slider-range-minimum {
    left: 0px;
    top: 55px;
}

.zayavka .slider-range-maximum {
    right: 0px;
    top: 55px;
}

.block-rel {
    position: relative;
}

.zayavka .ui-widget-content {
    margin: 24px 10px 58px;
}

.etazh {
    border-top: 1px solid #d2d2d9;
    border-bottom: 1px solid #d2d2d9;
    padding: 20px 0 25px 0;
    margin: 0 0 32px;
    font-size: 12px;
    color: #363536;
    line-height: 18px;
}

.etazh__text {
    float: left;
    width: 440px;
    margin: 20px 0 0;
}

.etazh__text-mark {
    color: #06c3e9;
    text-shadow: 0 0 1px rgba(6,195,233,0.1);
}

.etazh__item {
    float: left;
}

.etazh__item__first {
    float: left;
    width: 55px;
    margin: 0 30px 0 28px;
    text-align: center;
}

.etazh__item__first:nth-child(5) {
    margin: 0px 0 0 28px;
}

.etazh__item__first__text {
    font-size: 12px;
    color: #06c3e9;
    line-height: 18px;
    margin: 0 0 8px;
}

.etazh__item__first__links {
    background: url("../img/etazh-bg.png");
    width: 54px;
    height: 54px;
    position: relative;
    border: 5px solid #ebebf2;
}

.etazh__item__first__links_pos1 {
    position: absolute !important;
    top: -9px;
    left: 0px;
    width: 44px;
    border: none;
    outline: none;
    display: block !important;
    height: 9px;
    cursor: pointer;
    background: url("../img/pos1.png") center top no-repeat;
}

.etazh__item__first__links_pos1:hover,
.etazh__item__first__links_pos1.pos-activ {
    background: url("../img/pos1.png") center bottom no-repeat !important;
}

.etazh__item__first__links_pos2 {
    position: absolute !important;
    top: 0px;
    left: -9px;
    width: 9px;
    height: 44px;
    border: none;
    display: block !important;
    outline: none;
    cursor: pointer;
    background: url("../img/pos2.png") left top no-repeat;
}

.etazh__item__first__links_pos2:hover,
.etazh__item__first__links_pos2.pos-activ {
    background: url("../img/pos2.png") right top no-repeat !important;
}

.etazh__item__first__links_pos3 {
    position: absolute !important;
    top: 0px;
    right: -9px;
    width: 9px;
    height: 44px;
    border: none;
    display: block !important;
    outline: none;
    cursor: pointer;
    background: url("../img/pos3.png") left top no-repeat;
}

.etazh__item__first__links_pos3:hover,
.etazh__item__first__links_pos3.pos-activ {
    background: url("../img/pos3.png") right top no-repeat !important;
}

.etazh__item__first__links_pos4 {
    position: absolute !important;
    bottom: -9px;
    left: 0px;
    width: 44px;
    border: none;
    display: block !important;
    outline: none;
    height: 9px;
    cursor: pointer;
    background: url("../img/pos4.png") center top no-repeat;
}

.etazh__item__first__links_pos4:hover,
.etazh__item__first__links_pos4.pos-activ {
    background: url("../img/pos4.png") center bottom no-repeat !important;
}

.stage-dir {
    position: relative;
    width: 54px;
    height: 54px;
    border: 5px solid #ebebf2;
    background-image: url("../img/etazh-bg.png");
}

.stage-dir__checkbox {
    display: none;
}

.stage-dir__checkbox:checked + .stage-dir__label {
    background-color: #03c3e8;
}

.stage-dir__checkbox:checked + .stage-dir__label:before {
    background-color: #03c3e8;
}

.stage-dir__label {
    position: absolute;
    z-index: 5;
    display: block;
    background-color: #1d1d1e;
    cursor: pointer;
}

.stage-dir__label:before {
    position: absolute;
    height: 6px;
    width: 6px;
    margin: auto;
    background-color: #1d1d1e;
    content: '';
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.stage-dir__label:after {
    position: absolute;
    content: '';
}

.stage-dir__label_pos_top {
    top: -5px;
    left: 0;
    height: 5px;
    width: 100%;
}

.stage-dir__label_pos_top:before {
    top: -3px;
    left: 0;
    right: 0;
}

.stage-dir__label_pos_top:after {
    top: -6px;
    left: 0;
    height: 17px;
    width: 100%;
}

.stage-dir__label_pos_left {
    top: 0;
    left: -5px;
    height: 100%;
    width: 5px;
}

.stage-dir__label_pos_left:before {
    top: 0;
    left: -3px;
    bottom: 0;
}

.stage-dir__label_pos_left:after {
    top: 0;
    left: -6px;
    height: 100%;
    width: 17px;
}

.stage-dir__label_pos_right {
    top: 0;
    right: -5px;
    height: 100%;
    width: 5px;
}

.stage-dir__label_pos_right:before {
    top: 0;
    right: -3px;
    bottom: 0;
}

.stage-dir__label_pos_right:after {
    top: 0;
    right: -7px;
    height: 100%;
    width: 17px;
}

.stage-dir__label_pos_bottom {
    left: 0;
    bottom: -5px;
    height: 5px;
    width: 100%;
}

.stage-dir__label_pos_bottom:before {
    left: 0;
    right: 0;
    bottom: -3px;
}

.stage-dir__label_pos_bottom:after {
    left: 0;
    bottom: -6px;
    height: 17px;
    width: 100%;
}

.stage-dir__label:hover {
    background-color: #03c3e8;
}

.stage-dir__label:hover:before {
    background-color: #03c3e8;
}

.stage-dir__label:active {
    background-color: #0e8fa5 !important;
}

.stage-dir__label:active:before {
    background-color: #0e8fa5 !important;
}

.calculator__label_megabig {
    position: relative;
    top: -10px;
}

.calculator__input_megabig {
    width: 976px !important;
    margin: -10px 0 30px 0 !important;
}

.calculator__input_middle {
    width: 118px !important;
}

.calculator__input_x_middle {
    margin: 14px 27px 0 !important;
}

.page {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 400px;
    margin: -200px 0 0 -150px;
}

.page a {
    color: #000;
}

.page a:hover {
    text-decoration: none;
}

.select {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 305px;
    color: #363536;
    font: 12px/24px helioscregular;
    text-transform: uppercase;
    background: #fff;
    border-bottom: 3px solid #5e5d5e;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.select:focus {
    outline: none;
}

.select-current {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 8px 10px;
    color: #363536;
    font: 12px/24px helioscregular;
    text-transform: uppercase;
}

.select-current:focus {
    outline: none;
}

.select-current:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    height: 6px;
    width: 8px;
    background: url("../img/arrow.png") no-repeat;
    content: '';
}

.select-options {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 200;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
}

.select-option {
    height: 40px;
    padding: 8px 10px;
    color: #363536;
    font: 12px/24px helioscregular;
    text-transform: uppercase;
    word-wrap: normal;
    overflow: hidden;
    -webkit-transition: 0.125s ease-out;
    -o-transition: 0.125s ease-out;
    transition: 0.125s ease-out;
}

.select-option:hover,
.select-option_state_active {
    text-decoration: underline;
    background: #f2f2f2;
}

.select .mCSB_scrollTools {
    width: 20px;
    top: 8px;
    right: 0;
    bottom: 8px;
}

.select .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 4px;
    z-index: 1;
    bottom: 0;
    right: 0;
    height: auto;
    width: 20px;
}

.select .mCSB_draggerRail {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: auto;
    width: 4px;
    background: #333;
}

.select .mCSB_draggerRail:before {
    position: absolute;
    top: -8px;
    right: -4px;
    bottom: -8px;
    z-index: -1;
    width: 12px;
    background: #fff;
    content: '';
}

.select .mCSB_dragger {
    left: -4px;
    z-index: 10;
    height: 38px;
    width: 100%;
    cursor: pointer;
}

.select .mCSB_dragger_bar {
    display: inline-block;
    height: 38px;
    width: 4px;
    margin-left: 4px;
    background: #06c3e9;
}

.select .mCustomScrollBox {
    -ms-touch-action: none;
}

.select_theme_calc {
    margin-bottom: 25px;
}

.select_theme_bordered {
    margin-bottom: 40px;
    font-size: 13px;
    border: 1px solid #ccc;
    box-shadow: 0 3px #f2f2f2;
}

.select_theme_bordered .select-current {
    font-size: 13px;
}

.select_theme_bordered .select-options {
    left: -1px;
    right: -1px;
    border: 1px solid #ccc;
}

.select_fw_yes {
    width: 100%;
}

.is-mobile .info-zakaz__input,
.is-mobile .index-tabs2,
.is-mobile .form-block__input,
.is-mobile .form-block__textarea,
.is-mobile .calculator__input {
    border-width: 3px;
}
.ul,
.ol {
    list-style: circle;
    margin: 0 20px 50px;
}

.usluga__text ul{
	margin: 0 20px 10px;
}

.child {
    float: none;
    margin: 0 20px;
}

.child span {
    color: #666;
}

.ul li {
    color: #03c3e8;
}

.ol li {
    font-size: 10px;
    color: #fff;
    position: relative;
    text-indent: 5px;
}

.ol div {
    background: url("../img/ol-li.png") left 7px no-repeat;
    padding: 0 0 0 20px;
}

.ul li span,
.ol li span {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #322f31;
    line-height: 28px;
}

.tabs {
    position: relative;
    display: table;
    width: 100%;
    border: 1px solid #06c3e9;
}

.tab {
    padding: 17px 0 11px;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    color: #363536;
    font: 14px/20px helioscregular, sans-serif;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.tab-stripe {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 6px;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    background: url("../img/tabs.png") left bottom repeat-x;
}

.tab-content {
    display: none;
}

.tab-content-error {
    padding: 40px;
    color: #e90606;
    font: 14px/20px tahoma, sans-serif;
    text-align: center;
}

.tab-radio {
    display: none;
}

.tab-radio:disabled ~ .tabs .tab-stripe {
    -webkit-animation: loading 0.125s linear infinite;
    -o-animation: loading 0.125s linear infinite;
    animation: loading 0.125s linear infinite;
}

.tab-radio-0 ~ .tabs .tab,
.tab-radio-0 ~ .tabs .tab-stripe {
    width: 100%;
}

.tab-radio-0:checked ~ .tabs .tab-stripe {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.tab-radio-0:checked ~ .tab-container .tab-content-0 {
    display: block;
}

.tab-radio-1 ~ .tabs .tab,
.tab-radio-1 ~ .tabs .tab-stripe {
    width: 50%;
}

.tab-radio-1:checked ~ .tabs .tab-stripe {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.tab-radio-1:checked ~ .tab-container .tab-content-1 {
    display: block;
}

.tab-radio-2 ~ .tabs .tab,
.tab-radio-2 ~ .tabs .tab-stripe {
    width: 33.333333333333336%;
}

.tab-radio-2:checked ~ .tabs .tab-stripe {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
}

.tab-radio-2:checked ~ .tab-container .tab-content-2 {
    display: block;
}

.tab-radio-3 ~ .tabs .tab,
.tab-radio-3 ~ .tabs .tab-stripe {
    width: 25%;
}

.tab-radio-3:checked ~ .tabs .tab-stripe {
    -webkit-transform: translateX(300%);
    -ms-transform: translateX(300%);
    -o-transform: translateX(300%);
    transform: translateX(300%);
}

.tab-radio-3:checked ~ .tab-container .tab-content-3 {
    display: block;
}

.tab-radio-4 ~ .tabs .tab,
.tab-radio-4 ~ .tabs .tab-stripe {
    width: 20%;
}

.tab-radio-4:checked ~ .tabs .tab-stripe {
    -webkit-transform: translateX(400%);
    -ms-transform: translateX(400%);
    -o-transform: translateX(400%);
    transform: translateX(400%);
}

.tab-radio-4:checked ~ .tab-container .tab-content-4 {
    display: block;
}

.section {
    padding: 25px 0 30px;
    border-top: 1px solid #d2d2d9;
}

.section:before,
.section:after {
    content: ' ';
    display: table;
}

.section:after {
    clear: both;
}

.section-content {
    display: block;
}

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

.section-content:after {
    clear: both;
}

.section-content__item {
    float: left;
    display: block;
}

.section-content__item_type_floor {
    margin-right: 30px;
    width: 83px;
}

.section-content__item_type_rail {
    margin-right: 28px;
    width: 230px;
}

.section-content__item_type_doors {
    margin: 0 86px 39px 0;
    width: 151px;
}

.section-content__item_type_doors:nth-child(3n) {
    margin-right: 0;
}

.section-content__item_type_hall-doors {
    margin-right: 44px;
    padding-top: 8px;
    width: 292px;
}

.section-content__item_type_hall-doors:nth-child(2n) {
    margin-right: 0;
}

.section-content__item_type_post-orders {
    min-width: 70px;
    margin-right: 28px;
}

.section-content__item_type_special-floor {
    width: 96px;
    margin-right: 37px;
}

.section-content__item_type_pallete {
    margin-right: 30px;
    padding-top: 8px;
}

.section-content__item_type_cage {
    width: 306px;
    margin: 0 30px 8px 0;
}

.section-content__item_type_cage:nth-child(2n) {
    margin-right: 0;
}

.section-content__item_type_shaft-doors {
    width: 306px;
    margin: 0 30px 6px 0;
}

.section-content__item_type_shaft-doors:nth-child(2n) {
    margin-right: 0;
}

.section-content__item_type_post-orders-big {
    width: 306px;
    margin: 0 30px 8px 0;
}

.section-content__item_type_post-orders-big:nth-child(2n) {
    margin-right: 0;
}

.section-content__item-picture {
    display: block;
}

.section-content__item-picture-wrapper {
    display: block;
    font-size: 0;
    line-height: 1;
}

.section-content__item-picture-wrapper_type_floor,
.section-content__item-picture-wrapper_type_rail {
    margin-bottom: 5px;
}

.section-content__item-picture-wrapper_type_rail {
    min-height: 23px;
}

.section-content__item-picture-wrapper_type_doors,
.section-content__item-picture-wrapper_type_hall-doors,
.section-content__item-picture-wrapper_type_special-floor,
.section-content__item-picture-wrapper_type_cage,
.section-content__item-picture-wrapper_type_shaft-doors,
.section-content__item-picture-wrapper_type_post-orders-big {
    margin-bottom: 15px;
}

.section-content__item-color {
    margin-bottom: 15px;
    display: block;
    height: 83px;
    width: 83px;
}

.section-content__item-color-grey {
    background: #a9a9a9;
}

.section-content__item-color-light-grey {
    background: #dededc;
}

.section-content__item-color-light-yellow {
    background: #fffcc7;
}

.section-content__item-name {
    display: block;
    width: 100%;
    font: 14px/22px tahoma, sans-serif;
    overflow: hidden;
    max-height: 66px;
    color: #322f31;
}

.section-info {
    float: left;
    width: 362px;
}

.section-info_size_small {
    width: 306px;
}

.section-pictures {
    float: right;
    display: block;
    padding-top: 5px;
    width: 280px;
    text-align: right;
    font-size: 0;
    line-height: 1;
}

.section-pictures__item {
    display: inline-block;
    max-width: 100%;
}

.section-picture-name {
    margin-top: 15px;
    font: 14px/22px tahoma, sans-serif;
    text-align: left;
}

.specifications {
    font: 14px/22px helioscregular;
}

.specifications-key {
    display: inline;
    vertical-align: top;
    color: #03c3e8;
}

.specifications-key:after {
    content: ':';
    vertical-align: top;
}

.specifications-value {
    display: inline;
    vertical-align: top;
    margin-left: 2px;
}

.specifications-value:after {
    height: 16px;
    width: 100%;
    display: table;
    font-size: 0;
    line-height: 1;
    content: '';
}

.hint {  color: #363536;
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 1000;
    margin: 0 0 12px -136px;
    padding: 11px 12px 9px;
    width: 272px;
    font: 12px/18px helioscregular, tahoma, sans-serif;
    text-align: center;
    background: #fff;
    border: 5px solid #06c3e9;
   /* opacity: 0;*/
    /* -webkit-transition: 0.25s 0.125s; */
    -o-transition: 0.25s 0.125s;
    /* transition: 0.25s 0.125s; */
    /* -webkit-transform: scale(0); */
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    /* -webkit-transform-origin: bottom center; */
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
}

.hint:after {
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: auto;
    height: 0;
    width: 0;
    border-top: 8px solid #06c3e9;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: '';
}

.hint-wrapper {
    position: relative;
}

.hint:hover,
.hint:active,
.hint-focus:focus + .hint {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.g-fl {
    float: left;
}

@-webkit-keyframes loading {
    0% {
        background-position: 0 100%;
    }

    100% {
        background-position: -4px 100%;
    }
}

@-o-keyframes loading {
    0% {
        background-position: 0 100%;
    }

    100% {
        background-position: -4px 100%;
    }
}

@-ms-keyframes loading {
    0% {
        background-position: 0 100%;
    }

    100% {
        background-position: -4px 100%;
    }
}

@keyframes loading {
    0% {
        background-position: 0 100%;
    }

    100% {
        background-position: -4px 100%;
    }
}
.link {
    color: #06c3e9;
    text-decoration: none;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.link:hover {
    color: #0e8fa5;
    text-decoration: underline;
}

.request__download {
    position: relative;
    margin-top: 22px;
    margin-right: 8px;
    padding-left: 30px;
    display: block;
    float: right;
    width: 170px;
    font-family: helioscregular;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    color: #fff;
}

.request__download:before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 22px;
    background-image: url(../img/file.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
}

#back-top {
	bottom: 30px;
	position: fixed;
	right: 30px;
}

#back-top a {
	background: #03c3e8;
	display: block;
	font-size:11px;
	padding: 20px 25px 7px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
}
#back-top a::before{
	content: ''; 
    position: absolute; /* Абсолютное позиционирование */
    left: 35px; bottom: 22px; /* Положение треугольника */
	border: 7px solid transparent;	border-bottom: 7px solid white;
}

span.link-quest{
	text-decoration: none;
	border-bottom: 1px dotted #03c3e8;
	font-style: italic;
	color: #03c3e8;
	cursor:pointer;
}
.drop-list div.item {
	padding-bottom:12px;
}
.drop-list div.content {
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 600px;
  margin: 12px 0px;
  font-size: 14px;
  line-height: 22px;
  color: #565656;
  position: relative;
  font-style: italic;
}
.drop {display:none;}
.drop-list div.content::before {
    content: ''; 
    position: absolute; /* Абсолютное позиционирование */
    left: 46px; top: -11px; /* Положение треугольника */
    border: 5px solid transparent;	
	border-bottom: 6px solid #ddd; 
	border-left: 5px solid #ddd;
   } 
.drop-list div.content::after {
  content: '';
  position: absolute;
  left: 47px;
  top: -9px;
  border: 4px solid transparent;
  border-bottom: 5px solid #fff;
  border-left: 4px solid #fff;
   }    
.field.f_100  input, .field.f_100 textarea {
  margin: 2px 0px 8px 0px;
  padding: 6px;
  border: 1px solid #03c3e8;
  outline: none;
}
.field.f_100 #field1{width:350px;}
.field.f_100 label {
  color:#565656;
}
.title-form{
	font-size: 24px;
	padding: 12px 0px;
}
#captcha_word + img{vertical-align: middle;}
.block_product .cprise{color: #3591aa; font-weight: bold;}
.block_product .tdesc{width:245px;}
.block_product .thead{text-align:center; font-size:13px;background-color: #363536; color: white;}
.block_product .tfoto{width:190px;}
.block_product img{width:80px; margin: 4px 0px 4px 7px; float:left;}
.block_product{font-size:12px; font-size: 12px; text-align: left; line-height: 18px;}
.block_product td{border:1px solid #06c3e9; padding:5px;}
.block_product table{border-collapse: collapse;}
.block_product .tname{width:120px;}
.block_product .tcena{width:100px;}

.regions {
  margin-top: 380px;
}
.regions p{
  line-height: 1.8;
}


<!---ФОРМА ОБРАТНОГО ЗВОНОКА  -->
.form-container h2{font-size:24px;text-align: center;}
#popup-box-1 input[type="submit"]{
    border: 2px solid white;
    margin-top: 30px;
    height: 40px;
    padding: 0px 40px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    background: #06C3E9;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
     width: 300px;
}

#ajax-contact-form #time {
  margin-bottom: 12px;
}


#fields{ padding:30px 0px; background:#06C3E9; text-align:center;}


#ajax-contact-form input[type="submit"]:hover{
background: white;
border:2px solid #fff;
color:#06C3E9;
cursor:pointer;
box-shadow: inset 2px 2px #06C3E9,inset -2px -2px #06C3E9;
}

#ajax-contact-form input[type="submit"]:active{
		background: #06C3E9;
		color:#fff;
		}
		
#ajax-contact-form label {width: 100%;line-height: 34px; text-align:left; display:block; font-weight:bold;}	
#ajax-contact-form input[type="text"], #ajax-contact-form textarea{
    width: 300px;
    padding: 6px 10px;
    background: #fff;
    color: #000;
    margin: 6px 20px;
    box-shadow: none;
    outline: 0;
    border: 2px solid white;
    font-size: 16px;
}

#ajax-contact-form input.errors
{

	border-color: #F37C7D;
}
::-webkit-input-placeholder {opacity:.5; color:black;}
::-moz-placeholder          {opacity:.5; color:black;}/* Firefox 19+ */
:-moz-placeholder           {opacity:.5; color:black;}/* Firefox 18- */
:-ms-input-placeholder      {opacity:.5; color:black;}
		
.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
margin: 15px 0;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
height: auto;
margin: 15px 0;
padding: 8px;
text-align: center;
color: white;
font-size: 18px;
}
.form-container{
background: #06C3E9;
width:400px;
}

.popup-box {
    position: fixed;
    background: #06C3E9;
    display: none;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    z-index: 9999999;
    font-size: 14px;
}
 
.popup-box .close {
    top: 8px;
    right: 8px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    outline: none;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    border: 2px solid #fff;
    line-height: 16px;
    color: white;
    transform: rotate(45deg);
	position:absolute;
	color:#fff;
	background:#06C3E9;
}
.popup-box .close:hover{
	background-color: #fff;
    color: #06C3E9;
}
  

#blackout {
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 999999;
    left: 0;
    display: none;
}
#popup-box-1 .btn-center {width:100%; text-align:center;}
#fields h1{margin-bottom:10px;}
.product .description div.new-prod p {margin: 20px 0 20px 0; color: #000000;}

#form-title {
  font-size: 30px;
  margin: 0 0 20px 0;
  padding: 5px 0 5px 14px;
  color: #fff;
  display: block;
}

.cat-type-list-table{
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #C7C7C7;
}

.cat-type-list-table tr:nth-child(2n){
    background-color: #F4F4F4;
}

.cat-type-list-table_header{
   background-color: #343434;
        border: 1px solid #C7C7C7;
}

.cat-type-list-table_header th {
   background-color: #343434; 
   text-align: center;
   color: #c7c7c7;
   font-size: 12px;
   font-family: Tahoma;
   padding: 15px 0;
   width: 20%;
   border-right: 1px dashed #6B6B6B;
}

.cat-type-list-table td{
   text-align: center;
   color: #343434;
   font-size: 14px;
   font-family: Tahoma;
   padding: 10px 10px;
   border-right: 1px solid #C7C7C7;
   vertical-align: top;
}

.cat-type-list-table td:hover td{
   background-color: #F4F4F4;
}

.nh1{
    font-size: 18px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0 20px 0;
    color: #343434;
}

.catlistimg{
    border: 1px solid #C7C7C7;

}

.cat-type-list-table .cat-type-list-table_oblast {
  line-height: 20px;
  text-align: left;
}
.cat-type-list-table .cat-type-list-table_img{
    vertical-align: middle;
}

a.cat-type-list-table_more{
 color: #343434;
   font-size: 14px;
   font-family: Tahoma;
   margin-top: 8px;
   display: block;
}

.cat-preview{
 color: #8d8d8d;
   font-size: 14px;
   font-family: Tahoma;
}

.cat-type-detail_foto{
    margin: 20px 0;
    overflow: auto;
}

.cat-type-detail_foto img{
    border: 1px solid #D4D4D4;
}

.cat-type-detail_foto img:nth-child(even) {
   float: left;
}

.cat-type-detail_foto img:nth-child(odd) {
    float: right;
}

.cat-type-detail_params{
width: 100%;
border-collapse: collapse;
}

.cat-type-detail_params td{
width: 50%;
vertical-align: top;
}

.dp-item_zag{
       font-size: 18px;
   font-family: Tahoma;
    color: #313131;
    font-weight: bold;
    margin-bottom: 10px;
}

.dp-item{
    padding-bottom: 5px;
    margin-bottom: 5px;
    overflow: auto;
}

.dp-item_cnt {
    color: #747474;
    font-size: 14px;
    font-family: Tahoma;
    white-space: pre;
    line-height: 20px;
}

.cat-type-detail_text {
    font-size: 14px;
    font-family: Tahoma;
}

.cat-type-detail_text p {
    margin: 10px 0;
}


.cat-type-detail_text ul {
    margin: 10px 0;
    margin-left: 25px;
}


.cat-type-detail_text li {
   list-style-type: disc;
}

.cat-type-detail_price span{
 font-size: 24px;
    font-family: Tahoma;
    font-weight: bold;
    color: #8d8d8d;
}


.cat-type-detail_price b{
 font-size: 24px;
    font-family: Tahoma;
    font-weight: bold;
    color: #06c3e9;
}

.cat-type-detail_price{
    text-align: right;
    margin-top: 20px;
}

.cat-type-detail_price a.zay {
    display: inline-block;
    background-color: #06C3E9;
    width: 180px;
    height: 35px;
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    line-height: 34px;
}

.proekt-txt-cat{
    border-top: 1px solid #8D8D8D;
    margin-top: 25px;
    padding-top: 20px;
        font-size: 14px;
    font-family: Tahoma;
}

.proekt-txt-cat span{
color: #747474;
        font-size: 12px;
    font-family: Tahoma;
    display: block;
    margin-top: 10px;
}

.dproekt-txt_zag{
       font-size: 18px;
   font-family: Tahoma;
    color: #313131;
    font-weight: bold;
    margin-bottom: 20px;
 }

 .proekt-txt-cat_img{
    overflow: hidden;
    padding: 15px 0;
 /*    height: 200px; */
    margin: 20px 0;
 }

  .proekt-txt-cat_img img{
    float: left;
    margin-right: 20px;
 }

.sprite { background-image: url('../img/sprite-spring.png'); background-color: transparent; background-repeat: no-repeat; }
.cat7 { width: 23px; height: 28px; background-position: -2px -110px; }
.cat12 { width: 25px; height: 25px; background-position: -27px -103px; }
.cat2 { width: 25px; height: 25px; background-position: -21px -29px; }
.cat6 { width: 25px; height: 25px; background-position: -2px -2px; }
.cat4 { width: 25px; height: 23px; background-position: -29px -2px; }
.cat1 { width: 22px; height: 25px; background-position: -2px -83px; }
.cat9 { width: 25px; height: 22px; background-position: -25px -56px; }
.cat8 { width: 21px; height: 25px; background-position: -2px -56px; }
.cat3 { width: 25px; height: 20px; background-position: -26px -81px; }
.cat10 { width: 17px; height: 25px; background-position: -2px -29px; }
.cat11 { width: 17px; height: 25px; background-position: -48px -27px; }
.cat5 { width: 17px; height: 25px; background-position: -52px -54px; }

.dp-icon {
    float: left;
    width: 35px;
}

.dp-content{
    overflow: auto;
}

.cont2col{
    margin: 0 auto;
    width: 900px;
    overflow: hidden;
    padding: 25px 0;
    padding-left: 55px;
}

.cont2col ul{
    float: left;
    margin-left: 25px;
    width: 40%;
}

.cont2col  ul:nth-child(2){
    float: left;
}

.cont2col a{
    color: #322f31;
    line-height: 25px;
}

.form-za {
    background: #363536;
    color: #808080;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.form-za .title {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin: 0 0;
    text-transform: uppercase;
    padding: 20px 20px 0 20px;
    text-align: center;
}
.form-za p {
    padding: 0px 8% 10px;
    font-size: 85%;
    text-align: center;
}
.form-za p .keys{
    position: relative;
    display: inline-block;
}
.form-za p .keys:before {
    background: url('images/lock.png') 0 0 no-repeat;
    position: absolute;
    width: 12px;
    height: 18px;
    display: block;
    content: '';
    left: -16px;
    top: -18px;
}

.license-title {
    background: #8d8d8d;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.license-title {
    width: 100%;
    height: 50px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: helioscregular;
    line-height: 50px;
    margin: 0px 0px 3px;
    padding: 0;
    color: #FFF;
    text-align: center;
}

.button-calc {
    display: block;
    background: #FE8523 none repeat scroll 0% 0%;
    margin-top: 5px;
    margin-bottom: 15px;
    border-top: 1px solid #FFB42C;
    border-bottom: 1px solid #CE9670;
    box-shadow: 0px 2px 5px rgba(254, 133, 35, 0.7);
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    padding: 11px 16px 9px;
    line-height: 18px;
    letter-spacing: 1px;
}

.button-calc .fa {
    vertical-align: middle;
    width: 32px;
    height: 31px;
    margin-right: 16px;
    background: transparent url("images/pluss.png") no-repeat scroll 0px 0px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
}


/* блок преимущества */


.advantages-new {
    width: 100%; 
    font-size: 0px;
    background: url("../images/adam_advantages_man.png") top right no-repeat;
    margin-bottom: 0px;
}
[class|="advantages-new_item"]:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -43px;
    background: url("../images/adam_advantages.png") no-repeat;
    width: 86px;
    height: 86px;
}
.advantages-new_item-1:before {
    background-position: 0px 0px;
}
.advantages-new_item-2:before {
    background-position: 0px -85px;
}
.advantages-new_item-3:before {
    background-position: 0px -170px;
}
.advantages-new_item-4:before {
    background-position: 0px -255px;
}
.advantages-new_item-5:before {
    background-position: 0px -340px;
}
.advantages-new_item-6:before {
    background-position: 0px -428px;
}
.advantages-new_line {
    position: relative;
    width: 100%;
    height: 0px;
    margin-top: -5px;
    margin-bottom: 30px;
}
.advantages-new_line:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: solid 1px #03c3e8;
    bottom: -4.5px;
    left: 50%;
    margin-left: -5px;
    z-index: 3;
    border: solid 1px #03c3e8;
    border-radius: 50%;
    background: #fff;
}
.advantages-new_line:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 0px;
    border-top: solid 1px #03c3e8;
    bottom: 0px;
    left: 50%;
    margin-left: -75px;
    z-index: 2;
}

@media (min-width: 768px) { 
    [class|="advantages-new_item"] {
        display: inline-block;
        width: 29%;
        margin: 25px 2%;
        text-align: center;
        font-size: 14px;
        color: #010101;
        padding: 90px 25px 0;
        position: relative;
        vertical-align: top;
        line-height: 18px;
    }
}
@media (max-width: 767px) {
    .advantages-new {
        background: #fff;
    }
    [class|="advantages-new_item"] {
        display: inline-block;
        width: 50%;
        margin: 25px 0;
        text-align: center;
        font-size: 14px;
        color: #010101;
        padding: 90px 25px 0;
        position: relative;
        vertical-align: top;
        line-height: 18px;
    }
    [class|="advantages-new_item"]._empty {
        display: none;
    } 
    
}
@media (max-width: 479px) {
    .advantages-new {
        background: #fff;
    }
    [class|="advantages-new_item"] {
        display: inline-block;
        width: 100%;
        margin: 25px 0;
        text-align: center;
        font-size: 14px;
        color: #010101;
        padding: 90px 30px 0;
        position: relative;
        vertical-align: top;
        line-height: 18px;
    }
    [class|="advantages-new_item"]._empty {
        display: none;
    } 
}

#main-slider{
  

    float: left;
    width: 320px;
    height: 460px;
    margin-top: 22px;
}

#main-calc {
    background-color: #0E8FA5;
    width: 360px;
    height: 457px;
    float: right;
    padding: 3px 20px;
    margin-top: 28px;
}
#main-slider .lSAction {
    width: 27%;
    position: absolute;
    bottom: 17px;
    left: 104px;
}

/* .main-calc-h1{
        font-family: 'helioscbold';
        font-size: 30px;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 15px;
}
 */
.main-calc-h1 {
    font-family: 'helioscbold';
    font-size: 23px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 6px;
    padding-top: 8px;
}
/* #main-calc select{
    display: block;
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-family: "Tahoma", Times, Baskerville, Georgia, serif;
    color: #808080;
    line-height: 35px;
    padding-left: 15px;
    margin-bottom: 14px;
} */
#main-calc select {
    display: block;
    width: 100%;
    height: 33px;
    font-size: 14px;
    font-family: "Tahoma", Times, Baskerville, Georgia, serif;
    color: #808080;
    line-height: 35px;
    padding-left: 15px;
    margin-bottom: 12px;
}
#main-slider .lSSlideOuter, #main-slider .lSSlideWrapper.usingCss {
	height: 463px;
}
#main-calc input[type="submit"]{
    display: block;
    width: 180px;
    height: 40px;
    border: none;
    background-color: #FF8424;
    margin: 0 auto;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
      font-family: 'helioscregular';
      color: #fff;
}

#main-calc input[type="text"] {
    width: 100%;
    height: 33px;
    font-size: 14px;
    font-family: "Tahoma", Times, Baskerville, Georgia, serif;
    color: #808080;
    line-height: 35px;
    padding-left: 15px;
    margin-bottom: 12px;
}

/* #main-calc input[type="text"]{
       width: 100%;
    height: 35px;
    font-size: 14px;
    font-family: "Tahoma", Times, Baskerville, Georgia, serif;
    color: #808080;
    line-height: 35px;
    padding-left: 15px; 
    margin-bottom: 14px;
}
 */


@media screen and (max-width: 960px) {
    #main-slider {
    display: none;
}

#main-calc {
    display: none;
}

.header-right {
    height: auto;
}

.calculator__link_zakaz {

       float: right;
    margin: 15px;
    padding-left: 0;
    width: 360px;
    height: 60px;
    background: #FF8522;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 0;
    width: 300px !important;
    margin-top: 5px;
    bottom: 5px;
}

.zakaz-price {
position: relative;
    height: 150px;

}
}