/*   
Theme Name: ОмскСтройМеталл
Description: ОмскСтройМеталл - корпоративный сайт‚
Author: MK Group
Author URI: http://mk-digital.ru/
Template:
Version: 0.99
*/

@font-face {
    font-family: 'Segoe UI Regular';
    src: url('fonts/segoe/SegoeUI.eot');
    src: url('fonts/segoe/SegoeUI.eot?#iefix') format('embedded-opentype'),
    url('fonts/segoe/SegoeUI.woff') format('woff'),
    url('fonts/segoe/SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Segoe UI Regular';
    background: #f2f3f8;
}

.modal {
  text-align: center;
}


.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

a,button,a:hover,a:focus,button:hover,button:focus{
	outline:none !important;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 75px;
}

.h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -19px;
    width: 200px;
    z-index: 1;
    height: 1px;
    background: #ddd;
}

.h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -20px;
    width: 60px;
    z-index: 2;
    height: 3px;
    background: #f39744;
}


.h2-center {
    position: relative;
    margin-bottom: 75px;
    text-align: center;
}

.h2-center:before {
    position: absolute;
    content: '';
    left: calc(50% - 25px);
    bottom: -20px;
    width: 50px;
    margin: 0 auto;
    z-index: 2;
    height: 3px;
    background: #f39744;
}


.h2-center::after {
    position: absolute;
    content: '';
    left: calc(50% - 105px);
    bottom: -19px;
    width: 210px;
    z-index: 1;
    height: 1px;
    background: #ddd;
    margin: 0 auto;
}

.breadcrumb{
    background: none;
    padding: 30px 0 15px;
}
.breadcrumb > li, .breadcrumb > li > a, .breadcrumb > .active{
    color:#000;
}
.breadcrumb > li > a:hover,
.breadcrumb > li > a:focus{
    color:#f39744;
}

#first {
    background: #e6e7e9;
    padding: 10px 0;
}

#first .container-fluid {
    padding-right: 5%;
    padding-left: 5%;
}

.orange {
    color: #f39744;
}

.top_header_left_item {
    display: inline-block;
    margin-right: 30px;
}

.top_header_left_item .brick:after {
    position: absolute;
    left: 0;
    top: -5px;
    content: '';
    width: 20px;
    height: 30px;
    background: url(img/brick.png) no-repeat center center;
    background-size: 16px;
}

.top_header_left_item .sand:after {
    position: absolute;
    left: 0;
    top: -5px;
    content: '';
    width: 20px;
    height: 30px;
    background: url(img/sand.png) no-repeat center center;
    background-size: 20px;
}

.top_header_left_item .kybok:after {
    position: absolute;
    left: 0;
    top: -5px;
    content: '';
    width: 20px;
    height: 30px;
    background: url(img/kybok.png) no-repeat center center;
    background-size: 20px;
}

.top_header_left_item p {
    margin-bottom: 0;
    font-size: 14px;
    position: relative;
    padding-left: 25px;
}

.top_header_right {
    text-align: right;
}

.top_header_right p {
    margin-bottom: 0;
    font-size: 14px;
}

.top_header_right a {
    color: #000;
}

#second {
    padding: 20px 0;
    background: #fff;
}

#second .container-fluid {
    padding-right: 5%;
    padding-left: 5%;
}

.logo img {
    width: 60px;
    display: inline-block;
}

.logo .desc {
    display: inline-block;
    padding-left: 15px;
    font-size: 20px;
    text-transform: uppercase;
	position: relative;
	top: 2px;
}
.logo .desc a:hover,
.logo .desc a:focus{
	color:#000;
	text-decoration:none;
}

#menu {
    display: inline-block;
    padding-top: 19px;
}
#second .btn_callback{
	margin-top: 8px;
}

#menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#menu ul li {
    display: inline-block;
    margin: 0 7px;
}

#menu ul li a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

#menu ul li a:hover {
    color: #f39744;
    text-decoration: none;
}

.btn_callback {
    float: right;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 20px;
    transition: all .3s ease;
}

.btn_callback:hover {
    color: #fff;
    background: #f39744;
}

.banner_left {
    width: 72%;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    transform: skew(10deg);
    transform-origin: 0 100%;
    overflow: hidden;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}

.cals-info {
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
}

.b_left_content:after {
    position: absolute;
    left: 0;
    top: 0;
    background: #424242;
    content: '';
    opacity: 0.6;
    width: 100%;
    height: 100%;
}

.left_content_ab {
    position: absolute;
    z-index: 2;
    color: #fff;
    left: 10%;
    width: 100%;
    bottom: 20%;
}

.left_content_ab .banner-title {
    font-size: 38px;
}

.left_content_ab .sub-title {
    margin-top: 20px;
}

.left_content_ab p {
    font-size: 24px;
    display: inline-block;
    margin-right: 20px;
    margin-left: 100px;
    position: relative;
}

.left_content_ab p:after {
    position: absolute;
    content: '';
    left: -85px;
    top: 18px;
    height: 3px;
    width: 60px;
    background: #f39744;
}


.banner_left_img {
    background: url(img/banner-left.jpg) no-repeat center center;
    background-size: cover;
    min-height: 600px;
    transform: skew(-10deg);
    transform-origin: 100% 100%;
    width: 100%;
}

.banner_right {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 35%;
    padding: 0 0 0 0;
    margin-left: 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    transform: skew(10deg);
    transform-origin: 100% 100%;
}

.b-right_item {
    overflow: hidden;
    width: 100%;
    position: relative;
    transform: skew(-10deg);
    transform-origin: 0 0;
    max-width: 700px;
    position: relative;
}

.b-right_item:after {
    position: absolute;
    left: 0;
    top: 0;
    background: #424242;
    content: '';
    opacity: 0.6;
    width: 100%;
    height: 100%;
}

.b-right_item_content {
    min-height: 180px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding-top: 75px;
}

.banner-title {
    position: relative;
    z-index: 2;
}
.banner_right .banner-title{
	text-align: left;
	padding-left: 18%;
}

.banner_right .banner-title a {
    color: #fff;
}

.b-right-one {
    background: url(img/banner-right-1.jpg) no-repeat center center;
    background-size: cover;
}

.b-right-two {
    background: url(img/banner-right-2.jpg) no-repeat center center;
    background-size: cover;
}

.b-right-three {
    background: url(img/banner-right-3.jpg) no-repeat center center;
    background-size: cover;
}

#third {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    background: #fff;
}

.margin-bottom {
    margin-bottom: 30px;
}

#production .item-btn-link, .production .item-btn-link {
    width: 45%;
    display: inline-block;
    text-align: center;
    margin-right: 16px;
    border: 2px solid #f39744;
}

#production .item-btn-link:hover,#production .item-btn-link:focus, .production .item-btn-link:hover,.production .item-btn-link:focus{
    background: #dddddd;
    border: 2px solid #dddddd;
    text-decoration: none;
}

#production .item-btn-modal, .production .item-btn-modal {
    width: 45%;
    display: inline-block;
    text-align: center;
    margin-left: 16px;
    background: none;
    color: #000;
    border: 2px solid #f39744;
}

#production .item-btn-modal:hover, .production .item-btn-modal:hover {
    background: #f39744;
    border: 2px solid #f39744;
    text-decoration: none;
    color: #fff;
}

footer {
    color: #fff;
    background: #424242;
    padding: 40px 0;
    font-size: 16px;
}

footer h3 {
    font-size: 22px;
    border-left: 3px solid #f39744;
    padding-left: 10px;
    margin-bottom: 25px;
}

footer p {
    margin-top: 15px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #f39744;
    text-decoration: none;
}

footer .footer-menu {
    list-style: none;
    padding-left: 0;
}

footer .footer-menu li {
    margin: 5px 0;
}


.btn-orange,.btn-orange:active{
    border: none;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    background: #f39744;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: all .3s ease;
}

.btn-orange:hover,.btn-orange:focus{
    background: #dddddd;
    color: #000;
}


footer .btn-orange {
    margin-top: 15px;
}

.footer_bottom {
    background: #363636;
    color: #cacaca;
    padding: 20px 0;
}

.footer_bottom p {
    margin-bottom: 0;
}

.footer_bottom .developer {
    text-align: right;
}

.footer_bottom .developer p {
    margin-bottom: 0;
    padding-right: 10px;
    display: inline-block;
}

.footer_bottom .developer img {
    width: 67px;
    height: 25px;
    display: inline-block;
}

.footer_bottom a {
    color: #cacaca;
    padding-left: 15px;
    text-decoration: underline;
}

.footer_bottom .developer a {
    padding-left: 0;
    text-decoration: none;
}

#video {
    padding: 80px 0;
    background: #fff;
}

.video-container {
    background: #f2f3f8;
    display: flex;
}

.video-content {
    padding: 30px;
    background: #f2f3f8;
}

.video-content h3 {
    display: inline-block;
    margin-bottom: 30px;
}

.video-content .create-year {
    display: inline-block;
    padding-left: 60px;
    font-size: 16px;
    position: relative;
    top: 15px;
}

.video-content .create-year:after {
    position: absolute;
    content: '';
    left: 10px;
    top: 15px;
    height: 4px;
    width: 35px;
    background: #f39744;
}

#me {
    text-align: center;
    background: #424242;
    color: #fff;
    padding: 50px 0;
}

#me .me-big {
    font-size: 70px;
}

#me p {
    font-size: 18px;
}

.me-border-right:before {
    position: absolute;
    content: '';
    right: 0;
    top: 35%;
    width: 2px;
    height: 40px;
    background: #f39744;
}

#me .me-number {
    position: absolute;
    font-size: 26px;
    left: 32%;
    top: 12%;
}

#me .me-big span {
    font-size: 22px;
    position: relative;
}

#me .me-big span i {
    position: absolute;
    bottom: 30%;
    font-size: 12px;
    font-style: normal;
}

#production {
    padding: 40px 0;
    background: #f2f3f8;
}

.product-item {
    background: #fff;
    text-align: center;
    padding: 0 0 20px;
    margin-bottom: 15px;
}
.product-item img{
    max-width: 100%;
}

.product-block {
    margin-bottom: 30px;
}

.p-type {
    text-align: left;
    color: #515151;
    margin-bottom: 0;
	height: 20px;
	padding:0 15px;
}

.p-title {
    color: #000;
	padding: 0 15px;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
}

.spec-left {
    text-align: left;
    display: inline-block;
    width: 60%;
    font-size: 16px;
	padding-left: 15px;
}

.spec-right {
    text-align: right;
    display: inline-block;
    width: 38%;
    font-size: 16px;
	padding-right: 15px;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: flex;
    vertical-align: middle;
    margin-top: 15px;
	padding: 0 15px;
}
#partneir {
    background: #f2f3f8;
    padding: 35px 0;
}

.owl-item .item {
    text-align: center;
    height: 125px;
    filter: grayscale(100%);
    position: relative;
}

.owl-item .item:hover {
    cursor: pointer;
    filter: grayscale(0%);
}

.owl-item .item img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.owl-pagination {
    display: none;
}

.form-line {
    margin-bottom: 20px;
}

.form-line input[type="text"] {
    padding: 10px 15px;
    width: 48%;
    border: none;
    font-size: 16px;
    background: #f2f3f8;
    display: inline-block;
}



.form-line input[type="tel"] {
    padding: 10px 15px;
    width: 48%;
    border: none;
    font-size: 16px;
    background: #f2f3f8;
    display: inline-block;
    float: right;
}

.form-line textarea {
    padding: 10px 15px;
    width: 100%;
    min-height: 100px;
    border: none;
    font-size: 16px;
    background: #f2f3f8;
    display: inline-block;
}

.form-line input[type="email"] {
    padding: 10px 15px;
    width: 48%;
    border: none;
    font-size: 16px;
    background: #f2f3f8;
    display: inline-block;
}

.form-line textarea:focus {
    padding: 8px 15px 8px 13px;
    border: 2px solid #f39744;
}
.form-line input:focus {
    padding: 8px 15px 8px 13px;
    border: 2px solid #f39744;
}

#contact-form .btn-orange {
    margin-left: 20px;
    position: relative;
    bottom: 3px;
}

.panel-group {
    margin-bottom: 50px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
    box-shadow: none;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #f39744;
    border: none;
    border-radius: 0;
    display: block;
    position: relative;
}

.panel-heading .resp-arrow {
    position: absolute;
    display: inline-block;
    height: 25px;
    width: 25px;
    top: 8px;
    right: 15px;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
	transition:all 0.3s;
}

.panel-heading .resp-arrow::after {
    position: absolute;
    top: 11px;
    left: 5px;
    content: '';
    display: inline-block;
    width: 13px;
    height: 2px;
    background-color: #fff;
	transition:all 0.3s;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    font-weight: 400;
    width: 90%;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    background: #fff;
    color: #242424;
    font-size: 16px;
}
.panel-heading {
    padding: 12px 15px;
}
.panel-heading .resp-arrow::before{
	position: absolute;
    top: 5px;
    left: 11px;
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    background-color: #fff;
    transition: 0.4s;
    opacity: 0;
	transition:all 0.3s;
}
.panel-heading.collapsed .resp-arrow::before {
    opacity: 1;
	transition:all 0.3s;
}

.panel-heading .resp-arrow::after {
    position: absolute;
    top: 11px;
    left: 5px;
    content: '';
    display: inline-block;
    width: 13px;
    height: 1px;
    background-color: #fff;
	transition:all 0.3s;
}

.panel-default > .panel-heading.collapsed{
	background: #dddddd;
	color:#000;
}
.panel-heading.collapsed .resp-arrow{
	border: 1px solid #000;
	color: #000;
	transition:all 0.3s;
}
.panel-heading.collapsed .resp-arrow::before,
.panel-heading.collapsed .resp-arrow::after{
	background-color: #000;
	transition:all 0.3s;
}


#menu ul .current_page_item a{
    color: #f39744;
}

#contact {
    padding: 50px 0;
    background: #fff;
}

.youtube iframe {
    width: 100%;
    min-height: 270px;
    
}
.youtube {
        padding-left: 0px;
        padding-right: 0px;
        display: inline-flex;
    }

#cals {
    padding: 50px 0;
    background: #f2f3f8;
}
#cals.product-cal{
    background: none;
}
.white-calc #cals{
	background:#fff;
}
.calc-cont{
    margin: 0 auto;
    display: flex;
}
.calc-item{
    margin: 0 auto;
}

.cals-form {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 35px;
    height: 100%;
}

.result {
    display: none;
}

.cals-block {
    margin-bottom: 30px;
	overflow: hidden;
}

.cals-block-name {
    font-size: 18px;
    margin-bottom: 15px;
	
}

select {
    min-width: 230px;
    border-radius: 0;
    font-size: 16px;
    padding: 12px;
    border: none;
    background-color: #f2f3f8;
    color: #797979;
    -webkit-appearance: none;
    background-image: url(img/arrow.png);
    background-position: right center;
    background-position-x: 95%;
    cursor: pointer;
    background-repeat: no-repeat;
    line-height: 1em;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none!important;
}

select::-ms-expand {
    display: none;
}

.cals-block input[type="tel"] {
    min-width: 230px;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 12px;
    border: none;
    background-color: #f2f3f8;
    color: #797979;
}

.cals-btn {
    text-align: left;
}

.cals-btn .btn-orange {
    padding: 10px 30px;
}

#cals select{
	min-width: 0;
	width: 80%;
	float: left;
}
#cals .cals-info{
	width: 20%;
	float: left;
	padding-top: 8px;
}
#cals input{
	width: 80%;
	float: left;
}
#cals .cals-btn .btn-orange{
	width: 80%;
}

/*контакты*/
.content-block{
    padding-bottom: 40px;
}
.content-block .small-title{
    display:block;
    text-align: center;
    color:#000;
}
.content-block .h2-center{
    margin-bottom:35px;
}
.content-block .phones{
    text-align: center;
}
.content-block .phones li{
    font-size: 35px;
    padding-top: 20px;
}
.content-block .map-block{
    overflow:hidden;
    background: #fff;
    margin-top: 40px;
}
.content-block .map-block .map{
    float:left;
    width:50%;
}
.content-block .map-block .info{
    float:left;
    width:50%;
    padding: 30px 35px;
}
.content-block .map-block .info .title{
    font-size: 20px;
    font-weight: 600;
}
.content-block .map-block .info ul{
    margin: 35px 0 0 0;
}
.content-block .map-block .info ul li{
    padding-bottom: 15px;
    font-size: 16px;
}

/*о компании*/
.content-block .about-text{
    padding-bottom: 25px;
}
.content-block .advantages{}
.content-block .advantages ul{
    overflow: hidden;
    margin-bottom: 35px;
}
.content-block .advantages ul li{
    float:left;
    width: 33.3333%;
}
.content-block .advantages ul li:first-child{
    padding-right: 10px;
}
.content-block .advantages ul li:nth-child(2){
    padding:0 10px;
}
.content-block .advantages ul li:last-child{
    padding-left: 10px;
}
.content-block .advantages ul li .title{
    font-size: 20px;
    height: 30px;
}
.content-block .advantages ul li .description{
    margin-top: 20px;
    height: 75px;
}
.content-block .advantages ul li .img-block{
    overflow: hidden;
    margin-top: 10px;
    height: 277px;
}
.content-block .advantages ul li .img-block img{
    max-width: 100%;
}

/*сертификация*/
.cert-item{
    overflow: hidden;
    padding-bottom: 30px;
}
.cert-item .text{
    float:left;
    width:50%;
    padding-right: 15px;
}
.cert-item .images{
    float:left;
    width:50%;
    text-align: center;
    overflow: hidden;
}
.cert-item .images .viewContentImage{
    display:inline-block;
    padding:0 5px;
    width: 50%;
    float: left;
}
.cert-item .images img{
    max-width: 100%;
}

.document-pack{
    background: #424242;
    padding: 25px 0;
    overflow: hidden;
}
.document-pack .text{
    float: left;
    width: 70%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 5px  15px 0;
}
.document-pack .button-block{
    float: left;
    width: 30%;
}
.document-pack .button-block button{
    background: #f2a158;
    color:#fff;
    text-transform: uppercase;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    transition: all .3s ease;
}
.document-pack .button-block button:hover,
.document-pack .button-block button:focus{
    background: #ebebeb;
    color:#333;
}

/*список товаров*/
.cat-title{
    font-size: 20px;
    padding-bottom: 25px;
}

/*страница товара*/
.product_block{
    padding-bottom: 30px;
}
.product-item-block{
    background: #fff;
    overflow: hidden;
    padding: 25px 30px 40px;
}
.product-item-block .info-block{
    overflow: hidden;
}
.product-item-block .info-block .img-block{
    float:left;
    width:40%;
    text-align: center;
}
.product-item-block .info-block .img-block img{
    max-width: 100%;
}
.product-item-block .info-block .options{
    float:left;
    width:40%;
    padding-left: 30px;
}
.product-item-block .info-block .options .spec-left{}
.product-item-block .info-block .options .spec-left p{
    margin: 0;
}
.product-item-block .info-block .options .spec-right{}
.product-item-block .info-block .options .spec-right p{
    margin: 0;
}
.product-item-block .info-block .options .title{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 35px;
    color: #000;
}
.product-item-block .info-block .options .price{
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding-top: 20px;
    overflow: hidden;
    width: 100%;
}
.product-item-block .info-block .options button{
    background: #f2a158;
    color:#fff;
    text-transform: uppercase;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    transition: all .3s ease;
    margin-top: 30px;
}
.product-item-block .info-block .options button:hover,
.product-item-block .info-block .options button:focus{
    background: #ebebeb;
    color:#333;
}
.product-item-block .description{
    padding-top: 35px;
}
.product-item-block .description .title{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 25px;
    color: #000;
}

.information-block{
    background: #fff;
    text-align: center;
    padding: 25px 0;
}
.information-block .nav-tabs{
    border: none;
    text-align: center;
    width: auto;
    display: inline-block;
}
.information-block .nav-tabs > li{
    border-bottom: 1px solid #ddd;
}
.information-block .nav-tabs > .active{
    border-bottom: 1px solid #f39744;
}
.information-block .nav-tabs > li a{
    border:none;
    margin:0;
    color:#000;
}
.information-block .nav-tabs > li a:hover,
.information-block .nav-tabs > li a:focus{
    border:none;
    background: none;
    color:#000;
}
.information-block .tab-content{}
.information-block .tab-content .title{
    font-size: 20px;
    padding: 25px 0 15px;
}
.information-block .tab-content p{
    width: 55%;
    margin: 0 auto;
}
.information-block .tab-content .steps{
    padding-top: 40px;
    overflow: hidden;
}
.information-block .tab-content .steps li{
    float:left;
    width:25%;
    padding: 0 15px;
}
.information-block .tab-content .steps li span{
    display: block;
    float: left;
    background: #f39744;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 38px;
    font-size: 18px;
    border-radius: 100%;
}
.information-block .tab-content .steps li .item-title{
    padding-left: 60px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
}
.information-block .tab-content .steps.no-pic li{
	width:33.3333%;
}
.information-block .tab-content .steps.no-pic li .item-title{
    padding-left: 0;
}
.information-block .tab-content .steps li .text{
    padding-left: 60px;
    text-align: left;
}
.information-block .tab-content .steps.no-pic li .text{
    padding-left: 0;
}
.information-block .tab-content .pay-title{
    font-size: 18px;
    padding: 25px 0;
}
.information-block .tab-content .payment{
    overflow:hidden;
}
.information-block .tab-content .payment li{
    float:left;
    width:33.3333%;
    padding:0 15px;
}
.information-block .tab-content .payment li span{
    display: block;
    float: left;
    width: 40px;
    overflow: hidden;
}
.information-block .tab-content .payment li span img{
    max-width: 100%;
}
.information-block .tab-content .payment li .item-title{
    padding-left: 60px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
}
.information-block .tab-content .payment li .text{
    padding-left: 60px;
    text-align: left;
}

/*modal*/
.modal-content{
    border-radius: 0;
}
.modal-body{
    padding: 25px;
}
.modal-content .h2-center{
    margin-bottom: 35px;
}
.modal-content .h2-center::before{
    left: calc(50% - 25px);
}
.modal-content .h2-center::after{
    left: calc(50% - 105px);
}
.modal-content p{
    text-align:center;
    color:#8c8c8c;
    font-size: 18px;
    margin: 5px 0 20px;
}
.modal-content .btn-orange{
    width: 48%;
    display: block;
    float: right;
    margin: 15px 0;
}
.confirm-block input{
    position: relative;
    top: 3px;
    display: block;
    float: left;
    margin: 4px 10px 10px 0;
}
.confirm-block .small-text{
    font-weight: normal;
    font-size: 12px;
    color:#a7a7a7;
    display: block;
}
.modal-content input[type="email"]{
    width:100%;
}

.modal .logo img{
	width:60px !important;
}

#modalcalc{}
#modalcalc .h2{
	margin-top: 10px;
}
#modalcalc .modal-content, #modalcalc .modal-dialog{
	width: 750px;
}
#modalcalc .modal-body{
	overflow:hidden;
	padding: 0;
	position:relative;
}
#modalcalc .close{
	position:absolute;
	right: 10px;
    top: 5px;
}
#modalcalc .left-block{
	padding: 20px 25px 60px;
	float:left;
	width:50%;
	background:url(/wp-content/themes/omsm/img/modal.png) no-repeat 50% 50%;
	background-size:cover;
}
#modalcalc .left-block .logo{
	text-align: center;
}
#modalcalc .left-block .logo a{
	display: block;
    color: #fff;
	font-size: 20px;
}
#modalcalc .left-block .logo img{
	max-width:100%;
	padding-bottom: 15px;
}
#modalcalc .left-block .count{
	padding-top: 80px;
	width: 85%;
    margin: 0 auto;
}
#modalcalc .left-block .count .title{
	color: #fff;
    font-size: 24px;
	padding-bottom: 20px;
}
#modalcalc .left-block .count .sum{
	font-size: 30px;
    color: #f2a158;
	padding-bottom: 40px;
}

#modalcalc .right-block{
	float:left;
	width:50%;
	padding: 20px 25px;
}
#modalcalc .form-line input{
	width: 100%;
	margin-bottom: 25px;
}
#modalcalc .form-line{
	margin-bottom: 0;
}
#modalcalc  .modal-content .btn-orange{
	margin-top:0;
	width: 100%;
}



#modalCallback .modal-content,
#modalDocs .modal-content{
    width: 400px;
    margin: 0 auto;
}
#modalCallback input,
#modalDocs input{
    width:100%;
    margin-bottom: 15px;
}
#modalCallback input[type="checkbox"],
#modalDocs input[type="checkbox"]{
    width: auto;
    margin: 4px 10px 25px 0;
}
#modalCallback .btn-orange,
#modalDocs .btn-orange{
    width:100%;
    margin-bottom:15px;
}

.post-body{
    background: #fff;
    overflow: hidden;
    padding: 25px;
    margin-bottom: 40px;
}


#thnx{}
.modal-body.thnx{
	background:url(/wp-content/themes/omsm/img/thnx.png) no-repeat 50% 50%;
	background-size:cover;
}
#thnx .close{
	color: #fff;
	opacity: 0.8;
	position: absolute;
	right: 15px;
	top: 10px;
}
#thnx .logo{
	text-align: center;
}
#thnx .logo a{
	display:block;
	color:#fff;
	font-size: 20px;
}
#thnx .logo img{
	padding-bottom: 15px;
}
#thnx .h2-center{
	color: #fff;
	font-size: 36px;
	margin-top: 40px;
}
#thnx p{
	color: #fff;
	padding: 20px 0 80px;
	font-size: 20px;
}


@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}



@media screen and (max-width: 991px) {
    #first {
        display: none;
    }

    .logo .desc {
        padding-left: 0;
        display: block;
    }

    #third {
        display: block;
    }

    .banner_left {
        display: block;
        width: 100%;
        transform: skew(0deg);
        transform-origin: 0%;
    }

    .banner_left_img {
        transform: skew(0deg);
        transform-origin: 100% 100%;
        margin-bottom: 10px;
        min-height: 400px;
    }
    .left_content_ab p {
        margin-bottom: 25px;
    }

    .banner_right {
        width: 100%;
        transform: skew(0deg);
        transform-origin: 100% 100%;
        margin-left: 0;
    }

    .b-right_item {
        transform: skew(0deg);
        transform-origin: 0 0;
        margin-bottom: 10px;
    }

    #me .me-big {
        font-size: 36px;
    }

    #me p {
        font-size: 16px;
    }

    #me .me-number {
        font-size: 18px;
    }

    .h2-center {
        font-size: 24px;
    }
    #partneir .h2-center {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .cals-form {
        padding: 15px 0px;
    }

    .form-line input[type="email"] {
        width: 100%;
        margin-bottom: 20px;
    }

    #contact-form .btn-orange {
        margin-left: 0;
    }


    select {
        width: 100%;
    }

    .cals-block input[type="tel"] {
        width: 100%
    }

    .cals-info {
        width: 100%;
        text-align: right;
        padding-left: 0;
    }

    .left_content_ab {
        left: 3%;
    }

    .left_content_ab .banner-title {
        font-size: 28px;
    }
    #video {
        padding: 30px 0;
    }
    .video-content {
        padding: 20px 15px;
    }
    .video-content .create-year {
        display: inline-block;
        padding-left: 57px;
        font-size: 16px;
        position: relative;
    }
    .me-border-right:nth-of-type(2):before{
        display: none;
    }
    .video-content .btn-orange {
        margin: 15px auto 0;
        display: block;
    }
    select {
        background-position: 91%;
    }
    #production .product-item, .production .product-item {
        
    }
    .form-line input[type="text"] {
        width: 100%;
        margin-bottom: 20px;
    }
    .form-line input[type="tel"] {
        width: 100%;
        margin-bottom: 20px;
    }
    #contact-form .btn-orange {
        margin: 0 auto;
        display: block;
    }
    .h2, h2 {
        font-size: 24px;
    }
    .footer_bottom p {
        margin-bottom: 0;
        text-align: center;
    }
    .footer_bottom .developer a {
        padding-left: 0;
        text-decoration: none;
        text-align: center;
        display: block;
        margin-top: 10px;
    }
    .youtube iframe {
        min-height: 180px;
    }
    .youtube {
        padding-left: 0px;
        padding-right: 0px;
    }
    .video-container {
        background: #f2f3f8;
        display: inline-block;
    }
    .cals-block {
        margin-bottom: 10px;
    }
    .calc-item {
        padding: 0;
    }
}
@media screen and (max-width: 322px) {
    .video-content .create-year {
        display: inline-block;
        padding-left: 18%;
        font-size: 16px;
        position: relative;
    }
}

@media only screen and (min-width: 1367px){
    
	
    .youtube iframe {
        min-height: 325px;

    }
    .video-container .btn-orange{
        margin-top: 15px;
    }
    
    footer .btn-orange{
        width: 100%;
        padding: 10px 0;
    }
}
@media only screen and (min-width: 1171px) and (max-width: 1366px){
    
	.logo .desc{
		font-size: 16px;
	}
	
    .youtube iframe {
        min-height: 325px;

    }
    .video-container .btn-orange{
        margin-top: 15px;
    }
	
	.cals-block-name{
		font-size: 16px;
	}
    #cals .cals-form{
		overflow: hidden;
	}
	#cals input, #cals select{
		width: 75%;
		min-width: 0;
		height:45px;
	}
	#cals .cals-info{
		width: 25%;
		text-align: left;
		padding-left: 5px;
	}
	#cals .cals-btn .btn-orange{
		height: 45px;
	}
	
	#production .item-btn-modal, .production .item-btn-modal,
	#production .item-btn-link, .production .item-btn-link,
	footer .btn-orange{
		font-size: 14px;
	}
	.p-title{
		font-size: 18px;
	}
	
    
    footer .btn-orange{
        width: 100%;
        padding: 10px 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1170px){
    
	#first .container-fluid,#second .container-fluid{
		padding-right: 3%;
		padding-left: 3%;
	}
	
	/*header*/
	.logo img{
		width:50px;
	}
	.logo .desc{
		font-size: 14px;
		padding-left: 5px;
	}
	#menu{
		padding-top: 15px;
	}
	#menu ul li{
		margin: 0 4px;
	}
	#second .btn_callback{
		padding: 10px 15px;
		font-size: 12px;
		margin-top: 5px;
	}
	
	
	
    .top_header_left_item:last-child{
        display:none;
    }
    
    .banner_right{
        width: 38%;
    }
    
    .form-line input[type="email"]{
        width:100%;
    }
    #contact-form .btn-orange{
        margin: 15px auto 0;
        display: block;
    }
    
    .content-block .advantages ul li .img-block{
        height: 220px;
    }
    .video-content{
        padding-top: 0;
    }
    
	.content-block .advantages ul li .description{
		height: 120px;
	}
	
    /*товар*/
	.p-title{
		font-size: 18px;
	}
    .product-item-block .info-block .options{
        width: 50%;
    }
	
	.cals-block-name{
		font-size: 16px;
	}
    #cals .cals-form{
		overflow: hidden;
	}
	#cals input, #cals select{
		width: 75%;
		min-width: 0;
		height:45px;
	}
	#cals .cals-info{
		width: 25%;
		text-align: left;
		padding-left: 5px;
	}
	#cals .cals-btn .btn-orange{
		height: 45px;
	}
	
    
    .product-item .btn-group{
        display: block;
        overflow: hidden;
    }
    #production .item-btn-link, .production .item-btn-link{
        width:100%;
        margin:0;
    }
    #production .item-btn-modal, .production .item-btn-modal{
        width:100%;
        margin:15px 0 0;
    }
    
    
    .spec-left, .spec-right{
        font-size: 12px;
    }
	
	#modalcalc .modal-content .h2-center{
		margin-top: 5px;
	}
	#modalcalc .form-line input{
		margin-bottom: 20px;
	}
	
	

    
    
    
    footer .btn-orange{
        width: 100%;
        font-size: 12px;
        padding: 10px 0;
    }
    
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    
	/*header*/
	#second .logo {
		padding-right: 0;
	}
	.logo img{
		width: 45px;
	}
	.logo .desc{
		display:inline-block;
		font-size: 12px;
	}
	#menu{
		float:right;
		padding-top: 11px;
	}
	#menu ul li{
		margin: 0 4px;
	}
	#menu ul li a{
		font-size: 13px;
	}
	#second .btn_callback{
		display: none;
	}
	
    select, input{
        min-width: 0 !important;
    }
    
    .h2-center::before{
        left: calc(50% - 25px);
    }
    .h2-center::after{
        left: calc(50% - 105px);
    }
    .p-title{
        font-size: 16px;
		height: 45px;
		line-height: 18px;
		margin-bottom: 5px;
		padding:0 10px;
    }
    
    /*главная страница*/
    #second .container-fluid{
        padding: 0 15px;
    }
    .b-right_item{
        width: 33.333%;
        float: left;
    }
    .b-right_item_content{
        font-size: 18px;
        min-height: 130px;
        padding-top: 50px;
    }
    .youtube iframe{
        min-height: 270px;
    }
    .video-content{
        padding-top:0;
    }
    .cals-block-name {
        font-size: 12px;
    }
	.cals-info{
		font-size: 12px;
		color: #6f6f6f;
	}
    .cals-block  select,
    .cals-block input{
        height:50px !important;
    }
	.cals-btn .btn-orange{
		width:100%;
	}
	
	.banner_right .banner-title{
		padding: 0 15px !important;
		text-align: center !important;
	}
	#cals .cals-form{
		overflow: hidden;
	}
	#cals input, #cals select{
		width: 75%;
	}
	#cals .cals-info{
		width: 25%;
		text-align: left;
		padding-left: 5px;
		padding-top: 14px;
	}
	#cals .cals-btn .btn-orange{
		height: 50px;
	}
	
	
	
    
    /*товар*/
    .spec-left,
    .spec-right{
        float: left;
        width: 65%;
        font-size: 11px;
		padding-left: 10px;
    }
    .spec-right{
        width:35%;
		padding-right: 10px;
		padding-left:0;
    }
    .spec-left p,
    .spec-right p{
        
    }
	.p-type{
		padding:0 10px;
	}
    #production .product-item, .production .product-item{
        padding: 0;
        overflow: hidden;
    }
    .product-item .btn-group{
        display: block;
        overflow: hidden;
        width: 100%;
		padding:0 10px;
    }
    #production .item-btn-link, .production .item-btn-link,
    #production .item-btn-modal, .production .item-btn-modal{
        margin: 0 0 10px;
        font-size: 14px;
        width: 100%;
        padding: 10px 10px;
    }
    
    /*о компании*/
    .content-block .advantages ul li .description{
        height: 145px;
    }
    .content-block .advantages ul li .img-block{
        height: 170px;
    }
    
    /*сертификаты*/
    .document-pack .text{
        font-size: 16px;
        padding: 8px 15px 0;
    }
    
    /*товар*/
    .product-item-block{
        
    }
    .product-item-block .info-block .options,
    .product-item-block .info-block .img-block{
        width: 50%;
    }
    .information-block .tab-content .steps li{
        width: 50%;
        height: 100px
    }
    .information-block .tab-content .payment li span{
        width: 30px;
    }
    .information-block .tab-content .payment li{
        padding:0 5px;
    }
    .information-block .tab-content .payment li .item-title{
        padding-left: 45px;
        font-size:14px;
    }
    .information-block .tab-content .payment li .text{
        padding-left: 45px;
        font-size: 12px;
    }
	
	/*modal*/
	#modalcalc .modal-content,#modalcalc .modal-dialog{
		width:650px;
	}
	#modalcalc .left-block{
		padding: 35px 25px 80px;
	}
	#modalcalc .left-block .logo a{
		font-size: 14px;
	}
	#modalcalc .left-block .count{
		width: 100%;
	}
	#modalcalc .left-block .count .title{
		font-size: 20px;
	}
	#modalcalc .left-block .count .sum{
		font-size: 24px;
		padding-bottom: 30px;
	}
	#modalcalc .h2-center{
		font-size: 20px;
		margin-top: 5px;
	}
	#modalcalc .modal-content p{
		font-size: 14px;
		margin: 0 0 15px;
	}
	#modalcalc .form-line input{
		margin-bottom: 15px;
	}

    
    /*footer*/
    footer .btn-orange{
        margin: 15px auto 0;
        display: block;
    }
    
}
@media only screen and (min-width: 481px) and (max-width: 767px){
    /*header*/
	.logo img{
		width: 40px;
	}
	.logo .desc{
		font-size: 12px;
		display: inline-block;
	}
	#second{
		position:relative;
		padding: 10px 0;
	}
	#hmenu #menu-button{
		width: 30px;
		position: absolute !important;
		z-index: 100;
		top: -35px;
		right: 0;
	}
	#hmenu #menu-button::before{
		right: 0 !important; 
		height: 7px !important;
		top: 10px !important;
	}
	#hmenu #menu-button::after{
		right: 0 !important; 
	}
	#menu-top-menu-1{
		padding-top: 10px !important;
	}
	
	.banner_left .btn-orange{
		margin: 0 auto;
		display: block;
	}
    
    .left_content_ab{
        left: 0;
        width: 100%;
        padding: 0 15px;
    }
    .left_content_ab p{
        font-size: 18px;
    }
    
    .cals-btn{
        padding: 0 15px;
		text-align:center;
    }
    
    /*видео контент*/
    .video-content .create-year::after{
        top: 19px;
        height: 3px;
        width: 30px;
    }
    
    /*товар*/
	.product-block{
		width:50%;
		padding-left:7px;
		padding-right:7px;
	}
    .spec-left, .spec-right{
        font-size: 12px;
    }
	.spec-right{
		padding-right: 7px;
		width: 35%;
		float: left;
	}
	.spec-left{
		padding-left: 7px;
		width: 65%;
		float: left;
	}
	.p-title{
		font-size: 14px;
		padding: 0 7px;
	}
	.p-type{
		padding: 0 7px;
	}
    
    .product-item-block{
        padding: 15px;
    }
    .product-item-block .info-block .img-block{
        width: 100%;
        margin-bottom: 15px;
    }
    .product-item-block .info-block .options{
        width: 100%;
        padding: 0;
    }
    .product-item-block .info-block .options button{
        width: 100%;
    }
    
    .information-block .nav-tabs > li{
        width:100%;
        margin-bottom: 0;
    }
    .information-block .tab-content p{
        width: 100%;
    }
    .information-block .tab-content .steps li,
    .information-block .tab-content .payment li{
        width: 100%;
        padding: 0 0 15px;
    }
	.information-block .tab-content .steps.no-pic li{
		width: 100%;
	}
    
    .product-item .btn-group{
        display: block;
		overflow: hidden;
		padding: 0 7px;
    }
	#production .item-btn-link, 
	.production .item-btn-link{
		width: 100%;
		margin-right: 0;
	}
	#production .item-btn-modal, 
	.production .item-btn-modal{
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.product-item{
		padding-bottom: 10px;
	}
	
	.banner-title{
		padding: 0 15px !important;
		text-align: center !important;
	}
	.cals-block input[type="tel"]{
		min-width:0;
	}
	#cals .cals-info{
		padding-top: 13px;
		font-size: 13px;
		text-align: left;
		padding-left: 10px;
	}
	.cals-block-name{
		font-size: 16px;
	}
	#cals .cals-btn{
		padding: 0;
	}
	
    
    /*страница контактов*/
    .content-block .phones li{
        font-size: 24px;
        padding-top: 5px;
    }
    .content-block .map-block .map{
        width:100%;
    }
    .content-block .map-block .info{
        width:100%;
        padding: 15px;
    }
    .content-block .map-block .info .title{
        font-size: 18px;
    }
    .content-block .map-block .info ul{
        margin: 20px 0 0 0;
    }
    
    /*о компании*/
    .content-block .advantages ul li:nth-child(n){
        padding:0 0 10px;
        width:100%;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }
    .content-block .advantages ul li .description{
        height: auto;
    }
    .content-block .advantages ul li .img-block{
        height: auto;
        margin-bottom: 10px;
    }
    .content-block .advantages ul{
        margin-bottom: 0;
    }
    
    /*сертификаты*/
    .cert-item{
        border-bottom: 1px solid #ddd;
    }
    .cert-item:last-child{
        border:none;
    }
    .cert-item .text{
        width:100%;
        padding: 0 0 15px 0;
    }
    .cert-item .images{
        width:100%;
    }
    
    .document-pack .text{
        width:100%;
        padding:0;
    }
    .document-pack .button-block{
        width:100%;
        text-align: center;
        padding-top: 15px;
    }  

	#modalcalc .modal-content,#modalcalc .modal-dialog{
		width:100%;
		max-width: 400px;
	}
	#modalcalc .left-block{
		width:100%;
	}
	#modalcalc .right-block{
		width:100%;
	}
	#modalcalc .left-block .count{
		padding-top: 35px;
		width: 100%;
	}
	#modalcalc .left-block .count .title{
		font-size: 22px;
		padding-bottom: 15px;
	}
	#modalcalc .left-block .count .sum{
		font-size: 24px;
		padding-bottom: 25px;
	}
	#modalcalc .close{
		color: #fff;
		opacity: 0.8;
	}
    
    #owl-partneir{
        padding-top:15px;
    }
    
    
}
@media only screen and (min-width: 361px) and (max-width: 480px){
    /*header*/
	.logo img{
		width: 40px;
	}
	.logo .desc{
		font-size: 12px;
		display: inline-block;
	}
	#second{
		position:relative;
		padding: 10px 0;
	}
	#hmenu #menu-button{
		width: 30px;
		position: absolute !important;
		z-index: 100;
		top: -35px;
		right: 0;
	}
	#hmenu #menu-button::before{
		right: 0 !important; 
		height: 7px !important;
		top: 10px !important;
	}
	#hmenu #menu-button::after{
		right: 0 !important; 
	}
	#menu-top-menu-1{
		padding-top: 10px !important;
	}
	
	.banner_left .btn-orange{
		margin: 0 auto;
		display: block;
	}
    
    .left_content_ab{
        left: 0;
        width: 100%;
        padding: 0 15px;
    }
    .left_content_ab p{
        font-size: 18px;
    }
    
    .cals-btn{
        padding: 0 15px;
		text-align:center;
    }
    
    /*видео контент*/
    .video-content .create-year::after{
        top: 19px;
        height: 3px;
        width: 30px;
    }
    
    /*товар*/
    .spec-left, .spec-right{
        font-size: 12px;
    }
    
    .product-item-block{
        padding: 15px;
    }
    .product-item-block .info-block .img-block{
        width: 100%;
        margin-bottom: 15px;
    }
    .product-item-block .info-block .options{
        width: 100%;
        padding: 0;
    }
    .product-item-block .info-block .options button{
        width: 100%;
    }
    
    .information-block .nav-tabs > li{
        width:100%;
        margin-bottom: 0;
    }
    .information-block .tab-content p{
        width: 100%;
    }
    .information-block .tab-content .steps li,
    .information-block .tab-content .payment li{
        width: 100%;
        padding: 0 0 15px;
    }
	.information-block .tab-content .steps.no-pic li{
		width: 100%;
	}
    
    .product-item .btn-group{
        display: block;
        overflow: hidden;
    }
    .product-item .btn-group .btn-orange{
        width: 100% !important;
    }
    #production .item-btn-link, .production .item-btn-link{
        margin: 0;
    }
    #production .item-btn-modal, .production .item-btn-modal{
        margin: 15px 0 0;
    }
	
	.banner-title{
		padding: 0 15px !important;
		text-align: center !important;
	}
	.cals-block input[type="tel"]{
		min-width:0;
	}
	#cals .cals-info{
		padding-top: 13px;
		font-size: 13px;
		text-align: left;
		padding-left: 10px;
	}
	.cals-block-name{
		font-size: 16px;
	}
	#cals .cals-btn{
		padding: 0;
	}
    
    /*страница контактов*/
    .content-block .phones li{
        font-size: 24px;
        padding-top: 5px;
    }
    .content-block .map-block .map{
        width:100%;
    }
    .content-block .map-block .info{
        width:100%;
        padding: 15px;
    }
    .content-block .map-block .info .title{
        font-size: 18px;
    }
    .content-block .map-block .info ul{
        margin: 20px 0 0 0;
    }
    
    /*о компании*/
    .content-block .advantages ul li:nth-child(n){
        padding:0 0 10px;
        width:100%;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }
    .content-block .advantages ul li .description{
        height: auto;
    }
    .content-block .advantages ul li .img-block{
        height: auto;
        margin-bottom: 10px;
    }
    .content-block .advantages ul{
        margin-bottom: 0;
    }
    
    /*сертификаты*/
    .cert-item{
        border-bottom: 1px solid #ddd;
    }
    .cert-item:last-child{
        border:none;
    }
    .cert-item .text{
        width:100%;
        padding: 0 0 15px 0;
    }
    .cert-item .images{
        width:100%;
    }
    
    .document-pack .text{
        width:100%;
        padding:0;
    }
    .document-pack .button-block{
        width:100%;
        text-align: center;
        padding-top: 15px;
    }
    
    #modalCallback .modal-content,
    #modalDocs .modal-content{
        width: auto;
    }
	
	#modalcalc .modal-content,#modalcalc .modal-dialog{
		width:100%;
		max-width: 350px;
	}
	#modalcalc .left-block{
		width:100%;
	}
	#modalcalc .right-block{
		width:100%;
	}
	#modalcalc .left-block .count{
		padding-top: 35px;
		width: 100%;
	}
	#modalcalc .left-block .count .title{
		font-size: 22px;
		padding-bottom: 15px;
	}
	#modalcalc .left-block .count .sum{
		font-size: 24px;
		padding-bottom: 25px;
	}
	#modalcalc .close{
		color: #fff;
		opacity: 0.8;
	}
    
    #owl-partneir{
        padding-top:15px;
    }
    
    
}
@media only screen and (max-width: 360px){
    
	/*header*/
	.logo img{
		width: 40px;
	}
	.logo .desc{
		font-size: 12px;
		display: inline-block;
	}
	#second{
		position:relative;
		padding: 10px 0;
	}
	#hmenu #menu-button{
		width: 30px;
		position: absolute !important;
		z-index: 100;
		top: -35px;
		right: 0;
	}
	#hmenu #menu-button::before{
		right: 0 !important; 
		height: 7px !important;
		top: 10px !important;
	}
	#hmenu #menu-button::after{
		right: 0 !important; 
	}
	#menu-top-menu-1{
		padding-top: 10px !important;
	}
	
	
	
	
	
	
	
	
    .left_content_ab{
        left: 0;
        width: 100%;
        padding: 0 15px;
    }
    .left_content_ab p{
        font-size: 18px;
    }
    
    .btn-orange{
        width:100% !important;
        display: block !important;
    }
    .cals-btn{
        padding: 0 15px;
		text-align:center;
    }
	
	
	.banner-title{
		padding: 0 15px !important;
		text-align: center !important;
	}
	.cals-block input[type="tel"]{
		min-width:0;
	}
	#cals .cals-info{
		padding-top: 13px;
		font-size: 13px;
		text-align: left;
		padding-left: 5px;
	}
	.cals-block-name{
		font-size: 16px;
	}
	#cals .cals-btn{
		padding: 0;
	}
	
    
    /*видео контент*/
    .video-content h3{
        font-size: 20px;
        font-weight: 600;
    }
    .video-content .create-year::after{
        top: 19px;
        height: 3px;
        width: 30px;
    }
    
    /*товар*/
    .spec-left, .spec-right{
        font-size: 12px;
    }
    
    .product-item-block{
        padding: 15px;
    }
    .product-item-block .info-block .img-block{
        width: 100%;
        margin-bottom: 15px;
    }
    .product-item-block .info-block .options{
        width: 100%;
        padding: 0;
    }
    .product-item-block .info-block .options button{
        width: 100%;
    }
    
    .information-block .nav-tabs > li{
        width:100%;
        margin-bottom: 0;
    }
    .information-block .tab-content p{
        width: 100%;
    }
    .information-block .tab-content .steps li,
    .information-block .tab-content .payment li{
        width: 100%;
        padding: 0 0 15px;
    }
	.information-block .tab-content .steps.no-pic li{
		width: 100%;
	}
    
    .product-item .btn-group{
        display: block;
        overflow: hidden;
    }
    #production .item-btn-link, .production .item-btn-link{
        margin: 0;
    }
    #production .item-btn-modal, .production .item-btn-modal{
        margin: 15px 0 0;
    }
	
	
    
    /*страница контактов*/
    .content-block .phones li{
        font-size: 24px;
        padding-top: 5px;
    }
    .content-block .map-block .map{
        width:100%;
    }
    .content-block .map-block .info{
        width:100%;
        padding: 15px;
    }
    .content-block .map-block .info .title{
        font-size: 18px;
    }
    .content-block .map-block .info ul{
        margin: 20px 0 0 0;
    }
    
    /*о компании*/
    .content-block .advantages ul li:nth-child(n){
        padding:0 0 10px;
        width:100%;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }
    .content-block .advantages ul li .description{
        height: auto;
    }
    .content-block .advantages ul li .img-block{
        height: auto;
        margin-bottom: 10px;
    }
    .content-block .advantages ul{
        margin-bottom: 0;
    }
    
    /*сертификаты*/
    .cert-item{
        border-bottom: 1px solid #ddd;
    }
    .cert-item:last-child{
        border:none;
    }
    .cert-item .text{
        width:100%;
        padding: 0 0 15px 0;
    }
    .cert-item .images{
        width:100%;
    }
    
    .document-pack .text{
        width:100%;
        padding:0;
    }
    .document-pack .button-block{
        width:100%;
        text-align: center;
        padding-top: 15px;
    }
    
    #modalCallback .modal-content,
    #modalDocs .modal-content{
        width: auto;
    }
	
	#modalcalc .modal-content,#modalcalc .modal-dialog{
		width:100%;
		max-width: 300px;
	}
	#modalcalc .left-block{
		width:100%;
	}
	#modalcalc .right-block{
		width:100%;
	}
	#modalcalc .left-block .count{
		padding-top: 35px;
		width: 100%;
	}
	#modalcalc .left-block .count .title{
		font-size: 22px;
		padding-bottom: 15px;
	}
	#modalcalc .left-block .count .sum{
		font-size: 24px;
		padding-bottom: 25px;
	}
	#modalcalc .close{
		color: #fff;
		opacity: 0.8;
	}
    
    
    
    #owl-partneir{
        padding-top:15px;
    }
    
    
}



#hmenu,
#hmenu ul,
#hmenu ul li,
#hmenu ul li a,
#hmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-family: 'Century Gothic';
}
#hmenu:after,
#hmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#hmenu #menu-button {
	display: none;
}
#hmenu {
	width: auto;
	line-height: 1;
	background: #ffffff;
}
#menu-line {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background: #e1c48c;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
#hmenu > ul > li {
	float: left;
}
#hmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#hmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#hmenu.align-center ul ul {
	text-align: left;
}
#hmenu.align-right > ul > li {
	float: right;
}
#hmenu.align-right ul ul {
	text-align: right;
}
#hmenu > ul > li > a {
    padding: 18px;
    font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#hmenu > ul > li:hover > a,
#hmenu > ul > li.active > a {
	color: #e1c48c;	
}
#hmenu > ul > li.parent > a {
	padding-right: 25px;
}
#hmenu > ul > li.parent > a::after {
	position: absolute;
	top: 21px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
#hmenu > ul > li.parent:hover > a::after {
	border-color: #e1c48c;
}
#hmenu ul ul {
	position: absolute;
	left: -9999px;
    width: 100%;
}
#hmenu li:hover > ul {
	left: auto;
}
#hmenu.align-right li:hover > ul {
	right: 0;
}
#hmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#hmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#hmenu ul ul li {
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}
#hmenu ul li:hover > ul > li {
    width: 100%;
}
#hmenu ul ul li a {
	padding: 10px 20px;
    width: 100%;
    min-width: 160px;
	font-size: 14px;
	background: #ffffff;
	text-decoration: none;
	color: #000000;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#hmenu ul ul li:hover > a,
#hmenu ul ul li a:hover {
	color: #e1c48c;
	background-color: rgba(0,0,0,0.4);	
}
#hmenu ul ul li.parent > a::after {
	position: absolute;
	top: 13px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
#hmenu.align-right ul ul li.parent > a::after {
	right: auto;
	left: 10px;
	border-right: 0;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
#hmenu ul ul li.parent:hover > a::after {
	border-color: #e1c48c;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #hmenu {
    width: 100%;
  }
  #hmenu ul {
    width: 100%;
    display: none;
  }
  #hmenu.align-center > ul,
  #hmenu.align-right ul ul {
    text-align: left;
  }
  #hmenu ul li,
  #hmenu ul ul li,
  #hmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
	border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #hmenu ul li a,
  #hmenu ul ul li a {
 	width: 100%;
  }
  #hmenu > ul > li,
  #hmenu.align-center > ul > li,
  #hmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #hmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #hmenu ul ul li:hover > a,
  #hmenu ul ul li a:hover {
    color: #000000;
  }
  #hmenu ul ul ul li a {
    padding-left: 40px;
  }
  #hmenu ul ul,
  #hmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #hmenu > ul > li.parent > a::after,
  #hmenu ul ul li.parent > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #hmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #hmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #hmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #hmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #hmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #hmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #hmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}
