/*
© 2016–2017. Команда разработчиков ultron.pro.
Email: info@ultron.pro
Site: //ultron.pro/
---------------------------------------------
*/

@import url(//fonts.googleapis.com/css?family=Cuprum:400,400italic,700,700italic&subset=latin,cyrillic);
@import url(animate.css);
@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(jquery.fancybox.css);
@import url(settings.css);
body{
    font-size: 18px;
    line-height: 1.6;
    color: #7a6f58;
    overflow-x: hidden;
    font-family: 'Cuprum', sans-serif;
}
body.catalog-template .main-wrapper{
    background: #f7f7f7;
}
.main-wrapper{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -70px auto;
    background: #fff;
}
.footer-wrapper {
    min-height: 70px;
    max-width: 100%;
    margin: 0 auto;
    background: #1b1f22;
    color: #FFFFFF;
    padding: 25px 0 22px;
    position: relative;
}
.footer-push{
    height: 70px;
    margin: 0;
    padding: 0;
}

.content ul,
.content ol{
    margin-bottom: 15px;
}
.content ul > li,
.content ol > li{
    margin-bottom: 10px;
    position: relative;
}
.content ul > li{
    padding-left: 15px;
}
.content ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 3px;
    top: 13px;
    left: 0;
    background: #ACA47A;
}
.content ul ul,
.content ol ul,
.content ol ol,
.content ul ol{
    padding-top: 10px;
    padding-left: 10px;
}
.content ul ul li,
.content ol ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.content ul ul li:after,
.content ol ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    border: 1px solid #999999;
    border-radius: 50%;
}
.content ul ol li,
.content ol ol li{
    list-style: decimal; 
    padding-left: 3px;
    margin-left: 12px;
    margin-bottom: 10px;
}
.content ol{ 
    counter-reset: item; 
}
.content ol li{
    display: block; 
}
.content ol li:before{ 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    padding: 0 5px 0 10px;
    color: #999999;
}
.content ul ul ol li:after,
.content ol ul ol li:after{
    display: none;
}
.content table{
    width: 100%;
    margin-bottom: 30px;
}
.content table th{
    background: #000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px;
    vertical-align: middle;
    border: 1px solid #000;
    border-right-color: #333333;
}
.content table td{
    border: 1px solid #E5E5E5;
    padding: 20px;
    vertical-align: middle;
    font-weight: 100;
    font-size: 15px;
}



h1,
.title-h1{
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 40px;
    color: #1b1f22;
}
h2,
.title-h2{
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #1b1f22;
}
h3,
.title-h3{
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #1b1f22;
}
h4{
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1b1f22;
}
.red{
    color: #FB1C31;
}
.white{
    color: #fff;
}
.black{
    color: #0D0D0D;
}
.green{
    color: #B0A45F;
}
.pink{
    color: #ACA47A;
}
p{
    margin-bottom: 20px;
}
a{
    color: #ACA47A;
    text-decoration: none;
}
a:hover{
    color: #ACA47A;
    text-decoration: underline;
}
a:focus{
    outline: none;
}
.button{
    display: inline-block;
    text-decoration: none !important;
    color: #fff;
    background: #c3b673;
    background: -moz-linear-gradient(top, #c3b673, #b2a45d);
    background: -webkit-linear-gradient(top, #c3b673, #b2a45d);
    background: -o-linear-gradient(top, #c3b673, #b2a45d);
    background: -ms-linear-gradient(top, #c3b673, #b2a45d);
    background: linear-gradient(top, #c3b673, #b2a45d);
    font-size: 17px;
    padding: 14px 40px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border: none;
    letter-spacing: 1px;
    border-bottom: 2px solid #92884c;
}
.button:hover{
    background: #b2a45d;
    background: -moz-linear-gradient(top, #b2a45d, #c3b673);
    background: -webkit-linear-gradient(top, #b2a45d, #c3b673);
    background: -o-linear-gradient(top, #b2a45d, #c3b673);
    background: -ms-linear-gradient(top, #b2a45d, #c3b673);
    background: linear-gradient(top, #b2a45d, #c3b673);
    color: #fff;
}
.button:active {
    border-bottom-color: #b2a55d;
    box-shadow: inset 2px 2px 2px #746b3d;
}
.button.block{
    display: block;
    width: 100%;
}
.button.min,
.button.mini{
    padding: 8px 35px 7px;
}
.button.big,
.btn.big{
    padding: 14px 60px;
}
.form-group{
    position: relative;
}
.modal {
    display: none;
    width: 460px;
    max-width: 100%;
    background: #fff;
    padding: 55px 25px 35px;
}
#responseMessage .modal-content.error{
    color: #FF4632;
}
.box{
    display: none;
}
.box.visible{
    display: block;
}
.close{
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 300;
    width: 26px;
    height: 26px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close:before{
    content:"";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #fb1f30;
}
.close:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fb1f30;
}
/**************************************/
.header-push{
    height: 68px;
}
.header-wrapper{
    height: 68px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    background: #fff;
    line-height: 1.4;
}
.header-wrapper:after{
    background: #ACA47A;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -3px;
    left: 0;
}
.header-panel{
    background: #1b1f22;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    overflow: hidden;
}
.header-panel a{
    color: #fff;
}
.header-panel a:hover{
    color: #ACA47A;
}
.header-tel{
    letter-spacing: 0.5px;
}
.header-tel .fa,
.header-email .fa{
    margin-right: 3px;
}
.shedule span{
    margin-right: 28px;
}
.shedule span:last-of-type{
    margin-right: 0;
}
.shedule .fa,
.h-panel-left .fa{
    margin: 0 5px 0 0;
    font-size: 16px;
    vertical-align: middle;
    color: #ACA47A;
}
.social a{
    margin-left: 13px;
    font-size: 18px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.social a:hover{
    color: #ACA47A;
}
.contacts-block .social a{
    margin: 0 13px 0 0;
}


.mobile-menu hr{
    border-color: rgba(255,255,255,0.1);
}
.mob-menu-info{
    padding: 0 20px 20px 30px;
}
.mob-menu-info a{
    color: #fff;
}
.mob-menu-info .element{
    padding-left: 20px;
}
.mob-menu-info .element i{
    position: absolute;
    top: 3px;
    left: 0;
}
.mob-menu-btn{
    margin: 7px 5px 0;
}
.mob-menu-btn span{
    display: block;
    height: 4px;
    margin-bottom: 4px;
    width: 30px;
    background: #0d0d0d;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -400px;
    background: #1B1F22;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    overflow-y: scroll;
    padding-top: 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.mobile-menu.open {
    right: 0;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.mobile-menu.open + .overlay {
    z-index: 400;
    opacity: 1;
}
.mobile-menu > ul > li{
    margin-bottom: 10px;
}
.mobile-menu > ul > li > a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 5px 15px 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid transparent;
    border-radius: 3px;
    margin-left: 20px;
}
.mobile-menu > ul > li.active > a{
    color: #ACA47A;
}
.mobile-menu-close.close{
    top: 25px;
    right: 25px;
}
.callback-btn{
    padding: 0 30px;
    height: 64px;
    line-height: 64px;
    display: block;
    position: relative;
    text-decoration: none;
    background: #FFBB02;
    float: right;
    font-family: 'Helios';
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    letter-spacing: 0.5px;
}
.callback-btn .fa{
    margin: 0 4px 0 0;
    vertical-align: middle;
    font-size: 20px;
}
.callback-btn:hover{
    color: #fff !important;
    background: #FF4229 !important;
}
.mobile-menu .callback-btn{
    float: none;
    height: auto;
    line-height: 1;
    padding: 10px 20px;
    display: inline-block;
    margin-left: 20px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    font-weight: normal;
}
.gray-bg{
    background: #F6F6F7;
}
.hr-min{
    width: 100px;
    margin: 30px auto;
}
.weight300{
    font-weight: 300;
}
hr{
    border-color: #b5b5b5;
}
hr.white{
    border-color: #fff;
}
.clear-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}
.advantages-section{
    position: relative;
    background: #fff;
}
.advantages-section .element{
    margin-bottom: 40px;
    text-align: center;
    padding: 0 15px;
}
.advantages-section .element .title{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
    color: #1b1f22;
}
.advantages-section .element .text{
    font-size: 18px;
}
.advantages-section .element .img-wrapper{
    margin-bottom: 20px;
}
/*------------------------------
	Google Map
------------------------------*/

.map-wrapper{
    border: 2px solid #ACA47A;
    padding: 8px;
}
.map-section .title{
    margin-bottom: 20px;
    color: #1b1f22;
}
.map-section .title span{
    display: block;
    margin-top: -15px;
}
@media only screen and (min-width: 768px) {
    .map-section .title span:after{
        content: "";
        display: inline-block;
        width: 18px;
        height: 4px;
        background: #1b1f22;
        margin-left: 15px;
        vertical-align: middle;
    }   
    .map-section .title span:before{
        content: "";
        display: inline-block;
        width: 18px;
        height: 4px;
        background: #1b1f22;
        margin-right: 15px;
        vertical-align: middle;
        
    } 
}

/*------------------------------
	END Google Map
------------------------------*/
.quest-section{
    background: url(../images/dark-mosaic.png);
}
.quest-section span{
    display: block;
    margin-bottom: 10px;
}

/* review-section begin */

.review-section{
    background: url(../images/spiration-light.png);
}
.review-section .nautilus{
    line-height: 1.3;
}
.reviews-carousel > div,
.rev-prev-carousel > div{
    position: fixed;
    top: -10000px;
}
.reviews-carousel > div:first-of-type,
.reviews-carousel.slick-initialized > div,
.rev-prev-carousel > div:first-of-type,
.rev-prev-carousel.slick-initialized > div{
    position: relative;
    top: 0;
}
.reviews-carousel .slick-prev{
    left: 0;
    top: -50px;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 13px rgba(0,0,0,0.1);
}
.reviews-carousel .slick-next{
    right: 0;
    top: -50px;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 13px rgba(0,0,0,0.1);
}
.reviews-carousel .slick-prev:after, 
.reviews-carousel .slick-next:after{
    border-color: #000;
}
.reviews-carousel .slick-prev:hover:after, 
.reviews-carousel .slick-next:hover:after{
    border-color: #ACA47A;
}
.reviews-carousel .item .element .text{
    padding: 0 30px;
    position: relative;
    color: #000;
}
.reviews-carousel .title{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.reviews-carousel .subtitle{
    font-size: 14px;
    opacity: 0.5;
}
.rev-prev-carousel-wrapper{
    width: 390px;
    margin: auto;
    max-width: 100%;
}
.rev-prev-carousel .item{
    padding: 0 5px;
}
.rev-prev-carousel img{
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8;
    border: 3px solid transparent;
}
.rev-prev-carousel .slick-center img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    border-color: #bfb26e;
}

@media (min-width: 768px) {
    .reviews-carousel .item .element{
        padding: 40px 30px;
    }
    .review-section .nautilus span:before{
        content:"";
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #fff;
        border-radius: 50%;
        margin-right: 15px;
        vertical-align: middle;
    }
    .review-section .nautilus span:after{
        content:"";
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #fff;
        border-radius: 50%;
        margin-left: 15px;
        vertical-align: middle;
    }
}

@media (min-width: 992px) {
    .reviews-carousel .item{
        padding: 0 70px;
    }    
}
@media (max-width: 991px){
    .reviews-carousel .item .element .text{
        font-size: 16px;
    }
}
/* review-section end */




/* application-section  begin*/
.application-section{
    background: #f7f7f7;
}
.application-inner .element{
    box-shadow: 0 0 0 1px #EEEEEE;
    background: #fff;
    width: 400px;
    max-width: 100%;
    margin: 0 auto 20px;
    -webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.application-inner .element:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.application-inner .element-inner{
    overflow: hidden;
    border-radius: 3px;
}
.application-inner .element .img-wrapper{
    overflow: hidden;
    height: 270px;
    padding: 20px;
}
.application-inner .element .img-wrapper.crop{
    padding: 0;
}
.application-inner .element .img-wrapper img{
    max-height: 100%;
}
.application-inner .element .img-wrapper.crop img{
    width: 320px;
    max-width: none;
}
.application-inner .element-content{
    padding: 15px;
    text-align: center;
}
.application-inner .element .title{
    line-height: 1.2;
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    overflow: hidden;
    height: 42px;
}
.application-inner .element .text{
    font-size: 14px;
    line-height: 1.4;
    height: 60px;
    overflow: hidden;
}
.application-inner .element .element-prices-block{
    height: 51px;
    overflow: hidden;
}
.application-inner .element .button{
    position: relative;
    z-index: 15;
}

.simplefilter li{
    display: inline-block;
    margin: 0 4px 10px;
    text-transform: uppercase;
    border: 1px solid #ececec;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    background: #fff;
}
.simplefilter li span,
.simplefilter li a{
    display: block;
    text-decoration: none;
    padding: 7px 15px 5px;
    color: #1b1f22;
}
.simplefilter li.active,
.simplefilter li:hover{
    background: #c3b673;
    background: -moz-linear-gradient(top, #c3b673, #b2a45d);
    background: -webkit-linear-gradient(top, #c3b673, #b2a45d);
    background: -o-linear-gradient(top, #c3b673, #b2a45d);
    background: -ms-linear-gradient(top, #c3b673, #b2a45d);
    background: linear-gradient(top, #c3b673, #b2a45d);
    border-color: #fbfbfb;
}
.simplefilter li.active span,
.simplefilter li:hover span,
.simplefilter li.active a,
.simplefilter li:hover a{
    color: #625513;
}
.simplefilter li img{
    margin: -4px 4px 0 0;
}
#catalog .mix{
	display: none;
}
.filtr-container{
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    position: relative;
    overflow: hidden;
    padding: 10px;
    margin: 0 -10px;
}

.modal.product-modal{
    width: 900px;
    padding: 0;
}
.product-modal-content{
    padding: 40px;
    color: #7a6f58;
    font-size: 16px;
}
.product-modal-title{
    font-family: 'neucha';
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #6A9B0A;
}

.modal-product-slide{
    padding: 20px 0 20px 20px;
}
.modal-product-slide.crop{
    padding: 0;
}
.modal-product-slide.crop img.fotorama__img{
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
    top: 0 !important;
    max-height: 100% !important;
}
.modal-product-slide .bg-img{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 100%;
}
.modal-product-slide.crop .bg-img{
    background-size: cover;
}
.modal-product-slide.crop .fotorama__stage{
    height: 420px !important;
}

@media only screen and (max-width: 991px){
    .application-inner .element .img-wrapper {
        height: 270px;
    }
    .application-inner .element img {
        max-height: 200px;
    }
    .application-inner .element .img-wrapper.crop img {
        width: 115%;
        height: auto;
        max-height: none;
    }
    .application-inner .element .title {
        font-size: 15px;
        height: 36px;
    }
    .product-modal-content{
        padding: 30px;
        font-size: 15px;
    }
    .product-modal-title{
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .modal-product-slide{
        padding: 20px 0 30px 30px;
    }
    .modal-product-slide.crop{
        padding: 30px 0 10px 30px;
    }
}
@media only screen and (max-width: 767px){
    .application-inner .element .img-wrapper {
        height: 270px;
    }
    .application-inner .element img {
        max-height: none;
    }
    .application-inner .element .img-wrapper.crop img {
        width: 400px;
        height: 100%;
    }
    .application-inner .element .title {
        font-size: 18px;
        height: 42px;
    }
    
    .product-modal-content{
        padding: 20px;
    }
    .modal-product-slide, 
    .modal-product-slide.crop{
        padding: 20px 20px 0;
    }
    .fotorama__wrap {
        margin: auto;
    }
}

@media only screen and (max-width: 600px){
    .filtr-container > div{
        width: 100%;
    }
}

@media only screen and (min-width: 768px){   
    .simplefilter li{
        font-size: 16px;
    }
}
/* application-section  end*/



/* contacts-section  begin*/
.contacts-section > .container{
    z-index: 10;
}
.feedback-block .form-control{
    margin-bottom: 10px;
}
.contacts-block .element{
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
}
.contacts-block .element .fa{
    display: inline-block;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 3px;
    color: #1b1f22;
}
/* contacts-section end */



.curveUpColor{
    fill: #FBFBFB;
    stroke: #FBFBFB;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.curveDownColor {
    fill: #FBFBFB;
    stroke: #FBFBFB;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.curveUpColor.white,
.curveDownColor.white{
    fill: #fff;
    stroke: #fff;
}



/* top slider */
.top-slider{
    overflow: hidden;
    height: 450px;
}
.top-slider .slick-dots {
    position: absolute;
    bottom: 35px;
}
.top-slider .slick-dots li{
    border-color: #fff !important;
}
.top-slider .slick-dots li.slick-active{
    background-color: #fff !important;
}
.top-slider .item{
    overflow: hidden;
    height: 450px;
    position: relative;
}
.top-slider .item .container{
    position: relative;
    z-index: 10;
}
.top-slider .table{
    position: relative;
    z-index: 10;
}
.top-slider .item .title{
    font-size: 2em;
    line-height: 1.2;
    margin-bottom: 15px;
}
.top-slider .item .text{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 50px;
    letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
    .top-slider .slick-dots {
        bottom: 15px;
    }
    .top-slider .item .text {
        margin-bottom: 30px;
    }
    .top-slider .button {
        font-size: 14px;
        padding: 10px 25px 9px;
        border-radius: 6px;
    }
}
.header{
    height: 110px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.header-wrapper.hPanelHide .header{
    height: 80px;
    margin-top: 30px;
}
.top-menu-wrapper,
.logo,
.mob-menu-btn-wrapper{
    height: 100%;
}
.logo img{
    max-height: 70px;
}
.top-menu-wrapper{
    float: right;
    padding-right: 80px;
}

@media only screen and (max-width: 991px) {
    .header-wrapper.hPanelHide .header,
    .header-wrapper .header{
        height: 80px;
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .header-wrapper.hPanelHide .header,
    .header-wrapper .header{
        height: 68px;
        margin-top: 0;
    }
    .logo img {
        max-width: 200px;
        max-height: 60px;
    }
}



@media only screen and (min-width: 768px) {
    .top-slider .item .title{
        font-size: 2.8em;
    }
    .top-slider .item .text{
        font-size: 24px;
    }
    .header-push{
        height: 130px;
        -webkit-transition: all 200ms ease-out;
    	-moz-transition: all 200ms ease-out;
    	-o-transition: all 200ms ease-out;
    	transition: all 200ms ease-out;
    }
    .header-wrapper{
        height: 130px;
        -webkit-transition: all 200ms ease-out;
    	-moz-transition: all 200ms ease-out;
    	-o-transition: all 200ms ease-out;
    	transition: all 200ms ease-out;
    }
    .header-wrapper.hPanelHide{
        top: -50px;
    }
}

@media only screen and (min-width: 992px) {
    .header-wrapper{
        height: 160px;
    }
    .header-push{
        height: 160px;
    }
    
    .top-slider .item .title{
        font-size: 3.5em;
        margin-bottom: 30px;
    }
    .top-slider{
        height: 600px;
    }
    .top-slider .item{
        height: 600px;
    }
    .header-wrapper.hPanelHide{
        top: -80px;
    }
}

@media only screen and (min-width: 1350px) {
    .top-slider .item .title{
        font-size: 3.4em;
    }
}

/* end top slider */

/* Action */
.action-section{
    background: url(../images/flowers-bg1.jpg) 0 0 no-repeat;
    background-size: cover;
}
.ie .action-section{
    background-attachment: scroll;
}
.action-section .title{
    line-height: 1.3;
}
.action-section .row{
    display: flex;
}

@media only screen and (max-width: 767px){
    .action-section .row{
        display: block;
    }
}

.action-section .row > div{
    height: auto;
}
.percent-icon{
    position: absolute;
    right: 500px;
}

@media only screen and (max-width: 1349px){
    .percent-icon{
        right: auto;
        left: 0;
    }
}

.percent-icon img{
    width: 92px;
    max-width: none;
}
.percent-icon .info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1.2;
}
.big-arrow{
    position: absolute;
    left: -100px;
    top: 100px;
}
.countdownHolder{
    position:relative;
    line-height:36px;
    margin: 0;
}
.countdownHolder > span:nth-of-type(odd){
    color: #000000;
    width: 50px;
    padding: 0;
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 36px;
}
.countdownHolder > span:nth-of-type(odd):after{
    content: ":";
    display: block;
    position: absolute;
    top: 0px;
    right: -15px;
    color: #000000;
}
.countdownHolder > span.countSeconds:after{
    display: none;
}
.countDiv{
    display:inline-block;
    width:22px;
}
.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before{
    position:absolute;
    display:block;
    width: 50px;
    left:-2px;
    bottom: -32px;
    content:'дней';
    color:#8C8C8C;
    font-size: 14px;
    font-weight: normal;
}
.countDays:before{
    content:'Дней';
}
.countHours:before{
    content:'Часов';
}
.countMinutes:before{
    content:'Минут';
}
.countSeconds:before{
    content:'Секунд';
}

.action-form-box{
    width: 800px;
    margin: auto;
    max-width: 100%;
}

@media only screen and (min-width: 768px){
    .countdownHolder > span:nth-of-type(odd){
        width: auto;
        margin-right: 10px;
    }
    .countDays:before,
    .countHours:before,
    .countMinutes:before,
    .countSeconds:before{
        width: 56px;
        text-align: center;
    }
    .countdownHolder > span:nth-of-type(odd) span{
        width: 24px;
        padding: 0;
        margin: 0;
        display: inline-block;
        font-size: 56px;
    }  
    .countdownHolder > span:nth-of-type(odd):after{
        right: -22px;
        font-size: 50px;
    }  
}
/* End action */



.header-cart{
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -17px;
}
.header-cart i{
    font-size: 30px;
    color: #000;
}
.header-cart > div > div > div{
    display: inline-block;
    position: relative;
    padding-top: 3px;
}
.header-cart span{
    background: #fd2d2d;
    color: #fff;
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    padding: 1px;
    border-radius: 10px;
    top: -4px;
    right: -5px;
    min-width: 17px;
}
.header-cart .absolute{
    display: none;
}
.header-cart .full .absolute{
    display: block;
}
.header-cart .full{
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.header-cart .full:hover{
    background-color: rgba(255,255,255,0.1);
}

@media(max-width:991px){
    .header-cart{
        right: 55px;
    }
}





/*************************************** cart */
#msOrder {
    margin-top: 20px !important;
}
.cart-body{
    margin: 10px 0 0;
}
.cart-body .element{
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #EBEBEB;
    position: relative;
}
.cart-body .element-counter{
    display: inline-block;
}
.cart-body .element-price{
    display: inline-block;
}
.cart-body .element-delete {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: red;
    padding: 0;
    border: 0;
    background: transparent;
    z-index: 20;
}
.cart-body .element-delete i{
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.cart-body .element-delete:hover i{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cart-body .subelement2{
    padding-left: 120px;
    min-height: 100px;
}
.cart-body .element .title-h3 a{
    font-size: 22px;
    text-decoration: none !important;
}
.cart-body .element .title-h3 a:hover{
    color: #000;
}
.cart-body .element .element-img{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 1;
	margin-left: auto;
    margin-right: auto;
}
.cart-body .element a:hover .element-img{
    opacity: 0.8;
}
.cart-body .element hr{
    margin: 10px 0;
}



@media only screen and (max-width: 767px) {
    .cart-body .element .element-img{
        position:static;
        margin-bottom: 20px;
    }
    .cart-body .subelement2 {
        padding-left: 0;
    }
    .cart-body .subelement2 .text,
    .cart-body .element .element-price,
    .cart-body .element .element-counter{
        height: auto;
    }
    .cart-total-wrapper .button.min, 
    .cart-total-wrapper .button.mini {
        padding: 8px 20px 7px;
    }
}


/*************************************** cart: end */
.order-wrapper{
    background: #fff;
    padding: 10px 0;
}
.order-wrapper .material-icons {
    vertical-align: middle;
    margin-top: -3px;
}
.order-wrapper #msOrder .error {
    border: none !important;
}
.element-counter .form-control{
    display: inline-block;
    height: 40px;
    width: 60px;
    padding: 0 2px;
    text-align: center;
    font-size: 14px;
    color: #000;
    border: 1px solid #E5E5E5;
    margin-bottom: 0;
}
.element-counter button{
    width: 35px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    padding: 0;
    vertical-align: top;
    background: transparent;
    font-size: 25px;
    font-weight: bold;
    color: #000;
}
.element-counter button:hover{
    color: #000;
    background: #F4F4F6;
}
.button i.material-icons {
    vertical-align: middle;
    margin: -3px 2px 0;
}
.order-wrapper .form-control{
    padding-left: 10px;
    padding-right: 10px;
}





/*************************************** customradio */
.customradio input{
    visibility: hidden;
    opacity: 0;
    position: absolute;
}
.customradio label:before{
    content:"";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1px solid #6D9C1C;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.customradio label{
    padding-left: 26px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	display: inline-block;
	font-size: 16px;
	line-height: 1.2;
}
.customradio label i{
    position: absolute;
    top: 3px;
    left: 2px;
    display: none;
    color: #6D9C1C;
    font-size: 16px;
}
.customradio input:checked + label i{
    display: block;
}
.customradio input:checked + label:before{
    background: #fff;
    border-color: #6D9C1C;
}
.customradio label:hover,
.customradio input:checked + label{
    color: #6D9C1C;
}
/*************************************** customradio: end */


.postal-carousel{
    padding-top: 60px;
    height: 297px;
    overflow: hidden;
    margin-top: -50px;
}
.product-detail-content .customradio label{
    height: 38px;
    overflow: hidden;
}
.postal-carousel .slick-prev, 
.postal-carousel .slick-next {
    width: 30px;
    height: 30px;
    top: 0;
    margin-top: 0;
    border-radius: 3px;
    background: #6D9C1C;
    left: auto;
}
.postal-carousel .slick-next{
    right: 10px;
}
.postal-carousel .slick-prev{
    right: 50px;
}

.postal-carousel .slick-prev::after, 
.postal-carousel .slick-next::after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -4px;
    border-left: 3px solid rgba(255,255,255,1);
    border-bottom: 3px solid rgba(255,255,255,1);
}
.postal-carousel .slick-next::after{
    margin-left: -7px;
}

@media (max-width: 1349px) {
    .product-detail-content{
        padding-left: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .product-detail-content{
        padding-left: 0;
    }
    
}
@media (max-width: 640px) {
    .postal-carousel{
        height: auto;
    }
    .product-detail-content .customradio label {
        height: auto;
        min-height: 38px;
    }
}

.application-comment-block{
    cursor: pointer;
}






















/**************************************************   MEDIA QUERIS   *****************************************************/

@media only screen and (max-width: 1349px) {

}
@media only screen and (max-width: 991px) {
    .slick-dots{
        padding-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .f48{
        font-size: 40px;
    }
    .f36{
       font-size: 30px;
       line-height: 1.2;     
    }
    h1,
    .title-h1{
        font-size: 2em;
        line-height: 1.2;
    }
    h2,
    .title-h2{
        font-size: 30px;
        line-height: 1.2;
    }
    h3,
    .title-h3{
        font-size: 24px;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 768px) {
    .flex-sm{
        display: flex;
    }
    .flex-sm > div{
        height: auto;
    }
    .modal {
        padding: 55px 40px 40px;
    }
    .mobile-tab-header {
        display: none;
    }
    ul.tabs.mobile {
        display: block !important;
        margin: 0;
    }
    .box {
        padding: 0 15px;
    }
    .advantages-section hr:nth-of-type(2n){
        clear: both;
    }
    .quest-section span{
        vertical-align: top;
        margin-right: 30px;
        display: inline;
        margin-bottom: 0;
    }
    h1 span:before,
    .title-h1 span:before{
        content: "";
        display: inline-block;
        width: 18px;
        height: 4px;
        background: #1b1f22;
        margin-right: 15px;
        vertical-align: middle;
    }
    h1 span:after,
    .title-h1 span:after{
        content: "";
        display: inline-block;
        width: 18px;
        height: 4px;
        background: #1b1f22;
        margin-left: 15px;
        vertical-align: middle;
    }
}


@media only screen and (min-width: 992px){
    .box {
        padding: 0 20px;
    }
    .top-menu{
        float: right;
        -webkit-transition: all 200ms ease-out;
    	-moz-transition: all 200ms ease-out;
    	-o-transition: all 200ms ease-out;
    	transition: all 200ms ease-out;
    }
    .top-menu > ul > li{
        display: inline-block;
        margin: 0 15px;
        position: relative;
    }
    .top-menu > ul > li:after {
        content: "";
        display: block;
        position: absolute;
        width: 4px;
        height: 4px;
        top: 50%;
        right: -20px;
        margin-top: -2px;
        background: #eae2b5;
    }
    .top-menu > ul > li > a{
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase;
        color: #ACA47A;
        -webkit-transition: all 200ms ease-out;
    	-moz-transition: all 200ms ease-out;
    	-o-transition: all 200ms ease-out;
    	transition: all 200ms ease-out;
        border-bottom: 1px solid transparent;
        text-decoration: none !important;
    }
    .top-menu > ul > li:hover > a,
    .top-menu > ul > li.active > a{
        color: #1b1f22;
        border-color: #1b1f22;
    }
    .top-menu > ul > li:first-of-type{
        margin-left: 0;
    }
    .top-menu > ul > li:last-of-type{
        margin-right: 0;
    }
    .top-menu > ul > li:last-of-type:after{
        display: none;
    }
    .mobile-menu,
    .overlay{
        display: none;
    }
    .advantages-section hr:nth-of-type(2n){
        clear: none;
    }
    .advantages-section hr:nth-of-type(4n){
        clear: both;
    }
}


@media only screen and (min-width: 1350px) {
    .top-menu > ul > li{
        margin: 0 18px;
    }
    .top-menu > ul > li:after{
        right: -23px;
    }
    ul.tabs.mobile li{
        padding: 18px 90px;
    }
    h1.big,
    .title-h1.big{
        font-size: 80px;
        line-height: 1;
        margin-bottom: 50px;
    }
}
.green-btn{
    background: #86B13E;
    background: -moz-linear-gradient(top, #86B13E, #6D9D1D);
    background: -webkit-linear-gradient(top, #86B13E, #6D9D1D);
    background: -o-linear-gradient(top, #86B13E, #6D9D1D);
    background: -ms-linear-gradient(top, #86B13E, #6D9D1D);
    background: linear-gradient(top, #86B13E, #6D9D1D);
    border-bottom-color: #567A16;
}
.green-btn:hover{
    background: #6D9D1D;
    background: -moz-linear-gradient(top, #6D9D1D, #86B13E);
    background: -webkit-linear-gradient(top, #6D9D1D, #86B13E);
    background: -o-linear-gradient(top, #6D9D1D, #86B13E);
    background: -ms-linear-gradient(top, #6D9D1D, #86B13E);
    background: linear-gradient(top, #6D9D1D, #86B13E);
    border-bottom-color: #6D9D1D;
}
.green-btn:active {
    border-bottom-color: transparent;
    box-shadow: inset 2px 2px 2px #567A16;
}




/* FOTORAMA CUSTOM */
.fotorama__thumb{
    border: 1px solid #C7C7C7;
}
.fotorama__thumb-border{
    border-color: #c1b471 !important;
}
.fotorama__stage{
    border: 1px solid #c7c7c7;
    margin-bottom: 10px;
}
.fotorama--fullscreen .fotorama__stage{
    border: none;
}
/*.fotorama__stage .fotorama__img{
    max-height: 90% !important;
    margin-top: 5%;
    max-width: 99% !important;
}
*/
.fotorama__nav{
    text-align: left !important;
}
.fotorama--fullscreen .fotorama__nav{
    text-align: center !important;
}
.fotorama--fullscreen .fotorama__stage .fotorama__img{
    max-height: inherit !important;
    margin-top: 0;
    max-width: inherit !important;
}
/* /. FOTORAMA CUSTOM */


.goods-carousel .slick-track{
    padding-top: 10px;
}
.goods-carousel-wrapper .slick-prev{
    left: -80px;
    margin-top: -44px;
    background: #fff;
}
.goods-carousel-wrapper .slick-next{
    right: -80px;
    margin-top: -44px;
    background: #fff;
}
@media(max-width: 1550px){
    .goods-carousel-wrapper .slick-next{
        right: 10px;
        top: -55px;
        width: 40px;
        height: 40px;
        margin-top: 0;
        
    }
    .goods-carousel-wrapper .slick-prev{
        left: auto;
        right: 60px;
        top: -55px;
        width: 40px;
        height: 40px;
        margin-top: 0;
    }
}
@media(max-width: 599px){
    .application-section.bottom h2{
        text-align: center;
    }
}


.breadcrumb {
    margin: 0 0 30px;
    padding: 8px 0;
    list-style: none;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    margin-right: 26px;
    background: #f1f5f5;
    height: 28px;
    line-height: 28px;
    color: #1B1F22;
}
.breadcrumb i{
    font-size: 14px;
}
.breadcrumb > li a {
    color: #ada479;
    text-decoration: none;
}
.breadcrumb > li a:hover{
    color: #1B1F22;
}
.breadcrumb > li:after {
    position: absolute;
    content: '';
    display: block;
    top: 4px;
    right: -10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #f1f5f5;
}
.breadcrumb > li:before{
    position: absolute;
    content: '';
    left: -22px;
    bottom: 0;
    border: 14px solid #f1f5f5;
    border-left: 14px solid transparent;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > li:first-of-type:before{
    display: none;
}
.catalog-template .breadcrumb > li,
.catalog-template .breadcrumb > li:after{
    background: #fff;
}
.catalog-template .breadcrumb > li:before{
    border-color: #fff;
    border-left-color: transparent;
}

@media(max-width:991px){
    .breadcrumb{
        display: none;
    }
}


/* ======= ASIDE MENU ======= */

.aside-menu{
    margin-bottom: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
.aside-menu a {
    display: block;
    text-decoration: none !important;
    color: #24292A;
    padding: 15px 36px 15px 0;
    line-height: 1.3;
}
.aside-menu li:hover > a,
.aside-menu .open > a,
.aside-menu .active > a{
    color: #aca47a !important;
}
.aside-menu .active{
    border-color: #aca47a;
}
.aside-menu > ul ul{
    display: none;
    margin-bottom: 25px;
    padding-left: 15px;
}
.aside-menu .active > ul{
    display: block;
}
.aside-menu > ul li{
    position: relative;
}
.aside-menu > ul > li{
    border-bottom: 1px solid #EBEBEB;
}
.aside-menu > ul .dropdown-button{
    height: 50px;
    width: 36px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
.aside-menu > ul .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 13px;
    top: 50%;
    right: 17px;
    background: #B3B5B7;
    margin-top: -5px;
}
.aside-menu > ul .dropdown-button.active:after{
    display: none;
}
.aside-menu > ul .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 3px;
    top: 50%;
    right: 17px;
    background: #B3B5B7;
    margin-right: -5px;
}
.aside-menu > ul ul .dropdown-button{
    height: 37px;
}
.aside-menu  ul ul a{
    padding: 10px 0 8px 0;
    font-size: 14px;
    position: relative;
}
.aside-menu-title {
    padding: 15px 42px 15px 20px;
    background: #aca47a;
    position: relative;
    color: #1b1f22;
    text-transform: uppercase;
    font-weight: bold; 
}
.aside-menu-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 13px;
    top: 50%;
    right: 24px;
    background: #1b1f22;
    margin-top: -6px;
}
.active .aside-menu-title:after {
    display: none;
}
.aside-menu-title:before{
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 3px;
    top: 50%;
    right: 24px;
    background: #1b1f22;
    margin-right: -5px;
    margin-top: -1px;
}
@media only screen and (max-width: 991px) {
    .aside-menu{
        margin: 0 0 10px;
    }
    .aside-menu > ul{
        display: none;
        padding-left: 15px;
        background: #fff;
        box-shadow: inset 0 0 1px rgba(0,0,0,0.4);
    }
    .aside-menu.active > ul{
        display: block;
    }
    .aside-menu > ul .dropdown-button{
        right: 6px;
    }
}

.aside h3{
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: bold;
}
.aside h3.relative:after{
    content:"";
    display: block;
    position: absolute;
    width: 100px;
    height: 2px;
    bottom: -4px;
    left: 0;
    background: #aca47a;
}
/* ======= /. ASIDE MENU ======= */



.blog-element{
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
.blog-list > div:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.blog-element h3{
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: bold;
}
.blog-element h3 a{
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.blog-element h3 a:hover{
    color: #24292A;
}

.blog-element .img-wrapper a:after {
    background: url(../images/link-icon.png) 50% 50% no-repeat rgba(0,0,0,0.7);
    background-size: 0 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 5;
}
.blog-element .img-wrapper:hover a:after{
    opacity: 1;
    background-size: 36px 36px;
}
.element-info span {
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 14px;
    color: #B3B3B3;
}
.element-info a {
    color: #B3B3B3;
    text-transform: none;
    text-decoration: none;
}
.element-info a:hover {
    color: #000;
}



@media(min-width:1360px){
    .blog-template .main-column{
        padding-left: 30px;
    }
}


.tag-cloud a {
    font-size: 13px !important;
    text-decoration: none;
    display: inline-block;
    padding: 3px 12px;
    border: 1px solid #aca47a;
    margin: 0 0 5px 0;
    background: #fff;
    color: #1b1f22 !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    text-transform: lowercase;
    font-weight: normal !important;
}
.tag-cloud a:hover,
.tag-cloud a.selected{
    background: #aca47a;
    color: #fff !important;
}


/* pagination */
.pagination {
    text-align: left;
    padding-top: 10px;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.pagination li{
    display: inline-block;
}
.pagination a,
.pagination span{
    display: inline-block;
    padding: 7px 12px 5px;
    margin-right: 4px;
    line-height: 1.42857143;
    color: #0D0D0D;
    text-decoration: none;
    background-color: #F4F4F4;
    border: none;
    font-weight: normal;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.pagination .active a,
.pagination a:hover{
    background: #aca47a;
    color: #fff;
}
/* end pagination */

.btn{
    display: inline-block;
    text-decoration: none !important;
    color: #ACA47A;
    background: #fff;
    font-size: 15px;
    padding: 9px 30px 7px;
    margin-bottom: 10px;
    position: relative;
    border: 2px solid #ACA47A;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    letter-spacing: 1px;
    overflow: hidden;
    z-index: 20;
}
.btn:hover{
    color: #1B1F22;
    border-color: #1B1F22;
}

