.no-pointer {
    pointer-events: none;
}
#ch_0{
padding-left: 0;
}

.pad-15 {
padding: 0 15px!important;
}
.ugol {
border-radius: 5px;
}
#errorMess {
	/*color: #fff;*/
    margin: 1rem 0;
    /*border: 1px solid #bb3737;*/
    /*padding: 1rem;*/
    /*background: #bb3737;*/
}

.fixed {
position: fixed;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0 0 2px 2px;
    z-index: 999;
background: #fff;
}

.top-menu {
list-style: none;
padding-left: 0;
 margin-bottom:0; 
 display: grid;
}
@media (min-width: 768px) {
  .top-menu {
     grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 768px) {
.last-mail {
    list-style: none;
    margin-left: auto;
    padding-right: 15px;
    padding-top: 7px;
}
}
.last-mail a {
       color: inherit;
    text-decoration: none;
}
.top-menu>li:first-child {
    padding-left: 0;
}
.top-menu>li:last-child {
    padding-left: 0;
}

.top-menu>li {
    display: inline-block;
    padding: 0 1%;
    position: relative;
    vertical-align: top;
}

.top-menu>li>a.root-item-selected {
    color: #08C;
}
.top-menu>li>a:hover {
    color: #08C;
}
.top-menu>li>a {
    color: #000;
    cursor: pointer;
    display: block;
    padding: 7px 0 5px 0;
    position: relative;
    text-decoration: none;
    /* text-transform: uppercase; */
    transition: .4s;
display: inline-block;
}
.text-mini {font-size: 13px;}
.mar {margin: 3px 0;}
.p-line {line-height: 1.3;}
.clear {clear:both;}

/*замерщик*/

.after-slider-line-wrap {
    padding: 10px 0;
    margin-bottom: 20px;
}
.after-slider-line {
    margin: 0 auto;
    text-align: center;
}
.after-slider-line-text span {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 33px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 40px;
    /* color: #08C; */
}
.ntd:hover {color: #08C;}
a.button, .button {
    font-size: 15px;
    line-height: 1;
    width: auto;
    text-decoration: none;
    display: inline-block;
    padding: 7px 12px 8px;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.button-main {
    background: #08C;
    border: 1px solid #08C;
    color: #fff;
}
.button-main:hover {
    background: #fff;
    color: #08C;
}
/*конец замерщик*/

.text {
    padding-top: 20px;
    padding-bottom: 20px;
        line-height: 1.7;
    font-size: 14px;
}
.text .flex {
    padding: 1rem 0;
}

.flex, .ps-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ps-sb, .sb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.image {
    display: block;
    max-width: 100%;
    height: auto;
}
.text .flex a {
    width: 24%;
}

.vidi-item {
    
line-height: 1.1;
    
margin-bottom: 3rem;
    
position: relative;
    
overflow: hidden;
    
text-decoration: none;
}
.vidi-item:hover {
    text-decoration: none;
}
.vidi-text {
    padding: 1rem;
}
.vidi-name {
    display: block;
    /* font-weight: 700; */
    position: relative;
    padding-bottom: 1rem;
    color: #292b2c;
}
.vidi-item p {
    font-size: 14px;
    margin: 1rem 0;
    /* min-height: 100px; */
    color: #292b2c;
    font-family: 'MuseoSans-light';
}
.vidi-btn {
    display: inline-block;
    background-color: #08C;
    padding: 6px 2rem;
    /* font-weight: 700; */
    font-size: 14px;
    color: #fff;
	transition: 0.3s;
	border: 1px solid #08C;
}
.vidi-btn:hover {
    background: #fff;
    color: #08C;
}
.vidi-name:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 25px;
    background-color: #08C;
}


/* форма */

.form-wrap {
    padding: 3rem 0;
    background-color: #08C;
}
.ps-wrapper {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
}

.flex, .ps-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ps-sb, .sb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form-item-triangle {
    color: #fff;
    position: relative;
    width: 29%;
    height: 262px;
}
.form-item-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.form .main-offer-text {
    font-size: 23px;
    text-shadow: 2px 1px 3px rgba(0,0,0,.66);
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    line-height: 1.5;
}
.form .main-offer-text-accent {
    color: #ffdb4d;
}
.form-item-input-box {
    margin-top: 28px;
}
.form input {
    display: block;
    width: 325px;
    margin: 0 auto;
    padding: 15px 30px;
    margin-bottom: 15px;
    margin-top: 15px;
    outline: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.form-item-input-box .form-input-wrapper {
    position: relative;
}
.form input[type=tel], .form input[type=text] {
    border: none;
    background-color: rgba(255,255,255,.8);
    position: relative;
    padding-left: 45px;
}
.form input[type=submit] {
    border: none;
    background-color: #ffdb4d;
    color: #333;
    font-size: 22px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
}
.form-item-plus {
    margin-bottom: 19px;
    margin-top: 0;
    position: relative;
    padding-left: 70px;
    font-size: 20px;
    line-height: 1.1;
    text-shadow: 0 2px 19px rgba(0,0,0,.5);
    text-transform: uppercase;
    font-weight: 700;
}
.form-item-plus-1:before {
    background-image: url(/bitrix/templates/sound/img/tools.png);
}
.form-item-plus-2:before {
    background-image: url(/bitrix/templates/sound/img/color-palette.png);
}
.form-item-plus-3:before {
    background-image: url(/bitrix/templates/sound/img/laborers.png);
}
.form-item-plus:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    margin-top: -22px;
}

.p_callme_submit{
border: none;
    background-color: #ffdb4d;
    color: #333;
    font-size: 22px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;}

.txt {
text-align: center;
    color: #fff;
}

.ps-header-topline {
    background-color: #eee;
    padding-bottom: 25px;
    padding-top: 25px;
}
footer {
	border: 1px solid #d5dde9;
	padding: 30px 0px;
	background: #F7F7F7;
}

 .pay_icons img {
    margin-right: 25px;
}

.price-list {
    max-width: 1180px;
    margin: 0 auto;
    background: #FFF;
    border: 1px solid #D5DDE9;
    padding: 30px;
    font-size: 14px;
    font-weight: 300;
}
.price-list .first {
    color: #364657;
    border-bottom: 2px solid #364657;
    padding: 0 0 30px 0;
    font-weight: 400;
}
.price-list div {
    border-bottom: 1px solid #d5dde9;
    float: left;
    padding: 20px 0;
}
.p-name {
    width: 50%;
    margin-right: 5%;
}
.p-price {
    width: 20%;
    margin-right: 5%;
    color: #08C;
    font-weight: bold;
}
.p-size {
    width: 10%;
}

#vidi-btn {
    display: inline-block;
    background-color: #014c8c;
    padding: 6px 1rem;
    /* font-weight: 700; */
    font-size: 14px;
    color: #fff;
    transition: 0.3s;
    border: 1px solid #014c8c;
	    cursor: pointer;
}
#vidi-btn:hover {
    background: #fff;
    color: #014c8c;
}



/*обратный звонок*/

.overlay_call{
    position: fixed;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.75);
    display: none;
    z-index: 1000;
}

.overlay_ord{
    position: fixed;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.75);
}

#order_ok{
    display: none;
    z-index: 10;
    position: relative;
}

#ord_ok{
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 0 31px -7px #444;
    height: 415px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 500px;
}


#ord_ok h2 n {
    border-bottom: 4px solid #FF3A4C;
    color: #000;
    display: inline-block;
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    margin: 80px auto auto;
    text-align: center;
    text-transform: none;
}


#ord_ok h2 span {
    color: #000;
    display: block;
    font-family: arial, helvetica, sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin-top: 18px;
}


#ord_ok .desc {
    border: 4px solid #eeeeee;
    color: #000;
    display: block;
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
    height: 76px;
    line-height: 21px;
    margin: 45px auto;
    padding-top: 27px;
    text-align: center;
    width: 450px;
}

#ord_ok img.krb {
    right: 16px;
    top: 16px;
    width: 21px;
}

.port_cats{
    text-align: left;
    margin-bottom: 15px;
}

.port_cats .title {
    color: #544f4d;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0 10px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.port_cats a {
    background-color: #e7e7e7;
    color: #686361;
    display: inline-block;
    font-size: 13px;
    margin: 6px;
    padding: 4px 10px;
    text-decoration: none;
}

.port_cats a.active {
    background-color: #2c2c2c;
    color: #fff;
}

.overlay_call_d{
    position: fixed;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.75);
    display: none;
    z-index: 1000;
}

#callmeform_d {
    background-color: #fff;
    box-shadow: 0 0 31px -7px #444;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 30px;
    width: 500px;
}

#callmeform_d table {
    border-collapse: collapse;
    margin: auto;
    width: 380px;
    z-index: 99;
}


#callmeform_d .title {
    color: #181818;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
}


#callmeform_d .desc {
    border-bottom: 2px solid #cf3143;
    color: #333232;
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 0;
}


#callmeform_d input {
    border-radius: 5px;
    color: #444;
    font-family: Arial;
    font-size: 14px;
    height: 38px;
    margin: 4px auto;
    padding: 0 10px;
}

#callmeform_d input.error{
    border: #cf3143 1px solid;
}

#callmeform_d table td {
    font: 11px ;
    padding: 2px 1px;
    text-align: left;
}

#callmeform_d table td:first-child {
    text-align: right;
    color: #575757;
    vertical-align: middle;
    width: 130px;
    padding-right: 15px;
}

#callmeform_d table td .callme_submit_d {
    background-color: #cf3143;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Arial;
    font-size: 11px;
    height: 42px;
    line-height: 42px;
    margin: 15px auto;
    opacity: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    width: 170px;
    border: none;
    border-radius: 0;
}


#callmeform_d img.krb {
    right: 16px;
    top: 16px;
    width: 21px;
}
#call_pad {
	z-index: 0;
	position: relative;
	text-align: left;
	font: 11px ;
	color: #333333;
}

#callme {
	height: 28px;
	width: 116px;
}

#callmeform {
    background-color: #fff;
    bottom: auto;
    box-shadow: 0 0 31px -7px #444;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 25%;
    width: 500px;
}

#callmeform table {
    border-collapse: collapse;
    margin: auto;
    width: 380px;
    z-index: 99;
}


#callmeform .title {
    color: #181818;
    /* font-family: Arial; */
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
	width: 100%;
    padding-left: 0;
}


#callmeform .desc {
    color: #575757;
    /* font-family: Arial; */
    font-size: 13px;
    margin-bottom: 20px;
    padding: 0 50px;
}


#callmeform input {
    border-radius: 5px;
    color: #444;
    /* font-family: Arial; */
    font-size: 14px;
    height: 38px;
    margin: 4px auto;
    padding: 0 10px;
    border: 1px solid #d2d2d1;
    border-radius: 5px;
    background: white;
    padding: 3px 3px;
}

#callmeform input.error{
    border: #cf3143 1px solid;
}

#callmeform table td {
	font: 11px ;
	padding: 2px 1px;
    text-align: left;
}

#callmeform table td:first-child {
    text-align: right;
    color: #575757;
    vertical-align: middle;
    width: 130px;
    padding-right: 15px;
}

#callmeform table td .callme_submit {
    background-color: #08C;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: MuseoSans-norml;
    font-size: 11px;
    height: 42px;
    line-height: 42px;
    margin: 30px auto;
    opacity: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    width: 170px;
    border: none;
    border-radius: 0;
}


#callmeform img.krb {
    right: 16px;
    top: 16px;
    width: 21px;
}
img.krb {
    cursor: pointer;
    display: block;
    opacity: 0.6;
    position: absolute;
    right: 8px;
    top: 8px;
    transition: all 0.2s linear 0s;
    width: 21px;
}

#callmeform table td .callme_submit:hover {
	opacity: 0.9;
}

#call_pad a.viewform {
	border: 0;
	padding: 0;
	cursor: pointer;
}
#header .cart .cart-order-button, #header .auth form button {
	color: #e74381;
	background: url("/bitrix/templates/sound/i/frontend/button-bg.png") repeat-x;
	display: block;
	text-decoration: none;
	height:22px;
	width:104px;
	text-align: center;
	line-height:22px;
	cursor: pointer;
	border: 0;
	font-size: 12px;
	box-shadow: 1px 2px 8px #757575;
	font-family: "PT Sans", sans-serif;
}

#header .cart .cart-order-button.small{
width: 62px;
vertical-align: middle;
margin-left: 4px;
margin-top: 4px;
display: inline-block;
}

#call_pad a.viewform:hover, #header .cart .cart-order-button:hover, #header .auth form button:hover {
	opacity: 0.9;
}

#callme_result div {
	margin: 4px 10px 10px 2px;
	padding: 0px 7px;
}

.c_success {
    background: #71973f none repeat scroll 0 0;
    color: white;
    font-size: 16px;
    line-height: 23px;
    padding: 7px !important;
    position: relative;
    text-align: center;
    top: -80px;
}

.c_error {
	border: 2px solid #EA7598;
	background: #e11857;
	font: 10pt ;
	line-height: 20px;
	color: white;
	text-align: center;
}

#click_buy_result {
	clear: both;
}

#click_buy_form {
	position: relative;
	width: 100%;
	border-bottom: 1px #b6b6b6 dotted;
	padding: 5px 0 5px 0;
}

#click_buy_form .wrap_input {
	margin: 0 144px 0 85px;
	padding: 0 5px;
}

#click_buy_form .thename {
	position: absolute;
	margin: 3px 5px 0 0;
	color: #000;
}

#click_buy_form #click_buy_phone,
#click_buy_form #notification_email {
	border-radius: 5px;
	border: 1px solid #b6b6b6;
	height: 17px;
	width: 100%;
	padding-right: 0px;
	color: #000;
}

#click_buy_form #notification_in_stock .wrap_input {
	margin: 5px 179px 0 0;
	padding: 0 5px 0 0;
}

#click_buy_form .one_click {
	background: url(/bitrix/templates/sound/i/frontend/button-bg-red.png) repeat-x top;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 13px;
	line-height: 25px;
	text-decoration: none;
	position: absolute;
	top: 5px;
	right: 0px;
	width: 117px;
	height: 25px;
	text-align: center;
	text-shadow: 1px 1px rgba(128, 122, 123, 0.64);
	box-shadow: 0 0 1px #999999;
}
#click_buy_form .one_click:hover {
	background: url(/bitrix/templates/sound/i/frontend/button-bg-red.png) repeat-x bottom;
}

#click_buy_form #notification_in_stock .one_click {
	top: 0px;
	width: 173px;
	background: url(/bitrix/templates/sound/i/frontend/button-bg-red.png) repeat-x  top;
	font-size: 13px;
	line-height: 25px;
}

#click_buy_form #notification_in_stock .one_click:hover {
	opacity: 0.9;
}


#callmeform select {
	padding-right: 3px;
	width: 162px;
}

.error-info,
.success-info {
	color: #CC0000;
	border-left: 5px solid #CC0000;
	padding: 10px;
	margin: 10px;
}

.success-info {
	color: #22c515;
	border-left: 5px solid #22c515;
}



footer .social {
    padding: 16px 0;
}
.social-icons {
    font-size: 0;
}
.social-icons ul {
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 0;
}
.social-icons li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}
.social-icons li a {
    border: 2px solid transparent;
    border-radius: 4px;
    display: block;
    height: 31px;
    margin: 5px 8px 5px 0;
    overflow: hidden;
    position: relative;
    width: 31px;
    background-color: #32438c;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    font-size: 0;
}
.social-icons li a i {
    position: absolute;
    top: 5px;
    left: 6px;
    color: #fff;
    font-size: 17px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.social-icons li a i.fa-facebook {
    left: 10px;
}
.social-icons li a i.fa-vk {
    left: 4px;
    top: 4px;
}
.social-icons li a i.fa-odnoklassniki {
    left: 8px;
    top: 4px;
}

.social-icons li:hover a {
    border-color: #dadada;
    background-color: #c1c1ca;
}





