@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Regular.eot');
    src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
    url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProximaNova-Regular.woff') format('woff'),
    url('fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Semibold.eot');
    src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
    url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProximaNova-Semibold.woff') format('woff'),
    url('fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Bold.eot');
    src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
    url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProximaNova-Bold.woff') format('woff'),
    url('fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Light.eot');
    src: local('Proxima Nova Light'), local('ProximaNova-Light'),
    url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProximaNova-Light.woff') format('woff'),
    url('fonts/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.font-proxima-nova-light {
    font-family: 'Proxima Nova', Helvetica;
    font-weight: 300!important;
    font-style: normal!important;
}

.font-proxima-nova-regular {
    font-family: 'Proxima Nova', Helvetica;
    font-weight: normal!important;
    font-style: normal!important;
}

.font-proxima-nova-semibold {
    font-family: 'Proxima Nova', Helvetica;
    font-weight: 500!important;
    font-style: normal!important;
}

.font-proxima-nova-bold {
    font-family: 'Proxima Nova', Helvetica;
    font-weight: bold!important;
    font-style: normal!important;
}

/* Header section */
.header-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.search label {
    position: relative;
}

.search img {
    position: absolute;
    right: 15px;
    top: 7px
}

.logo-img {
    height: 159px;
    width: auto;
}

.header_phones {
    color: #c12b2d!important;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    text-align: right;
}

.header_phones a {
    color: #c12b2d!important;
    text-decoration: none;
}

.header_phones a:hover {
    color: #c12b2d!important;
    text-decoration: none;
}


.footer-group span {
    color: #212529!important;
}

#mod-search-searchword {
    border-width: 1px;
    border-color: rgb(224, 224, 224);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: 375px;
    height: 33px;
    z-index: 9;
    color: #494848;
    font-size: 12px;
    text-indent: 20px;
}

.header_phones small {
    font-weight: normal;
    font-size: 16px;
    color: #494848;
}

.search-input {
    padding-top: 25px;
}

.header-phone {
    padding-top: 40px;
}

.header-menu {
    padding-top: 35px;
}

.header-menu ul {
    list-style-type: none;
    padding: 0;
}

.header-menu ul li {
    display: inline-block;
}

.header-menu ul li a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    color: #494848;
    text-decoration: none;
}

.header-menu ul li a:hover {
    text-decoration: none;
    color: #494848;
}

/* Main part */
.main-bg {
    background-image: url("../img/main/main_img.png");
    background-size: cover;
    height: 650px;
    color: white;
    background-repeat: no-repeat;
}

.main-bg h1, .block-title {
    padding-top: 180px;
    font-size: 60px;
    line-height: 70px;
}

.block-title {
    margin-bottom: 60px;
}

.features_container {
    height: 132px;
    background-color: white;
    transform: translateY(-50%);
    border: 1px solid #dcdcdc;
}

.features_container span {
    font-size: 18px;
}

.our_good_title {
    margin-bottom: 60px;
}

.side-menu-title {
    font-size: 36px;
}

.categories_blocks {
    padding-bottom: 70px;
}

.products-item {
    height: 265px;
    width: 100%;
    margin-bottom: 30px;
}

.title-block {
    width: 100%;
    height: 100%;
    background-size: 100% 265px;
    background-repeat: no-repeat;
    position: relative;
}

.title-block span {
    position: absolute;
    bottom: 18px;
    left: 15px;
}

.title-block span a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.products_arrow {
    margin-left: 5px;
    height: 14px;
}

/* TOP GOODS */
.top-goods-container {
    padding-bottom: 60px;
    padding-top: 60px;
    box-shadow: 0px 0px 12.35px 6.65px rgba(0, 0, 0, 0.04);
}

.bg_top_good {
    height: 200px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.top_description {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 120px;
    max-height: 120px;
    overflow: hidden;
}

.top_description a {
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #494848;
    max-width: 70%;
    min-width: 70%;
}

.top_description a:hover {
    text-decoration: none;
    color: #494848;
}

.top_description img {
    width: 30px;
    height: 30px;
}

.top_bottom {
    display: flex;
}

.top_bottom .top_price {
    max-width: 50%;
}

.top_bottom .buy-button {
    color: #c12b2d;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    float: right;
}

/* Partners Section */

.partners_section {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 100%;
    overflow: hidden;
}

#slider {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-left: 45px;
    margin-right: 45px;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
    height: 120px;
    line-height: 120px;
}

#slider img {
    max-height: 90px;
    margin-left: auto;
    margin-right: 30px;
}

.control_next img {
    margin-right: 0 !important;
    margin-left: auto !important;
}

.control_prev img {
    margin-right: auto !important;
    margin-left: 0 !important;
}

a.control_prev, a.control_next {
    position: absolute;
    top: 0;
    z-index: 999;
    display: block;
    padding: 4% 0%;
    text-decoration: none;
    cursor: pointer;
}

a.control_next {
    right: 15px;
}

a.control_prev {
    left: 15px;
}

a.control_prev:hover, a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.control_prev {
    border-radius: 0 2px 2px 0;
}

a.control_next {
    border-radius: 2px 0 0 2px;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}

/* Footer */
.footer_section {
    padding-bottom: 60px;
    padding-top: 50px;
    border-top: 2px solid rgb(220, 220, 220);
}

.footer-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.footer-menu {
    list-style-type: none;
    padding: 0;

}

.footer-menu li a {
    color: #494848;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
}

.footer-copyright {
    color: #494848;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}

/* O NAS */
.o-nas-bg {
    background-image: url("../img/o-nas/o-nas.png");
    background-size: cover;
    height: 650px;
    color: white;
    background-repeat: no-repeat;
}

.o-nas-bg h1 {
    padding-top: 120px;
    color: white;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
}

.o-nas-description {
    color: white;
    font-size: 18px;
    width: 500px;
    line-height: 24px;
}

.o-nas-info {
    padding-top: 75px;
}

.o-nas-info .title-o-nas {
    font-size: 24px;
    color: #494848;
    margin-bottom: 25px;
}

.o-nas-info .description-o-nas {
    font-size: 18px;
    color: #494848;
}

/* Dostavka */

.dostavka-bg {
    background-image: url("../img/dostavka.png");
    background-size: cover;
    height: 650px;
    color: white;
    background-repeat: no-repeat;
    padding-top: 110px;
}

.dostavka-bg h1 {
    margin-bottom: 40px;
    font-size: 60px
}

.dostavka-description {
    color: white;
    font-size: 18px;
    line-height: 24px;
}

.dostavka-title {
    margin-top: 50px;
    font-size: 24px;
    line-height: 24px;
}

.dostavka-info {
    padding-top: 75px;
    padding-bottom: 110px;
}

.title-dostavka {
    color: #494848;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;

}

.description-dostavka {
    color: #494848;
    font-size: 18px;
    line-height: 24px;
}

.dostavka-logistic-company {
    margin-top: 60px;
    max-height: 120px;
    max-width: 100%;
}

.dostavka-map {
    max-height: 350px;
    max-width: 100%;
}

/* Oplata */
.title-oplata {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 30px;
}

.description-oplata {
    font-size: 18px;
    line-height: 24px;
}

.oplata-info h1 {
    margin-bottom: 15px;
}

.oplata-info {
    padding-bottom: 110px;
}

/* Contacts */
.contacts-info {
    padding: 35px 45px;
}

.address-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

.address-description {
    font-size: 18px;
    line-height: 24px;
}

.contacts-img-1 {
    background-size: contain;
    background-image: url("../img/contacts/map-1.png");
}

.contacts-img-2 {
    background-size: contain;
    background-image: url("../img/contacts/map-2.png");
}

.contacts-img-3 {
    background-size: contain;
    background-image: url("../img/contacts/map-3.png");
}

.contacts-img-4 {
    background-size: contain;
    background-image: url("../img/contacts/map-4.png");
}

.contacts-img-5 {
    background-size: contain;
    background-image: url("../img/contacts/map-5.png");
}


/* Modal Window */
/* The Modal (background) */
#window {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow-y: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 40px;
    border: 1px solid #888;
    width: 650px!important; /* Could be more or less, depending on screen size */
}

/* Modal window */

.cart-item {

}

.cart-item .cart-item-img {
    height: 65px;
    width: 100px;
    text-align: center;
}

.cart-item {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
}

.cart-item-img img {
    height: 65px;
    max-width: 100px;
}

.cart-item-title {
    width: 165px;
    white-space: normal;
    display: inline-block;
    margin-left: 25px;
    font-size: 14px;
    line-height: 18px;
    color: #494848;
}

.cart-item-count {
    margin-left: 30px;
    margin-right: 30px;
}

.cart-item-price {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.cart-item-delete {
    color: #c12b2d;
    display: inline-block;
    margin-left: auto;
    font-size: 24px;
    cursor: pointer;
}

.close-modal {
    color: #c12b2d;
    font-size: 42px;
    text-shadow: none;
    display: inline-block;
    margin-left: auto;
    cursor: pointer;
}

.modal-header-stk {
    margin-bottom: 20px;
}

.modal-header-stk h2 {
    font-size: 24px;
    line-height: 24px;
    color: #494848;
}

.plus-sign, .minus-sign {
    font-size: 20px;
    color: #c12b2d;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    cursor: pointer;
}

.total-sum {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: right;
}

.total-sum span {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-left: auto;
    color: #494848;
}

#cart-name-input {
    border-width: 1px;
    border-color: rgb(224, 224, 224);
    border-style: solid;
    width: 100%;
    height: 52px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #abaaaa;
    text-indent: 10px;
}

#cart-phone-input {
    border-width: 1px;
    border-color: rgb(224, 224, 224);
    border-style: solid;
    width: 100%;
    height: 52px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #abaaaa;
    text-indent: 10px;
}

#cart-order-button {
    height: 57px;
    width: 100%;
    background-color: #c12b2d;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

.buy-button {
    cursor: pointer;
}

.buy-button:active {
    color: #70181a;
}

.catalog-title {
    font-size: 24px;
    line-height: 24px;
}

.buy-button-catalog {
    color: #c12b2d;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    cursor: pointer;
}

.catalog-description-line {
    font-size: 18px;
    line-height: 30px;
    color: #bebcbc;
}

.catalog-description-value {
    color: #333;
    font-size: 17px;
}

.catalog-item-price {
    font-size: 24px;
    line-height: 24px;
    margin-top: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.catalog-side-menu-link, .catalog-side-sidemenu-link {
    color: #484646;
    text-transform: uppercase;
}

.catalog-side-menu-link:hover, .catalog-side-sidemenu-link:hover {
    color: #484646;
    text-decoration: none;
}

.catalog-side-sidemenu-link {
    font-size: 14px;
}

.side-menu-link .sub-menu {
    display: none;
}

.border-contacts {
    border-top: 1px;
    border-left: 1px;
    border-bottom: 1px;
    border-right: 0;
    border-color: #dcdcdc;
    border-style: solid;
}

.contacts-img {
    height: 100%
}

.cursor-pointer {
    cursor: pointer;
}

.clicable-item:hover {
    color: #c12b2d!important;
}

.regular-heading {
    color: #494848;
    position: relative;
}

.red-heading {
    color: #c12b2d;
}

.red-letter {
    color: #c12b2d;
    position: relative;
}

.red-letter:before {
    content: attr(data-char);
    position: absolute;
    width: 50%;
    overflow: hidden;
    color: #494848;
    transform: rotate(45deg) translate(-156%, 5%);
    transform-origin: bottom center;
}

.red-letter-no-tranform:before {
    transform: none!important;
}

.img-404 {
    max-width: 100%;
}

.title-404 {
    font-size: 60px;
    line-height: 70px;
    color: #494848;
    margin-top: 100px;
}

.description-404 {
    font-size: 18px;
    line-height: 24px;
    color: #494848;
}

.back-button-404 {
    background-color: #c12b2d;
    padding: 20px 42px;
    border-radius: 26px;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
}

.back-button-404:hover {
    color: white;
    text-decoration: none;
}

.sendvich-img {
    display: none;
}

#mobile-menu-container {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

#mobile-menu-container .header-menu ul li {
    display: block;
}

.menu-z-index {

}

.features_container {
    max-width: 100%;
}

.contacts-page-phone {
    text-decoration: none;
    color: #494848;
}

.contacts-page-phone:hover {
    text-decoration: none;
    color: #494848;
}

.empty-cart-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
}

.modal-empty-title {
    color: #E2E2E2;
    font-size: 24px;
    line-height: 24px;
}

.close-modal-empty-button {
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    color: #c12b2d;
}

.classificator-title {
    font-size: 20px;
    line-height: 24px;
    color: #494848;
    min-height: 50px;
}

.classificator-tags {
    color: #c12b2d;
}

.classificator-img {
    max-height: 70px;
    width: auto;
    margin-bottom: 30px;
}

.links_classificator_tags {
    text-decoration: none;
    color: #c12b2d;
}

.links_classificator_tags:hover {
    color: #c12b2d;
}
#succes_order{
    position: fixed;
    left: 0;
    top: 30%;
    padding: 10px 20px;
    color: #fff;
    background: #3c3c;
    z-index: 99px;
}
.description_product{
    margin-top: 1.5em;
}