/* Основные стили */

body{
    font-family: Open Sans;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
}

h1{
    font-family: Gilroy;
    font-size: 36px;
    color: #003C1F;
    width: 100%;
}

h2{
    font-family: Gilroy;
    font-size: 34px;
    color: #003C1F;
    width: 100%;
}

h3{
    font-family: Gilroy;
    font-size: 24px;
    color: #003C1F;
    width: 100%;
}

a{
    color: #003C1F;
}

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

p{
    line-height: normal;
}

/* Header */

#header{
    padding-top: 50px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 0px 10px;
}

.logo{
    padding-right: 20px;
}

.search{
    padding: 16px 60px 0 60px;
}

.heder-mail a{
    font-size: 18px;
    font-weight: 600;
}

.heder-mail div{
    font-size: 14px;
}

.heder-mail{
    padding-right: 15px;
}

.heder-tel a{
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 600;
}

.heder-tel{
    border-left: 1px solid #003C1F;
    padding-right: 12px;
    padding-left: 12px;
}

.order-call{
    padding-top: 7px;
}

/* Главное меню десктоп */

.main-nav{
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
}

.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.main-nav a {
    display: block;
    position: relative;
    color: #003C1F;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 14px;
    font-family: 'Gilroy';
    text-transform: uppercase;
    font-weight: bold;
}

.main-nav a:hover,
.main-nav li:hover > a {
    color: #003A1E;
    text-decoration: none;
}

.main-nav .active > a:hover{
    color: #E79B0A;
}

.main-nav .active > a{
    color: #E79B0A;
    text-decoration: none;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 0 20px;
    font-size: 14px;
    color: #00724A;
    font-family: 'Open Sans';
    text-transform: lowercase;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
    color: #E79B0A;
}

.main-nav .drop-down > a:after {
    content: url(../img/punktir_right.png);
    padding-left: 10px;
}

.main-nav .drop-down > a:hover:after {
    content: url(../img/punktir_downn.png);
    padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down > a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
    content: url(../img/punktir_right.png);
    position: absolute;
    right: 15px;
}

.main-nav .drop-down .drop-down > a:hover:after {
    content: url(../img/punktir_downn.png);
}

/* Главное меню мобильник */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 10000;
    overflow-y: auto;
    right: -420px;
    width: 420px;
    padding-top: 18px;
    background: #336B58;
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 0 10px 60px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: #74b5fc;
    text-decoration: none;
}

/*.mobile-nav .drop-down > a:after {
    content: url(../img/down-arrow.png);
    padding-right: 10px;
    position: absolute;
    left: 15px;
}*/

.mobile-nav .drop-down  li:hover > a {
    color: #003C1F;
}

.drop-down ul{
    background: #8CA69A;
    padding: 20px 0 20px 60px;
}

/*.mobile-nav .active.drop-down > a:after {
    content: url(../img/up-arrow.png);
}*/

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10001;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 14px 20px 0 0;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 20;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(91, 91, 91, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    right: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

.mobile-phone{
    display: none;
}

/* Перекрытие bootstrap */

@media (max-width: 575px) {

    .col-xs-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xs-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}


.iframe_map {width: 951px; height:678px; border:0; position:relative;}

#pills-tab{
    margin-bottom: -10px;
}

#pills-tab li{
   width:  50%;
}

.nav-pills .nav-link {
    border-radius: 0;
}

#contact-form-contact{
    padding: 40px 40px 0 0;
}

.nav-pills .nav-link {
    color: #fff;
    background-color: #99b1a4;
    font-family: Open Sans;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 15px 0 20px 0;
}

#contact-form-contact #button{
    margin-top: 30px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #003A1E;
    font-family: Open Sans;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 20px 0 30px 0;
    margin-top: -10px;
}

.nav-link {
    display: block;
    padding: 1.5rem 1rem;
}

.page-link {
    background: none;
    border: none;
}

.breadcrumb-item{
    font-family: Open Sans;
    font-size: 12px;
}

.breadcrumb-item.active {
    color: #336B58;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: url(../img/breadcrumb-item.png);
}

.breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 50px;
    margin-top: 185px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0 0.75rem;
    height: 50px;
    color: #868686;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.04em;
}

.mobile-nav-search .form-control{
    background: #336B58 url("../img/search-in.png") no-repeat;
    background-position: bottom 5px right 20px;
    border: 2px solid #fff;
    color: #fff;
}

#div_open .form-control {
    background: #336B58 url("../img/search-in.png") no-repeat;
    background-position: bottom 5px right 20px;
    border: 2px solid #fff;
    color: #fff;
}

.mobile-nav-search .form-control:focus{
    background: #336B58 url("../img/search-in.png") no-repeat;
    background-position: bottom 10px right 20px;
    color: #fff;
}

#div_open .form-control:focus {
    background: #336B58 url("../img/search-in.png") no-repeat;
    background-position: bottom 5px right 20px;
    color: #fff;
}

#div_open input::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.5);}
#div_open input::-moz-placeholder          {color: rgba(255, 255, 255, 0.5);}/* Firefox 19+ */
#div_open input:-moz-placeholder           {color: rgba(255, 255, 255, 0.5);}/* Firefox 18- */
#div_open input:-ms-input-placeholder      {color: rgba(255, 255, 255, 0.5);}

.form-group input::-webkit-input-placeholder {color:#868686;}
.form-group input::-moz-placeholder          {color:#868686;}/* Firefox 19+ */
.form-group input:-moz-placeholder           {color:#868686;}/* Firefox 18- */
.form-group input:-ms-input-placeholder      {color:#868686;}

.form-group textarea::-webkit-input-placeholder {color:#868686; padding-top: 5px;}
.form-group textarea::-moz-placeholder          {color:#868686; padding-top: 5px;}/* Firefox 19+ */
.form-group textarea:-moz-placeholder           {color:#868686; padding-top: 5px;}/* Firefox 18- */
.form-group textarea:-ms-input-placeholder      {color:#868686; padding-top: 5px;}

.mobile-nav-search input::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.5); font-size: 15px;}
.mobile-nav-search input::-moz-placeholder          {color: rgba(255, 255, 255, 0.5); font-size: 15px;}/* Firefox 19+ */
.mobile-nav-search input:-moz-placeholder           {color: rgba(255, 255, 255, 0.5); font-size: 15px;}/* Firefox 18- */
.mobile-nav-search input:-ms-input-placeholder      {color: rgba(255, 255, 255, 0.5); font-size: 15px;}

.form-control{
    border-radius: 0;
}

.mobile-nav-phone{
    display: none;
}

.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
    position: relative;
    width: 100%;
}

.col-xs-five {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 768px) {

    .col-sm-five {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

}

@media (min-width: 992px) {

    .col-md-five {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

}

@media (min-width: 1200px) {

    .col-lg-five {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

}

.carousel-indicators li {
    width: 17px;
    height: 17px;
    margin-left: 0;
    background-color: #fff;
    border: none;
    transform: skew(146deg);
    margin-right: 15px;
}

.btn {
    font-weight: normal;
    border: none;
    padding: 0.75rem 2rem;
    font-family: Gilroy;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
    text-transform: uppercase;
}

.div__btn-primary {
    display: inline-block;
	margin-top: 30px;
}

.btn-primary {
    color: #fff;
    background: #003C1F url("../img/btn-primary-bg.png") center no-repeat;
}

.btn-primary:hover {
    color: #fff;
    background: #6EB693 url("../img/btn-primary-bg.png") center no-repeat;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background: #6EB693 url("../img/btn-primary-bg.png") center no-repeat;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary {
    background: none;
    border: 2px solid #FFFFFF;
    margin-top: 15px;
}

.btn-secondary:hover {
    background: #003A1E;
    border: 2px solid #FFFFFF;
}
.carousel-item .btn-secondary:hover{
    background: white;
    color: #001ca8;
}
.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background: #003A1E;
    border: 2px solid #FFFFFF;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

/* Главная страница  */

#main-carousel .carousel-top-bg{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/smoke.png) no-repeat;
}

#main-carousel .glyphicon-chevron-left{
    position: absolute;
    top: 59%;
    left: 4%;
}

#main-carousel .glyphicon-chevron-right{
    position: absolute;
    top: 59%;
    right: 4%;
}

#main-carousel .glyphicon-chevron-left:before{
    content: url(../img/glyphicon-chevron-left.png);
}

#main-carousel .glyphicon-chevron-left:hover:before{
    content: url(../img/glyphicon-chevron-left-hover.png);
}

#main-carousel .glyphicon-chevron-right:before{
    content: url(../img/glyphicon-chevron-right.png);
}

#main-carousel .glyphicon-chevron-right:hover:before{
    content: url(../img/glyphicon-chevron-right-hover.png);
}

#main-carousel .carousel-txt{
    background: url(../img/carousel-txt.png) no-repeat;
    background: #001ca8;
    padding: 40px;
    height: 515px;
    top: 143px;
}

#main-carousel .carousel-txt:before{
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: url('../img/image1.png');
    background-position: center;
    background-size: contain;
    width: 237px;
    height: 342px;
    background-repeat: no-repeat;
    opacity: 0.5;
}

#main-carousel .carousel-indicators {
    position: absolute;
    right: unset;
    bottom: 20px;
    left: 30px;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 75%;
    margin-left: 0;
    list-style: none;
}

#main-carousel .carousel-txt h4{
    font-family: Gilroy;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;

}

#main-carousel .carousel-txt p{
    color: #fff;
    max-width: 680px;
    font-family: Open Sans;
    font-size: 34px;
    font-weight: 500;
}
#main-carousel .carousel-txt p strong{
    font-size: 50px;
}
#main-carousel .carousel-txt a{
    margin: 25px 0 0 0;
    z-index: 1;
    position: absolute;
    background: white;
    color: #001ca8;
    font-weight: 600;
    font-size: 22px;
}

.carousel.fade{
    opacity: 1;
}

.carousel.fade .carousel-item{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 2s;
}

.carousel.fade .carousel-item.active{
    position: relative;
    opacity: 1;
    z-index: 20;
}

#front h1{
    padding: 80px 0 10px 20px;
    font: 500 48px/56px 'Gilroy';
}

.catalog-item img.catalog-item-img {
    -webkit-filter: brightness(65%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.catalog-item-width:hover .catalog-item-txt{
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: 1s;
}

.catalog-item-img-txt{
    top: 20px;
    left: 25px;
    color: #fff;
    /* font-size: 24px; */
    text-transform: uppercase;
    font: 500 36px/42px 'Gilroy';
}

.catalog-item-img{
    width: 100%;
    /* height: auto; */
    height: 300px;
    object-fit: cover;
    object-position: 0 50%;
}

.catalog-item-img-txt img{
    position: absolute;
    top: 151px;
    left: 0;
}

.catalog-item-txt{
    background: #E7E7E7;
    padding: 20px 25px 20px 25px;
    font-family: Open Sans;
    font-size: 15px;
    color: #333836;
    line-height: 24px;
    min-height: 136px;
}

.catalog-item-width{
    margin: 0 3% 6% 3%;
    /* max-width: 272px; */
    max-width: 100%;
}

#about-company{
    background: url(../img/about-company.jpg) center no-repeat;
    width: 100%;
    height: 553px;
    margin-top: 50px;
}

#about-company .container{
    padding: 20px;
}

#about-company h2{
    padding: 80px 0 10px 0;
    font-size: 48px;
}

#about-company a{
  /*  margin-top: 30px; */
}

.news-item-width:hover .news-item-txt{
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: 1s;
}

.news-item-img-txt{
    left: 20px;
    color: #fff;
    bottom: 20px;
    font-family: Open Sans;
    font-size: 18px;
    line-height: 24px;
    z-index: 2;
}

.gradient{
    background: transparent;
    background: linear-gradient(to top, rgba(29, 29, 29, 0.8) 0%, rgba(229, 229, 229, 0.1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.news-item-img-txt img{
    position: absolute;
    top: 135px;
    left: 0;
}

.news-item-txt{
    padding: 17px 25px 7px 25px;
    font-family: Open Sans;
    font-size: 16px;
    color: #333836;
    border-left: 1px solid #A3A3A3;
    border-right: 1px solid #A3A3A3;
    border-bottom: 1px solid #A3A3A3;
    min-height: 112px;
    line-height: 24px;
    background-color: #fff;
}
.news-item-width {
    margin: 0 auto;
    max-width: 513px;
}
#news h2{
    font-size: 48px;
    padding: 30px 0 25px 20px;
}
.news-item img{
    height: auto;
}
/* #y-map img{
    width: 100%;
    min-height: 479px;
} */
#y-map{
    width: 100%;
    padding-top: 40px;
    /* display: none; */
}
#y-map .container{
    position: relative;
}
#y-map .map{
    margin-bottom: -10px;
}
#y-map #contact-form{
    position: absolute;
    bottom: 90px;
    left: 190px;
    width: 570px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
}
#y-map #contact-form .form__button {
    text-align: left;
}
#contact-form{
    background-color: #fff;
    padding: 30px;
}
#y-map h4{
    font: 500 48px/ 56px'Gilroy';
    text-transform: uppercase;
    color: #003C1F;
}
.checkbox{
    margin-top: 25px;
	padding-top: 5px;
}
.checkbox div{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    /*color: #737373;*/
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

.checkbox label{
    width: 100%;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    width: 1.5em;
    height: 1.5em;
    float: left;
    margin-top: -4px;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: 12px;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    opacity: 0;
}
.form__button{
    text-align: center;
    margin-top: 20px;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.footer{
    background: url(../img/footer_bg.jpg) no-repeat;
    width: 100%;
    height: 206px;
    color: #fff;
    position: relative;
}

#footer-logo img{
    margin: 40px 0 15px 10px;
}

#footer-mail,
#footer-phone,
.footer-menu-contact,
.footer-menu-catalog,
.footer-menu-company,
.footer-menu-front,
#footer-logo{
    float: left;
    height: 200px;
    padding-right: 100px;
}

.footer-menu-title{
    font-family: Gilroy;
    font-size: 14px;
    text-transform: uppercase;
}

#footer-phone,
.footer-menu-contact,
.footer-menu-catalog,
.footer-menu-company,
.footer-menu-front{
    padding: 30px 40px 0 40px;
}

#footer-mail{
    padding: 30px 0 0 40px;
}

#footer-menu li{
    font-family: Open Sans;
    font-size: 12px;
    text-transform: lowercase;
    list-style-type: none;
    line-height: 1.6;
}

#footer-menu ul{
    padding: 5px 0 0 0;
    margin: 0;
}

#footer-phone div{
    float: left;
    padding-right: 20px;
    font-family: Gilroy;
    font-size: 18px;
}

.footer a{
    color: #fff;
}

.footer a:hover{
    color: #E79B0A;
}

.art-copyright{
    position: absolute;
    right: 10px;
    top: 115px;
}

#footer-mail{
    position: absolute;
    right: 10px;
}

#div_open {
    position: absolute;
    width: 100%;
    background: #336B58;
    visibility: hidden;
    padding: 48px 0 82px 0;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    top: -50px;
    left: 0;
}

#div_open input{
    width: 70%;
    margin: 0 auto;
}

#closetButton {
    position:absolute;
    top: 11%;
    right: 14%;
    font-weight:bold;
    cursor:pointer;
    margin: -6px 4px;
}

.mobile-nav a{
    font-family: Gilroy;
    font-size: 14px;
    text-transform: uppercase;
}

.mobile-nav a:hover,
.mobile-nav li:hover > a {
    color: #fff;
    text-decoration: none;
}

.mobile-nav .active a:hover{
    color: #E79B0A;
    text-decoration: none;
}

.mobile-nav .active > a{
    color: #E79B0A;
    text-decoration: none;
}

.mobile-nav .drop-down.active a{
    color: #fff;
}

.mobile-nav-toggle .fa-times:before {
    content: url(../img/mobile-nav-toggle-close.png);
    color: #fff;
    z-index: 19999;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: url(../img/close-search.png);
    color: #fff;
    z-index: 19999;
}

.work-mode{
    font-family: Open Sans;
    font-size: 14px;
    text-transform: lowercase;
    color: #003C1F;
}

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration { display: none; }

.about-company-txt{
    width: 50%;
}

#about-company{
    position: relative;
}

.about-company-left{
    background: url(../img/about-company-left.png) no-repeat;
    width: 256px;
    height: 445px;
    position: absolute;
    top: 0;
    left: 0;
}

.about-company-right{
    background: url(../img/about-company-right.png) no-repeat;
    width: 325px;
    height: 509px;
    position: absolute;
    bottom: -1px;
    right: 0;
}

.footer .container{
    position: relative;
}

.copyright{
    position: absolute;
    top: 115px;
    left: 10px;
}

#contact-form-mb{
    display: none;
}

.catalog-item-icon{
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: url(../img/navicon.png);
}

.mobile-nav-top-btn{
    display: none;
}

.mobile-nav-top-btn a{
    padding: 0.75rem 1rem;
    margin-left: 15px;
    width: 164px;
    float: left;
}

.mobile-nav-search{
    display: none;
}

/* Новости */

.heder-bg{
    background: #336B58 url("../img/heder.jpg") no-repeat center;
    max-width: 1920px;
    /* height: 307px; */
    height: 207px;
    background-size: 100% 100%;
}
@media (max-width: 700px) {
    .heder-bg{
        background: #336B58 url("../img/heder-mobile.jpg") no-repeat center;
        /* max-width: 700px; */
        background-size: 100% 100%;
    }
}

.title-and-breadcrumb{
    position: absolute;
    top: -155px;
}
.breadcrumb-item{
    line-height: 14px;
}
.breadcrumb-item a{
    text-decoration: underline;
}

.breadcrumb-item .active a{
    text-decoration: none;
}

.page-item.active .page-link {
    color: #000000;
    background: none;
    border: none;
    font-family: Open Sans;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    margin-top: -6px;
}

.page-link {
    color: #C4C4C4;
    background: none;
    border: none;
    font-family: Open Sans;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}

.page-link:hover {
    z-index: 2;
    color: #E79B0A;
    text-decoration: none;
    background: none;
    border: none;
}

a.page-link-left:after {
    content: url(../img/pagination-left.png);
}

a.page-link-left:hover:after {
    content: url(../img/pagination-left-active.png);
}

a.page-link-right:after {
    content: url(../img/pagination-right.png);
}

a.page-link-right:hover:after {
    content: url(../img/pagination-right-active.png);
}

#main-content{
    margin-top: -10px;
}

#preview-news #main-content .col-lg-4{
    padding-bottom: 50px;
}

.news-item-width{
    margin: 0 20px;
}

.contacts-bg{
    background: url(../img/preview-news-bg.png) no-repeat;
    width: 425px;
    height: 400px;
    position: absolute;
    bottom: 0;
    left: -405px;
    z-index: -2;
}

.preview-news-bg{
    background: url(../img/preview-news-bg.png) no-repeat;
    width: 425px;
    height: 400px;
    position: absolute;
    bottom: 0;
    left: -268px;
    z-index: -2;
}

#news h1{
    font-size: 24px;
    line-height: 28px;
}

.news-data{
    font-family: Open Sans;
    font-size: 14px;
    line-height: 24px;
    color: #A4A4A4;
}

.news-row{
    max-width: 1190px;
}
.news-row.narrow {
    max-width: 1100px;
		text-align: justify;
}


.news-row.narrow .paper__wrap img{
    width: unset;
    max-width: unset;
}

#news p {
    margin-top: 1rem;
}

.news-row ul li{
    padding-left: 20px;
    margin-bottom: 1rem;
    line-height: normal;
}

.news-back a{
    font-family: Open Sans;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    text-transform: lowercase;
    color: #003A1E;
}

.news-back a:hover{
    color: #E79B0A;
}

.news-back{
    padding: 20px 0 50px 0;
}

/* .news-row img{
    max-width: 100%;
} */

.news-left-bot-bg{
    background: url(../img/preview-news-bg.png) no-repeat;
    width: 425px;
    height: 400px;
    position: absolute;
    bottom: 0;
    left: -265px;
    z-index: -1;
}

.news-left-bg {
    background: url(../img/news-left-bg.png) no-repeat;
    width: 155px;
    height: 568px;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: -1;
}

.news-right-bg {
    background: url(../img/news-right-bg.png) no-repeat;
    width: 589px;
    height: 2081px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.pagination{
    padding: 0 15px;
}

.mobile-heder-tel a{
    font-family: Gilroy;
    font-size: 16px;
    line-height: 33px;
}

#contacts-block h4{
    font-family: Open Sans;
    font-size: 16px;
    line-height: 22px;
    color: #003A1E;
    font-weight: 600;
}

#contacts-block a{
    display: block;
}

#contacts-block img{
    padding-top: 45px;
}

#contacts-block p{
    font-family: Open Sans;
    font-size: 16px;
    line-height: 22px;
    color: #787878;
}

#contacts-map{
    padding-top: 40px;
    padding-bottom: 60px;
}
#contacts-map h4{
    font-family: Gilroy;
    font-size: 34px;
    line-height: 40px;
    text-transform: uppercase;
    color: #393838;
    padding-bottom: 10px;
}


.about-comp-intro-img{
    height: 400px;
}

.about-comp-intro-img img{
    position: absolute;
    margin-top: -85px;
    width: 100%;
}

#about-comp-intro p{
    padding-right: 60px;
}

#about-comp-intro h3{
    padding-bottom: 10px;
}

.about-comp-advantage{
    background: url(../img/about-comp-advantage-bg.jpg) no-repeat;
    background-position: top;
    padding: 10px;
}

.about-comp-advantage h2{
    font-family: Gilroy;
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 30px;
}

.about-comp-advantage p{
    font-family: Open Sans;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.about-comp-advantage-padding{
    padding-bottom: 40px;
}

.about-comp-advantage .container{
    padding-bottom: 40px;
}

.about-comp-advantage-bg-line{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 313px;
    height: 547px;
    background: url(../img/about-comp-advantage-bg-line.png) no-repeat;
}

#more-detailed{
    padding: 120px 0 0 0;
}

#more-detailed h2{
    padding-bottom: 20px;
}

#more-detailed p{
    padding-bottom: 20px;
}

#more-detailed .row{
    padding-bottom: 60px;
}

#more-detailed span{
   font-size: 24px;
}

#more-detailed img{
   width: 100%;
}

.more-detailed-col{
    padding-left: 20px;
}

#catalogue-intro h4{
    font: 500 22px/27px Gilroy;
    text-transform: uppercase;
    color: #000;
    padding-left: 20px;
    background: url(../img/catalog-h4.png) 0px 6px no-repeat;
}

.section-divider {
    display: block;
    width: 90%;
    height: 0px;
    /*background: #003A1E;*/
    margin-bottom: 20px;
}
#catalogue-intro ul li{
    list-style:none;
    padding-bottom: 15px;
    line-height: 20px !important;
    padding-left: 30px;
    background: url(../img/catalog-li.png) 0px 6px no-repeat;
}
#catalogue-intro ul li:hover{
    background: url(../img/catalog-li-a.png) 0px 6px no-repeat;
    color: #EDA80A;
    cursor: pointer;
}
#catalogue-intro ul li a{
    text-transform: none;
    font: 400 16px/20px 'Open Sans' !important;
    color: #000;
}
#catalogue-intro ul li a:hover, #catalogue-intro ul li:hover a{
    color: #EDA80A;
}

#catalogue-intro ul{
    padding: 0;
}

#catalogue-intro a{
    font-family: Open Sans;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}

#catalogue-intro .row{
    padding: 0 100px 0 100px;
}

#catalogue-intro{
    padding: 100px 0 100px 0;
}

.catalogue-intro-bg{
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 204px;
    height: 743px;
    background: url(../img/catalogue-intro-bg.png) no-repeat;
}


.art-item-card-carousel .carousel {
    margin-top: 20px;
}
.art-item-card-carousel .item .thumb {
    width: 25%;
    cursor: pointer;
    float: left;
}
.art-item-card-carousel .item .thumb img {
    width: 100%;
    margin: 2px;
}
.art-item-card-carousel .item img {
    width: 100%;
}

/* Слайдер товара */

.flex-direction-nav a {
    opacity: 1 !important;
}

.flex-direction-nav a:before {
    content: url(../img/glyphicon-chevron-left.png) !important;
}

.flex-direction-nav a.flex-next:before {
    content: url(../img/glyphicon-chevron-right.png) !important;
}

.flex-direction-nav a:hover:before {
    content: url(../img/glyphicon-chevron-left-gray.png) !important;
}

.flex-direction-nav a.flex-next:hover:before {
    content: url(../img/glyphicon-chevron-right-gray.png) !important;
}


.flexslider ul.slides{
    width: 80% !important;
    float: left !important;
    margin-left: 12px;
    border: 0.837159px solid #E7E7E7;
box-sizing: border-box;
}

.flexslider ul.flex-direction-nav{
    width: 80% !important;
    position: absolute;
}

.flexslider ol{
    float: right  !important;
    width: 15%  !important;
}

.flex-direction-nav a {
    width: 60px !important;
    height: 60px !important;
}

.flexslider .flex-control-thumbs li{
    float: none;
}

.flexslider .flex-control-nav li {
    display: block;
}

.flex-control-thumbs img{
    width: 100%;
    margin-bottom: 11px;
    border: 1px solid #E7E7E7;
}
.flex-control-thumbs li {
    width: auto !important;
}

/*.flexslider .slides img {
    border: 1px solid #E7E7E7;
}*/
.flexslider .slides a img {
    max-width: 100%;
    display: block;
}
.flex-direction-nav a {
    width: 45px !important;
    height: 45px !important;
}
.flex-direction-nav .flex-prev {
    left: 0 !important;
}

.flex-direction-nav .flex-next {
    right: -25px !important;
}

.new{
    font-family: Open Sans;
    font-size: 12px;
    line-height: 18px;
    color: #E79B0A;
    position: absolute;
    z-index: 15;
    top: 20px;
    left: 20px;
}

.art-item-card-carousel{
    padding-right: 20px;
}

.flex-control-thumbs {
    margin: 0 !important;
}

/* Конец слайдера тоавра */

.table-applicability a{
    font-family: Open Sans;
    font-size: 14px;
    line-height: 26px;
    text-decoration: underline;
    font-weight: 600;
}

.table-applicability img{
    padding-right: 20px;
}

.goods-description p{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
}

.goods-description h4{
    font-family: Gilroy;
    font-size: 24px;
    line-height: 28px;
    color: #003A1E;
}

.table-applicability{
    padding-right: 5%;
    padding-bottom: 30px;
}

.goods-description {
    padding-right: 100px;
    padding-left: 20px;
}

.frequently-items h3{
    font-family: Open Sans;
    font-size: 18px;
    line-height: 25px;
    color: #003A1E;
    font-weight: 600;
    padding-top: 20px;
}

.frequently-items h4{
    font-family: Gilroy;
    font-size: 16px;
    line-height: 19px;
    color: #003A1E;
}

#goods-carousel{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 50px;
}

.goods-description a.btn {
    padding: 0.75rem 4rem;
}

#goods-carousel .glyphicon-chevron-left:before {
    content: url(../img/glyphicon-chevron-left.png);
}

#goods-carousel .glyphicon-chevron-right:before {
    content: url(../img/glyphicon-chevron-right.png);
}

#goods-carousel .glyphicon-chevron-left:hover:before {
    content: url(../img/glyphicon-chevron-left-gray.png);
}

#goods-carousel .glyphicon-chevron-right:hover:before {
    content: url(../img/glyphicon-chevron-right-gray.png);
}

.goods-carousel-controls{
    display: none;
}

#goods-carousel-mb{
    display: none;
}

#goods-carousel-mb .glyphicon-chevron-left:before {
    content: url(../img/glyphicon-chevron-left.png);
}

#goods-carousel-mb .glyphicon-chevron-right:before {
    content: url(../img/glyphicon-chevron-right.png);
}

#goods-carousel-mb .glyphicon-chevron-left:hover:before {
    content: url(../img/glyphicon-chevron-left-gray.png);
}

#goods-carousel-mb .glyphicon-chevron-right:hover:before {
    content: url(../img/glyphicon-chevron-right-gray.png);
}

#goods-carousel-mb .glyphicon-chevron-left{
    position: absolute;
    top: 35%;
}

#goods-carousel-mb .glyphicon-chevron-right{
    position: absolute;
    top: 35%;
    right: 0;
}

.not-found-title{
    text-align: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #333836;
    height: 500px;
    margin-top: -362px;
}

.pages-not-body{
    text-align: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #333836;
}

.pages-not-found{
    background: url(../img/404-bg.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    position: relative;
    padding-top: 365px;
}

.pages-not-btn{
    position: absolute;
    top: 60%;
    left: 44%;
    margin-top: 30px;
}

.about-comp-advantage-img{
    text-align: center;
}

.not-found-title img{
    width: 600px;
    padding-top: 20px;
}

.jquery-accordion-menu {
    box-shadow: none !important;
}

.submenu-indicator{
    display: none;
}

/*#jquery-accordion-menu.jquery-accordion-menu > ul > li > a:before{
    content: url(../img/jquery-accordion-menu-down.png);
    position: absolute;
    top: 30%;
    right: 6%;
}*/
.jquery-accordion-menu .sidebar__item{
	position: relative;
}
.sidebar-grey-link__arrow{
	 background: url(../img/jquery-accordion-menu-down.png) center center;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 67px;
    background-repeat: no-repeat;
    z-index: 5;
}
#jquery-accordion-menu.jquery-accordion-menu > ul > li > a.submenu-indicator-minus:before{
    content: url(../img/jquery-accordion-menu-up.png);
    position: absolute;
    top: 30%;
    right: 6%;
}

.jquery-accordion-menu > ul >  li > a {
    font-family: Gilroy !important;
    font-size: 22px !important;
    line-height: 27px !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    padding-left: 30px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-weight: 600;
}


.black.jquery-accordion-menu > ul > li > a {
    background: #004B2C !important;
    border: 1px solid #FFFFFF !important;
    box-sizing: border-box !important;
}

.jquery-accordion-menu .submenu a{
    border: 0 !important;
    background: rgba(0, 58, 30, 0.45) !important;
    font-family: Open Sans !important;
    font-size: 14px !important;
    line-height: 19px !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
}

.jquery-accordion-menu .submenu a:hover{
    color: #FFB800 !important;
}

.catalog-internal-right{
    margin-left: 30px;
    padding: 40px;
    margin-bottom: 40px;
    background: #EEEEEE;
}

.catalog-internal-right h2{
    font-family: Gilroy;
    font-size: 34px;
    line-height: 40px;
    color: #003A1E;
    text-transform: initial;
    padding-bottom: 20px;
}

.catalog-internal-right-img img{
    padding: 20px;
    border-right: 2px solid #003A1E;
}

.catalog-internal-right-tht p{
    padding-left: 50px;
    font-family: Open Sans;
    font-size: 16px;
    line-height: 32px;
    color: #333836;
    font-weight: 600;
}

.catalog-internal-right ul{
    margin-left: -20px;
}

.catalog-internal-right ul li{
    padding-left: 20px;
}

.catalog-internal-right .row{
    padding-bottom: 20px;
}

.table-sozh{
    font-family: Open Sans;
    font-size: 16px;
    line-height: 32px;
    text-decoration-line: underline;
    padding-left: 20px;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #003A1E;
}

.catalog-internal-right h3{
    font-family: Gilroy;
    font-size: 18px;
    line-height: 21px;
    color: #003A1E;
    padding-bottom: 20px;
}

.whole-block{
    border: 1px solid #909090;
    padding: 35px;
    margin-bottom: 20px;
}

.whole-block .table-applicability {
    padding: 0;
}

.jquery-accordion-menu {
    width: 100% !important;
    margin-bottom: 40px;
}

#jquery-accordion-menu-mb.jquery-accordion-menu > ul > li > a {
    background: #fff !important;
    font-family: Gilroy !important;
    font-size: 22px !important;
    line-height: 26px !important;
    text-transform: uppercase !important;
    color: #004B2C !important;
}

#jquery-accordion-menu-mb.jquery-accordion-menu > ul > li > a.submenu-indicator-minus {
    border-bottom: 1px solid #004B2C !important;
}

.jquery-accordion-menu > ul > li > a {
     border-bottom: 0 !important;
}

#jquery-accordion-menu-mb.jquery-accordion-menu > ul > li {
    border: 1px solid #004B2C;
}

#jquery-accordion-menu-mb .submenu-one > li > a{
    background: #fff !important;
    font-family: Gilroy !important;
    font-size: 18px !important;
    line-height: 21px !important;
    text-transform: uppercase !important;
    color: #003A1E !important;
    padding-left: 50px;
    font-weight: 600;
}

.jquery-accordion-top-btn{
    padding-top: 10px;
}

.jquery-accordion-footer-btn{
    padding-bottom: 35px;
}

.submenu-indicator-minus .jquery-accordion-menu-mb-border{
    border: 0;
}

.jquery-accordion-menu-mb-border{
    border-top: 2px solid #fff;
    -moz-border-image: url(../img/dotted-line-gray.png) 30 round round;
    -webkit-border-image: url(../img/dotted-line-gray.png) 30 round round;
    -o-border-image: url(../img/dotted-line-gray.png) 30 round round;
    border-image: url(../img/dotted-line-gray.png) 30 round round;
    margin-top: 25px;
}

#jquery-accordion-menu-mb.jquery-accordion-menu > ul > li > a:before{
    content: url(../img/jquery-accordion-menu-down-mb.png);
    position: absolute;
    top: 30%;
    right: 6%;
}

#jquery-accordion-menu-mb.jquery-accordion-menu > ul > li > a.submenu-indicator-minus:before{
    content: url(../img/jquery-accordion-menu-up-mb.png);
    position: absolute;
    top: 30%;
    right: 6%;
}

#jquery-accordion-menu-mb .submenu-two > li > a {
    background: #fff !important;
    font-family: Open Sans !important;
    font-size: 14px !important;
    line-height: 19px !important;
    text-transform: uppercase !important;
    color: #003A1E !important;
    padding-left: 20px;
    margin-left: 80px !important;
    width: 75%;
    font-weight: 600;
    border-left: 1px solid #004B2C !important;
}

#jquery-accordion-menu-mb{
    display: none;
}

.back-to-top {
    position: fixed;
    display: none;
    width: 60px;
    height: 60px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

/* Форма заказать звонок */

#div_open_call {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.65);
    overflow: auto;
    z-index: 99999;
}
.term-15 .catalog-internal-right-tht p{
    padding-left: 0px;
}
/* Кнопка закрытия блока */
#closetButtonCall {
    position:absolute;
    top: 5px;
    right: 10px;
    font-weight:bold;
    cursor:pointer;
    padding:2px 4px;
}

/* Блочная таблица */
.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}

/* Ячейка блочной таблицы */
.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}

/* Модальный блок */
.dm-modal {
    position: relative;
    display: inline-block;
    padding: 35px 70px 35px 70px;
    max-width: 50em;
    background: #336B58;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: left;
}
.order-call-form-btn{
    text-align: center;
}
#div_open_order textarea.form-control, #order-call-form input, #div_open_call input {
    background: #336B58!important;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-family: Open Sans;
}
#order-call-form h4,#div_open_call h4 {
    font-family: Open Sans;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 20px;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
#order-call-form input::-webkit-input-placeholder {color: rgba(255,255,255,.5); font-size: 15px; line-height: 25px; font-family: Open Sans;font-weight: 300;}
#order-call-form input::-moz-placeholder          {color: rgba(255,255,255,.5); font-size: 15px; line-height: 25px; font-family: Open Sans;font-weight: 300;}/* Firefox 19+ */
#order-call-form input:-moz-placeholder           {color: rgba(255,255,255,.5); font-size: 15px; line-height: 25px; font-family: Open Sans;font-weight: 300;}/* Firefox 18- */
#order-call-form input:-ms-input-placeholder      {color: rgba(255,255,255,.5); font-size: 15px; line-height: 25px; font-family: Open Sans;font-weight: 300;amily: Open Sans;}

#div_open_order input::-webkit-input-placeholder {color: rgba(255,255,255,.5); font-size: 15px; line-height: 25px; font-family: Open Sans;font-weight: 300;}
#div_open_order input::-moz-placeholder          {color: rgba(255,255,255,.5); font-size: 15px; line-height: 25px; font-family: Open Sans;font-weight: 300;n Sans;}/* Firefox 19+ */
#div_open_order input:-moz-placeholder           {color: rgba(255,255,255,.5); font-size: 15px; line-height: 25px; font-family: Open Sans;font-weight: 300;ily: Open Sans;}/* Firefox 18- */
#div_open_order input:-ms-input-placeholder      {color: rgba(255,255,255,.5); font-size: 15px; line-height: 25px; font-family: Open Sans;font-weight: 300;}

#div_open_call input::-webkit-input-placeholder {color: rgba(255,255,255,.5); font-size: 15px; line-height: 25px; font-family: Open Sans;font-weight: 300;}
#div_open_call input::-moz-placeholder          {color: rgba(255,255,255,.5); font-size: 15px; line-height: 25px; font-family: Open Sans;font-weight: 300;n Sans;}/* Firefox 19+ */
#div_open_call input:-moz-placeholder           {color: rgba(255,255,255,.5); font-size: 15px; line-height: 25px; font-family: Open Sans;font-weight: 300;ily: Open Sans;}/* Firefox 18- */
#div_open_call input:-ms-input-placeholder      {color: rgba(255,255,255,.5); font-size: 15px; line-height: 25px; font-family: Open Sans;font-weight: 300;}

#div_open_order textarea::-webkit-input-placeholder {color: rgba(255,255,255,.5); font-size: 15px; line-height: 25px; font-family: Open Sans;font-weight: 300;}
#div_open_order textarea::-moz-placeholder          {color: rgba(255,255,255,.5); font-size: 15px; line-height: 25px; font-family: Open Sans;font-weight: 300;n Sans;}/* Firefox 19+ */
#div_open_order textarea:-moz-placeholder           {color: rgba(255,255,255,.5); font-size: 15px; line-height: 25px; font-family: Open Sans;font-weight: 300;ily: Open Sans;}/* Firefox 18- */
#div_open_order textarea:-ms-input-placeholder      {color: rgba(255,255,255,.5); font-size: 15px; line-height: 25px; font-family: Open Sans;font-weight: 300;}

.results_search-body{
    padding-bottom: 80px;
}

#results_search .pagination{
    padding-bottom: 40px;
}

#div_open_order {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.65);
    overflow: auto;
    z-index: 99999;
}

#div_open_order h4{
    color: #fff;
}

    #contacts-map{
		overflow: hidden;
    }



header .logo{
    max-width: 260px;
}
header .logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.table{
    width: 100%;
    overflow-x: auto;
}
.nice__img p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.news-row.narrow .nice__img img{
    height: 300px;
    width: 300px;
    margin-left: 0px;
}
.single__content{
    max-width: 1080px;
    width: 100%;
    margin: 0px auto;
}
.single__content a{
    text-decoration: underline;
}
.single__content table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-collapse: collapse; 
}
.single__content table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.single__content table td {
	border: 1px solid #dddddd;
	padding: 5px;
    min-width: 100px;
}
/* .post-type-archive-tehn-podderzhka #main-content{
    background: url('../img/no-foto-news.jpg');
    background-position: 50% 58%;
    background-size: 600px;
    background-repeat: no-repeat;
} */
.post-type-archive-tehn-podderzhka h1{
    margin-bottom: 50px;
    color: #00724A;
}
.post-type-archive-tehn-podderzhka .news-item-txt{
    font-size: 20px;
    font-weight: 500;

    border: 1px solid #868686;
    border-bottom: none;
}
.single-tehn-podderzhka h1{
    max-width: 1080px;
    width: 100%;
    margin: 0px auto;
    color: #00724A;
    text-transform: unset;
}
.single-tehn-podderzhka .art-breadcrumb{
    margin-left: 0px;
}
/* Респонсив */



.postid-265 .flexslider{
    height: 100%;
}

.postid-265  .flexslider ul.flex-direction-nav{
    width: 100% !important;
}
.postid-265 .flexslider ul.slides{
    width: 100% !important;
}

@media (max-width: 1890px) {

    .about-company-left {
        left: -25px;
    }

}

@media (max-width: 1840px) {

    .about-company-left {
        left: -60px;
    }

    #main-carousel .glyphicon-chevron-left {
        left: 1%;
    }

    #main-carousel .glyphicon-chevron-right {
        right: 1%;
    }

    .preview-news-bg {
        left: -305px;
    }

}

@media (max-width: 1760px) {

    .pages-not-btn {
        left: 43%;
    }

    .about-company-left {
        left: -110px;
    }

    .preview-news-bg {
        display: none;
    }

}

@media (max-width: 1700px) {

    #main-carousel .glyphicon-chevron-left {
        left: 0;
    }

    #main-carousel .glyphicon-chevron-right {
        right: 0;
    }

    #main-carousel .carousel-txt {
        left: 60px;
    }

    #main-carousel .carousel-indicators {
        left: 90px;
    }

}

@media (max-width: 1675px) {

    .about-company-left {
        display: none;
    }

    .flex-direction-nav .flex-prev {
        left: 0 !important;
    }

    .flex-direction-nav .flex-next {
        right: 0 !important;
    }

}

@media (max-width: 1600px) {

    .art-breadcrumb{
        margin-left: 10px;
    }

    .pages-not-btn {
        left: 43%;
    }

    #main-content{
        padding: 0 10px 0 10px;
    }

    .about-comp-advantage {
        margin: 0 -10px 0 -10px;
    }

    .catalogue-intro-bg {
        right: -10px;
    }

}

@media (max-width: 1590px) {

    .logo {
        padding-right: 0;
    }

    .search {
        padding: 16px 15px 0 15px;
    }
    

    #news .col-lg-4{
        padding: 0 5px 0 5px;
    }

    #footer-phone, .footer-menu-contact, .footer-menu-catalog, .footer-menu-company, .footer-menu-front {
        padding: 30px 30px 0 30px;
    }

}

@media (max-width: 1505px) {

    .search {
        padding: 16px 20px 0 20px;
    }

}

@media (max-width: 1475px) {

    .pages-not-btn {
        left: 42%;
    }

    #header .logo{
        width: 220px;
        padding-top: 10px;
    }

    .search {
        padding: 16px 10px 0 10px;
    }

    #footer-phone, .footer-menu-contact, .footer-menu-catalog, .footer-menu-company, .footer-menu-front {
        padding: 30px 40px 0 20px;
    }

}

@media (max-width: 1395px) {
    .heder-mail {
        padding-right: 10px;
    }

    .heder-tel {
        padding-right: 5px;
        padding-left: 10px;
    }

    .logo {
        width: 152px;
        padding-top: 20px;
    }

    .col-lg-five{
        padding: 0 5px 0 5px;
    }

    .about-company-txt{
        width: 60%;
    }

    #footer-phone, .footer-menu-contact, .footer-menu-catalog, .footer-menu-company, .footer-menu-front {
        padding: 30px 20px 0 20px;
    }

}

@media (max-width: 1350px) {

    .pages-not-btn {
        top: 61%;
        left: 41%;
    }

    #header .logo{
        width: 143px;
        padding-top: 17px;
    }

}

@media (max-width: 1280px) {

    #catalogue-intro{
        padding: 0;
    }

    #catalogue-intro .row {
         padding: 0;
    }

    #catalogue-intro a {
        font-weight: 600;
    }

    #header {
        padding-left: 0;
    }

    .art-breadcrumb {
        padding-left: 0;
    }

    #more-detailed {
        padding: 60px 0 0 0;
    }

    .catalog-item-txt {
        min-height: 160px;
    }

    .main-nav a {
        padding: 10px 12px;
    }

    .search {
        padding: 16px 10px 0 0;
    }

    .heder-mail a {
        font-size: 14px;
        font-weight: normal;
    }

    .news-item-txt {
       min-height: 155px;
    }

    .btn {
        padding: 0.75rem 1.2rem;
    }

    #main-carousel .glyphicon-chevron-left {
        left: 1%;
    }

    #main-carousel .glyphicon-chevron-right {
        right: 1%;
    }
    #footer-phone, .footer-menu-contact, .footer-menu-catalog, .footer-menu-company, .footer-menu-front {
        padding: 30px 10px 0 10px;
    }

    #footer-mail{
        position: absolute;
        right: 15px;
    }

}

@media (max-width: 1250px) {

    .footer-mail{
        padding-left: 60px;
    }

}

@media (max-width: 1200px) {

    .not-found-title {
        height: 400px;
    }

    .art-breadcrumb{
        padding-left: 10px;
    }

    .pages-not-btn {
        left: 41%;
        top: 75%;
    }

    .pagination{
        margin-left: 15px;
    }

    .mobile-nav a.btn:hover{
        color: #fff;
    }

    .mobile-heder-tel,
    .mobile-heder-mail{
        padding-bottom: 30px;
    }

    .mobile-nav-phone{
        display: block;
    }

    .mobile-heder-mail a{
        text-transform: none;
    }

    .mobile-heder-mail > div{
        font-family: Gilroy;
        font-size: 14px;
        padding: 0 0 0 60px;
        display: block;
        position: relative;
        color: #fff;
        font-weight: 500;
    }

    .drop-down > ul a{
        border-left: 1px solid #003C1F;
        padding: 2px 20px 2px 20px;
    }

    .mobile-nav a.aric {
        padding: 0 0 0 60px;
    }

    .mobile-heder-tel-border{
        margin: 10px 20px 20px 60px;
        border-top: 2px solid #fff;
        -moz-border-image: url(../img/dotted-line.png) 30 round round;
        -webkit-border-image: url(../img/dotted-line.png) 30 round round;
        -o-border-image: url(../img/dotted-line.png) 30 round round;
        border-image: url(../img/dotted-line.png) 30 round round;
    }

    .heder-tel{
        display: none;
    }

    .order-call{
        display: none;
    }

    .heder-mail{
        display: none;
    }

    .search{
        display: none;
    }

    #header .logo {
        width: 180px;
        padding-top: 0;
        margin-left: 20px;
    }

    .mobile-nav-top-btn{
        display: block;
        padding: 65px 0 80px 41px;
    }

    .mobile-nav-search{
        display: block;
        padding: 20px 20px 0 60px;
    }

    .mobile-nav-search input{
        height: 55px;
    }

    .mobile-nav-search .form-control {
        background-position: bottom 12px right 20px;
    }

    #header {
        padding-top: 20px;
        left: 0;
    }

}

@media (max-width: 1185px) {

    #footer-phone, .footer-menu-contact, .footer-menu-catalog, .footer-menu-company, .footer-menu-front {
        padding: 30px 5px 0 5px;
    }

    #footer-logo {
        padding-right: 70px;
    }

    #footer-phone div {
        padding-right: 10px;
    }

    .footer-menu-front {
        padding: 30px 5px 0 5px;
    }

    #footer-mail {
        padding: 30px 0 0 40px;
    }

}

@media (max-width: 1134px) {

    #preview-news .news-item-txt {
        height: 156px;

    }
    .catalog-item-img{
        height: 200px;
    }

@media (max-width: 1099px) {

    .pages-not-btn {
        left: 41%;
    }
    #catalogue-intro .row {
        padding: 0;
    }

    .catalog-item-txt {
        min-height: 208px;
    }

    #footer-logo{
        left: 50%;
        margin-left: -130px;
        position: absolute;
        padding: 0;
        height: auto;
        top: -20px;
    }

    #footer-menu{
        display: none;
    }

    .catalog-item-img-txt {
        font-size: 16px;
    }

    #footer-mail {
        padding: 60px 0 0 40px;
    }

    .catalog-item-icon{
        height: 30px;
    }
    #footer-phone{
        position: absolute;
        left: 50%;
        margin-left: -150px;
        top: 78px;
        padding: 0;
        height: auto;
    }

    #footer-logo {
        padding-right: 38px;
    }

    #footer-mail{
        position: absolute;
        left: 50%;
        margin-left: -150px;
        top: 110px;
        padding: 0;
        height: auto;
    }

    .copyright{
        top: 160px;
    }

    .art-copyright {
        top: 160px;
    }

}

@media (max-width: 1024px) {

    .contacts-bg,
    .news-left-bg,
    .news-right-bg,
    .news-left-bot-bg{
        display: none;
    }

    #about-comp-intro{
        margin-top: -50px;
    }

    .about-comp-intro-img img {
        margin-top: -90px;
    }

}

@media (max-width: 991px) {

    #jquery-accordion-menu-mb{
        display: block;
        position: absolute;
        z-index: 999;
        background: #fff;
    }

    #jquery-accordion-menu{
        display: none;
    }

    .catalog-internal-right {
        margin-left: 0;
        margin-top: 90px;
    }

    .goods-description h4 {
        padding-top: 20px;
    }

    .table-applicability {
        padding: 0 0 20px 0;
    }

    .pages-not-btn {
        left: 40%;
    }

    #catalogue-intro h4 {
        font-size: 16px;
        line-height: 19px;
    }

    #catalogue-intro a {
        font-size: 14px;
        line-height: 19px;
    }
    #catalogue-intro li{
        line-height: 19px;
    }
    #more-detailed {
        padding: 0;
    }

    .more-detailed-col {
        padding-left: 0;
    }

    .zet-chemie{
        display: flex;
        flex-direction: column-reverse;
    }

    #about-comp-intro{
        padding-bottom: 50px;
    }

    .about-comp-intro-img{
        display: none;
    }

    #contacts-block img {
        padding-top: 55px;
    }

    #contacts-block h4 {
        padding-top: 20px;
    }

    #contacts-block .col-lg-10 {
        padding-right: 20px;
    }

    #contact-form-contact {
        padding: 0 10px 0 0;
    }

    #contacts-map h4 {
        font-size: 26px;
        line-height: 31px;
    }

    #preview-news .news-item-txt {
        height: 105px;
    }

    .about-company-left {
        display: block;
        left: -95px;
    }

    .catalog-item-icon{
        height: 20px;
    }

    .catalog-item-img-txt {
        font-size: 12px;
        line-height: 24px;
    }

    .catalog-item-txt {
        font-size: 10px;
        padding: 15px 15px 0 15px;
        line-height: 14px;
        min-height: 96px;
    }

    .catalog-item-img-txt img {
        top: 50px;
        height: 30px;
    }

    .catalog-item-img-txt {
        left: 15px;
    }

    #about-company h2 {
        padding: 10px 0 10px 0;
    }

    .news-item-txt {
        padding: 20px 15px 0 15px;
        font-size: 12px;
    }

    .news-item-img-txt {
        font-size: 14px;
        line-height: 18px;
    }

    .news-item-txt {
        min-height: 130px;
    }

    .news-item img {
        height: auto;
    }

    #y-map #contact-form {
        width: 430px;
    }

}

@media (max-width: 900px) {

    .not-found-title img {
        width: 300px;
        padding-top: 20px;
    }

    .not-found-title {
        line-height: 5px;
    }

    .not-found-title {
        height: 400px;
    }

    .about-company-left {
        left: -115px;
    }

    .pages-not-btn {
        top: 55%;
        left: 38%;
    }

}

@media (max-width: 870px) {

    .about-company-left {
        display: none;
    }

}

@media (max-width: 767px) {
    .post-type-archive-tehn-podderzhka .news-item-txt{
        font-size: 16px;
    }
	
	.div__btn-primary {
        display: block;
		text-align:center;
		margin-top: 20px;
    }
		

    .pages-not-btn {
        left: 36%;
    }

    .goods-description {
        padding: 0;
    }

    #item-card .catalogue-intro-bg{
        display: none;
    }

    #goods-carousel-mb .title-goods,
    #goods-carousel-mb .img-goods{
        text-align: center;
    }

    #goods-carousel{
        display: none;
    }

    #goods-carousel-mb{
        display: block;
        width: 100%;
        padding: 20px 0 50px 0;
    }

    .about-comp-advantage h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .about-comp-advantage {
        background-size: 200% 95%;
    }

    .news-left-bg,
    .news-left-bot-bg{
        display: none;
    }

    .news-right-bg {
        background: url(../img/catalogue-intro-bg.png) no-repeat !important;
        width: 204px !important;
        height: 743px !important;
        top: 250px!important;
    }

    #y-map img {
        min-height: auto;
    }

    #preview-news #main-content .col-lg-4 {
        padding-bottom: 0;
    }

    #preview-news .news-item-txt {
        height: 88px;
    }

    #main-carousel .carousel-indicators {
        left: 30px;
    }

    #main-carousel .carousel-txt {
        left: 0;
    }

    .catalog-item-width{
        max-width: 100%;
        /* padding-bottom: 20px; */
    }

    .catalog-item-txt {
        min-height: 58px;
        font-size: 12px;
    }

    #catalog .col-lg-five{
        width: 100%;
    }

    .catalog-item-img{
        object-fit: cover;
        object-position: 0 50%;
        height: 115px;
    }

    .about-company-txt {
        width: 100%;
    }

    .about-company-right {
        display: none;
    }

    #about-company h2 {
        padding: 36px 0 10px 0;
    }

    .news-item-width{
        padding-bottom: 20px;
    }

    .news-item img{
        object-fit: cover;
    }
		
		.news-item {
    height: auto;
		}

    .news-item-txt {
        min-height: 76px;
    }

    #contact-form{
        display: none;
    }

    #contact-form-mb{
        display: block;
    }

    #contact-form-mb h4{
        font-family: Open Sans;
        font-size: 20px;
        text-transform: uppercase;
        color: #393838;
        padding: 35px 0 10px 0;
        font-weight: 600;
    }

    #button-mb{
        margin: 40px 0 80px 0;
        margin-left: 30%;
    }


    #contact-form-mb .form-control {
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid #ced4da;
    }

}

@media (max-width: 650px) {
	
	.iframe_map {width: 100%; height:400px; border:0;}

    .not-found-title{
        font-size: 16px;
        line-height: 22px;
    }

    .not-found-title img {
        width: 180px;
    }

    .not-found-title img {
        padding-top: 10px;
    }

    .pages-not-btn {
        top: 30%;
        left: 34%;
    }

    #main-carousel .carousel-txt {
        background: #001ca8;
        width: 456px;
        height: 461px;
        top: 132px;
        left: 55px;
    }

    #main-carousel .carousel-txt h4 {
        font-size: 36px;
        padding-top: 60px;
        padding-left: 0px;
        font-size: 32px !important;
    }   

    #main-carousel .carousel-txt p {
        font-size: 16px;
        line-height: 22px;
        width: 350px;
    }

    #main-carousel .carousel-item img{
        margin-left: -560px;
        /*margin-left: 0px;*/
        height: 590px;
    }
    #main-carousel .carousel-item img.img-responsive{
    	width: auto !important;
    }

    #main-carousel .carousel-indicators {
        left: 85px;
    }

    .art-copyright,
    .copyright{
        font-family: Open Sans;
        font-size: 12px;
        text-transform: lowercase
    }

    #footer-phone a{
        font-size: 14px;
    }

    #footer-phone {
        left: 55%;
    }

    .footer-mail a{
        font-size: 14px;
        text-transform: lowercase;
    }
	

}

@media (max-width: 500px) {
    #preview-news .news-item-txt {
        height: 108px;
    }

}

@media (max-width: 575px) {

    .not-found-title img {
        width: 130px;
    }

    .pages-not-btn {
        left: 32%;
    }
    .flexslider ol {
        width: 100% !important;
    }

    .flexslider .flex-control-nav li {
         display: inline !important;
    }

    .flexslider .flex-control-thumbs li {
        float: left !important;
        padding: 20px 0 0 0;
        margin: 0 10px;
    }

    .flexslider ul.flex-direction-nav {
        width: 100% !important;
    }

    .flexslider ul.slides {
        width: 100% !important;
    }

    #contacts-map{
        display: flex;
        flex-direction: column-reverse;
		overflow: hidden;
    }

    #contacts-map h4 {
        padding-top: 30px;
    }

    #header .logo {
        width: 225px;
    }

    .catalog-item-width {
        padding: 0 20px 20px 20px;
    }

    .catalog-item-txt {
        min-height: 60px;
    }

    #contact-form-mb {
        padding: 0 40px 0 40px;
    }

    .pagination,
 {
        padding: 0 20px 20px 20px;
    }

    .news-item-txt {
        height: 105px;
    }

    .news-item-width {
        max-width: 100%;
    }

    #footer-logo {
        left: 30%;
        margin: 0;
    }

    #footer-phone {
        left: 32%;
        margin: 0;
    }

    #footer-mail {
        left: 30%;
        margin-left: 0;
    }

}

@media (max-width: 450px) {

    .flexslider .flex-control-thumbs li {
        margin: 0 10px;
    }

    .not-found-title {
        font-size: 14px;
        line-height: 0;
    }

    .pages-not-btn {
        top: 20%;
        left: 27%;
    }

    .flex-direction-nav a {
        top: 150px !important;
    }

    .flex-control-thumbs img {
        width: 75px !important;
        margin-right: 5px;
    }

    .flexslider .flex-control-thumbs li {
        padding: 20px 0 0 0 !important;
    }

    #button-mb {
        margin-left: 24%;
    }

    #footer-phone,
    #footer-mail,
    #footer-logo {
        left: 24%;
    }

    #about-company h2 {
        padding: 0 0 10px 0;
    }

    #main-carousel .carousel-indicators {
        left: 80px;
    }

}

@media (max-width: 431px) {

    .catalog-item-txt {
        min-height: 56px;
    }

    .flexslider .flex-control-thumbs li {
        margin: 0 5px;
    }

}

@media (max-width: 420px) {

    .dm-modal {
        padding: 35px 15px 35px 15px;
    }

    .catalog-internal-right-tht p {
        font-size: 14px;
        line-height: 24px;
        padding-left: 15px;
    }

    #jquery-accordion-menu-mb.jquery-accordion-menu > ul > li > a {
        font-size: 18px !important;
        line-height: 21px !important;
    }

    #jquery-accordion-menu-mb .submenu-one > li > a {
        font-size: 14px !important;
        line-height: 19px !important;;
        padding-left: 20px;
    }

    .jquery-accordion-menu > ul > li > a {
        padding-left: 20px !important;
    }

    #jquery-accordion-menu-mb .submenu-two > li > a {
        font-size: 11px !important;
        line-height: 13px !important;
        margin-left: 45px !important;
    }

    .catalog-internal-right {
        padding: 13px;
    }

    .catalog-internal-right h2 {
        font-size: 18px;
        line-height: 21px;
    }

    .catalog-internal-right {
        margin-top: 80px;
    }

    .catalog-internal-right-img img {
        padding: 10px;
    }

    #catalogue-intro ul li {
        padding-bottom: 0;
    }

    #more-detailed .row {
        padding-bottom: 35px;
    }

    h2 {
        font-family: Gilroy;
        font-size: 18px;
        line-height: 21px;
        text-transform: uppercase;
        color: #003A1E;
    }

    .about-comp-advantage-padding {
        padding-bottom: 5px;
    }

    .about-comp-advantage h2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #about-comp-intro {
        padding-bottom: 10px;
    }

    .about-comp-advantage p {
        font-size: 14px;
        line-height: 24px;
    }

    .about-comp-advantage-img img{
        width: 75%;
    }

    .about-comp-advantage {
        background-size: 360% 95%;
    }

    .frequently-items h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .about-comp-advantage-padding p{
        padding-left: 20px;
    }

    .about-comp-advantage h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .news-right-bg {
        display: none;
    }

    .catalog-item-txt{
        font-size: 16px;
        line-height: 22px;
        min-height: 72px;
    }

    .catalog-item-img-txt{
        font-weight: normal;
        font-family: Gilroy;
        font-size: 16px;
        line-height: 1.5;
        text-transform: uppercase;
    }

    .title-and-breadcrumb nav{
        display: none;
    }

    .title-and-breadcrumb {
        top: -110px;
    }

    #main-carousel .carousel-txt {
        top: 74px;
        background-size: 440px 530px;
    }

    #main-carousel .carousel-txt p {
        width: 300px;
    }

    .heder-bg {
        height: 222px;
    }

    .about-company-txt p{
        font-size: 16px;
        line-height: 22px;
    }

    #main-carousel .carousel-item img {
        height: 535px;
    }

    h1 {
        font-size: 24px;
    }

    #about-company h2 {
        font-size: 24px;
    }

    #news h2 {
        font-size: 24px;
    }

    #footer-logo {
        padding-right: 0;
    }

}

@media (max-width: 419px) {

    .mobile-nav-top-btn a {
        margin-right: 5px;
        margin-left: 0;
        width: 125px;
        font-size: 9px;
    }

    .mobile-nav {
        right: -320px;
        width: 320px;
    }

    .mobile-nav-top-btn {
        padding: 65px 0 80px 59px;
    }

}

@media (max-width: 405px) {

    .catalog-item-txt {
        min-height: 95px;
    }

}

@media (max-width: 400px) {

    .pages-not-btn {
        left: 24%;
    }

    .flex-direction-nav a {
        top: 133px !important;
    }

    #main-carousel .carousel-txt h4 {
        font-size: 32px;
    }

    #main-carousel .carousel-txt {
        /*background-size: 362px 516px;*/
        background-size: 390px 516px;
    }

    #about-company a {
        margin-top: 0;
    }

    #main-carousel .carousel-txt p {
        font-size: 22px;
        line-height: 20px;
        width: 300px;
        line-height: 1.2;
    }
    /* #main-carousel .carousel-txt p br{
        display: none;
    } */
    #main-carousel .carousel-txt p strong{
        font-size: 32px;
    }

    #button-mb {
        margin-left: 19%;
    }

    #footer-phone, #footer-mail, #footer-logo {
        left: 22%;
    }

}

@media (max-width: 380px) {
    #preview-news .news-item-txt {
        height: 127px;
    }
    #main-carousel .carousel-txt {
        background-size: 390px 516px;
    }

}

@media (max-width: 370px) {

    .flexslider .flex-control-thumbs li {
        margin: 0 5px;
    }

    .new {
        top: 10px;
        left: 10px;
        font-size: 10px;
    }

    .new img{
       width: 17%;
    }

    .flex-control-thumbs img {
        width: 60px !important;
        margin-right: 5px;
    }

    #main-carousel .carousel-txt h4 {
        font-size: 26px;
        padding-top: 57px;
    }

    .art-copyright, .copyright {
        font-size: 11px;
    }

    #main-carousel .carousel-txt {
/*        background: url(../img/carousel-txt-mb-bb.png) no-repeat;
        width: 456px;
        height: 461px;
        top: 132px;
        left: 55px;*/
        left: 15px;
    }

    #main-carousel .carousel-txt p {
        padding: 13px 30px 0 30px;
        width: 2860px;
    }
	
	#contact-form-contact div {
    max-width: 100%;
    overflow: hidden;
    }

}

@media (max-width: 350px) {

    .pages-not-btn {
        left: 20%;
    }

    .flexslider .flex-control-thumbs li {
        margin: 0 4px;
    }
    #main-carousel .carousel-txt p {
        width: 280px;
        padding-left: 0px;
    }

    .news-item-txt {
        height: 125px;
    }

    .about-company-txt p {
        font-size: 14px;
        line-height: 20px;
    }

    #button-mb {
        margin-left: 15%;
    }

    #footer-phone, #footer-mail, #footer-logo {
        left: 20%;
    }

}

@media (max-width: 340px) {

    .not-found-title {
        font-size: 11px;
    }

    .flexslider .flex-control-thumbs li {
        margin: 0 3px;
    }

    .news-item-txt {
        height: 125px;
    }

    #header .logo {
        width: 190px;
    }

    .art-copyright, .copyright {
        font-size: 10px;
    }

}

@media (max-width: 330px) {

    .flexslider .flex-control-thumbs li {
        margin: 0 1px;
    }

    #main-carousel .carousel-txt {
        background-size: 385px 405px;
    }

}

@media (max-width: 326px) {

    #preview-news .news-item-txt {
        height: 148px;
    }

    .catalog-item-txt {
        min-height: 120px;
    }

}

@media (max-width: 320px) {

    #button-mb {
        margin-left: 10%;
    }

    #footer-phone, #footer-mail, #footer-logo {
        left: 4%;
    }

}