main .contact_page .contact_info .info_item span {
    font-size: 25px;
    font-family: "ProximaNova-Semibold";
}

main .contact_page .contact_info .info_item:nth-of-type(2) span {
    font-size: 35px;
}

main .contact_page .contact_info .info_item span {
    font-size: 25px;
    font-family: "ProximaNova-Semibold";
}

.background_light_gray {
    background: #212020;
}

header .header_top_nav ul li a {
    color: #000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    font-size: 18px;
}

h3 {
    font-family: "ProximaNova-Semibold";
    font-size: 25px;
    text-shadow: none;
}

body {
    font-family: "ProximaNova-Regular";
    font-size: 18px;
    color: #3b3b3b;
    min-height: 100%;
}

main .contact_page #map > * {
    height: 450px !important;
    width: 100% !important;
}

#carousel-example-generic .carousel-caption {
    position: absolute;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 40px;
    max-width: 400px;
    z-index: 10;
    background: #ffffffc2;
    left: 8%;
    bottom: auto;
    color: #3b3b3b;
    padding: 15px 20px;
    top: 80%;
    transform: translateY(-50%);
    margin-top: 0;
}

.background_light_gray {
    background: #fff;
}

header .header_top_nav ul.right_nav li a {
    color: #000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: capitalize;
    vertical-align: bottom;
}

.side_panel .table-menu {
    border-top: 2px solid #000;
    box-shadow: 0 0 20px 6px rgb(64 64 64 / 84%);
    padding: 20px 0;
}

header .header_top_nav {
    border-bottom: 1px solid #080808;
}

a {
    color: #000000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

header .header_middle_nav .row > div:not(.header_contact) {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.side_panel .table-menu a, .side_panel .table-menu a:active, .side_panel .table-menu a:hover, .side_panel .table-menu a:focus, .side_panel .table-menu a:visited {
    text-decoration: none;
    color: #000;
}
.side_panel .table-menu ul > li:hover > a, .side_panel .table-menu > ul > li.active > a {
    background: #6f6b68;
    color: #fff;
}
.side_panel .table-menu ul li a {
    font-family: "ProximaNova-Regular";
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 15px 10px 15px;
    white-space: normal;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}
.catalog_inline_page .item .price_sect .item_btn a, .cart_page .item .price_sect .item_btn a {
    display: block;
    width: auto;
    text-align: center;
    background: #6f6b68;
    color: #ffffff;
    font-family: "ProximaNova-Regular";
    padding: 13px;
    border: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-image: url(/img/btn_icon.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;
    font-size: 18px;
    color: #ffffff !important;
    padding-left: 50px !important;
    padding: 13px 5%;
}
.catalog_inline_page .item > .row > div div span a, .cart_page .item > .row > div div span a {
    font-size: 21px;
    color: #000000;
}

.card_product_container .card_product .card_product_title {
    font-size: 20px;
    color: #000;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1.4em;
    min-height: 2.8em;
}