/*
Theme Name: kamenopt
Theme URI: https://it-perk.ru
Description: Тема Wordpress
Author: Zagoruyko Victor / info@it-perk.ru
Author URI: http://zacompom.ru
Version: 1.0
*/

@font-face {
    font-family: 'mullerblack';
    src: url('fonts/mullerblack-webfont.eot');
    src: url('fonts/mullerblack-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/mullerblack-webfont.woff2') format('woff2'),
    url('fonts/mullerblack-webfont.woff') format('woff'),
    url('fonts/mullerblack-webfont.ttf') format('truetype'),
    url('fonts/mullerblack-webfont.svg#mullerblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mullerbold';
    src: url('fonts/mullerbold-webfont.eot');
    src: url('fonts/mullerbold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/mullerbold-webfont.woff2') format('woff2'),
    url('fonts/mullerbold-webfont.woff') format('woff'),
    url('fonts/mullerbold-webfont.ttf') format('truetype'),
    url('fonts/mullerbold-webfont.svg#mullerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mullerextrabold';
    src: url('fonts/mullerextrabold-webfont.eot');
    src: url('fonts/mullerextrabold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/mullerextrabold-webfont.woff2') format('woff2'),
    url('fonts/mullerextrabold-webfont.woff') format('woff'),
    url('fonts/mullerextrabold-webfont.ttf') format('truetype'),
    url('fonts/mullerextrabold-webfont.svg#mullerextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mullermedium';
    src: url('fonts/mullermedium-webfont.eot');
    src: url('fonts/mullermedium-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/mullermedium-webfont.woff2') format('woff2'),
    url('fonts/mullermedium-webfont.woff') format('woff'),
    url('fonts/mullermedium-webfont.ttf') format('truetype'),
    url('fonts/mullermedium-webfont.svg#mullermedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'muller_regularregular';
    src: url('fonts/mullerregular-webfont.eot');
    src: url('fonts/mullerregular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/mullerregular-webfont.woff2') format('woff2'),
    url('fonts/mullerregular-webfont.woff') format('woff'),
    url('fonts/mullerregular-webfont.ttf') format('truetype'),
    url('fonts/mullerregular-webfont.svg#muller_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.col-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xl-1-5{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-1-5 {
    /*width: 20%;*/
    /*float: left;*/
    flex: 0 0 19.333333%;
    max-width: 19.333333%;
}

.aligncenter{
    display: block;
    margin: 0 auto;
}
.alignleft{
    float: left;
    margin: 0 15px 0 0;
}
.alignright{
    float: right;
    margin: 0 0 0 15px;
}
a,
a:hover{
    text-decoration: none;
    transition: all .5s ease-in-out;
}
body{
    font-family: 'muller_regularregular', sans-serif;
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 400;
    background: #ffffff url("images/fon.jpg") no-repeat center top;
}
/*body.home{*/
/*    background: #ffffff url("images/fon.jpg") no-repeat center top;*/
/*}*/
#header{
    padding: 40px 0 45px;
}
ul.top-social{
    padding: 0;
    margin: 12px 0 0 0;
    list-style-type: none;
    text-align: right;
}
ul.top-social li,
ul.map-beige-social li{
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}
ul.top-social li:first-child{
    margin-left: 0;
}
ul.top-social li a img,
ul.map-beige-social li a img{
    transition: all .5s ease-in-out;
}
ul.top-social li a:hover img,
ul.map-beige-social li a:hover img{
    transform: translateY(-3px);
    transition: all .5s ease-in-out;
}
.top-phone{
    margin-top: 14px;
}
.top-phone a{
    color: #ffffff;
    font-family: 'mullerextrabold', sans-serif;
    font-size: 22px;
    text-shadow: 0 5px 10px #3e3e3e;
}
.top-phone a:hover{
    text-shadow: none;
}
.top-link{
    margin-top: 8px;
}
.top-link a{
    display: block;
    text-align: center;
    font-family: 'mullerextrabold', sans-serif;
    font-weight: 900;
    font-size: 13px;
    background: #ff0000;
    background: -moz-linear-gradient(top, #ff3600 0%, #ff0000 100%);
    background: -webkit-linear-gradient(top, #ff3600 0%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff3600 0%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff3600 0%, #ff0000 100%);
    background: linear-gradient(top, #ff3600 0%, #ff0000 100%);
    padding: 15px 0;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 10px #ff0000;
}
.top-link a:hover,
.site-form input[type=submit]:hover{
    background: #ff0000;
    background: -moz-linear-gradient(top, #ff0000 0%, #ff3600 100%);
    background: -webkit-linear-gradient(top, #ff0000 0%, #ff3600 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ff3600 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ff3600 100%);
    background: linear-gradient(top, #ff0000 0%, #ff3600 100%);
}
.top-menu{
    width: 100%;
    background: #ff0000;
    background: -moz-linear-gradient(top, #ff3600 0%, #ff0000 100%);
    background: -webkit-linear-gradient(top, #ff3600 0%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff3600 0%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff3600 0%, #ff0000 100%);
    background: linear-gradient(top, #ff3600 0%, #ff0000 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ff734e;
}
.top-menu ul{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.top-menu ul li{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.top-menu ul li::after{
    position: absolute;
    left: 0;
    top: 23px;
    width: 1px;
    height: 25px;
    background: #ff734e;
    content: '';
}
.top-menu ul li:first-child::after{
    display: none;
}
.top-menu ul li a{
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    font-family: 'mullerextrabold', sans-serif;
    padding: 20px 88px;
    font-weight: 900;
}
.top-menu ul li a:hover{
    color: #3e3e3e;
}
#main{
    padding: 60px 0 0 0;
}
#main h1{
    font-weight: 900;
    font-family: 'mullerextrabold', sans-serif;
    color: #3e3e3e;
    font-size: 49px;
    line-height: 52px;
    margin-bottom: 30px;
}
#main h1 span{
    display: block;
}
ul.main-list{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.main-list li{
    background: url("images/list.png") no-repeat center left;
    padding: 6px 0 6px 50px;
    font-size: 19px;
}
#products{
    background: url("images/cast.png") no-repeat center top;
    width: 100%;
    margin-top: 30px;
}
.products{
    padding: 50px 0 0 0;
}
.products .nav-pills .nav-link.active,
.products .nav-pills .show > .nav-link{
    background: transparent;
}
.products .nav-pills .nav-link.active{
    position: relative;
}
.products .nav-pills .nav-link.active::after{
    border: 20px solid transparent;
    border-top: 20px solid #ff0000;
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -20px;
    content: '';
}
.products .nav-pills .nav-link.active .products-title{
    color: #000000;
}
.products .nav{
    justify-content: center;
    align-items: center;
}
.products .nav-link{
    padding: 0;
    margin: 0 15px;
}
.products .tab-content{
    margin-top: 150px;
}
span.products-title{
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
.product{
    overflow: hidden;
    box-shadow: 0 0 10px #3e3e3e;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.product-img{
    margin-bottom: 30px;
}
.product-img img{
    width: 100%;
    height: 300px;
}
.product-title{
    text-align: center;
    font-size: 19px;
    font-family: 'mullerbold', sans-serif;
    margin-bottom: 10px;
    font-weight: 700;
    min-height: 57px;
}
.product-price{
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}
.product-price span{
    font-size: 19px;
}
.product-link{
    /*margin-bottom: 30px;*/
    text-align: center;
}
.product-link a{
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    font-family: 'mullermedium', sans-serif;
    background: #ffd200;
    background: -moz-linear-gradient(top, #ffd200 0%, #ffa100 100%);
    background: -webkit-linear-gradient(top, #ffd200 0%, #ffa100 100%);
    background: -o-linear-gradient(top, #ffd200 0%, #ffa100 100%);
    background: -ms-linear-gradient(top, #ffd200 0%, #ffa100 100%);
    background: linear-gradient(top, #ffd200 0%, #ffa100 100%);
    padding: 12px 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #3e3e3e !important;
}
.product-link a:hover{
    background: #ffa100;
    background: -moz-linear-gradient(top, #ffa100 0%, #ffd200 100%);
    background: -webkit-linear-gradient(top, #ffa100 0%, #ffd200 100%);
    background: -o-linear-gradient(top, #ffa100 0%, #ffd200 100%);
    background: -ms-linear-gradient(top, #ffa100 0%, #ffd200 100%);
    background: linear-gradient(top, #ffa100 0%, #ffd200 100%);
}
#about{
    padding: 100px 0;
}
#about .alignleft{
    margin: 0 40px 0 0;
}
#about h2{
    font-size: 30px;
    font-weight: 900;
    font-family: 'mullerextrabold', sans-serif;
    color: #3e3e3e;
    margin-bottom: 30px;
}
#about p{
    margin-bottom: 30px;
}
#about p strong{
    font-size: 18px;
    font-weight: 700;
    font-family: 'mullerbold', sans-serif;
}
#map{
    position: relative;
}
.map-beige{
    position: absolute;
    left: 20%;
    top: 10%;
    padding: 30px;
    background: #ff3600;
    background: -moz-linear-gradient(top, #ff3600 0%, #ff0000 100%);
    background: -webkit-linear-gradient(top, #ff3600 0%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff3600 0%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff3600 0%, #ff0000 100%);
    background: linear-gradient(top, #ff3600 0%, #ff0000 100%);
    border-left: 1px solid #ff3600;
    border-top: 1px solid #ff3600;
    border-right: 1px solid #ff3600;
    border-bottom: 5px solid #ff3600;
    width: 300px;
}
.map-beige-cont{
    font-size: 30px;
    color: #ffffff;
    font-weight: 900;
    font-family: 'mullerextrabold', sans-serif;
    margin-bottom: 30px;
}
.map-beige-phone{
    margin-bottom: 15px;
}
.map-beige-phone a{
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    font-family: 'mullerextrabold', sans-serif;
}
ul.map-beige-social{
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none;
}
ul.map-beige-social li{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
}
.map-beige-txt p{
    color: #ffffff;
    font-size: 15px;
    margin: 0;
}
#footer{
    background: #ffffff;
    padding: 40px 0;
}
.footer-phone{
    margin-top: 14px;
}
.footer-phone a{
    font-size: 22px;
    font-weight: 900;
    font-family: 'mullerextrabold', sans-serif;
    color: #3e3e3e;
}
.footer-phone a:hover{
    color: #999999;
}



















.site-form input[type=submit]{
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    font-weight: 900;
    font-family: 'mullerextrabold', sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #ff0000;
    border-radius: 3px;
    padding: 15px 30px;
    border: 3px solid #ff0000;
    transition: all .5s ease-in-out;
    cursor: pointer;
}
#link{
    width: 650px;
    margin: 0 auto;
    background: #3A516A;
    position: relative;
    padding: 50px;
}
.site-form{
    border: 3px solid #ff0000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.form-site-title{
    color: #ffffff;
    font-size: 34px;
    line-height: 38px;
    font-weight: 900;
    font-family: 'mullerextrabold', sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.form-site-slog{
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    margin-bottom: 30px;
}
.site-form input.form-control{
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: auto;
    display: inline-block;
    color: #ffffff;
}
.site-form span.wpcf7-not-valid-tip,
.site-form .wpcf7 form.invalid .wpcf7-response-output,
.site-form .wpcf7 form.unaccepted .wpcf7-response-output,
.site-form .wpcf7 form.sent .wpcf7-response-output{
    position: absolute;
    /*left: 0;*/
    margin: 0;
    padding: 0;
    font-weight: 900;
    font-family: 'mullerextrabold', sans-serif;
    right: 0;
}
.site-form span.wpcf7-not-valid-tip{
    font-size: 10px;
    top: 39px;
}
.site-form .wpcf7 form.invalid .wpcf7-response-output,
.site-form .wpcf7 form.unaccepted .wpcf7-response-output,
.site-form .wpcf7 form.sent .wpcf7-response-output{
    top: 33px;
    width: 100%;
    background: #ffffff;
    color: #3a516a;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.site-form button.mfp-close {
    background: #3a516a;
    border: 3px solid #ff0000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 39px;
    right: -20px;
    top: -20px;
    opacity: 1;
    transition: all 1s ease-in-out;
    color: #ffffff;
}
.site-form button.mfp-close:hover{
    transform: rotate(720deg);
    cursor: pointer;
    color: #f26628;
}
#content{
    background: #ffffff;
    padding: 30px 0;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
.social-title{
    text-align: center;
    margin-bottom: 30px;
    color: #ff0000;
    font-weight: 700;
    font-family: 'mullerbold', sans-serif;
}
#content h1{
    font-size: 32px;
}
#content h2{
    font-size: 28px;
}
#content h3,
.social-title{
    font-size: 24px;
}
#content h4{
    font-size: 20px;
}
#content h5{
    font-size: 16px;
}
#content ol,
#content ul{
    margin-bottom: 30px;
}
#content ol li,
#content ul li{
    margin-bottom: 15px;
}
#content ul li:last-child{
    margin-bottom: 0;
}
#content p{
    margin-bottom: 30px;
    line-height: 36px;
}
#content a{
    color: #ff0000;
}
#content a:hover{
    color: #3e3e3e;
}
#content .table td{
    border-bottom: 1px solid #dee2e6;
}
#breadcrumbs{
    font-size: 13px;
    margin-bottom: 30px;
}
#breadcrumbs a{
    color: #ff0000;
}
#breadcrumbs a:hover{
    color: #3e3e3e;
}
ul.contact-link{
    text-align: center;
    padding: 0;
}
ul.contact-link li{
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: 700;
}
ul.contact-link li:not(:last-child) {
    margin-right: 10px;
}
.page-id-7 h2{
    display: none;
}
.carousel-item img {
    width: 100% !important;
    max-height: 300px;
    height: auto;
    object-fit: cover;
}
.mb60{
    margin-bottom: 60px;
}
ul.pagination{
    margin-top: 60px;
    justify-content: center;
}
ul.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}
#top{
    position: fixed;
    bottom: 190px;
    right: 115px;
    z-index: 9999;
    display: none;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1em;
    color: #ffffff;
    text-align: center;
    background: #ff0000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .5s ease-in-out;
    border: 1px solid #ff0000;
}

#top:hover{
    background: #3e3e3e;
    border: 1px solid #3e3e3e;
    cursor: pointer;
}

.header-location{
    word-break: break-all;
    width: 130px;
}

@media (max-width: 575px) {
    .product-img img{
        height: auto;
    }
}

@media (min-width: 576px) {
    .col-sm-1-5 {
        /*width: 20%;*/
        /*float: left;*/
        flex: 0 0 19.333333%;
        max-width: 19.333333%;
    }
    .product-img img{
        height: auto;
    }
}

@media (min-width: 768px) {
    .col-md-1-5 {
        /*width: 20%;*/
        /*float: left;*/
        flex: 0 0 19.333333%;
        max-width: 19.333333%;
    }
    .product-img img{
        height: 390px;
    }
}

@media (min-width: 992px) {
    .product-img img{
        height: 350px;
    }
    
    .col-lg-1-5 {
        /*width: 20%;*/
        /*float: left;*/
        flex: 0 0 19.333333%;
        max-width: 19.333333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1-5 {
        /*width: 20%;*/
        /*float: left;*/
        flex: 0 0 19.333333%;
        max-width: 19.333333%;
    }
}