.modal-form-success{
    padding: 50px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 40px rgba(92,161,229, 0.55);
    max-width: 500px;
    position: relative;
    margin: 0 auto;
}

.modal-dialog{
    width: 430px;
}

.modal-body{
    padding: 20px 40px;
}

.modal-content{
    border-radius: 0px;
}

.button{
    cursor: pointer;
}

.s4-item p{
    margin-top: 15px;
}

#disclaimer {
    display: block;
    width: 100%;
    padding: 20px 50px 20px 40px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #000000;
    text-align: center;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 1000;
}
#disclaimer .disclaimer-content {
    display: inline;
    /*background: #ffffff;*/

}
#disclaimer p {
    padding: 0;
    margin: 0;
}
#disclaimer a {
    color: #000000;
    font-size: 12px;
}
#disclaimer .close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAADAUlEQVQ4T42US2xMYRTHz/m+exs7EfEoUiRssPPYNHQ6Q7XxqEfuDEF7b4eKDSIWupBG4pFYWNh4pJ25bTDjXkJQj6QzrUdJt1ZIiKBBSAmL0vnud+S7cscYM9W7u+c75/f9z3ceCGW+kGFO5wwbJdBSlFip3IjReyQYRK7dyKQ6PpYKxWLj8k2tlZqWO4FAcwBYGrl4rAn9nfITWm4WCV4NQFsA6SVyva0Y/BcwbFhhQDzJAA71OonecuqVPWKY9QLwGAM40Ocm7we+eaCCEcojFaQ13nM7h8eCBWfLDWuKDnAdkLVlnc4Hyu4DVZq6Jm7qhHXjhf0FRbyTI2p46CY/+cDaqGVzwAtBmiHTnKB9ZzN6ryZelVIaMuLzfsK3oSeuO+LHG/E1jMn1mcvJ3aiqyRDSWccOBcHhTfHZyMUVT+KO/qv2s0Jo7dbmhUyAjUCbe93uN/kYo+URCtGIkZi1mwgx6yTOFgYqFQwpLT25PYCGYvFFjMhmHkSL1UcMcx8gfsXamNnBmDydSXU/LU5v1WZzvsdZSkE1BrpEliwFU3GhLS1LuAQLw4bVowPbUa4YCjrKMM0RqRzMb6OtO6eB8M79FxgxrAUAsstXz2hb5nL3i1KFygPHSjmAoeQx0oQGEi9K4Nv73MTzYmgkZi4FYiaGo+YuINSybvJMoVMhLCiASl8yulQKGo617CeAYVRSSQgn69o1AbDO2DnXg5yjlBVXU1Wfg0h5HI3+tP36T9tYAzqwdX5jh6PNCSR0Mq59V/0vbm3VJ375MTXrdg+Veq+VRlPVJBj54Lru6O/GbllPKBv6HXuPD1QqhfBuS4B6NT7jmePARw0GAfagpq/uT53/nF8OtYZVgwDHcwAbxgv1dybgNYnyYJ/TNZBfDvl3iMZXANApImzvczt7xlKq0pRA7Qzl3gD2D9DfPIY1pYLBUZK4EEG6HmcDHNlbHy5FFQGrBkmGRHoKvOKwSrPw4n82dnAY2dg0GXS+FgCXAdFM3444JBEGKyTeKjdZvwDVgWldmQoAmQAAAABJRU5ErkJggg==') 0 0 no-repeat;
}

#disclaimer .close {
    opacity: 1 !important;
}

.pagination{
    display: block;
}

.navbar-custom{
    position: relative;
    background: #ffffff;
    color: black;
}

.navbar-custom a{
    color: black !important;
    background: none !important;
}

.galery-item__title{
    text-transform: uppercase;
}

.file-preview-image{
    width: 200px;
}

/* styling admin menu */

.navbar-top {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-top > li {
    position: relative;
    display: block;
}
.navbar-top > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.navbar-top > li > a:hover,
.navbar-top > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.navbar-top > li.disabled > a {
    color: #777;
}
.navbar-top > li.disabled > a:hover,
.navbar-top > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.navbar-top .open > a,
.navbar-top .open > a:hover,
.navbar-top .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}
.navbar-top .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.navbar-top > li > a > img {
    max-width: none;
}

/* end */

.btn-top{
    color: black !important;
    font-weight: normal;
    font-family: Museo Sans Cyrl;
    padding-top: 9px;
}

.navbar{
    margin-bottom: 0;
}

.objects{
    margin-bottom: 40px;
}

.objects-item__title{
    height: 85px;
}

.catalog .s4-item{
    height: auto;
}

.s4-item__img img{
    height: 114px;
    max-height: 114px;
}

.down{
    position: fixed;
    bottom: 50px;
    cursor: pointer;
    z-index: 100;
}

.down.active{
    /*transform: rotate(-180deg);*/
    background: url(../images/up.png) no-repeat;
}

.s4-item__img img{
    width: auto;
}

.s3-item{
    height: 295px;
    overflow: hidden;
}

.s3-item a:hover{
    color: #ffffff;
}

.product-img img{
    width: 80%;
}

.text{
    margin: 0px;
}

/*.owl-item li{*/
/*height: 355px;*/
/*}*/

.publication-item{
    min-height: 600px;
}

.s6-btn{
    margin-top: 0;
}

.product-tabs__img, .galery-item__img{
    height: 140px;
    overflow: hidden;
}

.object-in{
    margin: 40px 0;
}

.s3-item a:hover{
    background: #A4FC34;
}

.review-form__btn{
    text-align: center;
}

.review-form__btn input{
    display: inline-block;
    height: 50px;
    background: #7fae21;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    width: 260px;
    border: none;
}

.product-info li span{
    width: 180px;
}

.s1-slider-title h1{
    font-size: 45px !important;
    font-weight: bold;
}

.block-title h2{
    font-size: 32px;
    font-weight: bold;
}

.s3-grid h2, .catalog h2{
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.s3-grid__link{
    text-align: center;
    color: #ff0000;
    font-size: large;
    text-decoration: underline;
    display: block;
    margin-top: 40px;
}

.button2{
    margin: 40px auto 0;
    display: block;
    width: 260px;
}

.product-tabs__img{
    height: 280px;
    width: 50%;
}

.block-title h1{
    font-size: 30px;
    color: #212121;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 50px;
    margin-top: 0;
}

/*.catalog h2{*/
    /*font-size: 14px;*/
    /*margin-bottom: 20px;*/
    /*text-align: left;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
/*}*/

.down{
    left: 95%;
}

.mfp-img{
    min-height: 500px !important;
    max-height: 650px !important;
}

.mfp-modal__btns{
    margin-top: 30px;
}

.section5{
    height: auto;
    background: none;
}

.faq-item{
    margin-bottom: 20px;
}

.delimiter{
    margin: 50px auto;
    display: block;
    height: 1px;
    background: #6d9818;
    width: 100px;
}

.pricelist-date{
    color: #ff0000;
    font-size: 12px;
    display: block;
    margin-top: 10px;
}

.block-title__news h1{
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 50px;
    line-height: 160%;
}

.objects-item__title a{
    font-size: 20px;
}

.table-price td, th{
    padding: 10px 20px;
    border: 1px solid #ccc;
}

.img-widget__img, .img-widget__text{
    width: 50%;
}

.text-right{
    text-align: left;
}

.text-left{
    text-align: right;
}

.section-seo{
    margin-top: 50px;
    padding: 0;
}

.catalog .product{
    padding: 0 0 30px;
}

.objects-item__desc p{
    height: 135px;
    overflow: hidden;
    min-height: 100px;
}

.object-item{
    min-height: 500px;
}

.header-phone__link a{
    text-decoration: none;
}

.phone-code{
    color: #c3ff4c;
    font-weight: 300;
    font-size: 17px;
    line-height: 23px;
    margin-left: 15px;
}

.phone-number{
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
}

.s4-item__title{
    height: 50px !important;
    margin-bottom: 5px;
    font-size: 18px;
}

.p-dario_img img{
    width: 300px;
}

.p-radio_tooltip{
    background-size: 400px;
}

.header-phone{
    margin-top: 0;
    height: 100%;
}

.social-icons{
    margin-bottom: 20px;
    text-align: center;
}

.social-icon img{
    width: 20px;
}

.contact-item{
    margin-bottom: 40px;
}

.s1-slider-title a{
    color: white;
}

.contact-form__col2{
    width: 50%;
    margin-bottom: 5px;
    float: left;
    padding-right:15px
}

.contact-form__col3{
    width:50%;
    float:right;
    padding-left:15px;
}

.field-callbackform-verifycode{
    display:flex;
    align-items: center;
}

#callbackform-verifycode.form-control{
    margin-left:15px
}

.contact-form__btn{
    clear: both;
    padding-top: 40px
}

.field-reviewss-text{
    margin-left:15px;
}

.field-reviewform-verifycode{
    padding-top: 15px;
}

.s4-item__btn .button{
    display: block;
}

.catalog .s4-item__btn{
    margin-top: 20px;
}

.button3{
    background: #9b9a9a;
}

/* section3 */

.section3-list{
    list-style-type: none;
    margin-top: 40px;
}

.section3-list li{
    float: left;
    width: 50%;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
}

.s3-grid{
    margin-bottom: 60px;
}

@media(max-width: 900px){
    .objects-item__desc p,
    .objects-item__title{
        height: auto;
    }
}

.catalog_text{
    margin-top: 30px;
}

.seo-text img{
    width: 50%;
    margin: 20px auto;
}


.s4-item2{
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 20px;
    margin-top: 20px;
}

.s4-item2:nth-child(4n+1){
    clear: both;
}

.s4-item2 a{
    padding: 0 10px;
}

.s4-item2 p{
    color: #5c5a5a;
    font-size: 14px;
    line-height: 150%;
}

.vertical-align{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    line-height: normal;
}

.catalog-slider{
    margin-bottom: 40px;
}

.catalog-slider div.owl-prev{
    left: -10%;
    background: url(../images/slide-arrows2.png) no-repeat;
}

.catalog-slider div.owl-next{
    right: -10%;
    background: url(../images/slide-arrows2.png) no-repeat;
    background-position: -47px 0;
}

.catalog-slider .s4-item__price{
    min-height: 56px;
}

@media (max-width: 600px){
    .catalog .s4-item2{
        width: 370px;
        margin: 20px auto;
        float: none;
    }
}

@media (max-width: 450px){
    .s4-item2{
        width: 100%
    }

    .catalog .s4-item2{
        width: 100%;
    }
}

.s1-container{
    margin: 20px 0;
}

.s1-row{
    width: 100%;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s1-row .s1-item:first-child{
    margin-right: 20px;
}

.s1-item{
    width: 45%;
    text-align: center;
    float: left;
    height: 300px;
    overflow: hidden;
}

.s1-item img{
    width: 100%;
}

@media (max-width: 768px){
    .s4-item2{
        float: none;
        width: 370px;
        margin: 0 auto 40px;
    }

    .s1-row{
        display: block;
    }

    .s1-item{
        width: 100%;
        margin-bottom: 20px;
        background-position: center !important;
    }
}

.dropdown-menu > li > a,
.dropdown-menu > li > span{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    text-decoration: none;
}

.three-in-row .s4-item:nth-child(3n+1){
    clear: both !important;
}

.news-img{
    margin: 30px auto;
    width: 70%;
    display: block;
}