body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
p,
span {
    margin: 0;
    padding: 0
}

body,
html {
    font-family: Roboto, sans-serif !important
}

.header_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 30px 30px 30px
}

.first_hr {
    color: #000;
    width: 90%;
    border: 1px solid #000;
    background: #000;
    position: absolute;
    top: 15px;
    z-index: 1
}

.second_hr {
    color: #000;
    width: 90%;
    border: 1px solid #000;
    background: #000
}

.header_title {
    text-align: center;
    padding: 5px 30px;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    z-index: 2;
    white-space: nowrap
}

.header_block h1 {
    line-height: 1.3;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center
}

.discount_block {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(/img/main.jpg);
    background-position: left center;
    background-size: cover;
    height: 450px;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.discount_block .container {
    width: 80%;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 70px 20px;
    color: #fff
}

.discount_block .container h2 {
    font-size: 52px;
    line-height: 1.23;
    font-weight: 600;
    margin-bottom: 30px
}

.discount_block .container span {
    margin-top: 18px;
    font-size: 20px;
    line-height: 1.55;
    margin-bottom: 55px
}

#timer {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.timer .timer_block {
    display: inline-block;
    padding-right: 32px;
    margin-right: 30px;
    position: relative;
    min-width: 90px
}

.timer .timer_block:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .2;
    background: #fff;
    width: 1px
}

.timer span.time_text {
    color: #fff;
    font-size: 64px;
    line-height: 1.23;
    font-weight: 700
}

.catalog_item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 20px
}

.catalog_item .item_gallery {
    width: 60%;
    padding: 40px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.catalog_item .item_gallery img {
    width: 100%
}

.catalog_item .item_gallery .mySlides img {
    height: 500px;
    object-fit: contain;
}

.catalog_item .item_gallery .column img {
    height: 140px;
    object-fit: cover;
    padding-right: 15px
}

* {
    box-sizing: border-box
}

.carousel-container {
    position: relative
}

.mySlides {
    display: none
}

.cursor {
    cursor: pointer
}

.next,
.prev {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    border: 2px solid teal;
    background-color: #008080a1;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px
}

.next:hover,
.prev:hover {
    background-color: rgba(0, 0, 0, .8)
}

.numbertext {
    color: teal;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: #fff
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.column {
    float: left;
    width: 16.66%
}

.demo {
    opacity: .6
}

.active,
.demo:hover {
    opacity: 1
}

.catalog_item .item_text {
    width: 40%;
    padding: 20px 10px;
    display: flex;
    flex-direction: column
}

.catalog_item .item_text h3 {
    margin: 30px 0 10px 0;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 600
}

.catalog_item .item_text .price_block {
    margin: 30px 0
}

.new_price {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.35
}

.old_price {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.35;
    color: #bdbdbd;
    text-decoration: line-through
}

.descr {
    font-size: 14px;
    line-height: 1.55;
    text-transform: uppercase
}

.catalog_item .item_text .acc_block {
    margin: 30px 0
}

.accordion {
    background-color: #eee;
    color: #db6d06;
    font-weight: 700;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: 0;
    transition: background-color .4s, color .4s;
}

.accordion:hover{
    background-color: rgb(96, 151, 179);
    color: #f3b67e;
    transition: background-color .4s, color .4s;
}


.accordion:active,
.catalog_item .active {
    background-color: #39c;
    color: #fff
}

.panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    color: #000;
    font-size: 14px;
    line-height: 1.55;
    padding: 10px;
    width: 100%;
    border-radius: 0px 0px 15px 15px;
    border: 1px solid;
}

.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px
}

.active:after {
    content: "\2796"
}

.catalog_item .item_text .catalog_offer_button {
    margin: 30px 0;
    padding: 13px 30px;
    text-decoration: none;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    border: none;
    background-color: red;
    transition: background-color .4s;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    width: 90%;
    text-align: center
}

.catalog_item .item_text .catalog_offer_button:hover {
    background-color: #a50f0f;
    transition: background-color .4s;
}

.reviews {
    padding: 30px 70px;
    margin-bottom: 50px
}

.reviews h3 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #ff8562;
    font-size: 25px
}

.owl-item {
    max-width: 70%;
    max-height: 500px
}

.owl-carousel {
    max-height: 600px
}

.owl-carousel .owl-item img {
    max-width: 300px !important;
    width: 300px
}

.reviews .owl-carousel .item {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.how_order h3 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #ff8562;
    font-size: 25px
}

.how_order .container {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.order_item {
    display: flex;
    flex-direction: row;
    width: 50%;
    margin-top: 30px
}

.order_icon {
    padding: 15px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%
}

.order_icon i {
    font-size: 40px;
    color: #ff8562
}

.order_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    width: 80%;
    padding-left: 40px
}

.order_text h4 {
    text-transform: uppercase;
    color: #ff8562;
    font-size: 25px
}

.order_text p {
    margin-top: 10px
}

.delivery_info {
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 40px
}

.delivery_info hr {
    height: 2px;
    border-width: 0;
    color: #000;
    background-color: #000;
    width: 200px
}

.delivery_info h3 {
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    color: #ff8562;
    font-size: 25px
}

.delivery_info p {
    text-align: center;
    margin-top: 40px;
    font-size: 28px
}

.delivery_info a {
    text-align: center;
    margin: 60px 0 100px 0;
    font-size: 48px;
    line-height: 1.23;
    font-weight: 600;
    text-decoration: none;
    color: #000
}

.delivery_info a:hover {
    color: brown
}

.form_main {
    padding: 60px 60px;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.form_main .container {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.form_main .container h3 {
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #ff8562;
    font-size: 25px
}

.form_main .container form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%
}

form input, form select {
    color: #000;
    border: 1px solid #000;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    margin-top: 15px
}

.form_main .container form button {
    margin-top: 30px
}

.form_main .container form button {
    margin: 30px 0;
    margin: 30px 0;
    padding: 13px 30px;
    text-decoration: none;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    border: none;
    background-color: red;
    transition: background-color .4s;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    width: 90%;
    cursor: pointer;
}

.form_main .container form button:hover {
    background-color: #a50f0f;
    transition: background-color .4s;
}

.infos {
    padding: 30px 30px 60px 30px
}

.infos .container {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.infos .infos_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%
}

.infos .infos_item a {
    margin-top: 20px;
    color: #ff8562;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: color .4s, box-shadow .4s;
    padding: 15px;
    box-shadow: none;
    
}

.infos .infos_item a:hover{
    color: #7c4232;
    transition: color .4s, box-shadow .4s;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.footer {
    background-color: #080707;
    padding: 50px 50px 10px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: gray
}

.footer span {
    margin: 10px 0
}

.footer .year {
    color: #fff;
    margin: 30px 0 10px 0
}

.modal_cont {
    padding: 20px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.modal_cont .container {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.modal_cont .container h3 {
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #ff8562;
    font-size: 25px
}

.modal_cont .container form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%
}

.modal_cont .container form input, .modal_cont .container form select {
    color: #000;
    border: 1px solid #000;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    margin-top: 15px
}

.modal_cont .container form button {
    margin-top: 30px
}

.modal_cont .container form button {
    margin: 30px 0;
    margin: 30px 0;
    padding: 13px 30px;
    text-decoration: none;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    border: none;
    background-color: red;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    width: 90%
}

.modal_cont .container form button:hover {
    background-color: #a50f0f
}

.modal .close_form {
    text-decoration: none;
    color: #222
}

@media screen and (max-width:1025px) {
    .catalog_item .item_gallery .column img {
        height: 90px
    }

    .how_order h3 {
        margin-bottom: 20px
    }

    .order_item {
        width: 60%;
        margin-top: 20px
    }

    .delivery_info a {
        margin: 60px 0 20px 0
    }

    .form_main .container {
        width: 90%
    }

    .infos .infos_item {
        width: 40%
    }
}

@media screen and (max-width:769px) {
    .discount_block .container {
        width: 90%;
        padding: 30px 20px
    }

    .discount_block .container h2 {
        font-size: 42px;
        margin-bottom: 10px
    }

    .discount_block .container span {
        margin-bottom: 25px
    }

    .timer span.time_text {
        font-size: 44px
    }

    .catalog_item .item_gallery {
        width: 60%
    }

    .catalog_item .item_gallery .mySlides img {
        /* height: 400px; */
        height: unset;
    }

    .catalog_item .item_text .catalog_offer_button {
        margin: 0 auto;
        margin-top: 10px;
        width: 80%;
        padding: 20px 50px;
    }

    .order_item {
        width: 80%
    }

    .infos .container{
        flex-wrap: wrap;
    }

    .infos .infos_item{
        width: 60%;
    }

    .infos .infos_item span{
        text-align: center;
    }
    .catalog_item {
        flex-wrap: wrap;
        padding: 10px 0px;
    }

    .catalog_item .item_gallery {
        width: 100%;
        padding: 40px 0px 30px 0px
    }
    .catalog_item .item_text {
        width: 100%;
        padding: 0 10px 20px 10px
    }

    .catalog-container{
        padding: 0px;
        max-width: 100%;
    }


    .catalog-container .carousel-container{
        width: 100%;
    }

    .next, .prev{
        padding: 20px;
    }
}



@media screen and (max-width:426px) {
    .header_title {
        font-size: 12px;
        padding: 10px 43px;
        font-weight: 700;
        letter-spacing: 2px
    }

    .header_block h1 {
        font-size: 26px
    }

    .discount_block .container h2 {
        font-size: 30px;
        margin-top: 20%
    }

    .timer span.time_text {
        font-size: 30px
    }

    .timer .timer_block {
        padding-right: 0;
        margin-right: 0
    }





    .catalog_item .item_gallery .column {
        width: 20%
    }



    .catalog_item .item_text h3 {
        margin: 0 0 10px 0;
        font-size: 24px;
        line-height: 1.35;
        font-weight: 600;
        text-align: center
    }

    .accordion {
        width: 100%
    }

    .catalog_item .item_text .acc_block {
        margin: 20px 0
    }

    .catalog_item .item_text .price_block {
        margin: 20px 0
    }

    .reviews {
        padding: 20px 30px
    }

    .reviews h3 {
        margin-bottom: 40px
    }

    .how_order .container {
        padding: 30px
    }

    .order_item {
        width: 100%
    }

    .delivery_info {
        padding: 30px 10px
    }

    .delivery_info a {
        font-size: 32px
    }

    .form_main {
        padding: 30px 20px
    }

    .form_main .container form {
        width: 100%
    }

    .infos {
        padding: 30px 20px 60px 20px
    }

    .infos .container {
        justify-content: space-around;
        text-align: center
    }

    .infos_item img {
        width: 80%
    }

    .footer {
        padding: 20px 30px 10px 30px
    }

    .modal {
        padding: 15px 10px !important
    }

    .modal_cont {
        padding: 10px 10px
    }

    .modal_cont .container {
        width: 100%
    }
}

@media screen and (max-width:376px) {
    .discount_block .container h2 {
        margin-top: 5%
    }

    .catalog_item .item_gallery .column img {
        padding-right: 5px
    }

    .how_order .container {
        padding: 10px 30px
    }
}

@media screen and (max-width:326px) {
    .timer .timer_block {
        min-width: 60px
    }

    .catalog_item {
        padding: 10px 10px
    }

    .reviews h3 {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .reviews {
        padding: 20px 15px
    }

    .order_icon i {
        font-size: 30px;
        padding: 5px
    }

    .how_order .container {
        padding: 10px 10px
    }

    .order_text {
        padding: 0 10px 0 20px
    }

    .infos {
        padding: 0 20px 20px 20px
    }

    .delivery_info p {
        font-size: 22px
    }

    .infos .container {
        flex-wrap: wrap
    }

    .infos .infos_item {
        width: 100%;
        margin-bottom: 30px
    }

    .infos_item img {
        width: 50%
    }
}