.form-input::-webkit-input-placeholder {color:#a1a1a1;}
.form-input::-moz-placeholder          {color:#a1a1a1;}/* Firefox 19+ */
.form-input:-moz-placeholder           {color:#a1a1a1;}/* Firefox 18- */
.form-input:-ms-input-placeholder      {color:#a1a1a1;}
body{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 18px;
}
a,button,input,
a:focus, button:focus, input:focus,
textarea:focus{
    outline: none;
}
a{cursor: pointer;}
ul{
    list-style: none;
    -webkit-padding-start: 0;
}
.line-btn{
    background-color: transparent;
    border: 1px solid;
    border-radius: 20px;
    font-weight: 400;
}
.section-title {
    text-align: center;
    line-height: 1.5;
    margin: 0 0 33px;
    color: #000;
    font-size: 24px;
}
.section-title span{
    display: inline-block;
    border-bottom: 1px solid #1caa4a;
}
.section-title a {
    color: #000;
}
.left-section{
    text-align: left;
}
button, a, .owl-dot{
    transition: all 0.4s ease-in-out;
}
.btn-default{
    border-radius: 0;
    background-color: transparent;
    border: 2px solid transparent;
}
.breadcrumb{
    padding: 0;
    margin-bottom: 15px;
    font-size: 12px;
    background-color: transparent;
}
.breadcrumb a{
    color: #a1a1a1;
}
.m40{
    margin-bottom: 40px;
}
.m70{
    margin-bottom: 70px!important;
}
main{
    padding-top: 10px;
    margin-bottom: 15px;
}
.not-border-bot{
    border-bottom: none!important;
}
/***************** COLOR ********************/
.blue-btn{
    border-color: #0c68b1;
    color: #0c68b1;
}
.blue-text{
    color: #0c68b1;
}
.orange-text{
    color: #f4ae34;
}
.grey{
    color: #d6d4d1;
}
.white-btn{
    border-color: #fff;
    color: #fff;
}
/****************************** HEADER *******************************/
header{
    padding: 8px 0;
}
.header-content{
    padding-left: 8%;
}
.flex{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
header .call-size-btn{
    font-size: 12px;
    padding: 11px 25px;
}
header .call-size-btn:hover{
    background-color: #0c68b1;
    color: #fff;
}
.search-box{
    position: relative;
    width: 33%;
}
nav li .search-box{
    width: 100%;
    max-width: 480px;
    padding: 0 10px;
    margin: 10px 0;
}
.search-box input{
    height: 40px;
    line-height: 40px;
    border: 1px solid  #ebeae6;
    padding-left: 30px;
    border-radius: 20px;
    width: 100%;
    font-size: 12px;
}
.search-btn{
    position: absolute;
    display: block;
    right: 15px;
    top: 50%;
    margin-top: -11px;
    background-color: transparent;
    border: none;
    padding: 0;
}
.nav li .search-btn{
    right: 20px;
    margin-top: -9px;
}
.header-contact{
    text-align: right;
}
.header-phone{
    font-size: 20px;
    color: #0c68b1;
}
header .call-back-btn{
    font-size: 13px;
    color: #a1a1a1;
    text-decoration: underline;
}
/****************************** NAV *******************************/
.navbar{
    position: relative;
    margin-bottom: 15px;
}
.navbar-toggle{
    border: 2px solid #fff;
}
.navbar-toggle .icon-bar{
    background-color: #fff;
}
.navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}
.navbar .navbar-nav > li > a{
    font-size: 18px;
    color: #fff;
}
.navbar{
    background-color: #0c68b1;
    /*margin-bottom: 70px;*/
}
.nav > li{
    position: static;
}
.nav > li > a{
    padding-left: 30px;
    padding-right: 30px;
}
.nav li:first-child a{
    padding-left: 0;
}
.nav li:nth-last-child(2) a{
    padding-right: 0;
}
.nav > li > a:hover,
.nav > li > a:focus,
.sub-menu li a:hover,
.sub-menu li a:focus{
    color: #f4ae34;
    background-color: transparent;
}
.navbar-header .call-size-btn{
    display: inline-block;
}
.sub-menu-box{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 100%;
    top: 100%;
    background-color: #ebeae6;
}
.sub-menu{
    max-width: 940px;
    margin: 0 auto;

}
.sub-menu li a{
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    padding: 15px 30px;
    text-decoration: none;
}
.open{
    margin-bottom: 70px;
}
/************************************ TOP SLIDER **************************************************/
.ts-item{
    position: relative;
    max-height: 310px;
    overflow: hidden;
    background-color: #0c68b1;
    cursor: pointer;
}
.owl-carousel .ts-item img{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    right: 0;
    z-index: 1;
}
.ts-content {
    position: relative;
    z-index: 2;
    max-width: 30%;
    padding: 4% 0 6% 4%;
    color: #fff;
    overflow: visible;
}
.ts-title{
    font-size: 24px;
    margin-bottom: 30px;
}
.ts-item:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: url("../img/slider/top-slider/sl-bg.png") no-repeat left center;
    z-index: 1;
}
.ts-content p{
    line-height: 1.7;
    margin-bottom: 50px;
}
.read-more{
    font-size: 14px;
    padding: 10px 50px;
}
.read-more:hover{
    background-color: #fff;
    color: #0c68b1;
}
.content-action{
    position: relative;
}
.top-slider-nav{
    position: absolute;
    left: 95%;
    right: -85px;
    top: 50%;
    margin-top: -15px;
    padding: 0;
}
.tsNextBtn,
.tsPrevBtn{
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 24px;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    display: inline-block;
}
.tsNextBtn{
    margin-left: 10px;
}
.tsPrevBtn{
    margin-right: 10px;
}
.top-slider .owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.top-slider .owl-theme .owl-dots .owl-dot span{
    border: 1px solid #fff;
}
.top-slider .owl-theme .owl-dots .owl-dot.active span,
.top-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #f4ae34;
    border-color: #f4ae34;
}
.product-grid{
    margin-bottom: 22px;
}
.product-item{
    position: relative;
    overflow: hidden;
    margin: 22px 0;
}
.product-item a{
    position: relative;
    display: block;
    min-height: 170px;
    width: 100%;
    padding: 10px 14px 15px;
}
.product-item a:before{
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
    z-index: 2;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
}
.product-item img{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    transition: all 0.5s ease;
}
.product-item:hover img ,
.stock-item:hover img,
.news-item:hover img,
.ws-item:hover img,
.gallery-item:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.box{
    position: absolute;
    top: 10px;
    left: 14px;
    padding: 5px 18px;
    border-radius: 15px;
    color: #fff;
}
.product-price{
    background-color: #0c68b1;
    font-size: 14px;
    z-index: 2;
}
.product-category{
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    font-size: 16px;
    color: #fff;
    z-index: 2;
}
/****************************** ABOUT *******************************/
.about{
    background-color:  #ebeae6;
    padding: 33px 0;
}
.about .section-title{
    margin-bottom: 26px;
}
.about-content p:not(:last-child){
    margin-bottom: 30px;
}
/****************************** NEWS *******************************/
.news{
    padding-top: 44px;
}
.news-title span{
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    margin-top: 15px;
    width: 100%;
    display: block;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}
.news-item{
    margin-bottom: 22px;
    overflow: hidden;
}
.news-item a{
    text-decoration: underline;
}
.news-item a:hover{
    color: #0c68b1;
    text-decoration: none;
}
.news-item img{
    transition: all 0.5s ease;
}
/****************************** STOCK *******************************/
.stock{
    padding-top: 22px;
}
.stock-item{
    position: relative;
    margin-bottom: 35px;
    overflow: hidden;
}
.stock-date{
    font-size: 13px;
    background-color: #f4ae34;
}
.stock-title{
    position: absolute;
    bottom: 21px;
    left: 13px;
    color: #fff;
}
.stock-title span{
    text-decoration: underline;
}
.stock-item a:hover span{
     text-decoration: none;
}
.stock-item img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}
/****************************** ODDS *******************************/
.odds{
     background-color: #0c68b1;
     color: #fff;
     padding-top: 30px;
    padding-bottom: 50px;
}
.odds .section-title{
    margin-bottom: 60px;
}
.odds .section-title span{
     color: #fff;
     border-bottom-color: #fff;
}
.odds .flex{
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.odds-list{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 525px;
    cursor: default;
}
.odds-list li{
    position: relative;
    padding-left: 55px;
    width: 100%;
    background-color: transparent;
    border: none;
}
.odds-list li:not(:last-child){
    margin-bottom: 40px;
}
.odds-list li:before{
    position: absolute;
    display: block;
    content: '\f00c';
    left: 0;
    top: 0;
    font-family: 'FontAwesome', sans-serif;
    font-size: 30px;
    line-height: 1;
}
.odds-title{
    font-size: 18px;
    margin-bottom: 15px;
}
.odds-content{
    font-size: 13px;
}
/****************************** STEPS *******************************/
.steps{
    background-color:  #ebeae6;
    padding: 50px 0;
}
.steps .section-title{
    margin-bottom: 44px;
}
.steps-list li i{
    position: relative;
}
.steps-list li:not(:last-child) i:after{
    position: absolute;
    content: '';
    display: block;
    right: -100%;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background-color: #3a3937;
}
.steps-list li{
    position: relative;
    text-align: center;
}
.steps-list i{
    color: #fff;
    font-size: 50px;
    line-height: 110px;
    background-color: #3a3937;
    width: 110px;
    height: 110px;
    border-radius: 50%;
}
.step-title{
    font-size: 16px;
    display: block;
    margin-top: 27px;
}
/****************************** WORKS *******************************/
.works{
    padding: 35px 0 50px;
}
.ws-item,
.gallery-item{
    position: relative;
    overflow: hidden;
    max-height: 235px;
}
.ws-item li,
.gallery-item li{
    display: inline-block;
}
.ws-item a,
.gallery-item a{
    display: block;
}
.ws-item a:after,
.gallery-item a:after{
    position: absolute;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
    z-index: 1;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
}
.owl-carousel .ws-item a img,
.gallery-item a img{
    transition: all 0.5s ease;
    width: 100%;
    height: auto;
}
.photo-number{
    position: absolute;
    right: 20px;
    top: 20px;
    border: 1px solid #fff;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 15px;
}
.work-content{
    position: absolute;
    left: 15px;
    bottom: 20px;
    z-index: 2;
}
.category-name{
    display: block;
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}
.works-place{
    display: block;
    font-size: 12px;
    color:  #ebeae6;
}
.works .owl-theme .owl-dots .owl-dot span,
.review .owl-theme .owl-dots .owl-dot span{
    border: 1px solid #0c68b1;
}
.works .owl-theme .owl-dots .owl-dot.active span,
.works .owl-theme .owl-dots .owl-dot:hover span,
.review .owl-theme .owl-dots .owl-dot.active span,
.review .owl-theme .owl-dots .owl-dot:hover span {
    background: #0c68b1;
}
/****************************** ORDER *******************************/
.order{
    padding: 35px 0 44px;
    background: url(../img/content/order-bg.jpg) no-repeat center 75%;
    background-size: cover;
}
.order-form input,
.order-form button{
    border-radius: 0;
}
.order-form .form-control{
    width: 100%;
}
.order-form .form-group{
    /*width: 38%;*/
    max-width: 240px;
}
.order-title{
    color: #fff;
    text-align: center;
}
.order-title small{
    color: #fff;
    display: block;
    margin: 20px auto;
}
.order-btn{
    background-color: #f4ae34;
    color: #fff;
    border: 2px solid #f4ae34;
    margin-left: -2%;
}
.order-btn:hover,
.order-btn:focus{
    background-color: transparent;
    color: #fff;
    border: 2px solid #f4ae34;
}
#userName{
    margin-right: 30px;
}
#userPhone{
    margin-right: 20px;
}
.order-form .form-group:nth-child(2){
    padding: 0 30px 0 20px;
}
/****************************** REVIEW *******************************/
.review{
    padding: 52px 0 30px;
}
.rs-item.flex{
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
.owl-carousel .user-avatar img{
    border-radius: 50%;
    width: 64px;
    height: 64px;
}
.rs-item .user-name{
    font-size: 14px;
    color: #000;
}
.user-box{
    min-width: 15%;
    /*padding-right: 50px;*/
}
.review-date{
    font-size: 12px;
    color: #a1a1a1;
}
.review-text{
    padding: 30px 20px;
    background-color:  #ebeae6;
    font-size: 14px;
    max-width: 85%;
}
.review-text span{
    display: block;
}
.review .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px;
}
/******************************* FOOTER *******************************************/
footer{
    padding-top: 34px;
    background-color: #3a3937;
}
footer h4{
    color: #979694;
    margin-bottom: 30px;
}
.footer-links{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.footer-catalog,
.footer-about{
    width: 48%;
}
.footer-about{
    margin-bottom: 20px;
}
.footer-button{
    overflow: hidden;
}
.footer-button button{
    color: #d6d4d1;
    border-color: #d6d4d1;
    font-size: 12px;
    padding: 5px 15px;
}
footer .call-size-btn{
    margin-right: 30px;
}
.footer-links a{
    font-size: 12px;
    line-height: 1.6;
    text-decoration: underline;
}
.footer-contacts a,
.footer-about a,
.footer-catalog a{
    color: #fff;
}
.social{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
}
.social li:not(:last-child){
    margin-right: 15px;
}
.social i{
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #d6d4d1;
    border: 1px solid #d6d4d1;
    border-radius: 50%;
    text-align: center;
}
footer a:hover{
    text-decoration: none;
    color: #f4ae34;
}
.footer-copyright{
    text-align: center;
    background-color: #262522;
    padding: 14px 0;
    margin-top: 25px;
}
.footer-copyright .links,
.footer-copyright .links a{
    font-size: 12px;
    color: #d6d4d1;
}
.footer-copyright .links a{
    text-decoration: underline;
}
/************************************************* CONTACTS-PAGE **************************************/
.sidebar{
    display: block;
    background-color: #fff;
    transition: all 0.8s ease;
}
.catalog-list{
    margin-bottom: 30px;
}
.catalog-list-title{
    font-size: 18px;
    background-color: #0c68b1;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}
.catalog-list-body{
    background-color:  #ebeae6;
    padding-top: 10px;
}
.cat-name p{
    margin-bottom: 0;
}
.cat-name a{
    display: block;
    padding: 10px 8px 10px 13px;
    text-decoration: none;
}
.cat-name ul a{
    color: #333;
    margin-left: 13px;
}
.form-slider{
    position: relative;
    margin: 0 60px;
}
.company-links-slider-nav{
    position: absolute;
    top: 50%;
    margin: -50px auto 0;
    left: 0;
    right: 0;
}
.company-links-slider .cs-item a{
    position: relative;
    z-index: 2;
}
.csPrevBtn i,
.csNextBtn i{
    position: relative;
    display: block;
    top: 0;
    width: 20px;
    height: 50px;
    font-size: 50px;
    color: #0c68b1;
    z-index: 2;
    transition: all 0.5s ease;
}
.csNextBtn,
.csPrevBtn{
     cursor: pointer;
}
.cs-item a i,
.company-links a i{
    color: #fff;
    font-size: 50px;
    line-height: 110px;
    background-color: #0c68b1;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    transition: all 0.5s ease;
}
.company-links a:hover i,
.cs-item a:hover i{
    background-color: #f4ae34;
    color: #0c68b1;
    transition: all 0.5s ease;
    border-radius: 10px;
}
.csPrevBtn{
    cursor: pointer;
}
.csPrevBtn{
    float: left;
    margin-left: -30px;
}
.csNextBtn{
    float: right;
    margin-right: -30px;
}
.panel-title{
    position: relative;
    border-bottom: 1px solid #ddd;
}
.panel-title a{
    color: #333;
}
.panel-title:before{
    position: absolute;
    content: '\e688';
    font-family:'Pe-icon-7-stroke',sans-serif;
    font-size: 30px;
    right: 0;
    top: 50%;
    margin-top: -21px;
}
.contacts .section-title{
    text-align: left;
    margin-bottom: 25px;
}
.panel-body li{
    border-bottom: 1px solid #e2e2e2;
}
.address-card{
    background-color:  #ebeae6;
    padding: 20px;
    margin-bottom: 20px;
}
.address-card ul{
    margin-bottom: 40px;
}
.address-title{
    font-size: 18px;
    color: #0c68b1;
    margin-bottom: 20px;
}
.payment{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.payment img{
    margin-right: 5px;
    width: 48%;
    max-width: 120px;
}
.founder-box{
    margin-bottom: 0;
}
.founder-box li{
    margin-bottom: 10px;
}
.founder{
    display: block;
}
.founder-mail-btn{
    background-color: #f4ae34;
    color: #fff;
    padding: 6px 25px;
}
.founder-mail-btn:hover,
.founder-mail-btn:focus{
    border: 2px solid #f4ae34;
    background-color: transparent;
    color: #000;
}
.map{
    margin-bottom: 20px;
}
/************************************************* FORM-PAGE **************************************/
.cs-item,
.company-links li{
    position: relative;
    text-align: center;
}
.step-title{
    font-size: 16px;
    display: block;
    margin-top: 27px;
}
.founder-info{
    margin-bottom: 35px;
}
.founder-photo{
    margin-bottom: 15px;
}
.founder-photo img{
    width: 100%;
    height: auto;
    max-width: 320px;
}
.founder-info p{
    font-size: 14px;
}
.contact-form{
    background-color:  #ebeae6;
    padding: 20px;
    margin-bottom: 45px;
}
.text-mail{
    margin-bottom: 30px;
}
.captcha{
    margin-bottom: 20px;
}
.send-btn{
    background-color: #f4ae34;
    color: #fff;
    padding: 6px 25px;
}
.send-btn:hover,
.send-btn:focus{
    border: 2px solid #f4ae34;
}
.form-note{
    color: #a1a1a1;
    margin-top: 25px;
}
/************************************************* ABOUT ********************************************/
.about-img li:first-child{
    margin-right: 15px;
}
.company-links {
    margin: 0 60px;
    text-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
.company-links li{
    margin-bottom: 40px;
    text-align: center;
    width: 30%;
}
.company-links a{
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
.company-links a:hover i{
    border-radius: 0;
}
/************************************************* GALLERY-ITEM ********************************************/
.gallery-item{
    margin-bottom: 45px;
}
.pagination > li > a{
    border: none;
    font-size: 14px;
    color: #0c68b1;
    text-decoration: underline;
}
.pagination > li > a:hover,
.pagination > li > a:focus{
    background-color: #f4ae34;
    color: #fff;
    text-decoration: none;
}
.pagination >li.active > a{
    text-decoration: none;
}
/************************************************* NEWS-ITEM + NEWS ********************************************/
.single-news img{
    float: left;
    margin: 0 34px 25px 0;
    max-width: 255px;
}
.news-box{
    max-height: 210px;
    overflow: hidden;
    margin-bottom: 35px;
}
.news-box,
.invert{
    position: relative;
}
.invert:before,
.news-box:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 25px;
    width: 100%;
}
.news-box:before{
    background-image: -ms-linear-gradient( 90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
.invert:before{
    background-image: -ms-linear-gradient( 90deg, rgba(235,234,230,1) 50%, rgba(235,234,230,0) 100%);
}
.news-box img{
    margin-right: 40px;
    max-width: 255px;
}
.news-content p{
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 14px;
}
.news-content p span{
    display: block;
}
.back-list-news-btn{
    font-size: 14px;
    background-color:  #ebeae6;
    padding: 8px 24px;
    margin-bottom: 50px;
    border: 2px solid transparent;
}
.back-list-news-btn:hover,
.back-list-news-btn:focus{
    background-color: transparent;
    border-color: #f4ae34;
}
.news-box-title{
    color: #000;
    margin-bottom: 30px;
}
.media-left, .media > .pull-left{
    padding-right: 0;
}
.invert{
    background-color:  #ebeae6;
    padding: 18px 11px 13px 20px;
}
.invert img{
    max-width: 235px;
    margin-left: 25px;
    margin-right: 0;
}
.invert .news-box-title{
    margin-top: 0;
}
.invert .news-content p{
    margin-bottom: 10px;
}
/************************************* CATALOG-ITEM ***************************************/
.product-about{
    position: relative;
}
.product-about h4{
    margin-bottom: 30px;
}
.product-about > img{
    margin: 0 40px 25px 0;
}
.product-item-info img{
    margin: 0 0 30px 40px;
}
.product-about p{
    line-height: 1.7;
}
.product-about p:not(:last-child){
    margin-bottom: 25px;
}
.product-about .nav{
    margin-bottom: 25px;
}
.product-about .nav > li > a{
    padding: 10px;
    color: #000;
}
.product-about .nav li.active a{
    background-color: #1caa4a;
    color: #fff;
}
.product-about .order-btn-top{
    position: absolute;
    display: block;
    right: 0;
    top: -5px;
}
.product-about .order-btn:hover,
.product-about .order-btn:focus{
    color: #0c68b1;
}
.order-small{
    background: #0c68b1;
    padding: 15px 35px 35px;
}
.accordion-tabs {
    *zoom: 1;
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 0.1875em;
    margin-bottom: 1.5em;
    margin-left:0;
    padding-left:0;
}
.accordion-tabs:before,
.accordion-tabs:after {
    content: " ";
    display: table;
}
.accordion-tabs:after {
    clear: both;
}
.accordion-tabs li{
    list-style:none;
}
.accordion-tabs li.tab-head-cont:first-child a {
    border-top: 0;
}
.accordion-tabs li.tab-head-cont a {
    text-decoration:none;
    border-top: 1px solid #dddddd;
    color: #000;
    display: block;
    padding: 0.75em 0.809em;
}
.accordion-tabs li.tab-head-cont a:hover {
    color: #000;
}
.accordion-tabs li.tab-head-cont a:focus {
    outline: none;
}
.accordion-tabs li.tab-head-cont a.is-active {
    background-color: #1caa4a;
    border-bottom: 0;
    color: #fff;
}
.accordion-tabs li.tab-head-cont div {
    padding: 30px 5px 15px;
    display: none;
    overflow: hidden;
    width: 100%;
}
.accordion-tabs li.tab-head-cont div img{
    margin: 0 0 45px 45px;
}
.es-carousel ul{
    display: block;
}
.text-full {text-align:justify}


.form__item_buttom {
    margin-right: 0 !important;
}

.form__item_cap {
	display: flex;
    justify-content: flex-end;
    width: 100%;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0;
	flex-wrap: wrap;
	align-items: center;
}


#form__item_cap-text {
	padding-right: 15px;
	width: 300px;
	text-align: right;
}

#form-pay .input-form {
	margin-bottom: 15px;
}

#form-pay {
    background-color: #ebeae6;
    padding: 15px;
}


#form-pay::after {
	content: "";
	display: block;
	clear: both;
}

#form-pay .order-btn {
    margin-left: 0;
}

#form-pay .input-form {
    background: #fff;
    border: 0px;
    padding: 14px 10px;
    width: 270px;
    outline: none;
}

.nav > li > a {
    padding-left: 24px;
    padding-right: 25px;
}

.two-form__left {
    float: left;
    width: 320px;
    margin-right: 45px;
}

.two-form__right {
    float: left;
    width: 560px;
}

/* Styles 25.05.20 */
.two-form__payment-contacts {
	display: flex;
	flex-direction: column;
}
.two-form__payment-contacts b {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
}
.two-form__payment-contacts b:last-child {
	margin-bottom: 0;
}
.two-form__payment-contacts a {
	font-weight: 400;
}

.two-form__payment-info {
	margin: 20px 0;
}
.two-form__payment-item {
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
}
.two-form__payment-item:last-child {
	margin-bottom: 0;
}
.two-form__payment_item-icon {
	width: 15px;
    margin-right: 10px;
    display: inline-block;
	position: relative;
	top: 2px;
    vertical-align: middle;
    cursor: pointer;
    background: transparent;
    border: none;
}
.two-form__payment_item-line {
	width: 100%;
    height: 3px;
    margin: 5px 0;
    background: #017dc7;
    display: block;
    position: relative;
    transition: 0.3s;
}
.two-form__payment_item-icon .two-form__payment_item-line.line-1 {
	transform: translateY(0px) rotate(90deg);
}
.two-form__payment_item-icon .two-form__payment_item-line.line-2 {
	transform: translateY(-8px);
}
.two-form__payment_item-title.active .two-form__payment_item-line.line-1 {
	display: none;
}
.two-form__payment_item-title.active .two-form__payment_item-line.line-2 {
	transform: translateY(-6px);
}
.two-form__payment_item-title {
	cursor: pointer;
	font-size: 24px;
	color: #017dc7;
}
.two-form__payment_item-desc {
	display: none;
	padding-top: 10px;
}

.two-form__payment-cards {
	margin-bottom: 20px;
	margin-top: 0;
}
.two-form__payment-cards .row {
	padding: 0;
    flex-wrap: wrap;
    margin: 0;
}
.two-form__payment-cards span {
	display: inline-block;
    margin-bottom: 15px;
    font-size: 16px;
}
.two-form__payment-cards img {
	height: 50px;
}