/*   
Theme Name: Koncern Medved
Author: RA PROFIT
Author URI: http://profit44.ru/
*/

:root {
    --color-red: #EE1B15;
}


body {
    font-family: 'Qanelas-Light';
    overflow-x: hidden;
}
a { color: var(--color-red); }
.btn {
    border-width: 2px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 1;
}
.btn-light {
    border-color: var(--color-red);
    color: var(--color-red);
    background-color: transparent;
}
.btn-primary {
    border-color: var(--color-red);
    color: #fff;
    background-color: var(--color-red);
}


/* Header */
header {
    padding: 30px 0;
    font-weight: 300;
}
.header-catalog-link {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}
.header-catalog-link .fa {
    font-size: 28px;
    float: left;
    margin-right: 10px;
}
.header-address {
    margin-top: 20px;
    font-size: 15px;
}
.header-address font {
    color: var(--color-red);
}
.header-contacts {
    margin-bottom: 5px;
}
.header-phone {
    font-size: 18px;
    margin-right: 20px;
    text-align: right;
}
.header-phone small {
    display: block;
    font-size: 12px;
    text-align: right;
}
.header-menu .navbar-light {
    padding: 0;
}
.header-menu .navbar-light .navbar-nav .nav-link {
    color: #000;
}
@media(max-width: 1200px) {
    .header-address {
        font-size: 14px;
    }
    .header-phone {
        font-size: 16px;
    }
}
@media(max-width: 991px) {
    .header-logo {
        text-align: center;
    }
    .header-address {
        text-align: center;
        font-size: 16px;
        margin-bottom: 30px;
    }
    .header-phone small {
        text-align: center;
    }
    .header-callback {
        margin: 30px 0;
    }
}
@media(max-width: 767px) {
    .header-phone {
        margin-bottom: 15px;
		text-align: center;
    }
}


/* Navbar Soc */
.header-menu .navbar-light .navbar-soc {
    margin-left: 10px;
}
.header-menu .navbar-light .navbar-soc .nav-link {
    padding-left: 5px;
    padding-right: 5px;
}
.header-menu .navbar-light .navbar-soc img {
    max-height: 25px;
}
@media(max-width: 767px) {
    .header-menu .navbar-light .navbar-soc {
        flex-direction: row;
    }
}


/* Jumbotron */
.jumbotron {
    margin-bottom: 0;
	/*background: url(/wp-content/uploads/2021/09/medved_sajt22_2.jpg) no-repeat center 0 / cover;*/
	background: url(/wp-content/uploads/2021/04/medved-sajt22_4.jpg) no-repeat center 0 / cover;
	/*background: url(/wp-content/uploads/2020/12/medved-sajt22_3.jpg) no-repeat center 0 / cover;*/
	/*background: url(/wp-content/uploads/2020/11/jumbotron_3.jpg) no-repeat center 0 / cover;*/
	/*background: url(/wp-content/uploads/2020/10/jumbotron_2.jpg) no-repeat center 0 / cover;*/
	/*background: url(http://allboiler.ru/wp-content/uploads/2019/12/jumbotron_guetzli.jpg) no-repeat center 0 / cover;*/
    /*background: url(images/jumbotron.jpg) no-repeat center 0 / cover;*/
}
.jumbotron h1 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 36px;
    margin-left: -55px;
}
.jumbotron h1 strong {
    display: block;
    font-weight: bold;
    font-size: 70px;
    line-height: 1.5;
}
.jumbotron h1 small {
    font-weight: 300;
    font-size: 26px;
    display: block;
}
.jumbotron .btn {
    font-size: 18px;
    padding: 15px 20px;
    margin-top: 30px;
    margin-left: -50px;
}
@media(max-width: 767px) {
    .jumbotron {
        background: #f6f6f6 none;
        text-align: center;
    }
    .jumbotron h1 {
        font-size: 26px;
    }
    .jumbotron h1 strong {
        font-size: 60px;
    }
    .jumbotron h1 small {
        font-size: 22px;
    }
}


/* Layout */
section {
    padding: 30px 0 0 0;
}
.section-title {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}
.section-title::after {
    content: '';
    width: 150px;
    height: 3px;
    background-color: var(--color-red);
    position: absolute;
    bottom: 0;
    left: -50%;
    right: -50%;
    margin: 0 auto;
    border-radius: 36px;
}
.section-title + p.lead {
    text-align: center;
    width: 70%;
    font-weight: normal;
    margin: -15px auto 30px;
}
.section-more {
    margin-top: 30px;
}


/* Footer */
footer {
    background-color: #e9ecef;
    padding: 60px 0;
}
footer h4 {
    font-weight: bold;
    font-size: 23px;
    margin-top: 0;
    margin-bottom: 30px;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-contacts .row {
    margin-left: -7px;
    margin-right: -7px;
}
.footer-contacts .row  > *{
    padding-left: 7px;
    padding-right: 7px;
}
footer .menu {
    list-style: none;
}
footer .menu a {
    color: #212529;
    text-decoration: underline;
    font-size: 18px;
}
@media(max-width: 991px) {
    .footer-description {
        text-align: center;
        margin-bottom: 30px;
    }
    footer h4 {
        text-align: center;
    }
}


/* Preims */
.preim-img {
    height: 140px;
    margin-bottom: 15px;
}
.preim-img + span {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.2;
    display: block;
    margin-bottom: 30px;
}


/* About Video */
.about-video {
	background: #fbfbfb url(/wp-content/uploads/2020/06/bg1.jpg) no-repeat center 0 / cover;
    /*background: #fbfbfb url(images/bg1.jpg) no-repeat center 0 / cover;*/
}
.about-video img {
    margin: 0 auto;
    display: block;
    margin-top: -50px;
    margin-bottom: 15px;
}
.about-video .embed-responsive {
    margin-bottom: 30px;
}


/* Application Area */
.application-area {
	background: #fbfbfb url(/wp-content/uploads/2020/06/bg2.jpg) no-repeat center 0 / cover;
    /*background: #fbfbfb url(images/bg2.jpg) no-repeat center 0 / cover;*/
}
.application-area ul {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
}
.application-area li::after {
    content: '●';
    font-size: 14px;
    float: right;
    line-height: 2.2;
    margin-left: 16px;
}
.application-area li:last-child::after {
    content: '';
}
.application-area .section-more {
    /*position: absolute;
    left: -50%;
    right: -50%;*/
    margin: 10px auto 0;
}


/* Catalog by Type */
.catalog-type {
    padding-top: 60px;
}
.cat-type-item {
    margin-bottom: 60px;
}
.cat-type-img {
    height: 175px;
    margin-bottom: 15px;
}
.cat-type-item span {
    display: block;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
}


/* Catalog by Square */
.catalog-square {
    background: #fbfbfb url(images/bg3.jpg) no-repeat center 0 / cover;
    padding-bottom: 60px;
}
.cat-square-item {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.cat-square-img {
    height: 175px;
    overflow: hidden;
}
.cat-square-content {
    background-color: #fff;
    padding: 30px 25px;
}
.cat-square-item span {
    display: block;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 22px;
}
.cat-square-content .btn {
    padding: 10px 40px;
}
@media(max-width: 1200px) {
    .cat-square-item span {
        font-size: 20px;
    }
    .cat-square-img {
        height: 140px;
    }
}
@media(max-width: 991px) {
    .cat-square-item {
        margin-bottom: 30px;
    }
    .cat-square-img img {
        width: 100%;
    }
}


/* Catalog Item */
.catalog-item-container > div[class^="col-"] {
    margin-bottom: 30px;
}
.catalog-item {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: flex;
    color: #212529;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.catalog-item:hover {
    color: #212529;
    text-decoration: none;
}
.catalog-item-img {
    height: 180px;
    padding: 15px 15px 0 15px;
}
.catalog-item-img img {
    max-width: 100%;
    max-height: 100%;
}
.catalog-item-content {
    background-color: #fff;
    padding: 30px 15px 30px;
}
.catalog-item-content span {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
}
.catalog-item-content span + p.text-center {
    margin-top: -20px;
    margin-bottom: 15px;
}
.catalog-item-content p {
    margin-bottom: 0;
    font-size: 13px;
}
.catalog-item-content del {
    display: block;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
}
.catalog-item-content strong {
    display: block;
    text-align: center;
    font-size: 18px;
}
.catalog-item-content .btn {
    padding: 10px 40px;
	margin-top: 15px;
}
.catalog-item-price-controller {
    margin-top: 15px;
}
.catalog-item-price-controller span {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}
.catalog-item-price-controller strong {
    margin: 0;
    line-height: 1;
    text-align: right;
}


/* Catalog Detail */
.catalog-img img {
    max-height: 500px;
}
.catalog-price {
    background-color: var(--color-red);
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 30px;
}
.catalog-price strong {
    font-size: 26px;
}
.single-catalog .nav-tabs {
    margin-top: 60px;
}
.single-catalog .tab-content {
    margin-top: 20px;
}
.single-catalog .btn-primary {
    font-size: 20px;
}
@media(max-width: 767px) {
    .catalog-price {
        margin-top: 60px;
    }
}


/* Pagination */
.wp-pagenavi a, .wp-pagenavi span {
    border: 0;
}


/* Articles */
.article-item {
    margin-bottom: 30px;
}
.article-item h5 {
    font-weight: bold;
}
@media(max-width: 767px) {
    .article-item img {
        margin-bottom: 15px;
        max-width: 100%;
    }
}


/* Reviews */
.review-item {
    margin-bottom: 30px;
}
.review-item img {
    border: solid 1px #eee;
}
.review-item span {
    display: block;
    text-align: center;
    margin-top: 15px;
}


/* Modal Container */
.modal-container {
    max-width: 600px;
    padding: 20px;
}
.modal-container h3 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}


/* Top Banner */
/*.banner-top {
    background-color: #e9ecef;
}*/
.banner-top img {
    margin: 0 auto;
    display: block;
}

/*for img*/
.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}

/*Hide FB IG*/
.menu-item-308{
	display: none;
}
.menu-item-305{
	display: none;
}