@charset "UTF-8";

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

@media (min-width: 1200px) {
    .custom-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .custom-container .col-2 {
        padding-left: 12px;
        padding-right: 12px;
        max-width: 20%;
        flex: 0 0 20%;
        margin-bottom: 24px;
    }

    .custom-container .row {
        margin-right: -12px;
        margin-left: -12px;
    }
}

@media (max-width: 1199px) {
    .custom-container .col-2 {
        padding-left: 8px;
        padding-right: 8px;
        max-width: 25%;
        flex: 0 0 25%;
        margin-bottom: 16px;
    }

    .custom-container .row {
        margin-left: -8px;
        margin-right: -8px;
    }
}

@media (max-width: 991px) {
    .custom-container .col-2 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
}

@media (max-width: 767px) {
    .custom-container .col-2 {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    padding: 104px 0 0;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #212121;
    background-color: #fff;
    min-width: 320px;
}

body.fixed {
    overflow: hidden !important;
}

a,
button {
    cursor: pointer;
}

picture {
    display: block;
    width: 100%;
    height: 100%;
}

table {
    border-collapse: collapse;
}

p {
    margin: 0 0 15px;
}

@media (min-width: 992px) {
    body {
        padding-top: 110px;
    }
}

@media (min-width: 1200px) {
    body {
        padding-top: 153px;
    }
}

@media (min-width: 1400px) {
    body {
        padding-top: 155px;
        font-size: 16px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1440px;
    }
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.form-group {
    margin-bottom: 0;
    padding-bottom: 22px;
    position: relative;
}

.form-group label {
    margin-bottom: 1px;
    font-size: 14px;
}

.form-group .form-control {
    display: block;
    width: 100%;
    border: 1px solid #c2c2c2;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: 0;
    height: 42px;
    padding: 10px 12px;
    border-radius: 1px;
}

.form-group .form-control:focus {
    border: 1px solid #e31e25;
    box-shadow: 0 0 0 3px rgba(85, 122, 12, 0.2);
}

.form-group .red-text {
    color: #C62534;
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: 4px;
    display: none;
}

.form-group.red .red-text {
    display: block;
}

.btn-primary {
    display: block;
    border-width: 1px;
    border-style: solid;
    background-color: #e31e25;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    transition: 0.2s;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    border-radius: 1px;
    border: 1px solid #e31e25;
}

.btn-primary:hover {
    background-color: #cc1b21;
}

.btn-primary:focus,
.btn-primary:active {
    border: 1px solid #cc1b21;
    box-shadow: 0 0 0 3px rgba(85, 122, 12, 0.4);
}

.btn-light {
    border: 1px solid #e31e25;
    background-color: transparent;
    color: #252525;
    border-width: 1px;
    border-style: solid;
    border-image-slice: 1;
    height: 42px;
    line-height: 41px;
    text-decoration: none;
    position: relative;
    transition: 0.2s;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 1px;
    display: inline-block;
}

.btn-light:hover {
    background-color: #e31e25;
    color: #fff;
}

.select-container {
    position: relative;
    display: flex;
    align-items: center;
}

.select-container .select-label {
    font-size: 14px;
    color: #555;
    margin-right: 10px;
}

.select-container .select-button {
    background-color: #fff;
    border: 1px solid #C2C2C2;
    cursor: pointer;
    font-size: 14px;
    padding: 0 25px 0 10px;
    box-shadow: none;
    height: 36px;
    width: 190px;
    position: relative;
    text-align: left;
    outline: 0;
    display: flex;
    align-items: center;
    border-radius: 1px;
}

.select-container .select-button:focus {
    border: 1px solid #00AFEC;
}

.select-container .select-button span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-container .select-button:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: calc(50% - 3px);
    right: 9px;
    border-top: 6px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transform-origin: center;
    transition: 0.3s;
}

.select-container .select-button.is-active {
    border: 1px solid #e31e25;
}

.select-container .select-button.is-active:after {
    transform: rotate(180deg);
}

.select-container .select-dropdown {
    list-style: none;
    width: 190px;
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 8;
    max-height: 300px;
    overflow: auto;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #C2C2C2;
    border-radius: 3px;
}

.select-container .select-dropdown li {
    position: static;
    padding: 0;
}

.select-container .select-dropdown li:before {
    display: none;
}

.select-container .select-dropdown li a {
    display: block;
    border: 0;
    line-height: 1.4;
    width: 100%;
    text-decoration: none;
    padding: 5px 12px;
    color: #121212;
    font-size: 13px;
}

.select-container .select-dropdown li a:hover {
    color: #fff;
    background-color: #e31e25;
}

.breadcrumb {
    padding: 12px 0;
    align-items: center;
    background-color: transparent;
    font-size: 12px;
    list-style: none;
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadcrumb a {
    color: #121212;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb .breadcrumb-item.active {
    color: #999;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    content: '\002F';
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    margin: 3px 5px 0;
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1000;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.blocker.behind {
    background-color: transparent;
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 800px;
    background-color: #fff;
    text-align: left;
    border-radius: 4px;
}

.modal a.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/icons/close-icon.svg);
}

.modal-content hr {
    display: block;
    width: 100%;
    border: 0;
    border-top: 2px solid #6AB831;
}

.modal-content .close {
    position: absolute;
    right: 10px;
    top: 7px;
    opacity: 1;
    outline: 0;
}

.modal-content .close img {
    width: 15px;
}

.modal-content .modal-header {
    display: flex;
    justify-content: center;
    border: 0;
    padding: 25px 35px 10px;
    flex-wrap: wrap;
}

.modal-content .modal-body {
    padding: 50px 200px 50px;
}

.title-group {
    margin: 0 0 15px;
}

.title-group .h1,
.title-group h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.3px;
    margin: 0 0 5px;
}

.title-group .h1 span,
.title-group h1 span {
    color: #e31e25;
    font-weight: 600;
}

.title-group .h2,
.title-group h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.3px;
    margin: 0 0 5px;
}

.title-group .h2 span,
.title-group h2 span {
    color: #e31e25;
    font-weight: 600;
}

.title-group .group-link {
    color: #e31e25;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    padding-right: 25px;
}

.title-group .group-link:after {
    content: '';
    width: 18px;
    height: 18px;
    background: url(../img/icons/arrow-right-g.svg) no-repeat center;
    background-size: 18px;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    transition: 0.2s;
}

.title-group .group-link:hover {
    text-decoration: underline;
}

.title-group .group-link:hover:after {
    transform: translateX(7px);
}

@media (max-width: 1899px) {
    .modal-content .modal-header h5 {
        font-size: 36px;
    }
}

@media (max-width: 1699px) {
    .modal-content .modal-header h5 {
        font-size: 28px;
    }

    .modal-content .modal-header h5 span {
        font-size: 14px;
        margin-top: 2px;
    }

    .modal-content .modal-body {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1536px) {

    .title-group .h2,
    .title-group h2 {
        font-size: 32px;
    }

    .title-group .h1,
    .title-group h1 {
        font-size: 32px;
    }
}

@media (max-width: 1439px) {
    .modal-content .modal-header h5 {
        font-size: 24px;
    }

    .modal-content .modal-body {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1199px) {

    .title-group .h2,
    .title-group h2 {
        font-size: 28px;
    }

    .title-group .h1,
    .title-group h1 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .modal {
        width: 100%;
    }

    .modal-content .modal-header h5 {
        font-size: 16px;
    }

    .modal-content .modal-header h5 span {
        font-size: 13px;
    }

    .modal-content .modal-body {
        padding: 25px;
    }

    .title-group .h2,
    .title-group h2 {
        font-size: 24px;
    }

    .title-group .h1,
    .title-group h1 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .modal-content .modal-header h5 {
        font-size: 14px;
    }

    .modal-content .modal-body {
        padding: 0 15px 15px;
    }

    .modal-content .btn-primary {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .modal-content .modal-header {
        padding: 35px 15px 5px;
    }

    .modal-content .modal-header h5 {
        display: block;
        font-weight: 13px;
    }

    .modal-content .modal-header h5 span {
        display: inline;
        margin: 0;
    }

    .breadcrumb {
        margin-top: 0;
    }

    .title-group .h2,
    .title-group h2 {
        text-align: center;
    }
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
}

.header-top {
    background-color: #fff;
    padding: 9px 0;
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-bottom {
    background-color: #212121;
    padding: 8px 0;
}

.main-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.main-logo img {
    width: 24px;
}

.main-logo span {
    font-size: 16px;
    text-transform: uppercase;
    color: #212121;
    font-weight: 700;
}

.main-logo span span {
    color: #e31e25;
}

.slide-nav {
    position: fixed;
    display: block;
    z-index: 100;
    width: 300px;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    padding: 55px 15px 50px 15px;
    transition: 0.3s;
    transform: translateX(150%);
}

.slide-nav.active {
    transform: translateX(0);
}

.slide-nav .buttons-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.slide-nav .catalog-link {
    color: #e31e25;
    text-decoration: none;
    font-size: 16px;
    margin-right: 10px;
    border: 1px solid #e31e25;
    border-radius: 3px;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0 12px;
}

.slide-nav .catalog-link i {
    position: absolute;
    background-color: #fff;
    width: 5px;
    height: 5px;
    left: 30px;
    border-radius: 1px;
}

.slide-nav .catalog-link i:nth-child(1) {
    top: 16px;
}

.slide-nav .catalog-link i:nth-child(2) {
    top: 24px;
}

.slide-nav .catalog-link i:nth-child(3) {
    top: 32px;
}

.slide-nav .catalog-link i:before,
.slide-nav .catalog-link i:after {
    content: '';
    position: absolute;
    top: 0;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 1px;
}

.slide-nav .catalog-link i:before {
    left: -8px;
}

.slide-nav .catalog-link i:after {
    right: -8px;
}

.slide-nav .catalog-toggle {
    position: relative;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: 1px solid #e31e25;
    border-radius: 3px;
}

.slide-nav .catalog-toggle:before,
.slide-nav .catalog-toggle:after {
    content: '';
    background: #212121;
    position: absolute;
}

.slide-nav .catalog-toggle:before {
    top: 14px;
    left: 7px;
    width: 15px;
    height: 1px;
}

.slide-nav .catalog-toggle:after {
    top: 7px;
    left: 14px;
    width: 1px;
    height: 14px;
}

.slide-nav .catalog-toggle span {
    display: none;
}

.slide-nav .catalog-toggle.active:after {
    height: 15px;
    transform: rotate(45deg);
}

.slide-nav .catalog-toggle.active:before {
    transform: rotate(45deg);
}

.slide-nav .nav-dropdown-item {
    margin-top: 8px;
}

.slide-nav .nav-dropdown-item a {
    text-decoration: none;
    color: #252525;
}

.slide-nav .nav-dropdown-item .nav-link {
    pointer-events: none;
    font-size: 18px;
    cursor: pointer;
}

.slide-nav .nav-dropdown-item .nav-dropdown {
    padding-left: 10px;
}

.slide-nav .nav-dropdown-item .nav-dropdown a {
    display: block;
    font-size: 14px;
    padding: 7px 0 7px 12px;
    position: relative;
}

.slide-nav .nav-dropdown-item .nav-dropdown a:hover {
    color: #e31e25;
}

.slide-nav .nav-dropdown-item .nav-dropdown a:before {
    content: '';
    width: 6px;
    height: 1px;
    background-color: #252525;
    position: absolute;
    left: 0;
    top: 17px;
}

.slide-nav-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
    background: url(../img/icons/close-icon.svg) no-repeat center;
    background-size: 60%;
    border: 0;
    outline: 0;
    transition: 0.25s;
    cursor: pointer;
}

.search-toggle {
    width: 30px;
    height: 30px;
    padding: 0;
    background: url(../img/icons/search-icon.svg) no-repeat center;
    background-size: 25px;
    border: 0;
}

.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 15px 15px;
    background-color: #fff;
    z-index: 100;
    transition: 0.25s;
    transform: translateY(-150%);
}

.search-box.active {
    transform: translateY(0);
}

.search-box .search-close {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #e31e25 url(../img/icons/close-icon-w.svg) no-repeat center;
    background-size: 8px;
    border-radius: 50%;
    right: 6px;
    top: 10px;
}

.search-box form {
    display: block;
    width: 100%;
}

.search-box .form-control {
    width: 100%;
    display: block;
    height: 42px;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    outline: 0;
    padding: 0 5px 0 44px;
    line-height: 36px;
    font-size: 16px;
}

.search-box .form-control:focus {
    border: 1px solid #e31e25;
    box-shadow: 0 0 0 3px rgba(102, 154, 0, 0.3);
}

.search-box .search-btn {
    position: absolute;
    left: 16px;
    top: 21px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0;
    background: #fff;
    border-radius: 3px 0 0 3px;
}

.search-box .search-btn img {
    display: block;
    width: 22px;
}

.nav-toggle {
    background-color: #fff;
    border: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
}

.nav-toggle span {
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background-color: #252525;
    display: block;
    margin: 7px 0;
}

.main-nav>a {
    display: block;
    text-decoration: none;
    color: #252525;
    padding: 8px 0;
    font-size: 18px;
}

.main-nav>a:hover,
.main-nav>a.active {
    color: #e31e25;
}

.header-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-controls .choosen-box,
.header-controls .cart-box,
.header-controls .сabinet-box {
    position: relative;
}

.header-controls .choosen-box img,
.header-controls .cart-box img,
.header-controls .сabinet-box img {
    display: block;
    max-width: 28px;
}

.header-controls .choosen-box a,
.header-controls .cart-box a,
.header-controls .сabinet-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #888;
}

.header-controls .choosen-box .box-title,
.header-controls .cart-box .box-title,
.header-controls .сabinet-box .box-title {
    font-size: 12px;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 5px;
    color: #fff;
}

.header-controls .choosen-box {
    width: 40px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-controls .choosen-box .choosen-amount {
    position: absolute;
    top: -1px;
    right: 0;
    border-radius: 15px;
    background-color: #e31e25;
    color: #fff;
    font-size: 12px;
    padding: 1px 6px;
    max-width: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    pointer-events: none;
}

.header-controls .cart-box {
    width: 40px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-controls .cart-box .products-amount {
    position: absolute;
    top: -1px;
    right: 0;
    border-radius: 15px;
    background-color: #e31e25;
    color: #fff;
    font-size: 12px;
    padding: 1px 6px;
    max-width: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    pointer-events: none;
}

.header-controls .сabinet-box {
    width: 40px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-controls .сabinet-box img {
    max-width: 24px;
}

.header-controls .phone-toggle {
    padding-top: 3px;
}

.languages-box {
    display: flex;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 11px;
}

.languages-box a {
    color: #252525;
    text-decoration: none;
}

.languages-box a:hover {
    color: #e31e25;
}

.languages-box a.active {
    color: #e31e25;
    font-weight: 400;
}

.languages-box a.active:hover,
.languages-box a.active:focus,
.languages-box a.active:active {
    text-decoration: none;
    cursor: auto;
}

.languages-box .vertical-line {
    width: 1px;
    height: 15px;
    display: block;
    background-color: #252525;
    margin: 0 5px;
}

.catalog-dropdown-box {
    display: none;
}

.category-nav-link {
    color: #343434;
    text-decoration: none;
    display: block;
    padding: 4px 0 4px 12px;
    font-size: 16px;
    position: relative;
}

.category-nav-link:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #111;
    position: absolute;
    top: 16px;
    left: 0;
    border-radius: 50%;
}

.search-btn {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0;
    background: #fff;
    border-radius: 3px 0 0 3px;
}

.search-btn span {
    display: none;
}

.search-btn img {
    display: block;
    width: 19px;
}

#contacts-modal .modal-body {
    padding: 20px;
}

#contacts-modal .nav-link {
    display: none;
}

#contacts-modal small {
    font-size: 14px;
    color: #111;
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
}

#contacts-modal .phone-box,
#contacts-modal .mail-box {
    margin-bottom: 15px;
}

#contacts-modal a {
    color: #e31e25;
    text-decoration: none;
    font-size: 16px;
}

@media (max-width: 991px) {
    .horizontal-dropdown {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .header-top {
        padding: 12px 0;
    }

    .main-logo img {
        width: 32px;
        margin-right: 3px;
    }

    .main-logo span {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {

    .nav-toggle,
    .search-toggle {
        display: none;
    }

    .main-logo {
        margin-right: 50px;
    }

    .main-logo img {
        width: 75px;
    }

    .main-logo span {
        font-size: 24px;
    }

    .main-nav {
        display: flex;
        pointer-events: auto;
    }

    .main-nav>a {
        margin-right: 25px;
        font-size: 16px;
    }

    .slide-nav {
        position: relative;
        height: auto;
        width: 100%;
        background-color: transparent;
        border-radius: 0;
        padding: 0;
        overflow: visible;
        transform: translateX(0) !important;
        display: flex;
        align-items: center;
        pointer-events: none;
    }

    .slide-nav .catalog-toggle {
        display: none;
    }

    .slide-nav .nav-dropdown-item {
        position: relative;
        margin-right: 25px;
        cursor: pointer;
    }

    .slide-nav .nav-dropdown-item:hover .nav-link {
        color: #e31e25;
    }

    .slide-nav .nav-dropdown-item:hover .nav-link:after {
        transform: rotate(180deg);
        border-top: 5px solid #e31e25;
    }

    .slide-nav .nav-dropdown-item .dropdown-box {
        display: flex;
        justify-content: flex-end;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        padding-top: 35px;
        opacity: 0;
        pointer-events: none;
        transition: 0.2s;
    }

    .slide-nav .nav-dropdown-item .nav-dropdown {
        width: 230px;
        flex: 0 0 230px;
        background-color: #fff;
        border-radius: 2px;
        padding: 8px 12px;
        border: 1px solid #c1c1c1;
    }

    .slide-nav .nav-dropdown-item .nav-link {
        display: block;
        color: #fff;
        pointer-events: none;
        font-size: 14px;
        position: relative;
        padding-right: 14px;
    }

    .slide-nav .nav-dropdown-item .nav-link:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 5px solid #fff;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        position: absolute;
        right: 0;
        top: calc(50% - 1px);
        transform-origin: center;
        transition: 0.25s;
    }

    .slide-nav .nav-dropdown-item:hover .dropdown-box {
        opacity: 1;
        pointer-events: auto;
    }

    .slide-nav .catalog-link {
        color: #fff;
        background-color: #e31e25;
        border-radius: 0;
        font-size: 18px;
        padding: 12px 25px 12px 65px;
        position: relative;
        height: auto;
        margin: 0;
        z-index: 11;
    }

    .slide-nav .buttons-group {
        margin: 0 50px 0 0;
    }

    .main-nav>a {
        color: #fff;
        font-size: 14px;
    }

    .header-controls {
        pointer-events: auto;
    }

    .header-controls .phone-toggle {
        display: none;
    }

    .header-controls .choosen-box,
    .header-controls .cart-box,
    .header-controls .сabinet-box {
        margin-left: 25px;
    }

    .header-controls .choosen-box img,
    .header-controls .choosen-box .box-title,
    .header-controls .cart-box img,
    .header-controls .cart-box .box-title,
    .header-controls .сabinet-box img,
    .header-controls .сabinet-box .box-title {
        transition: 0.25s;
    }

    .header-controls .choosen-box:hover img,
    .header-controls .choosen-box:hover .box-title,
    .header-controls .cart-box:hover img,
    .header-controls .cart-box:hover .box-title,
    .header-controls .сabinet-box:hover img,
    .header-controls .сabinet-box:hover .box-title {
        opacity: 0.6;
    }

    .header-bottom .container {
        display: flex;
        align-items: center;
    }

    .slide-nav-close {
        display: none;
    }

    .languages-box {
        top: -63px;
        right: -195px;
        pointer-events: auto;
    }

    .search-box {
        transform: translateY(0) !important;
        position: relative;
        padding: 0;
        width: 400px;
        margin-right: 30px;
        z-index: 1;
        top: auto;
        left: auto;
        padding-right: 120px;
        margin-right: auto;
    }

    .search-box .form-control {
        border-right: 0;
        border-radius: 1px 0 0 1px;
        padding-left: 12px;
        font-size: 14px;
    }

    .search-box .form-control:focus {
        box-shadow: 0 0 0 3px rgba(102, 154, 0, 0.3);
    }

    .search-box .search-btn {
        left: auto;
        right: 0;
        border: 1px solid #e31e25;
        top: 0;
        width: 120px;
        border-radius: 0 1px 1px 0;
        height: 42px;
    }

    .search-box .search-btn:hover {
        color: #fff;
        background-color: #e31e25;
    }

    .search-box .search-btn img {
        display: none;
    }

    .search-box .search-btn span {
        display: block;
    }

    .search-box .search-close {
        display: none;
    }

    .search-autoresult {
        box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
    }

    #contacts-modal {
        display: block !important;
        position: static;
        background-color: transparent;
        z-index: 10;
        max-width: none;
        border-radius: 0;
        margin-right: 130px;
    }

    #contacts-modal .dropdown-box {
        display: flex;
        justify-content: flex-end;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        padding-top: 27px;
        opacity: 0;
        pointer-events: none;
        transition: 0.2s;
    }

    #contacts-modal .nav-dropdown {
        width: 220px;
        flex: 0 0 220px;
        background-color: #fff;
        border-radius: 2px;
        border: 1px solid #c4c4c4;
        padding: 5px 10px;
    }

    #contacts-modal .phone-box a {
        display: block;
        text-decoration: none;
        color: #e31e25;
    }

    #contacts-modal .modal-body {
        padding: 0;
        display: flex;
        align-items: center;
    }

    #contacts-modal .nav-link {
        font-size: 18px;
        font-weight: 500;
        position: relative;
        padding-right: 12px;
        padding-left: 30px;
        display: block;
        color: #111;
    }

    #contacts-modal .nav-link:before {
        content: '';
        width: 20px;
        height: 20px;
        background: url(../img/icons/phone-icon-g.svg) no-repeat center;
        background-size: 20px;
        position: absolute;
        left: 0;
        top: 4px;
    }

    #contacts-modal .nav-link:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 5px solid #111;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        position: absolute;
        right: 0;
        top: calc(50% - 1px);
        transform-origin: center;
        transition: 0.25s;
    }

    #contacts-modal .schedule-box {
        display: none !important;
    }

    #contacts-modal .nav-dropdown-item {
        position: relative;
        cursor: pointer;
    }

    #contacts-modal .nav-dropdown-item:hover .dropdown-box {
        opacity: 1;
        pointer-events: auto;
    }

    #contacts-modal .nav-dropdown-item:hover .nav-link:after {
        transform: rotate(180deg);
        border-top: 5px solid #e31e25;
    }

    body>#contacts-modal,
    .jquery-modal>#contacts-modal {
        margin: 0 auto;
        width: auto;
        top: 6px;
    }

    .main-header {
        transition: 300ms;
    }

    .main-header .catalog-item {
        position: relative;
        pointer-events: auto;
    }

    .main-header .catalog-item:hover .catalog-dropdown-box {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

    .main-header.fixed {
        transform: translateY(-85px);
    }

    .catalog-dropdown-box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 61px;
        display: flex !important;
        z-index: 10;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }

    .dropdown-box-content {
        background-color: #fff;
        position: relative;
        flex: 0 0 1150px;
        border-radius: 1px;
    }

    .dropdown-box-content:after {
        content: '';
        position: absolute;
        top: -300px;
        left: -100vw;
        right: -100vw;
        height: 150vh;
        background: rgba(0, 0, 0, 0.7);
        z-index: -1;
        pointer-events: none;
        transition: 0.25s;
    }

    .dropdown-side {
        width: 260px;
        padding: 10px 15px 10px 15px;
        background-color: #fff;
    }

    .category-nav-item:last-child {
        border-bottom: 0;
    }

    .category-nav-link {
        font-size: 14px;
        text-decoration: none;
        font-weight: 400;
        display: block;
        position: relative;
        z-index: 5;
        padding: 6px 20px 6px 12px;
        color: #252525;
    }

    .category-nav-link.active,
    .category-nav-link:hover {
        color: #e31e25;
    }

    .category-nav-link.active:before,
    .category-nav-link:hover:before {
        background-color: #e31e25;
    }

    .category-nav-link.active:after,
    .category-nav-link:hover:after {
        filter: brightness(1);
        right: -7px;
    }

    .category-nav-link:after {
        content: '';
        width: 10px;
        height: 12px;
        position: absolute;
        top: calc(50% - 6px);
        right: 0;
        transition: 0.25s;
        background: url(../img/icons/angle-right-sm.svg) no-repeat center;
        background-size: contain;
        filter: brightness(0);
    }

    .horizontal-dropdown {
        position: absolute;
        left: 260px;
        top: 0;
        width: 890px;
        min-height: 100%;
        padding: 20px;
        z-index: 1;
        display: none;
        background-color: #fff;
        border-radius: 2px;
    }

    .horizontal-dropdown .category-item {
        width: 33.33%;
        position: relative;
        padding: 0 5px;
        margin-bottom: 25px;
    }

    .horizontal-dropdown .category-item a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        outline: 0;
    }

    .horizontal-dropdown .category-item:hover .item-title {
        color: #e31e25;
    }

    .horizontal-dropdown .img-box {
        height: 90px;
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

    .horizontal-dropdown .img-box img {
        display: block;
        margin: 0 auto;
        max-width: 100px;
        max-height: 90px;
    }

    .horizontal-dropdown .item-title {
        text-align: center;
        font-size: 14px;
    }

    .horizontal-dropdown .flex-container {
        display: flex;
        flex-wrap: wrap;
        pointer-events: auto;
    }
}

@media (min-width: 1400px) {
    .header-bottom {
        padding: 3px 0;
    }

    .header-controls .choosen-box,
    .header-controls .cart-box,
    .header-controls .сabinet-box {
        margin-left: 15px;
        width: 65px;
        height: 65px;
    }

    .header-controls .choosen-box img,
    .header-controls .cart-box img,
    .header-controls .сabinet-box img {
        margin-bottom: 11px;
    }

    .header-controls .choosen-box .box-title,
    .header-controls .cart-box .box-title,
    .header-controls .сabinet-box .box-title {
        display: block;
        color: #fff;
    }

    .header-controls .choosen-box .choosen-amount {
        top: 6px;
        right: 6px;
    }

    .header-controls .cart-box .products-amount {
        right: 6px;
        top: 6px;
    }

    .main-nav>a {
        margin-right: 35px;
        font-size: 16px;
    }

    .slide-nav .buttons-group {
        margin-right: 70px;
    }

    .slide-nav .nav-dropdown-item {
        margin-right: 30px;
    }

    .slide-nav .nav-dropdown-item .nav-link {
        font-size: 16px;
    }

    .slide-nav .nav-dropdown-item .nav-dropdown a:before {
        top: 19px;
    }

    .main-logo {
        margin-right: 70px;
    }

    .search-box {
        width: 500px;
    }

    #contacts-modal {
        margin-right: 145px;
    }

    .dropdown-box-content {
        flex: 0 0 1300px;
    }

    .horizontal-dropdown {
        width: 1040px;
    }

    .languages-box {
        right: -240px;
    }
}

@media (min-width: 1700px) {
    .slide-nav .buttons-group {
        margin-right: 80px;
    }

    .slide-nav .catalog-link {
        font-size: 20px;
        padding: 12px 35px 12px 70px;
    }

    .main-nav>a,
    .slide-nav .nav-dropdown-item {
        margin-right: 40px;
    }

    .main-logo {
        margin-right: 100px;
    }

    .search-box {
        width: 580px;
    }

    #contacts-modal {
        margin-right: 165px;
    }

    .dropdown-box-content {
        flex: 0 0 1420px;
    }

    .horizontal-dropdown {
        width: 1160px;
    }

    .catalog-dropdown-box {
        padding-top: 64px;
    }

    .category-nav-link {
        padding: 7px 10px 7px 12px;
    }

    .horizontal-dropdown .category-item {
        width: 25%;
    }

    .horizontal-dropdown .img-box {
        height: 120px;
    }

    .horizontal-dropdown .img-box img {
        max-width: 80%;
        max-height: 120px;
    }
}

@media (max-width: 1199px) {
    .horizontal-dropdown {
        display: none !important;
    }
}

.search-autoresult {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #c4c4c4;
    overflow: hidden;
}

.search-autoresult .product-item {
    display: flex;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #E2E2E2;
    padding: 3px 0;
    align-items: center;
}

.search-autoresult .product-item:hover {
    box-shadow: none;
}

.search-autoresult .product-img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
}

.search-autoresult .product-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.search-autoresult .product-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.search-autoresult .product-img:hover {
    opacity: 0.8;
}

.search-autoresult .product-name {
    font-size: 14px;
    font-weight: 400;
}

.search-autoresult .product-name a {
    color: #252525;
    text-decoration: none;
}

.search-autoresult .product-name a:hover {
    color: #e31e25;
    text-decoration: underline;
}

.search-autoresult .product-cost {
    position: static !important;
}

.search-autoresult .new-cost,
.search-autoresult .default-cost {
    display: inline-block;
    vertical-align: bottom;
}

.search-autoresult .old-cost {
    font-size: 14px;
}

.search-autoresult .max-scroll {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.search-autoresult .failed-search {
    text-align: center;
    padding: 40px 10px;
}

.search-autoresult .failed-search img {
    display: block;
    max-width: 40px;
    margin: 0 auto 10px;
    flex: 0 0 100%;
}

.search-autoresult .failed-search .failed-text {
    font-weight: 400;
    font-size: 16px;
    max-width: 200px;
    margin: 0 auto;
}

.search-autoresult .show-all-results {
    background-color: #e31e25;
    text-align: center;
    padding: 8px;
    margin-top: -2px;
    position: relative;
    height: 42px;
}

.search-autoresult .show-all-results a {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-autoresult .show-all-results a span {
    font-weight: 700;
    font-size: 18px;
    margin-left: 5px;
}

.search-autoresult .show-all-results:hover {
    background-color: #cc1b21;
}

@media (max-width: 1199px) {
    .search-box {
        z-index: 100 !important;
    }
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #e31e25;
}

::-webkit-scrollbar-thumb:hover {
    background: #cc1b21;
}

#page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
}

#wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.page-content {
    flex: 1;
}

.hidden-mobile {
    display: none;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes slideRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        -ms-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        -ms-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        -ms-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@keyframes move-1 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(20px, 20px);
    }

    50% {
        transform: translate(0, 20px);
    }

    75% {
        transform: translate(20px, 0);
    }

    90% {
        transform: translate(10px, 10px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes move-2 {
    0% {
        transform: rotate(0) translateY(0);
    }

    25% {
        transform: rotate(5deg) translateY(-30px);
    }

    50% {
        transform: rotate(-5deg) translateY(-30px);
    }

    75% {
        transform: rotate(5deg) translateY(-30px);
    }

    100% {
        transform: rotate(0) translateY(0);
    }
}

@keyframes move-3 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-20px, -20px);
    }

    50% {
        transform: translate(0, -20px);
    }

    75% {
        transform: translate(-20px, 0);
    }

    90% {
        transform: translate(-10px, -10px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.index-page .slider-holder {
    position: relative;
}

.index-page .front-product {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    pointer-events: none;
}

.main-slider {
    margin-bottom: 10px;
    opacity: 0;
}

.main-slider:before {
    content: '';
    width: 100vw;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: url(../img/icons/brush-line-bottom.svg) repeat-x left bottom;
    z-index: 2;
}

.main-slider.slick-initialized {
    opacity: 1;
}

.main-slider.slick-initialized .item {
    display: flex;
}

.main-slider .item {
    outline: 0;
    height: 700px;
    display: none;
    position: relative;
}

.main-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider .item:first-child {
    display: flex;
}

.main-slider .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(33, 33, 33, 0.7);*/
    z-index: 1;
}

.main-slider .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.main-slider .slick-dots {
    text-align: right;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
}

.main-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 7px;
    height: 10px;
}

.main-slider .slick-dots li.slick-active button {
    background-color: #004486;
}

.main-slider .slick-dots button {
    border: 0;
    outline: 0;
    padding: 0;
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #004486;
    background-color: #fff;
    display: block;
    cursor: pointer;
}

.main-slider .desktop-img,
.main-slider .mobile-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.main-slider .mobile-img {
    display: none;
}

.main-slider .suptitle {
    font-size: 16px;
}

.main-slider .slide-content {
    color: #fff;
}

.main-slider .h1,
.main-slider h1 {
    font-size: 45px;
    margin: 0 0 20px;
    line-height: 1.3;
    font-weight: 500;
    background-color: rgba(33, 33, 33, 0.3);
    max-width: 700px;
    text-shadow: 0 1px 1px #111;
}

.main-slider .primary-link {
    font-size: 26px;
    color: #111;
    border: 1px solid #A4A4A4;
    background-color: #fff;
    border-radius: 4px;
    text-decoration: none;
    padding: 15px 40px;
    transition: 0.25s;
}

.main-slider .primary-link:hover {
    text-decoration: none;
    background-color: #e31e25;
    border-color: #e31e25;
    color: #fff;
}

.main-slider-pagination .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.main-slider-pagination .slick-dots li {
    margin-left: 8px;
}

.main-slider-pagination .slick-dots li.slick-active button {
    background-color: #e31e25;
}

.main-slider-pagination .slick-dots button {
    background-color: transparent;
    border: 1px solid #e31e25;
    font-size: 0;
    width: 14px;
    height: 14px;
}

.front-slider {
    width: 360px;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    pointer-events: auto;
    opacity: 0;
}

.front-slider.slick-initialized {
    opacity: 1;
}

.front-slider .slick-track {
    display: flex;
}

.front-slider .item {
    padding: 15px 15px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
}

.front-slider .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.front-slider .brand-img {
    margin-bottom: 20px;
}

.front-slider .brand-img img {
    display: block;
    max-width: 100px;
}

.front-slider .sale-badge {
    color: #fff;
    background-color: #D3300C;
    position: absolute;
    top: 20px;
    right: 0;
    padding: 3px 15px;
    font-size: 18px;
}

.front-slider .red-text {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: #D3300C;
    margin: 0 0 5px;
}

.front-slider .product-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.front-slider .product-title span {
    color: #e31e25;
}

.front-slider .product-cost {
    align-self: flex-end;
    margin-bottom: 5px;
}

.front-slider .product-cost .default-cost {
    font-size: 18px;
    font-weight: 600;
}

.front-slider .product-cost .new-cost {
    color: #DE3D3D;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}

.front-slider .product-cost .old-cost {
    display: inline-block;
    vertical-align: bottom;
    color: #74747a;
    font-size: 16px;
    line-height: 1;
    position: relative;
    margin-bottom: 1px;
}

.front-slider .product-img {
    clear: both;
}

.front-slider .product-img img {
    display: block;
    max-height: 440px;
    max-width: 100%;
    margin: 0 auto;
}

.front-slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}

.front-slider .slick-dots li {
    margin-left: 5px;
}

.front-slider .slick-dots li.slick-active button {
    background-color: #fff;
}

.front-slider .slick-dots button {
    font-size: 0;
    background-color: transparent;
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
    display: block;
    padding: 0;
    border-radius: 50%;
}

.index-page .slider-section .h2,
.index-page .slider-section h2 {
    text-align: left;
    font-size: 36px;
}

.index-delivery {
    position: relative;
    padding: 90px 0;
    text-align: center;
}

.index-delivery img {
    display: block;
    max-width: 100%;
    max-height: 550px;
    margin: 0 auto;
}

.index-delivery:before,
.index-delivery:after {
    content: '';
    width: 100vw;
    height: 30px;
    position: absolute;
    left: 0;
}

.index-delivery:before {
    top: -1px;
    background: url(../img/icons/brush-line-top.svg) repeat-x left top;
}

.index-delivery:after {
    bottom: -1px;
    background: url(../img/icons/brush-line-bottom.svg) repeat-x left bottom;
}

.form-section {
    padding: 120px 0;
    position: relative;
}

.form-section .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-section .title-group,
.form-section .form-container {
    position: relative;
    z-index: 1;
}

.form-section .title-group {
    max-width: 450px;
    margin-right: 100px;
}

.form-section .form-container {
    width: 380px;
}

.form-section .form-container .btn-primary {
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 100%;
}

.form-section .back-text {
    position: absolute;
    top: 50%;
    font-size: 420px;
    font-weight: 700;
    transform: translateY(-50%);
    color: #F4F7FA;
    left: 0;
    right: 0;
    text-align: center;
    pointer-events: none;
}

.reviews-section {
    padding: 80px 0;
    position: relative;
    background-color: #edf0f3;
}

.reviews-section:before,
.reviews-section:after {
    content: '';
    width: 100vw;
    height: 30px;
    position: absolute;
    left: 0;
}

.reviews-section:before {
    top: -1px;
    background: url(../img/icons/brush-line-top.svg) repeat-x left top;
}

.reviews-section:after {
    bottom: -1px;
    background: url(../img/icons/brush-line-bottom.svg) repeat-x left bottom;
}

.reviews-section .slider-container {
    width: calc((100vw - 1440px) / 2 + 1600px);
}

.reviews-section .slick-track {
    display: flex;
    align-items: center;
}

.reviews-section .title-group {
    position: relative;
    margin-bottom: 30px;
}

.reviews-section .title-group p {
    color: #454545;
}

.reviews-section .slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 10;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    outline: 0;
    transition: 0.25s;
    padding: 0;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.reviews-section .slick-arrow:hover {
    background-color: #e31e25;
}

.reviews-section .slick-arrow:hover svg {
    fill: #fff;
}

.reviews-section .slick-arrow svg {
    width: 15px;
    fill: #212121;
}

.reviews-section .slick-arrow.slick-next {
    padding-left: 2px;
    right: 0;
}

.reviews-section .slick-arrow.slick-prev {
    padding-right: 2px;
    right: 50px;
}

.reviews-slider {
    margin-bottom: 25px;
}

.reviews-slider .item {
    outline: 0;
    background-color: #fff;
    height: 300px;
    margin-right: 20px;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: column wrap;
    position: relative;
    border: 1px solid #D8D0D0;
}

.reviews-slider .item iframe {
    max-width: 100%;
    max-height: 280px;
    margin: 0;
}

.reviews-slider .item.clickable iframe {
    pointer-events: auto;
}

.reviews-slider .item p:has(iframe) {
    margin-bottom: 0;
    line-height: 1;
}

.reviews-slider .item .review-author {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 0 20px;
    line-height: 1.3;
}

.reviews-slider .item .review-position {
    color: #656565;
    margin-left: 20px;
}

.reviews-slider .item .review-text {
    position: relative;
    padding: 0 10px 0 20px;
    z-index: 1;
    margin: 10px 0 0 20px;
}

.reviews-slider .item .review-text:before {
    content: '';
    width: 28px;
    height: 28px;
    background: url(../img/icons/quote-left-icon.svg) no-repeat center/28px;
    position: absolute;
    left: 2px;
    top: -10px;
    z-index: -1;
    opacity: 0.7;
}

.reviews-slider .scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #333;
    opacity: 1;
}

.reviews-slider .scrollbar-inner>.scroll-element.scroll-y {
    width: 5px;
}

.index-brands {
    padding: 80px 0;
}

.index-brands .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-brands .container img {
    display: block;
    max-width: 180px;
}

@media (max-width: 2000px) {
    .main-slider .item {
        height: 650px;
    }

    .front-slider .product-img img {
        max-height: 380px;
    }
}

@media (max-width: 1536px) {
    .main-slider .item {
        height: 550px;
    }

    .main-slider .h1,
    .main-slider h1 {
        font-size: 36px;
        max-width: 620px;
    }

    .main-slider .primary-link {
        font-size: 20px;
    }

    .front-slider .red-text {
        font-size: 18px;
    }

    .front-slider .product-cost .new-cost {
        font-size: 18px;
    }

    .front-slider .product-title {
        font-size: 16px;
    }

    .index-page .slider-section .h2,
    .index-page .slider-section h2 {
        font-size: 32px;
    }

    .form-section .back-text {
        font-size: 340px;
    }

    .index-brands {
        padding: 50px 0;
    }

    .index-brands .container img {
        display: block;
        max-width: 150px;
    }
}

@media (max-width: 1199px) {
    .index-page .front-product {
        display: none !important;
    }

    .main-slider .item {
        height: 500px;
    }

    .main-slider .h1,
    .main-slider h1 {
        font-size: 32px;
        max-width: none;
    }

    .main-slider .primary-link {
        font-size: 18px;
    }

    .index-page .slider-section {
        padding: 50px 0 40px;
    }

    .index-page .slider-section .h2,
    .index-page .slider-section h2 {
        font-size: 28px;
    }

    .form-section .back-text {
        font-size: 290px;
    }

    .index-brands .container img {
        display: block;
        max-width: 100px;
    }

    .reviews-slider .item iframe {
        pointer-events: none;
    }
}

@media (max-width: 991px) {
    .main-slider .item {
        height: 400px;
    }

    .main-slider .h1,
    .main-slider h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .main-slider .primary-link {
        font-size: 16px;
    }

    .index-page .slider-section .h2,
    .index-page .slider-section h2 {
        font-size: 24px;
    }

    .form-section {
        padding: 90px 0;
    }

    .form-section .back-text {
        font-size: 220px;
    }

    .form-section .title-group {
        margin-right: 30px;
    }

    .form-section .form-container {
        width: auto;
        flex: 0 0 300px;
    }

    .reviews-section {
        padding: 60px 0 50px;
    }

    .reviews-section .slider-container {
        width: calc((100vw - 720px) / 2 + 1000px);
    }

    .reviews-slider .item .review-author {
        font-size: 18px;
    }

    .index-brands {
        padding: 50px 0 30px;
    }

    .index-brands .container {
        flex-wrap: wrap;
    }

    .index-brands .container .img-box {
        width: 33.33%;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }

    .index-brands .container img {
        display: block;
        max-width: 100px;
    }
}

@media (max-width: 767px) {
    .main-slider .h1,
    .main-slider h1 {
        font-size: 24px;
    }

    .index-page .slider-section {
        padding: 50px 0;
    }

    .form-section {
        padding: 50px 0;
    }

    .form-section .back-text {
        display: none;
    }

    .form-section .title-group {
        max-width: none;
    }

    .form-section .title-group .h2,
    .form-section .title-group h2 {
        margin-bottom: 10px;
    }

    .form-section .container {
        display: block;
    }

    .form-section .title-group {
        margin-right: 0;
    }

    .index-delivery {
        padding: 50px 0;
    }

    .main-slider .item {
        height: auto!important;
    }

    .main-slider .mobile-img {
        display: block;
        position: relative;
    }

    .main-slider.slick-initialized .item,
    .main-slider .item:first-child {
        display: block;
    }

    .main-slider .mobile-img img {
        object-fit: unset;
        height: auto!important;
    }

    .main-slider .container {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }

    .main-slider .desktop-img {
        display: none!important;
    }

    .main-slider .primary-link {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        font-size: 0;
        border: 0;
        background-color: transparent;
        border-radius: 0;
    }

    .main-slider .primary-link:hover,
    .main-slider .primary-link:focus {
        background-color: transparent;
    }
}

@media (max-width: 575px) {
    .index-page .slider-section {
        padding: 30px 0;
    }

    

    .reviews-section .slider-container {
        width: auto;
        margin: 0 -10px;
    }

    .reviews-section .title-group {
        text-align: left;
        padding-right: 70px;
        margin-bottom: 15px;
    }

    .reviews-section .title-group .h2,
    .reviews-section .title-group h2 {
        text-align: left;
    }

    .reviews-section .slick-arrow {
        width: 32px;
        height: 32px;
    }

    .reviews-section .slick-arrow svg {
        width: 12px;
    }

    .reviews-section .slick-arrow.slick-next {
        right: -1px;
    }

    .reviews-section .slick-arrow.slick-prev {
        right: 36px;
    }

    .reviews-slider .item {
        padding: 5px;
        margin: 0 3px;
        height: 250px;
    }

    .reviews-slider .item .review-text {
        font-size: 13px;
    }

    .reviews-slider .item .review-author,
    .reviews-slider .item .review-position {
        margin-left: 5px;
    }

    .reviews-slider .item .review-text {
        padding-left: 0;
        margin-left: 5px;
    }

    .reviews-slider .item .review-text:before {
        display: none;
    }

    .reviews-slider .item .review-text p {
        margin-bottom: 10px;
    }

    .index-brands {
        padding: 40px 0 30px;
    }

    .index-brands .container {
        flex-wrap: wrap;
    }

    .index-brands .container .img-box {
        width: 50%;
    }
}

@media(max-width: 479px) {
    .reviews-slider .item {
        height: 200px;
    }
}

.index-categories {
    padding: 40px 0 80px;
}

.index-categories .title-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-categories .title-group .group-link {
    margin-top: 10px;
}

.index-categories .scroll-container {
    display: flex;
    justify-content: space-between;
}

.index-categories .category-item {
    flex-basis: calc(16.666667% - 20px);
    position: relative;
}

.index-categories figure {
    width: 100%;
    position: relative;
    padding-top: 5px;
    margin: 0;
}

.index-categories figure div {
    display: block;
    height: 150px;
    transition: 0.25s;
    border: 1px solid #DDE0E6;
    border-radius: 2px;
    margin-bottom: 7px;
}

.index-categories figure div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.index-categories figure div:hover {
    border: 1px solid #e31e25;
}

.index-categories figure img {
    display: block;
    max-width: 150px;
    max-height: 200px;
}

.index-categories figure a {
    display: block;
    outline: 0;
    text-decoration: none;
    color: #212121;
}

.index-categories figcaption {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.index-categories figcaption:hover a {
    text-decoration: underline;
}

.categories-container {
    padding: 20px 0 80px;
}

.categories-container .scroll-container {
    display: flex;
    flex-wrap: wrap;
}

.categories-container .category-item {
    flex-basis: calc(20% - 20px);
    position: relative;
    margin-bottom: 25px;
    margin-right: 20px;
}

.categories-container figure {
    width: 100%;
    position: relative;
    padding-top: 5px;
    margin: 0;
}

.categories-container figure div {
    display: block;
    height: 190px;
    transition: 0.25s;
    border: 1px solid #DDE0E6;
    border-radius: 2px;
    margin-bottom: 7px;
}

.categories-container figure div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.categories-container figure div:hover {
    border: 1px solid #e31e25;
    box-shadow: 0 1px 3px rgba(85, 122, 12, 0.5);
}

.categories-container figure img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.categories-container figure a {
    display: block;
    outline: 0;
    text-decoration: none;
    color: #212121;
}

.categories-container figcaption {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.categories-container figcaption:hover a {
    text-decoration: underline;
}

.categories-page .h1,
.categories-page h1 {
    text-align: center;
}

.categories-page .title-group {
    margin-bottom: 30px;
}

.categories-page .slider-section {
    position: relative;
    padding: 80px 0;
}

.categories-page .slider-section:before,
.categories-page .slider-section:after {
    content: '';
    width: 100vw;
    height: 30px;
    position: absolute;
    left: 0;
}

.categories-page .slider-section:before {
    top: 0;
    background: url(../img/icons/brush-line-top.svg) repeat-x left top;
}

.categories-page .slider-section:after {
    bottom: 0;
    background: url(../img/icons/brush-line-bottom.svg) repeat-x left bottom;
}

.product-cost .old-cost {
    display: inline-block;
    vertical-align: bottom;
    color: #74747A;
    font-size: 16px;
    line-height: 1;
    position: relative;
}

.product-cost .old-cost:before {
    content: '';
    height: 1px;
    left: -1px;
    right: -1px;
    background-color: #74747a;
    position: absolute;
    top: 49%;
}

.product-cost .new-cost {
    color: #DE3D3D;
    font-size: 16px;
    line-height: 1;
}

.product-cost .default-cost {
    color: #252525;
    font-size: 16px;
    line-height: 1;
}

.product-cost .old-cost span,
.product-cost .new-cost span,
.product-cost .default-cost span {
    font-size: 14px;
    font-weight: 600;
}

.badge-sale,
.badge-top,
.badge-new {
    left: 0;
    top: 12px;
    font-size: 10px;
    padding: 2px 10px;
    white-space: nowrap;
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.badge-sale {
    color: #fff;
    background-color: #D3300C;
}

.badge-new {
    color: #fff;
    background-color: #e31e25;
}

.badge-top {
    background-color: #ffa419;
    color: #fff;
}

.product-item {
    border: 1px solid #C2C2C2;
    border-radius: 1px;
    height: 100%;
    transition: 0.25s;
    position: relative;
    padding-bottom: 90px;
    background-color: #fff;
}

.product-item:hover {
    border: 1px solid #e31e25;
    box-shadow: 0 1px 3px rgba(85, 122, 12, 0.5);
}

.product-item .badge-sale,
.product-item .badge-top,
.product-item .badge-new {
    font-weight: 400;
    left: 0;
    top: 10px;
    font-size: 13px;
}

.product-item .product-img {
    position: relative;
    height: 190px;
    margin-bottom: 10px;
}

.product-item .product-img picture {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-item .product-img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px 0;
}

.product-item .product-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.product-item .product-name {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1.3;
    letter-spacing: -0.1px;
}

.product-item .product-name a {
    text-decoration: none;
    color: #252525;
}

.product-item .product-name:hover a {
    text-decoration: underline;
    color: #e31e25;
}

.product-item .product-code {
    padding: 0 10px;
    font-size: 13px;
    color: #777;
}

.product-item .product-cost {
    display: flex;
    font-size: 18px;
    position: absolute;
    left: 10px;
    right: 0;
    white-space: nowrap;
    bottom: 62px;
}

.product-item .old-cost {
    margin-right: 5px;
}

.product-item .old-cost span,
.product-item .new-cost span,
.product-item .default-cost span {
    font-size: 18px;
}

.product-item .old-cost,
.product-item .new-cost {
    display: inline-block;
}

.product-item .product-footer {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
}

.product-item .btn-light {
    flex-grow: 1;
}

.product-item .btn-light .default-state {
    display: block;
}

.product-item .btn-light .active-state {
    display: none;
}

.product-item .btn-light.added {
    background-color: #e31e25;
    color: #fff;
}

.product-item .btn-light.added .default-state {
    display: none;
}

.product-item .btn-light.added .active-state {
    display: block;
}

.product-item .btn-choose {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 1px solid #C2C2C2;
    background-color: #fff;
    border-radius: 3px;
    margin-left: 10px;
    transition: 0.25s;
}

.product-item .btn-choose:hover {
    border: 1px solid #e31e25;
}

.product-item .btn-choose .default-icon {
    display: block;
}

.product-item .btn-choose .active-icon {
    display: none;
}

.product-item .btn-choose.added:hover {
    border: 1px solid #e31e25;
}

.product-item .btn-choose.added .default-icon {
    display: none;
}

.product-item .btn-choose.added .active-icon {
    display: block;
}

.search-autoresult .badge-sale,
.search-autoresult .badge-top,
.search-autoresult .badge-new {
    font-size: 10px;
    font-weight: 300;
    left: -10px;
    top: -22px;
}

.search-autoresult .product-item {
    border: 0;
    border-bottom: 1px solid #E2E2E2;
}

.search-autoresult .product-item .product-img {
    height: 70px;
    flex: 0 0 70px;
    margin-bottom: 0;
    margin-top: 0;
}

.search-autoresult .product-item .product-img a {
    padding-top: 0;
}

.search-autoresult .product-item:hover {
    border-color: transparent;
    border-bottom: 1px solid #E2E2E2;
}

.search-autoresult .product-item .product-cost {
    padding-left: 10px;
    align-items: center;
}

.catalog-slider {
    margin: 0 -8px;
}

.catalog-slider .slick-track {
    display: flex;
    padding: 10px 0;
}

.catalog-slider .item {
    margin: 0 8px;
    height: auto;
    outline: 0;
}

.catalog-slider .slick-arrow {
    position: absolute;
    top: -65px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 10;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    outline: 0;
    transition: 0.25s;
    padding: 0;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
}

.catalog-slider .slick-arrow:hover {
    background-color: #e31e25;
}

.catalog-slider .slick-arrow:hover svg {
    fill: #fff;
}

.catalog-slider .slick-arrow svg {
    width: 15px;
    fill: #212121;
}

.catalog-slider .slick-arrow.slick-next {
    padding-left: 2px;
    right: 10px;
}

.catalog-slider .slick-arrow.slick-prev {
    padding-right: 2px;
    right: 60px;
}

.slider-section {
    padding: 60px 0 80px;
}

.slider-section .h2,
.slider-section h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 25px;
}

.slider-section.gray-section {
    background-color: #F5F7F9;
}

.slider-section.gray-section .catalog-slider .slick-arrow {
    background-color: #fff;
    border: 1px solid #C2C2C2;
}

.slider-section.gray-section .catalog-slider .slick-arrow:hover {
    background-color: #e31e25;
    border: 1px solid #e31e25;
}

.gray-section {
    background-color: #F5F7F9;
}

@media (min-width: 576px) {
    .search-autoresult .product-item {
        padding: 5px 0;
    }

    .search-autoresult .product-item .product-cost {
        flex-wrap: wrap;
    }

    .search-autoresult .product-img {
        flex: 0 0 60px;
    }

    .search-autoresult .product-name {
        flex-grow: 1;
        margin-right: auto;
    }

    .search-autoresult .product-text {
        flex-grow: 1;
        display: flex;
    }

    .search-autoresult .product-cost {
        margin-left: auto;
        flex: 0 0 120px;
        justify-content: flex-end;
    }
}

@media (min-width: 768px) {
    .search-autoresult .product-name {
        font-size: 16px;
    }

    .search-autoresult .product-code {
        font-size: 14px;
    }

    .search-autoresult .product-img {
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
    }

    .search-autoresult .old-cost span,
    .search-autoresult .new-cost span,
    .search-autoresult .default-cost span {
        font-size: 16px;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .search-autoresult .product-text {
        align-items: center;
    }

    .search-autoresult .product-item .old-cost {
        margin-bottom: 5px;
    }

    .search-autoresult .old-cost span,
    .search-autoresult .new-cost span,
    .search-autoresult .default-cost span {
        font-weight: 600;
    }
}

@media (max-width: 1536px) {
    .catalog-slider .product-item .product-img {
        height: 160px;
    }

    .catalog-slider .product-item .product-name {
        font-size: 16px;
    }

    .product-item .product-name {
        font-size: 16px;
    }

    .index-categories .title-group .group-link {
        margin-top: 0;
    }

    .together-slider {
        padding: 0 40px;
        margin: 30px 0 20px;
    }

    .together-slider .item {
        margin: 0 8px;
    }

    .together-slider .slick-arrow.slick-next {
        right: -5px;
    }

    .together-slider .slick-arrow.slick-prev {
        left: -5px;
    }
}

.categories-slider {
    margin: 0 -20px 20px;
    flex-wrap: wrap;
    display: flex;
}

.categories-slider .category-item {
    width: calc(20% - 10px);
    margin: 0 10px 10px 0;
    border: 1px solid transparent;
    padding: 5px 7px;
    height: auto;
    position: relative;
    border: 1px solid #ddd;
}

.categories-slider .category-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0;
}

.categories-slider .category-item:hover {
    border: 1px solid #e31e25;
    box-shadow: 0 1px 3px rgba(85, 122, 12, 0.5);
}

.categories-slider .img-box {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    padding: 0 7px;
}

.categories-slider .img-box img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.categories-slider .item-title {
    text-align: center;
    font-size: 13px;
}

.catalog-categories .category-link {
    font-size: 24px;
    color: #212121;
    font-weight: 500;
}

.catalog-categories .category-link:hover {
    text-decoration: none;
}

.catalog-categories .flex-container {
    display: flex;
    flex-wrap: wrap;
}

.catalog-categories .category-item {
    width: 21%;
    position: relative;
    padding: 0 5px;
    margin-bottom: 25px;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    padding: 10px;
    margin-right: 1%;
}

.catalog-categories .category-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0;
}

.catalog-categories .category-item img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.catalog-categories .category-item:hover .item-title {
    color: #e31e25;
}

.aside-categories {
    margin-bottom: 40px;
}

.aside-link-box .aside-link {
    display: block;
    position: relative;
    padding: 7px 15px 7px 0;
    color: #212121;
    text-decoration: none;
}

.aside-link-box .aside-link:after {
    content: '';
    width: 10px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 5px;
    transition: 0.25s;
    background: url(../img/icons/angle-right-sm.svg) no-repeat center;
    background-size: contain;
    filter: brightness(0);
}

.aside-link-box .aside-link.active,
.aside-link-box .aside-link:hover {
    color: #e31e25;
}

.aside-link-box .aside-link.active:before,
.aside-link-box .aside-link:hover:before {
    background-color: #e31e25;
}

.aside-link-box .aside-link.active:after,
.aside-link-box .aside-link:hover:after {
    filter: brightness(1);
    right: 0;
}

.catalog-page .title-container .h1,
.catalog-page .title-container h1 {
    text-align: left;
    margin: 20px 0 40px;
    font-size: 30px;
}

.catalog-page .h1,
.catalog-page h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 50px;
}

.catalog-page .index-categories .scroll-container {
    display: flex;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap;
}

.catalog-page .index-categories .category-item {
    flex: 0 0 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
}

.catalog-page .index-categories figure {
    height: 280px;
    padding-top: 20px;
    margin-bottom: 10px;
}

.catalog-page .index-categories figure div {
    height: 180px;
    margin-bottom: 25px;
}

.catalog-page .index-categories figure img {
    max-width: 180px;
    max-height: 180px;
}

.catalog-page .index-categories figcaption {
    font-size: 20px;
}

.catalog-page .index-categories ul li {
    margin-bottom: 10px;
}

.catalog-page .index-categories ul li:before {
    top: 11px;
}

.catalog-page .index-categories ul a {
    font-size: 15px;
}

.catalog-page .page-content {
    padding-bottom: 30px;
}

.catalog-page .catalog-container {
    margin-bottom: 50px;
}

.catalog-page .categories-links {
    margin-top: 30px;
    margin-bottom: 70px;
}

.catalog-page .categories-links .link-item {
    color: #e31e25;
}

.catalog-page .categories-links .link-item.active {
    color: #DE3D3D;
    cursor: auto;
    pointer-events: none;
}

.catalog-page .categories-links .link-item.active:after {
    display: none;
}

.catalog-page .catalog-content {
    margin-left: -12px;
    margin-right: -8px;
}

.catalog-page .catalog-content.catalog-list .col-6.col-md-4.col-xl-3 {
    max-width: 50%;
    flex: 0 0 50%;
}

.catalog-page .catalog-content.catalog-list .col-6.col-md-4.col-xl-3.load-products .product-item {
    padding: 10px;
}

.catalog-page .catalog-content.catalog-list .product-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10px 5px 90px 190px;
    min-height: 220px;
}

.catalog-page .catalog-content.catalog-list .product-item .product-img {
    flex: 0 0 170px;
    width: 170px;
    height: 170px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.catalog-page .catalog-content.catalog-list .product-item .product-cost {
    left: 190px;
}

.catalog-page .catalog-content.catalog-list .product-item .product-footer {
    left: 190px;
}

.catalog-page .catalog-content-head,
.catalog-page .filters-head {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.catalog-page .catalog-content-head {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    min-height: 56px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.catalog-page .catalog-content-head .active-tags {
    display: flex;
    flex-wrap: wrap;
    max-width: 550px;
}

.catalog-page .catalog-content-head .tag-item {
    border: 1px solid #e31e25;
    margin: 5px 10px 5px 0;
    font-size: 13px;
    padding: 1px 7px;
    position: relative;
}

.catalog-page .catalog-content-head .tag-item .remove-item {
    position: absolute;
    top: -7px;
    right: -7px;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: #DEDEDE url("../img/icons/sm-close-icon.svg") no-repeat center;
    background-size: 6px;
    cursor: pointer;
    border: 1px solid transparent;
}

.catalog-page .catalog-content-head .tag-item .remove-item:hover {
    border: 1px solid #212121;
}

.catalog-page .catalog-content-head .tag-item.main-item {
    background-color: #e31e25;
    color: #fff;
}

.catalog-page .catalog-content-head .tag-clear {
    border: 1px solid #212121;
    font-size: 13px;
    padding: 1px 8px;
    cursor: pointer;
    height: 23px;
    margin: 5px 0;
    color: #004486;
}

.catalog-page .catalog-content-head .tag-clear:hover {
    color: #DE3D3D;
    border: 1px solid #DE3D3D;
}

.catalog-page .filters-head {
    margin-bottom: 25px;
    height: 56px;
    justify-content: center;
}

.catalog-page .filters-head img {
    margin-right: 10px;
}

.catalog-page .filters-head .h4 {
    font-size: 18px;
    margin: 0;
}

.catalog-page .filter-item {
    margin-bottom: 12px;
    position: relative;
}

.catalog-page .filter-item .item-head {
    font-weight: 500;
    font-size: 17px;
}

.catalog-page .filter-item .item-head p {
    margin: 0 0 12px;
}

.catalog-page .filter-item .item-body {
    position: relative;
    padding-bottom: 15px;
    padding-top: 1px;
}

.catalog-page .filter-item .item-body:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 85px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, #fff 100%);
    display: none;
}

.catalog-page .filter-item .more-filters {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    font-size: 13px;
    color: #8FACC2;
    cursor: pointer;
    font-weight: 400;
    display: none;
}

.catalog-page .filter-item .more-filters:hover {
    color: #212121;
}

.catalog-page .filter-item.hidden .item-body {
    max-height: 300px;
    overflow: hidden;
}

.catalog-page .filter-item.hidden .item-body:after {
    display: block;
}

.catalog-page .filter-item.hidden .more-filters {
    display: block;
}

.catalog-page .default-checkbox {
    position: relative;
    margin: 0 0 10px;
}

.catalog-page .default-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.catalog-page .default-checkbox input:checked~label:after {
    display: block;
}

.catalog-page .default-checkbox label {
    display: block;
    padding-left: 28px;
    font-size: 15px;
    cursor: pointer;
    color: #74747a;
}

.catalog-page .default-checkbox label:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #c2c2c2;
    position: absolute;
    left: 0;
    top: -1px;
}

.catalog-page .default-checkbox label:after {
    content: '';
    background: #e31e25 url(../img/icons/check-icon-sm.svg) no-repeat center;
    background-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: -1px;
    display: none;
}

.catalog-page .cost-slider {
    margin: 0 12px 0 5px;
}

.catalog-page .slide-filters .irs--flat .irs-bar {
    height: 2px;
    top: 29px;
    background-color: #e31e25;
}

.catalog-page .slide-filters .irs--flat .irs-line {
    height: 2px;
    top: 29px;
    background-color: #a6a6a6;
}

.catalog-page .slide-filters .irs--flat .irs-handle {
    width: 16px;
    height: 16px;
    background-color: #e31e25;
    border-radius: 50%;
    cursor: pointer;
}

.catalog-page .slide-filters .irs--flat .irs-handle i {
    display: none;
}

.catalog-page .slide-filters .irs--flat .irs-from,
.catalog-page .slide-filters .irs--flat .irs-to,
.catalog-page .slide-filters .irs--flat .irs-single {
    background-color: transparent;
    font-size: 14px;
    top: -3px;
    color: #212121;
}

.catalog-page .slide-filters .irs--flat .irs-from:before,
.catalog-page .slide-filters .irs--flat .irs-to:before,
.catalog-page .slide-filters .irs--flat .irs-single:before {
    display: none;
}

.catalog-page .slide-filters .irs--flat .irs-to {
    margin-right: 20px;
}

.catalog-page .slide-filters .irs-grid {
    display: none;
}

.catalog-page .slide-filters .extra-controls {
    display: flex;
    margin-bottom: 5px;
}

.catalog-page .slide-filters .extra-controls .num-input {
    width: 70px;
    height: 35px;
    text-align: center;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    margin: 0 6px;
    outline: 0;
    font-size: 14px;
}

.catalog-page .slide-filters .extra-controls .num-input:focus {
    border: 1px solid #e31e25;
}

.catalog-page .slide-filters .extra-controls .control-input {
    white-space: nowrap;
}

.catalog-page .slide-filters .extra-controls .control-input:nth-child(2) {
    margin-left: 10px;
}

.catalog-page .slide-filters .extra-controls .control-input span {
    margin-right: 5px;
}

.catalog-page .slide-filters .extra-controls i {
    display: block;
    font-weight: 700;
    width: 25px;
    text-align: center;
    color: #a1a1a1;
    margin-top: 8px;
}

.catalog-page .slide-filters .extra-controls .default-button {
    height: 35px;
    width: 70px;
    padding: 3px 10px;
    font-size: 14px;
    margin-left: 15px;
}

.catalog-page .aside-filters {
    padding-right: 30px;
}

.catalog-page .aside-filters .btn-primary {
    margin-bottom: 15px;
}

.catalog-page .aside-filters .btn-light,
.catalog-page .aside-filters .btn-primary {
    width: 100%;
}

.catalog-page .select-container .select-button {
    width: 160px;
    height: 34px;
}

.catalog-page .address-box .payment-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: -4px;
}

.catalog-page .catalog-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.catalog-page .found-products span {
    font-weight: 500;
}

.catalog-page .catalog-list-toggle,
.catalog-page .catalog-card-toggle {
    width: 32px;
    height: 32px;
    border: 1px solid #c2c2c2;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}

.catalog-page .catalog-list-toggle i,
.catalog-page .catalog-card-toggle i {
    position: absolute;
    height: 4px;
    background-color: #C4C4C4;
}

.catalog-page .catalog-list-toggle:hover,
.catalog-page .catalog-card-toggle:hover {
    border: 1px solid #e31e25;
}

.catalog-page .catalog-list-toggle:hover i,
.catalog-page .catalog-card-toggle:hover i {
    background-color: #e31e25;
}

.catalog-page .catalog-list-toggle:hover i:before,
.catalog-page .catalog-list-toggle:hover i:after,
.catalog-page .catalog-card-toggle:hover i:before,
.catalog-page .catalog-card-toggle:hover i:after {
    background-color: #e31e25;
}

.catalog-page .catalog-list-toggle.active,
.catalog-page .catalog-card-toggle.active {
    cursor: auto;
    border: 1px solid #e31e25;
}

.catalog-page .catalog-list-toggle.active i,
.catalog-page .catalog-card-toggle.active i {
    background-color: #e31e25;
}

.catalog-page .catalog-list-toggle.active i:before,
.catalog-page .catalog-list-toggle.active i:after,
.catalog-page .catalog-card-toggle.active i:before,
.catalog-page .catalog-card-toggle.active i:after {
    background-color: #e31e25;
}

.catalog-page .filters-open-toggle {
    display: none;
    align-items: center;
    cursor: pointer;
}

.catalog-page .filters-open-toggle .filter-open-icon {
    margin-left: 8px;
    background: url("../img/icons/filter-icon.svg") no-repeat center;
    background-size: 16px;
    width: 32px;
    height: 32px;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
}

.catalog-page .catalog-card-toggle {
    margin-left: 5px;
}

.catalog-page .catalog-card-toggle i {
    width: 4px;
    left: 13px;
}

.catalog-page .catalog-card-toggle i:before,
.catalog-page .catalog-card-toggle i:after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #C4C4C4;
    position: absolute;
}

.catalog-page .catalog-card-toggle i:before {
    left: -7px;
}

.catalog-page .catalog-card-toggle i:after {
    right: -7px;
}

.catalog-page .catalog-card-toggle i:nth-child(1) {
    top: 6px;
}

.catalog-page .catalog-card-toggle i:nth-child(2) {
    top: 13px;
}

.catalog-page .catalog-card-toggle i:nth-child(3) {
    top: 20px;
}

.catalog-page .catalog-list-toggle i {
    width: 20px;
    left: 5px;
}

.catalog-page .catalog-list-toggle i:nth-child(1) {
    top: 6px;
}

.catalog-page .catalog-list-toggle i:nth-child(2) {
    top: 13px;
}

.catalog-page .catalog-list-toggle i:nth-child(3) {
    top: 20px;
}

.catalog-page .row {
    margin-left: -7px;
    margin-right: -7px;
}

.catalog-page .col-6.col-xl-3 {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 16px;
}

.catalog-page .empty-search {
    text-align: center;
    padding: 100px 0;
}

.catalog-page .empty-search .h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 15px;
}

.catalog-page .empty-search .subtitle {
    color: #74747a;
}

.catalog-page .filter-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    background: url(../img/icons/close-icon.svg) no-repeat center;
    background-size: 60%;
    border: 0;
    outline: 0;
    transition: 0.25s;
    display: none;
    cursor: pointer;
}

.page-description {
    padding: 20px 0;
}

.page-description p {
    margin: 10px 0 20px;
}

.page-description a {
    color: #e31e25;
    text-decoration: none;
}

.page-description a:hover {
    text-decoration: underline;
}

.page-description .h1,
.page-description h1 {
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 30px;
    text-align: center;
}

.page-description .h2,
.page-description h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 25px 0 5px;
}

.page-description .h3,
.page-description h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0 10px;
}

.page-description .h5,
.page-description h5 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 500;
}

.page-description img {
    display: block;
    max-width: 100%;
}

.page-description ul {
    margin: -5px 0 20px;
    padding: 0 0 0 20px;
}

.page-description ul li {
    font-size: 16px;
    position: relative;
    margin: 3px 0;
}

.catalog-slider-container {
    padding: 30px 0;
    clear: both;
}

.catalog-slider-container .h2,
.catalog-slider-container h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 20px;
}

.load-products .product-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 15px;
}

.load-products .product-item .load-img {
    height: 67px;
    width: 67px;
    margin-bottom: 15px;
}

.load-products .product-item .load-img img {
    position: relative;
    display: block;
    transition: 0.35s;
    width: 100%;
}

.load-products .product-item .load-text {
    font-size: 18px;
    text-align: center;
}

.load-products .product-item .load-text span {
    font-weight: 700;
    font-size: 20px;
}

.load-products .product-item:hover .load-img img {
    transform: rotate(180deg);
}

.together-cheaper {
    padding: 40px 0;
}

.together-cheaper .h2,
.together-cheaper h2 {
    font-size: 30px;
}

.together-cheaper p {
    color: #74747A;
}

.together-cheaper .title-group p {
    padding-right: 100px;
}

.together-slider {
    margin: 30px -15px 20px;
}

.together-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.together-slider .together-container {
    position: relative;
    z-index: 1;
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.together-slider .together-container .together-title {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    color: #DE3D3D;
    position: absolute;
    left: 30px;
    top: -11px;
}

.together-slider .together-container .together-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.together-slider .together-container .plus-sign {
    align-self: center;
    margin: 0 15px;
}

.together-slider .together-container .together-item {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 240px;
}

.together-slider .together-container .together-item .img-block {
    flex: 0 0 160px;
    width: 160px;
    height: 160px;
    margin: 0 auto 5px;
}

.together-slider .together-container .together-item .img-block a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.together-slider .together-container .together-item .img-block a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.together-slider .together-container .together-item .text-block {
    max-width: 240px;
    margin-bottom: 10px;
}

.together-slider .together-container .together-item .text-block .title {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 2px 0;
}

.together-slider .together-container .together-item .text-block .title a {
    text-decoration: none;
    color: inherit;
}

.together-slider .together-container .together-item .text-block .title a:hover {
    text-decoration: underline;
}

.together-slider .together-container .together-item .text-block .descr-text {
    color: #74747a;
    margin: 0 0 10px;
    font-size: 14px;
}

.together-slider .together-container .together-item .product-cost .default-cost {
    font-size: 16px;
}

.together-slider .together-container .together-item .product-cost .default-cost span {
    font-size: 20px;
    font-weight: 500;
}

.together-slider .together-container .together-item .product-cost .new-cost {
    color: #DE3D3D;
    font-size: 16px;
    line-height: 1;
    margin-top: -7px;
}

.together-slider .together-container .together-item .product-cost .new-cost span {
    font-size: 20px;
    font-weight: 500;
}

.together-slider .together-container .together-item .product-cost .old-cost {
    display: inline-block;
    color: #74747a;
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: -5px;
}

.together-slider .together-container .together-item .product-cost .old-cost:after {
    content: '';
    height: 1px;
    left: -1px;
    right: -1px;
    background-color: #74747a;
    position: absolute;
    top: 49%;
}

.together-slider .together-container .together-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    font-size: 16px;
    width: 100%;
}

.together-slider .together-container .together-calc,
.together-slider .together-container .together-cost,
.together-slider .together-container .together-sum {
    display: flex;
    align-items: center;
}

.together-slider .together-container .together-cost .cost-num {
    color: #DE3D3D;
    font-size: 20px;
    font-weight: 500;
    margin-top: -2px;
}

.together-slider .together-container .btn-light {
    width: 160px;
    height: 38px;
    line-height: 36px;
}

.together-slider .together-container .btn-light .default-text {
    display: block;
}

.together-slider .together-container .btn-light .active-text {
    display: none;
}

.together-slider .together-container .btn-light.added {
    background-color: #e31e25;
    color: #fff;
}

.together-slider .together-container .btn-light.added .default-text {
    display: none;
}

.together-slider .together-container .btn-light.added .active-text {
    display: block;
}

.together-slider .together-container .cost-text {
    margin-right: 3px;
}

.together-slider .together-container .total-num {
    font-size: 20px;
    font-weight: 500;
    color: #DE3D3D;
    margin-top: -2px;
}

.together-slider .item {
    outline: 0;
    margin: 0 15px;
    border: 1px solid #c2c2c2;
    padding: 15px;
    height: auto;
    background-color: #fff;
}

.together-slider .slick-arrow {
    position: absolute;
    top: -85px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 10;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    outline: 0;
    transition: 0.25s;
    padding: 0;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
}

.together-slider .slick-arrow svg {
    width: 15px;
    fill: #212121;
}

.together-slider .slick-arrow.slick-next {
    padding-left: 2px;
    right: 15px;
}

.together-slider .slick-arrow.slick-prev {
    padding-right: 2px;
    right: 65px;
}

.together-slider .slick-arrow:hover {
    background-color: #e31e25;
}

.together-slider .slick-arrow:hover svg {
    fill: #fff;
}

.catalog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 100;
    display: none;
}

@media (max-width: 1536px) {
    .categories-container figcaption {
        font-size: 16px;
    }

    .catalog-page .slide-filters .extra-controls .control-input:nth-child(2) {
        margin-left: 3px;
    }

    .catalog-page .slide-filters .extra-controls .control-input span {
        margin-right: 0;
    }
}

@media (max-width: 1399px) {
    .index-categories .category-item {
        flex: 0 0 185px;
    }

    .index-categories figcaption {
        font-size: 14px;
    }

    .slider-section .h2,
    .slider-section h2 {
        font-size: 28px;
    }

    .catalog-slider {
        padding: 0;
        margin: 0 -8px;
    }

    .catalog-slider .slick-arrow {
        margin: 0;
        top: -65px;
    }

    .catalog-slider .slick-arrow.slick-prev {
        left: auto;
        right: 55px;
    }

    .catalog-slider .slick-arrow.slick-next {
        right: 8px;
    }

    .catalog-slider .product-item .product-name {
        font-size: 15px;
    }

    .catalog-slider .product-item .old-cost span,
    .catalog-slider .product-item .new-cost span,
    .catalog-slider .product-item .default-cost span {
        font-size: 15px;
    }

    .product-item .product-name {
        font-size: 15px;
    }

    .product-item .old-cost,
    .product-item .new-cost,
    .product-item .default-cost {
        font-size: 13px;
    }

    .product-item .old-cost span,
    .product-item .new-cost span,
    .product-item .default-cost span {
        font-size: 15px;
    }

    .together-slider {
        margin: 30px -8px 20px;
        padding: 0;
    }

    .together-slider .item {
        margin: 0 8px;
    }

    .together-slider .slick-arrow {
        margin: 0;
        top: -65px;
    }

    .together-slider .slick-arrow.slick-prev {
        left: auto;
        right: 55px;
    }

    .together-slider .slick-arrow.slick-next {
        right: 8px;
    }

    .together-slider .together-container .together-item .text-block {
        max-width: 190px;
        padding-left: 0;
    }
}

@media (max-width: 1199px) {
    .index-categories .scroll-container {
        flex-wrap: wrap;
    }

    .index-categories .category-item {
        flex: 0 0 305px;
        margin-bottom: 20px;
    }

    .index-categories ul {
        display: none;
    }

    .index-categories .category-link {
        display: none;
    }

    .slider-section .h2,
    .slider-section h2 {
        font-size: 24px;
    }

    .catalog-slider .slick-arrow {
        top: -62px;
    }

    .categories-container .category-item {
        margin-right: 15px;
        flex-basis: calc(25% - 15px);
    }

    .categories-container figure div a {
        padding: 10px;
    }

    .catalog-page .title-container .h1,
    .catalog-page .title-container h1 {
        font-size: 24px;
    }

    .catalog-page .h1,
    .catalog-page h1 {
        font-size: 32px;
    }

    .catalog-page .index-categories .category-item {
        margin-bottom: 30px;
    }

    .catalog-page .catalog-content-head .select-label {
        display: none;
    }

    .catalog-page .categories-links {
        margin: 20px 0 50px;
    }

    .catalog-page .categories-links .link-item {
        font-size: 16px;
    }

    .catalog-page .slide-filters .extra-controls span {
        font-size: 12px;
    }

    .catalog-page .slide-filters .extra-controls .num-input {
        width: 50px;
        font-size: 13px;
    }

    .catalog-page .catalog-content.catalog-list .col-6.col-md-4.col-xl-3.load-products .product-item {
        min-height: auto;
    }

    .catalog-page .catalog-content.catalog-list .product-item {
        min-height: 200px;
        padding: 10px 5px 90px 130px;
    }

    .catalog-page .catalog-content.catalog-list .product-item .product-img {
        flex: 0 0 120px;
        width: 120px;
        height: 120px;
    }

    .catalog-page .catalog-content.catalog-list .product-item .product-cost {
        left: 130px;
    }

    .catalog-page .catalog-content.catalog-list .product-item .product-footer {
        left: 130px;
    }

    .categories-slider {
        margin: 0 0 20px;
    }

    .load-products {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-top: 20px;
    }

    .load-products .product-item {
        display: flex;
        flex-direction: row;
    }

    .load-products .product-item .load-img {
        width: 45px;
        height: 45px;
        margin-bottom: 0;
        margin-right: 15px;
    }

    .load-products .product-item .load-text br {
        display: none;
    }

    .together-slider {
        margin: 30px -8px 20px;
    }

    .together-slider .item {
        padding: 20px 50px;
    }

    .together-cheaper .h2,
    .together-cheaper h2 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .index-categories {
        padding: 40px 0 50px;
    }

    .index-categories .category-item {
        flex: 0 0 225px;
    }

    .catalog-page .h1,
    .catalog-page h1 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .catalog-page .title-container .h1,
    .catalog-page .title-container h1 {
        margin-bottom: 20px;
    }

    .catalog-page .index-categories .category-item {
        margin-bottom: 30px;
    }

    .catalog-page .index-categories figure {
        height: 220px;
        padding-top: 10px;
    }

    .catalog-page .index-categories figure>div {
        height: 160px;
        margin-bottom: 10px;
    }

    .catalog-page .index-categories figure img {
        max-height: 160px;
    }

    .catalog-page .index-categories figcaption {
        font-size: 17px;
    }

    .catalog-page .filters-head {
        display: none;
    }

    .catalog-page .slide-filters {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 105;
        background-color: #fff;
        width: 300px;
        height: 100vh;
        max-height: 100vh;
        overflow-y: auto;
        padding: 40px 15px 60px;
        transform: translateX(-150%);
        transition: 0.3s;
    }

    .catalog-page .slide-filters.active {
        transform: translateX(0);
    }

    .catalog-page .slide-filters .extra-controls .num-input {
        width: 80px;
    }

    .catalog-page .catalog-content {
        margin: 0;
    }

    .catalog-page .catalog-content.catalog-list .col-6.col-md-4.col-xl-3 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .catalog-page .catalog-head-box {
        margin-bottom: 25px;
    }

    .catalog-page .catalog-content-head {
        padding: 0;
        min-height: auto;
        background-color: transparent;
        margin-bottom: 25px;
        border: 0;
    }

    .catalog-page .catalog-content-head .active-tags {
        display: none;
    }

    .catalog-page .catalog-content-head .select-container {
        width: 100%;
    }

    .catalog-page .catalog-content-head .select-container .select-box {
        margin-left: 0;
        flex-grow: 1;
    }

    .catalog-page .catalog-content-head .select-container .select-button {
        width: 100%;
    }

    .catalog-page .catalog-content-head .select-label {
        display: block;
    }

    .catalog-page .found-products {
        order: 3;
        color: #74747a;
        white-space: nowrap;
    }

    .catalog-page .found-products span {
        color: #212121;
    }

    .catalog-page .catalog-display {
        flex-grow: 1;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .catalog-page .filters-open-toggle {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 20px;
        width: 100%;
        font-size: 18px;
        border: 1px solid #C2C2C2;
        background-color: #F5F7F9;
        padding: 3px 0;
    }

    .catalog-page .filters-open-toggle .filter-open-icon {
        border: 0;
        background-size: 20px;
    }

    .catalog-page .catalog-card-toggle {
        margin-left: 10px;
    }

    .catalog-page .filter-close {
        display: block;
    }

    .catalog-page .together-slider .item {
        padding: 15px;
    }

    .catalog-page .catalog-container {
        margin-bottom: 20px;
    }

    .catalog-page .catalog-content.catalog-list .product-item {
        min-height: 180px;
        padding: 10px 5px 90px 170px;
    }

    .catalog-page .catalog-content.catalog-list .product-item .product-name {
        font-size: 18px;
    }

    .catalog-page .catalog-content.catalog-list .product-item .product-img {
        flex: 0 0 150px;
        width: 150px;
        height: 150px;
    }

    .catalog-page .catalog-content.catalog-list .product-item .product-cost {
        left: 170px;
    }

    .catalog-page .catalog-content.catalog-list .product-item .product-footer {
        left: 170px;
    }

    .categories-container .category-item {
        margin-right: 10px;
        margin-bottom: 10px;
        flex-basis: calc(33.33% - 12px);
    }

    .together-slider {
        margin: 30px 0 20px;
    }

    .slider-section {
        padding: 50px 0;
    }

    .aside-categories {
       margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .index-categories .scroll-container {
        min-width: 650px;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin: 0;
        padding-right: 120px;
    }

    .index-categories .category-item {
        flex: 0 0 180px;
        margin-right: 15px;
    }

    .index-categories .title-group .group-link {
        font-size: 16px;
        padding-right: 20px;
    }

    .index-categories .title-group .group-link:after {
        width: 16px;
        height: 16px;
        background-size: 14px;
    }

    .product-item .old-cost,
    .product-item .new-cost,
    .product-item .default-cost {
        font-size: 14px;
    }

    .product-item .old-cost span,
    .product-item .new-cost span,
    .product-item .default-cost span {
        font-size: 16px;
    }

    .catalog-page .h1,
    .catalog-page h1 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .catalog-page .page-content .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .catalog-page .index-categories .category-item {
        margin-bottom: 20px;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .catalog-page .index-categories .scroll-container {
        overflow: visible;
        margin-right: -10px;
        margin-left: -10px;
        justify-content: flex-start;
        padding-right: 0;
        min-width: auto;
    }

    .catalog-page .index-categories figure {
        height: 200px;
        padding-top: 10px;
    }

    .catalog-page .index-categories figure>div {
        height: 120px;
        margin-bottom: 10px;
    }

    .catalog-page .index-categories figure img {
        max-width: 100%;
        max-height: 120px;
    }

    .catalog-page .index-categories figcaption {
        font-size: 16px;
        padding: 0 10px;
    }

    .catalog-page .col-6.col-xl-3 {
        margin-bottom: 15px;
    }

    .catalog-page .categories-links {
        display: none;
        margin: 15px 0 30px;
    }

    .catalog-page .categories-links .link-item {
        font-size: 14px;
        font-weight: 400;
    }

    .catalog-page .categories-links .vertical-line {
        margin: 0 15px;
    }

    .catalog-page .catalog-content.catalog-list .col-6.col-md-4.col-xl-3 {
        margin-bottom: 15px;
    }

    .catalog-page .empty-search .h2 {
        font-size: 24px;
    }

    .categories-slider {
        min-width: 650px;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin: 0 0 25px;
        padding-right: 140px;
    }

    .categories-slider .category-item {
        width: auto;
        flex: 0 0 150px;
        margin: 0 10px 10px 0;
    }

    .together-cheaper .h2,
    .together-cheaper h2 {
        text-align: left;
    }

    .together-cheaper .subtitle {
        text-align: left;
        padding-right: 100px;
    }

    .together-slider {
        padding: 0;
        margin: 20px 1px;
    }

    .together-slider .item {
        margin: 0;
        padding: 15px;
    }

    .together-slider .together-container .together-row {
        align-items: flex-start;
    }

    .together-slider .together-container .plus-sign {
        align-self: center;
    }

    .together-slider .together-container .together-item {
        flex: 0 0 200px;
    }

    .together-slider .together-container .together-item .text-block {
        order: 2;
        width: 100%;
    }

    .together-slider .together-container .together-item .text-block .descr-text {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .together-slider .together-container .together-item .product-cost {
        margin-bottom: 10px;
    }

    .together-slider .together-container .together-item .img-block {
        width: auto;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 5px;
        margin-right: 0;
        height: 120px;
    }

    .together-slider .together-container .together-item .img-block a {
        justify-content: flex-start;
    }

    .together-slider .together-container .together-footer {
        flex-wrap: wrap;
        margin-top: 5px;
    }

    .product-page .slider-section .h2,
    .product-page .slider-section h2 {
        text-align: left;
    }

    .load-products {
        margin-bottom: 0 !important;
    }

    .load-products .product-item {
        margin-bottom: 0;
    }

    .slider-section {
        padding: 40px 0;
    }

    .categories-page .title-group {
        margin-bottom: 20px;
    }

    .categories-container {
        padding-top: 0;
    }
}

@media (max-width: 575px) {
    .index-categories .title-group {
        text-align: center;
        display: block;
    }

    .index-categories .title-group .h2,
    .index-categories .title-group h2 {
        margin-bottom: 10px;
    }

    .catalog-page .toggles-box .filters-open-toggle {
        order: 3;
        margin-right: 0;
    }

    .catalog-page .toggles-box .catalog-list-toggle {
        order: 2;
        margin-right: 5px;
    }

    .catalog-page .toggles-box .catalog-card-toggle {
        order: 1;
        margin-right: 5px;
        margin-left: 0;
    }

    .index-categories .category-item {
        margin-right: 10px;
    }

    .index-categories .scroll-container {
        min-width: 500px;
        padding-right: 120px;
    }

    .index-categories .title-group .group-link {
        margin-bottom: 3px;
    }

    .slider-section .h2,
    .slider-section h2 {
        text-align: center !important;
        margin-bottom: 20px;
    }

    .catalog-slider .slick-arrow {
        display: none !important;
    }

    .catalog-slider .item {
        margin: 0 5px;
        width: 230px;
    }

    .catalog-page .index-categories .category-item {
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        flex: 0 0 50%;
        width: 50%;
    }

    .catalog-page .index-categories .scroll-container {
        margin-right: -5px;
        margin-left: -5px;
    }

    .catalog-page .index-categories figure {
        height: 200px;
    }

    .catalog-page .index-categories figure>div {
        height: 130px;
    }

    .catalog-page .index-categories figure img {
        max-height: 130px;
    }

    .catalog-page .index-categories figcaption {
        font-size: 16px;
    }

    .catalog-page .catalog-content.catalog-list .product-item .product-name {
        font-size: 14px;
    }

    .together-cheaper .title-group p {
        padding-right: 90px;
    }

    .together-slider .together-container .together-item {
        flex: 0 0 180px;
    }

    .together-slider .together-container .together-item .text-block .title {
        font-size: 14px;
    }

    .together-slider .together-container .plus-sign {
        margin: 0 5px;
    }

    .together-slider .together-container .total-num {
        font-size: 18px;
    }

    .together-slider .together-container .together-cost .cost-num {
        font-size: 18px;
    }

    .together-slider .together-container .btn-light {
        width: 120px;
    }

    .together-slider .slick-arrow {
        top: -55px;
        width: 32px;
        height: 32px;
    }

    .together-slider .slick-arrow.slick-next {
        right: -2px;
    }

    .together-slider .slick-arrow.slick-prev {
        right: 38px;
    }

    .together-slider .slick-arrow svg {
        width: 8px;
    }

    .together-cheaper {
        padding-top: 15px;
    }

    .categories-slider {
        min-width: 500px;
    }

    .categories-container {
        padding-bottom: 30px;
    }

    .categories-container .title-group {
        text-align: center;
    }

    .categories-container .category-item {
        margin-right: 10px;
        flex-basis: calc(50% - 12px);
    }

    .categories-container figcaption {
        font-size: 14px;
    }

    .product-item .product-cost {
        display: block;
        bottom: 56px;
    }

    .product-item .product-cost .old-cost {
        font-size: 14px;
    }

    .product-item .product-cost .old-cost span {
        font-size: 13px;
    }

    .product-item .new-cost {
        display: block;
    }
}

@media (max-width: 479px) {
    .custom-container {
        padding-right: 5px;
        padding-left: 5px;
    }

    .custom-container .col-2 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .custom-container .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .product-item .product-img {
        height: 140px;
    }

    .product-item .product-name {
        font-size: 14px;
    }

    .product-item .product-footer {
        left: 7px;
        right: 7px;
        bottom: 8px;
    }

    .product-item .old-cost,
    .product-item .new-cost,
    .product-item .default-cost {
        font-size: 13px;
    }

    .product-item .old-cost span,
    .product-item .new-cost span,
    .product-item .default-cost span {
        font-size: 15px;
    }

    .product-item .btn-light {
        padding: 0 3px;
        white-space: nowrap;
    }

    .catalog-page .index-categories figure {
        height: 160px;
    }

    .catalog-page .index-categories figure>div {
        height: 100px;
    }

    .catalog-page .index-categories figure img {
        max-height: 100px;
    }

    .catalog-page .index-categories figcaption {
        font-size: 14px;
    }

    .catalog-page .together-slider .item {
        padding: 10px;
    }

    .catalog-page .together-slider .together-container .together-item .img-block {
        margin: 0 auto;
    }

    .catalog-page .together-slider .together-container .together-item .img-block a {
        justify-content: center;
    }

    .together-slider .together-container .together-item {
        flex: 0 0 120px;
    }

    .together-slider .together-container .plus-sign {
        flex: 0 0 16px;
        max-width: 16px;
    }

    .together-slider .together-container .plus-sign img {
        width: 100%;
    }

    .together-slider .together-container .together-footer {
        margin-top: 15px;
    }

    .together-slider .together-container .btn-light {
        width: 100%;
        margin-top: 10px;
    }

    .load-products .product-item .load-img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 420px) {
    .index-categories .scroll-container {
        padding-right: 200px;
    }

    .categories-slider {
        padding-right: 200px;
    }

    .catalog-slider .item {
        width: 220px;
    }

    .catalog-slider .slick-list {
        padding: 0 80px !important;
    }

    .catalog-page .index-categories figure {
        height: 150px;
    }

    .catalog-page .index-categories figure>div {
        height: 80px;
    }

    .catalog-page .index-categories figure img {
        max-height: 80px;
    }

    .catalog-page .title-container .h1,
    .catalog-page .title-container h1 {
        font-size: 20px;
    }

    .categories-container figure div {
        height: 130px;
    }

    .categories-container figcaption {
        font-size: 13px;
    }
}

@media (max-width: 390px) {
    .catalog-slider .slick-list {
        padding: 0 55px !important;
    }
}

@media (max-width: 375px) {
    .catalog-slider .item {
        width: 200px;
    }

    .catalog-slider .product-item .product-name {
        font-size: 14px;
    }

    .catalog-slider .product-item .product-img {
        height: 130px;
    }

    .product-item .product-img {
        height: 120px;
    }

    .product-item .product-name {
        font-size: 13px;
    }

    .product-item .btn-light {
        font-size: 13px;
    }

    .catalog-page .catalog-content-head {
        margin-left: 0;
    }

    .catalog-page .catalog-content.catalog-list .product-item {
        min-height: 180px;
        padding: 10px 5px 90px 130px;
    }

    .catalog-page .catalog-content.catalog-list .product-item .product-name {
        padding: 0;
    }

    .catalog-page .catalog-content.catalog-list .product-item .product-code {
        padding: 0;
    }

    .catalog-page .catalog-content.catalog-list .product-item .product-img {
        flex: 0 0 120px;
        width: 120px;
        height: 120px;
    }

    .catalog-page .catalog-content.catalog-list .product-item .product-cost {
        left: 130px;
    }

    .catalog-page .catalog-content.catalog-list .product-item .product-footer {
        left: 130px;
    }
}

.product-page #wrapper {
    overflow: visible;
}

.product-page .tabs {
    margin: 10px 0 20px;
    padding: 0px;
    list-style: none;
    display: flex;
}

.product-page .tabs li {
    background-color: #fff;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 16px;
    color: #555;
    font-weight: 400;
    position: relative;
    border: 1px solid #C4C4C4;
    margin: 0 10px 10px 0;
}

.product-page .tabs li a {
    text-decoration: none;
    color: #252525;
    display: block;
    width: 100%;
    height: 100%;
}

.product-page .tabs li.current {
    background-color: #e31e25;
    border: 1px solid #e31e25;
    color: #fff;
}

.product-page .tab-pane {
    color: #121212;
    display: block;
    height: 0;
    overflow: hidden;
}

.product-page .tab-pane>p {
    margin: 0 0 20px;
}

.product-page .tab-pane.current {
    height: auto;
    overflow: visible;
}

.product-page .tab-pane .btn-primary {
    width: 380px;
}

.product-page .tab-pane .h4 {
    font-size: 20px;
    margin: 0 0 15px;
}

.product-page .tab-pane .h3 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 400;
}

.product-page .tab-content {
    margin-bottom: 50px;
}

.product-page .product-slider-container {
    padding-left: 150px;
    position: relative;
    padding-top: 5px;
}

.product-page .product-slider-container .badge-sale,
.product-page .product-slider-container .badge-new,
.product-page .product-slider-container .badge-top {
    position: absolute;
    top: -4px;
    right: 2px;
    height: 60px;
    z-index: 10;
    font-size: 13px;
    height: 24px;
    left: auto;
}

.product-page .product-slider {
    border: 1px solid #C2C2C2;
    width: 520px;
    margin: 0 auto;
}

.product-page .product-slider.slick-initialized .item {
    display: block;
}

.product-page .product-slider .item {
    outline: 0;
    height: 520px;
    display: none;
}

.product-page .product-slider .item:first-child {
    display: block;
}

.product-page .product-slider .item picture {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-page .product-slider .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    outline: 0;
}

.product-page .product-slider .item a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.product-page .product-slider .item .zoom-icon {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 50px;
    height: 50px;
    background: url("../img/icons/zoom-icon.svg") no-repeat center;
    background-size: 25px;
    pointer-events: none;
}

.product-page .product-slider .item.video-item:before {
    content: '';
    position: absolute;
    right: 50%;
    margin-right: -22px;
    margin-top: -22px;
    width: 70px;
    top: 50%;
    height: 70px;
    border-radius: 50%;
    background: #fff url(../img/icons/youtube-icon.svg) no-repeat center;
    background-size: 40px;
    pointer-events: none;
}

.product-page .product-slider .item.view-360 .zoom-icon {
    pointer-events: auto;
    z-index: 10;
}

.product-page .product-slider .item.view-360 .wrap-3d {
    display: block !important;
}

.product-page .product-slider .item.view-360 .mouse-move {
    position: absolute;
    left: 10px;
    bottom: 2px;
    z-index: 1;
    pointer-events: none;
}

.product-page .product-slider .item.view-360 .mouse-move img {
    width: 50px;
}

.product-page .product-slider-nav {
    position: absolute;
    top: 3px;
    left: -3px;
    width: 142px;
    height: 522px;
    padding-top: 20px;
}

.product-page .product-slider-nav .slick-list {
    height: 472px !important;
}

.product-page .product-slider-nav.slick-initialized .item {
    opacity: 1;
}

.product-page .product-slider-nav .item {
    border: 1px solid #C2C2C2;
    margin: 12px 0 12px 5px;
    outline: none;
    position: relative;
    cursor: pointer;
    opacity: 0;
    width: 136px;
    height: 136px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.product-page .product-slider-nav .item picture {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.product-page .product-slider-nav .item.slick-current {
    border: 1px solid #e31e25;
}

.product-page .product-slider-nav .item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.product-page .product-slider-nav .slick-arrow {
    position: absolute;
    left: 0;
    z-index: 10;
    height: 20px;
    width: 100%;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: #fff;
}

.product-page .product-slider-nav .slick-arrow:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 3px;
    margin: 0 auto;
}

.product-page .product-slider-nav .slick-arrow:hover.prev-arrow:before {
    border-top: 14px solid #e31e25;
}

.product-page .product-slider-nav .slick-arrow:hover.next-arrow:before {
    border-bottom: 14px solid #e31e25;
}

.product-page .product-slider-nav .slick-arrow.prev-arrow {
    bottom: 1px;
}

.product-page .product-slider-nav .slick-arrow.prev-arrow:before {
    border-top: 14px solid #C4C4C4;
}

.product-page .product-slider-nav .slick-arrow.next-arrow {
    top: 1px;
}

.product-page .product-slider-nav .slick-arrow.next-arrow:before {
    border-bottom: 14px solid #C4C4C4;
}

.product-page .product-description {
    padding-left: 20px;
    padding-top: 10px;
}

.product-page .product-description .product-code {
    font-size: 16px;
    color: #888;
    margin: 0 0 10px;
}

.product-page .product-description .subtitle {
    margin-bottom: 10px;
}

.product-page .product-description .product-availability {
    font-size: 14px;
    margin-bottom: 5px;
}

.product-page .product-description .product-availability .available {
    color: #3CA42B;
}

.product-page .product-description .product-availability .not-available {
    color: #74747a;
}

.product-page .product-description .h1,
.product-page .product-description h1 {
    font-size: 30px;
    font-weight: 600;
    margin: -5px 0 10px;
    line-height: 1.3;
}

.product-page .product-description p {
    margin: 0 0 10px;
}

.product-page .product-description ul {
    margin: 10px 0 15px;
    padding-left: 15px;
    font-size: 14px;
}

.product-page .product-description .stars-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
}

.product-page .product-description .stars-block p {
    margin: 2px 0 0;
    margin-left: 7px;
    font-size: 16px;
}

.product-page .product-description .stars-block p span {
    font-weight: 500;
}

.product-page .product-description .stars-block p:hover {
    text-decoration: underline;
}

.product-page .product-description .stars-block .item-stars {
    height: 20px;
}

.product-page .product-description .stars-block .full-star {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: url(../img/icons/full-star.png) no-repeat center;
    background-size: contain;
}

.product-page .product-description .stars-block .half-star {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: url(../img/icons/half-star.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.product-page .product-description .stars-block .empty-star {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: relative;
    background: url(../img/icons/empty-star.png) no-repeat center;
    background-size: contain;
}

.product-page .product-description .default-cost {
    font-size: 18px;
}

.product-page .product-description .default-cost span {
    font-size: 28px;
    font-weight: 600;
}

.product-page .product-description .new-cost {
    color: #DE3D3D;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}

.product-page .product-description .new-cost span {
    font-size: 26px;
    font-weight: 700;
}

.product-page .product-description .old-cost {
    display: inline-block;
    vertical-align: bottom;
    color: #74747a;
    font-size: 20px;
    line-height: 1;
    position: relative;
}

.product-page .product-description .old-cost span {
    font-size: 22px;
}

.product-page .product-description .old-cost:after {
    content: '';
    height: 1px;
    left: -1px;
    right: -1px;
    background-color: #747474;
    position: absolute;
    top: 49%;
}

.product-page .product-description .buttons-box {
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.product-page .product-description .btn-light {
    width: 220px;
    padding: 0 8px;
    height: 46px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    margin-right: 20px;
}

.product-page .product-description .btn-primary {
    width: 220px;
    display: flex;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    padding: 0 8px;
    font-size: 18px;
}

.product-page .product-description .btn-primary span {
    margin-right: 10px;
}

.product-page .product-description .btn-primary .default-text {
    display: block;
}

.product-page .product-description .btn-primary .default-icon {
    display: block;
}

.product-page .product-description .btn-primary .active-text {
    display: none;
}

.product-page .product-description .btn-primary .active-icon {
    width: 20px;
    display: none;
}

.product-page .product-description .btn-primary.added .default-icon {
    display: none;
}

.product-page .product-description .btn-primary.added .active-icon {
    display: block;
}

.product-page .product-description .btn-primary.added .default-text {
    display: none;
}

.product-page .product-description .btn-primary.added .active-text {
    display: block;
}

.product-page .product-description .btn-choose {
    width: 48px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 1px solid #bbb;
    background-color: #fff;
    transition: 0.25s;
}

.product-page .product-description .btn-choose .default-icon {
    display: block;
}

.product-page .product-description .btn-choose .active-icon {
    display: none;
}

.product-page .product-description .btn-choose.added {
    border: 1px solid #e31e25;
}

.product-page .product-description .btn-choose.added .default-icon {
    display: none;
}

.product-page .product-description .btn-choose.added .active-icon {
    display: block;
}

.product-page .description-toggle {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100px;
    margin: 0 auto;
    z-index: 5;
    cursor: pointer;
    display: none;
}

.product-page .description-toggle:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid #262626;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: -2px;
    top: calc(50% - 1px);
    transform-origin: center;
    transition: 0.25s;
}

.product-page .description-toggle .default-state {
    display: block;
}

.product-page .description-toggle .active-state {
    display: none;
}

.product-page .description-toggle.active:after {
    transform: rotate(180deg);
}

.product-page .description-toggle.active .default-state {
    display: none;
}

.product-page .description-toggle.active .active-state {
    display: block;
}

.product-page .product-text-container {
    max-height: 420px;
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}

.product-page .product-text-container.hidden:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 85px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, #fff 100%);
}

.product-page .product-text-container.hidden .description-toggle {
    display: block;
}

.product-page .product-text-container.active {
    max-height: none;
}

.product-page .product-text-container.active:after {
    display: none;
}

.product-page .product-text-container h4,
.product-page .product-text-container .h4 {
    margin: 0 0 10px;
}

.product-page .product-text-container p {
    font-size: 14px;
    margin: 0 0 15px;
}

.product-page .product-col {
    padding-left: 40px;
}

.product-page .product-col .h2 {
    font-size: 24px;
    font-weight: 400;
}

.product-page .product-col .product-description {
    padding-left: 0;
}

.product-page .sticky-box {
    position: sticky;
    top: 90px;
}

.product-page .lg-tab-img {
    border: 1px solid #c2c2c2;
    margin-bottom: 20px;
    padding: 20px;
}

.product-page .lg-tab-img img {
    display: block;
    max-width: 90%;
    max-height: 400px;
    margin: 0 auto;
}

.product-page .review-item {
    border: 1px solid #c2c2c2;
    padding: 20px;
    margin-bottom: 20px;
}

.product-page .review-item .item-head {
    position: relative;
    margin-bottom: 10px;
    padding-right: 80px;
}

.product-page .review-item .item-head .item-name {
    font-size: 17px;
    font-weight: 600;
}

.product-page .review-item .item-head .item-date {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 12px;
    color: #888;
}

.product-page .review-item .item-stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 8px;
}

.product-page .review-item .item-stars span {
    margin-right: 5px;
}

.product-page .review-item .item-stars p {
    margin: 2px 0 0;
    margin-left: 7px;
    font-size: 15px;
}

.product-page .review-item .item-stars .full-star {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background: url(../img/icons/full-star.png) no-repeat center;
    background-size: contain;
}

.product-page .review-item .item-stars .half-star {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background: url(../img/icons/half-star.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.product-page .review-item .item-stars .empty-star {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    overflow: hidden;
    position: relative;
    background: url(../img/icons/empty-star.png) no-repeat center;
    background-size: contain;
}

.product-page .review-item .review-text {
    margin: 10px 0;
}

.product-page .review-item .plus-box,
.product-page .review-item .minus-box {
    display: flex;
}

.product-page .review-item .plus-box .plus-title {
    font-weight: 600;
    color: #e31e25;
    margin-right: 5px;
}

.product-page .review-item .minus-box .minus-title {
    font-weight: 600;
    margin-right: 5px;
    color: #ff6f6f;
}

.product-page .review-item .admin-response {
    margin-top: 15px;
    margin-left: 20px;
    border-left: 2px solid #c2c2c2;
    padding: 5px 0 1px 10px;
}

.product-page .review-item .admin-response .item-name {
    color: #555;
}

.product-page .review-form-container {
    border: 1px solid #c2c2c2;
    padding: 40px 150px 60px;
    border-radius: 3px;
}

.product-page .review-form-container .h3 {
    text-align: center;
}

.product-page .review-form-container .form-group {
    margin-bottom: 0;
    position: relative;
}

.product-page .review-form-container .form-group label {
    margin-bottom: 1px;
}

.product-page .review-form-container .form-group textarea {
    resize: vertical;
}

.product-page .review-form-container .form-group textarea.form-control {
    min-height: 140px;
}

.product-page .review-form-container .btn-primary {
    width: 100%;
    display: block;
    margin-top: 8px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-page .review-form-container .raiting-group {
    margin: 0 0 10px;
}

.product-page .review-form-container .star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 20px;
    overflow: hidden;
    position: relative;
    background: url("../img/icons/empty-yellow-star.png") repeat-x;
    -webkit-background-size: contain;
    background-size: contain;
}

.product-page .review-form-container .star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url("../img/icons/full-yellow-star.png") repeat-x;
    -webkit-background-size: contain;
    background-size: contain;
}

.product-page .review-form-container .star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.product-page .review-form-container .star-rating input:hover+i,
.product-page .review-form-container .star-rating input:hover+label+i,
.product-page .review-form-container .star-rating input:checked+i,
.product-page .review-form-container .star-rating input:checked+label+i {
    opacity: 1;
}

.product-page .review-form-container .star-rating input.error+i,
.product-page .review-form-container .star-rating input.error+label+i,
.product-page .review-form-container .star-rating input.error+i,
.product-page .review-form-container .star-rating input.error+label+i {
    opacity: 1;
    filter: hue-rotate(81deg);
}

.product-page .review-form-container .star-rating i~i {
    width: 40%;
}

.product-page .review-form-container .star-rating i~i~i {
    width: 60%;
}

.product-page .review-form-container .star-rating i~i~i~i {
    width: 80%;
}

.product-page .review-form-container .star-rating i~i~i~i~i {
    width: 100%;
}

.product-page .text-container p {
    font-size: 14px;
}

.product-page .text-container a {
    color: #e31e25;
}

.product-page .text-container .h1,
.product-page .text-container h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 30px;
}

.product-page .text-container .h2,
.product-page .text-container h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 30px;
}

.product-page .text-container .h3,
.product-page .text-container h3 {
    font-size: 20px;
    font-weight: 400;
}

.product-page .text-container .h5,
.product-page .text-container h5 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 700;
}

.product-page .text-container .img-box {
    border: 1px solid #e31e25;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    padding: 10px;
}

.product-page .text-container .img-box img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.product-page .text-container ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.product-page .text-container ul li {
    font-size: 14px;
    position: relative;
    padding-left: 18px;
}

.product-page .text-container ul li:before {
    content: '';
    width: 7px;
    height: 1px;
    background-color: #212121;
    position: absolute;
    left: 0;
    top: 11px;
}

.product-page table {
    width: 100%;
    color: #555;
    font-size: 14px;
}

.product-page table thead td {
    background-color: #EFF1F5;
    font-weight: 500 !important;
}

.product-page table td {
    padding: 5px 5px 5px 10px;
}

.product-page table td:first-child {
    font-weight: 400;
}

.product-page table tr:nth-child(even) td {
    background-color: #EFF1F5;
}

.product-page .modal-content .close {
    position: absolute;
    right: 12px;
    top: 7px;
    opacity: 1;
    outline: 0;
}

.product-page .modal-content .close img {
    width: 15px;
}

.product-page .modal-content .modal-header {
    justify-content: center;
    border: 0;
    padding: 30px 30px 10px;
    flex-wrap: wrap;
}

.product-page .modal-content .modal-header h5 {
    font-size: 22px;
    margin: 0 0 5px;
    font-weight: 500;
}

.product-page .modal-content .modal-header .sub-title {
    text-align: center;
    color: #747474;
}

.product-page .modal-content .modal-body {
    padding: 5px 40px 45px;
}

.product-page .modal-content .modal-body .btn-success {
    margin-top: 5px;
}

.product-page .modal-content .form-group {
    margin-bottom: 0;
}

.product-page .modal-content .btn-success {
    width: 100%;
    display: block;
    margin-top: 8px;
    padding: 8px;
}

.product-page .slider-section .h2,
.product-page .slider-section h2 {
    font-size: 30px;
}

.product-page .description-detail .h2,
.product-page .description-detail h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 25px 0 10px;
}


.description-detail div[style*="background:#eeeeee;border:1px solid #cccccc;"] {
    margin-bottom: 15px;
}

.product-page .description-detail iframe {
    width: 100% !important;
    height: 400px !important;
}

.product-page .description-detail .h3,
.product-page .description-detail h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0 10px;
}

.product-page .description-detail .h5,
.product-page .description-detail h5 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 500;
}

.product-page .description-detail img {
    display: block;
    max-width: 100%;
}

.product-page .description-detail p {
    margin: 0 0 15px;
}

.product-page .description-detail ul {
    margin: -5px 0 20px;
    padding: 0 0 0 20px;
}

.product-page .description-detail ul li {
    font-size: 16px;
    position: relative;
    margin: 3px 0;
}

.product-page .description-detail table {
    margin-bottom: 30px;
}

.product-page .description-img {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 50px;
    margin-top: 50px;
}

.product-page .description-img a {
    display: block;
}

.product-page .description-img a:hover {
    opacity: 0.7;
}

.product-page .description-img img {
    display: block;
    height: 160px;
    margin: 0 10px 10px 0;
}

@media (min-width: 576px) {
    .modal.order-modal {
        max-width: 480px;
    }
}

@media (max-width: 1699px) {
    .product-page .product-description {
        padding-left: 40px;
    }
}

@media (max-width: 1536px) {
    .product-page .description-detail iframe {
        height: 350px !important;
    }
}

@media (max-width: 1399px) {

    .product-page .product-description .h1,
    .product-page .product-description h1 {
        font-size: 24px;
    }

    .product-page .product-slider {
        width: 500px;
        margin-right: -100px;
    }

    .product-page .product-slider .item {
        width: 500px;
    }

    .product-page .product-description {
        padding-left: 90px;
    }

    .product-page .product-description .btn-primary {
        margin-right: 15px;
    }
}

@media (max-width: 1199px) {

    .product-page .product-description h1,
    .product-page .product-description .h1 {
        font-size: 24px;
    }

    .product-page .product-slider {
        width: 100%;
        margin-right: 0;
    }

    .product-page .product-slider .item {
        width: auto;
    }

    .product-page .product-description {
        padding-left: 0;
    }

    .product-page .product-description .btn-primary,
    .product-page .product-description .btn-light {
        font-size: 14px;
    }

    .product-page .product-description .btn-choose {
        flex: 0 0 48px;
    }

    .product-page .slider-section .h2,
    .product-page .slider-section h2 {
        font-size: 24px;
    }

    .product-page .review-form-container {
        padding: 30px 50px 40px;
    }
}

@media (max-width: 991px) {
    .product-page #wrapper {
        overflow: hidden;
    }

    .product-page .tabs {
        margin-top: 30px;
    }

    .product-page .tabs li {
        font-size: 16px;
        padding: 5px 10px;
    }

    .product-page .col-lg-7.col-xl-6 {
        margin-bottom: 20px;
    }

    .product-page .product-slider-container {
        padding-left: 0;
        padding-top: 0;
        width: 420px;
        margin: 0 auto 30px;
    }

    .product-page .product-slider-container .badge-sale,
    .product-page .product-slider-container .badge-new,
    .product-page .product-slider-container .badge-top {
        top: -1px;
        right: auto;
        left: -6px;
    }

    .product-page .product-slider-container .product-choose {
        width: 24px;
        top: 12px;
    }

    .product-page .product-slider-container .product-choose .choose-text {
        display: none;
    }

    .product-page .product-slider {
        margin-bottom: 10px;
        border: 0;
    }

    .product-page .product-slider-nav {
        position: relative;
        height: 120px;
        width: 420px;
        padding: 0;
        left: -5px;
        top: auto;
        margin: 0 auto;
    }

    .product-page .product-slider-nav .slick-list {
        height: 125px !important;
        padding: 0 !important;
    }

    .product-page .product-slider-nav .item {
        margin: 0 7px;
        height: 120px;
        width: 122px;
    }

    .product-page .product-slider-nav .slick-arrow {
        width: 30px;
        height: 120px;
    }

    .product-page .product-slider-nav .slick-arrow:before {
        transform: rotate(90deg);
        top: calc(50% - 8px);
    }

    .product-page .product-slider-nav .slick-arrow.prev-arrow {
        left: -32px;
        right: auto;
    }

    .product-page .product-slider-nav .slick-arrow.next-arrow {
        right: -32px;
        left: auto;
    }

    .product-page .product-description {
        padding-left: 0;
    }

    .product-page .product-description .product-cost {
        display: flex;
        align-items: center;
    }

    .product-page .product-description .product-cost .old-cost {
        margin-right: 10px;
    }

    .product-page .product-description .product-cost .new-cost {
        margin-bottom: -1px;
    }

    .product-page .product-col {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-page .product-slider-nav {
        height: 100px;
    }

    .product-page .product-slider-nav .item {
        width: 100px;
        height: 100px;
        padding: 3px;
    }

    .product-page .product-slider-nav .slick-arrow {
        height: 100px;
    }

    .product-page .product-slider-container {
        margin-bottom: 0;
    }

    .product-page .nav-tabs {
        margin: 5px 0 20px;
    }

    .product-page .nav-tabs .nav-item .nav-link {
        font-size: 12px;
        padding: 5px 10px;
    }

    .product-page .breadcrumb {
        width: 100%;
        margin-bottom: 10px;
        flex-wrap: nowrap;
    }

    .product-page .review-item {
        margin-bottom: 20px;
    }

    .product-page .review-form-container {
        padding: 20px 30px 30px;
    }

    .product-page .review-form-container .h3 {
        font-size: 20px;
    }

    .product-page .catalog-slider-container {
        padding: 20px 0 80px;
    }

    .product-page .description-detail iframe {
        height: 300px !important;
    }

    .product-page .description-img img {
        height: 120px;
    }
}

@media (max-width: 575px) {

    .product-page .product-description h1,
    .product-page .product-description .h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .product-page .tabs {
        white-space: nowrap;
        margin-right: -15px;
        justify-content: center;
    }

    .product-page .tabs li {
        font-size: 14px;
        padding: 5px;
    }

    .product-page .breadcrumb .breadcrumb-item {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 150px;
    }

    .product-page .catalog-slider-container {
        padding: 40px 0 0;
    }

    .product-page .text-container .img-box {
        display: none;
    }

    .product-page .text-container .h2,
    .product-page .text-container h2 {
        margin-bottom: 15px;
    }

    .product-page .text-container .h3,
    .product-page .text-container h3 {
        font-size: 18px;
    }

    .product-page .modal-content .modal-header h5 {
        font-size: 18px;
    }

    .product-page .modal-content .modal-body {
        padding: 5px 15px 30px;
    }

    .product-page .product-slider .item {
        height: 500px;
    }

    .product-page .product-slider-nav {
        width: 100%;
    }

    .product-page .product-description .product-code {
        margin-top: 0;
    }

    .product-page .product-description .buttons-box {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .product-page .product-description .buttons-box .btn-primary {
        width: calc(100% - 60px);
        margin: 0 0 15px;
        font-size: 16px;
        order: 1;
    }

    .product-page .product-description .buttons-box .btn-light {
        display: inline-flex;
        margin: 0;
        flex-grow: 1;
        width: auto;
        font-size: 16px;
        order: 3;
    }

    .product-page .product-description .buttons-box .btn-choose {
        display: inline-flex;
        order: 2;
        margin-left: auto;
    }

    .product-page .product-description .product-availability {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .product-page .description-toggle {
        font-size: 16px;
    }

    .product-page .description-toggle:after {
        right: -4px;
    }

    .product-page .slider-section .h2,
    .product-page .slider-section h2 {
        margin-bottom: 10px;
    }

    .product-page .review-item {
        padding: 10px;
    }

    .product-page .review-item .admin-response {
        margin-left: 10px;
    }
}

@media (max-width: 479px) {
    .product-page .product-slider-container {
        width: 100%;
    }

    .product-page .product-slider-container .badge-sale,
    .product-page .product-slider-container .badge-new,
    .product-page .product-slider-container .badge-top {
        left: 0;
    }

    .product-page .product-slider {
        width: 100%;
    }

    .product-page .product-slider .item {
        height: 360px;
        padding-top: 0;
    }

    .product-page .product-description .new-cost span {
        font-size: 22px;
    }

    .product-page .product-description .old-cost span {
        font-size: 18px;
    }

    .product-page .tab-pane .product-code {
        bottom: 100px;
        font-size: 12px;
    }

    .product-page .product-slider-nav {
        height: 85px;
        padding: 0 32px;
        margin: 0 -12px;
        width: calc(100% + 24px);
    }

    .product-page .product-slider-nav .item {
        width: 85px;
        height: 85px;
    }

    .product-page .product-slider-nav .slick-arrow {
        height: 85px;
    }

    .product-page .product-slider-nav .slick-arrow.prev-arrow {
        left: 0;
    }

    .product-page .product-slider-nav .slick-arrow.next-arrow {
        right: 0;
    }

    .product-page .breadcrumb .breadcrumb-item {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 90px;
    }

    .product-page .review-form-container {
        padding: 20px 15px 20px;
    }

    .product-page .review-form-container .h3 {
        font-size: 20px;
    }

    .product-page .description-detail iframe {
        height: 250px !important;
    }

    .product-page .description-img img {
        height: 100px;
    }
}

.cart-page .page-content {
    padding: 0 0 40px;
}

.cart-page .page-content h1,
.cart-page .page-content .h1 {
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    margin: 0 0 50px;
}

.cart-page .cart-container {
    margin-bottom: 30px;
}

.cart-page .cart-container:before,
.cart-page .cart-container:after {
    content: " ";
    display: table;
}

.cart-page .cart-container:after {
    clear: both;
}

.cart-page .cart-head {
    background-color: #EFF1F5;
    display: flex;
    font-size: 16px;
    text-align: center;
    padding: 12px 0;
    border-radius: 3px;
    font-weight: 400;
    margin-bottom: -2px;
    position: relative;
    z-index: 1;
    color: #555;
}

.cart-page .cart-head .img-cell {
    flex: 0 0 165px;
}

.cart-page .cart-head .name-cell {
    flex: 0 0 390px;
}

.cart-page .cart-head .cost-cell {
    flex: 0 0 150px;
}

.cart-page .cart-head .calc-cell {
    flex: 0 0 210px;
}

.cart-page .cart-head .sum-cell {
    flex: 0 0 160px;
}

.cart-page .cart-item {
    border-top: 1px solid #C4C4C4;
    padding: 20px 0;
    padding-right: 35px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.cart-page .cart-item:first-child {
    border-bottom: 0;
}

.cart-page .cart-item .text-block {
    margin-right: 30px;
    width: 360px;
}

.cart-page .cart-item .calc-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -15px;
}

.cart-page .cart-item .img-block {
    width: 120px;
    height: 120px;
    margin-right: 30px;
    margin-left: 20px;
    overflow: hidden;
    transition: 0.3s;
}

.cart-page .cart-item .img-block a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.cart-page .cart-item .img-block img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.cart-page .cart-item .img-block:hover,
.cart-page .cart-item .img-block:focus {
    opacity: 0.7;
}

.cart-page .cart-item .title {
    font-size: 18px;
    margin: 0 0 5px;
    max-width: 300px;
    font-weight: 400;
    line-height: 1.3;
}

.cart-page .cart-item .title a {
    color: inherit;
    text-decoration: none;
}

.cart-page .cart-item .title a:hover {
    text-decoration: underline;
}

.cart-page .cart-item .descr-text {
    color: #74747A;
}

.cart-page .cart-item .product-sum,
.cart-page .cart-item .product-cost {
    margin: 0;
    font-size: 18px;
    text-align: center;
    width: 150px;
    font-weight: 500;
}

.cart-page .cart-item .product-sum span,
.cart-page .cart-item .product-cost span {
    font-size: 20px;
}

.cart-page .cart-item .default-cost {
    font-size: 16px;
}

.cart-page .cart-item .default-cost span {
    font-size: 20px;
    font-weight: 500;
}

.cart-page .cart-item .new-cost {
    color: #ff2600;
    font-size: 16px;
    line-height: 1;
    margin-top: -7px;
}

.cart-page .cart-item .new-cost span {
    font-size: 20px;
    font-weight: 500;
}

.cart-page .cart-item .old-cost {
    display: inline-block;
    color: #74747a;
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: -5px;
}

.cart-page .cart-item .old-cost span {
    font-size: 18px;
}

.cart-page .cart-item .old-cost:after {
    content: '';
    height: 1px;
    left: -1px;
    right: -1px;
    background-color: #74747a;
    position: absolute;
    top: 49%;
}

.cart-page .cart-item .close-btn {
    width: 24px;
    height: 24px;
    background: url(../img/icons/trash-icon.svg) no-repeat center;
    background-size: 20px;
    color: #fff;
    position: absolute;
    border: 0;
    top: 50%;
    right: 10px;
    margin-top: -15px;
    outline: none;
    font-size: 16px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    opacity: 0.3;
}

.cart-page .cart-item .close-btn:hover {
    opacity: 1;
}

.cart-page .cart-item .calc-block {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 50px;
    border-radius: 30px;
}

.cart-page .cart-item .calc-block .amount-control {
    display: block;
    margin: auto;
    height: 35px;
    width: 45px;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    border: 0;
    padding: 0 5px;
    outline: 0;
    background: #fff;
    font-family: "Roboto Bold", Arial, sans-serif;
}

.cart-page .cart-item .calc-block .increase-btn,
.cart-page .cart-item .calc-block .decrease-btn {
    position: absolute;
    top: 0;
    height: 30px;
    width: 30px;
    padding: 0;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #212121;
}

.cart-page .cart-item .calc-block .increase-btn:hover,
.cart-page .cart-item .calc-block .decrease-btn:hover {
    border-color: #e31e25;
}

.cart-page .cart-item .calc-block .increase-btn:hover:before,
.cart-page .cart-item .calc-block .increase-btn:hover:after,
.cart-page .cart-item .calc-block .decrease-btn:hover:before,
.cart-page .cart-item .calc-block .decrease-btn:hover:after {
    background: #e31e25;
}

.cart-page .cart-item .calc-block .increase-btn {
    right: 0;
}

.cart-page .cart-item .calc-block .increase-btn:before,
.cart-page .cart-item .calc-block .increase-btn:after {
    content: '';
    background: #212121;
    position: absolute;
}

.cart-page .cart-item .calc-block .increase-btn:before {
    top: 14px;
    left: 7px;
    width: 15px;
    height: 1px;
}

.cart-page .cart-item .calc-block .increase-btn:after {
    top: 7px;
    left: 14px;
    width: 1px;
    height: 14px;
}

.cart-page .cart-item .calc-block .decrease-btn {
    left: 0;
}

.cart-page .cart-item .calc-block .decrease-btn:after {
    content: '';
    width: 14px;
    height: 1px;
    background: #212121;
    position: absolute;
    top: 14px;
    left: 7px;
}

.cart-page .together-container {
    border: 1px solid #DE3D3D;
    border-radius: 3px;
    position: relative;
    padding: 25px;
    margin-top: 15px;
    margin-bottom: -3px;
    background-color: #fff;
    z-index: 1;
}

.cart-page .together-container .together-title {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    color: #DE3D3D;
    position: absolute;
    left: 30px;
    top: -15px;
    font-weight: 400;
}

.cart-page .together-container .together-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-page .together-container .together-item {
    display: flex;
    align-items: center;
    width: 45%;
}

.cart-page .together-container .together-item .img-block {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
    margin-right: 20px;
}

.cart-page .together-container .together-item .img-block a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.cart-page .together-container .together-item .img-block a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.cart-page .together-container .together-item .text-block .title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    max-width: 320px;
    margin: 0 10px 15px 0;
}

.cart-page .together-container .together-item .text-block .title a {
    color: inherit;
    text-decoration: none;
}

.cart-page .together-container .together-item .text-block .title a:hover {
    text-decoration: underline;
}

.cart-page .together-container .together-item .text-block .descr-text {
    color: #74747a;
}

.cart-page .together-container .together-item .product-cost .default-cost {
    color: #212121;
    font-size: 16px;
}

.cart-page .together-container .together-item .product-cost .default-cost span {
    font-size: 20px;
    font-weight: 500;
}

.cart-page .together-container .together-item .product-cost .new-cost {
    color: #DE3D3D;
    font-size: 16px;
    line-height: 1;
    margin-top: -7px;
}

.cart-page .together-container .together-item .product-cost .new-cost span {
    font-size: 20px;
    font-weight: 500;
}

.cart-page .together-container .together-item .product-cost .old-cost {
    display: inline-block;
    color: #74747a;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: -5px;
}

.cart-page .together-container .together-item .product-cost .old-cost span {
    font-size: 18px;
}

.cart-page .together-container .together-item .product-cost .old-cost:before {
    top: 51%;
}

.cart-page .together-container .together-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    font-size: 16px;
}

.cart-page .together-container .calc-block {
    width: 110px;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    margin-top: -3px;
}

.cart-page .together-container .calc-block .amount-control {
    display: block;
    margin: auto;
    height: 35px;
    width: 45px;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    border: 0;
    padding: 0 5px;
    outline: 0;
    background: #fff;
    font-family: "Roboto Bold", Arial, sans-serif;
}

.cart-page .together-container .calc-block .increase-btn,
.cart-page .together-container .calc-block .decrease-btn {
    position: absolute;
    top: 0;
    height: 30px;
    width: 30px;
    padding: 0;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #212121;
    background-color: #fff;
}

.cart-page .together-container .calc-block .increase-btn:hover,
.cart-page .together-container .calc-block .decrease-btn:hover {
    border-color: #e31e25;
}

.cart-page .together-container .calc-block .increase-btn:hover:before,
.cart-page .together-container .calc-block .increase-btn:hover:after,
.cart-page .together-container .calc-block .decrease-btn:hover:before,
.cart-page .together-container .calc-block .decrease-btn:hover:after {
    background: #e31e25;
}

.cart-page .together-container .calc-block .increase-btn {
    right: 0;
}

.cart-page .together-container .calc-block .increase-btn:before,
.cart-page .together-container .calc-block .increase-btn:after {
    content: '';
    background: #212121;
    position: absolute;
}

.cart-page .together-container .calc-block .increase-btn:before {
    top: 14px;
    left: 7px;
    width: 15px;
    height: 1px;
}

.cart-page .together-container .calc-block .increase-btn:after {
    top: 7px;
    left: 14px;
    width: 1px;
    height: 14px;
}

.cart-page .together-container .calc-block .decrease-btn {
    left: 0;
}

.cart-page .together-container .calc-block .decrease-btn:after {
    content: '';
    width: 14px;
    height: 1px;
    background: #212121;
    position: absolute;
    top: 14px;
    left: 7px;
}

.cart-page .together-container .together-calc,
.cart-page .together-container .together-cost,
.cart-page .together-container .together-sum {
    display: flex;
    align-items: center;
}

.cart-page .together-container .cost-text {
    margin-right: 10px;
    font-weight: 400;
    font-size: 17px;
}

.cart-page .together-container .calc-text {
    font-weight: 400;
    font-size: 17px;
}

.cart-page .together-container .cost-num {
    font-size: 20px;
    font-weight: 500;
    color: #DE3D3D;
    margin-top: -2px;
}

.cart-page .together-container .total-num {
    font-size: 20px;
    font-weight: 500;
    color: #DE3D3D;
    margin-top: -2px;
}

.cart-page .together-container .close-btn {
    width: 24px;
    height: 24px;
    background: url(../img/icons/trash-icon.svg) no-repeat center;
    background-size: 20px;
    color: #fff;
    position: absolute;
    border: 0;
    top: 25px;
    right: 10px;
    margin-top: -15px;
    outline: none;
    font-size: 16px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    opacity: 0.3;
}

.cart-page .together-container .close-btn:hover {
    opacity: 1;
}

.cart-page .cart-footer {
    float: right;
    width: 400px;
    padding: 10px 0 0;
}

.cart-page .cart-footer .delivery-text {
    text-align: right;
    font-size: 14px;
    color: #74747a;
    margin: 10px 0;
}

.cart-page .cart-footer .cost-table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 25px;
}

.cart-page .cart-footer .cost-table span {
    background-color: #fff;
    position: relative;
    bottom: -7px;
    z-index: 1;
    display: inline-block;
}

.cart-page .cart-footer .cost-table .red-text {
    color: #DE3D3D;
}

.cart-page .cart-footer .cost-table strong {
    font-size: 20px;
    font-weight: 600;
}

.cart-page .cart-footer .cost-table td {
    padding: 3px 0;
    border-bottom: 1px dotted #BBB;
}

.cart-page .cart-footer .cost-table td:last-child {
    text-align: right;
}

.cart-page .cart-footer .btn-primary,
.cart-page .cart-footer .btn-light {
    width: 100%;
    height: 48px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-page .cart-footer .btn-success {
    margin-bottom: 15px;
}

.cart-page .empty-cart {
    clear: both;
    padding: 150px 0;
}

.cart-page .empty-cart .lg-icon {
    margin-bottom: 15px;
}

.cart-page .empty-cart img {
    display: block;
    max-width: 90px;
    max-height: 90px;
    margin: 0 auto;
}

.cart-page .empty-cart .h2 {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}

.cart-page .empty-cart p {
    font-size: 18px;
    color: #212121;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.cart-page .empty-cart p a {
    color: #e31e25;
}

.cart-page .empty-cart p a:hover {
    text-decoration: none;
}

@media (max-width: 1199px) {

    .cart-page .page-content h1,
    .cart-page .page-content .h1 {
        font-size: 32px;
    }

    .cart-page .cart-head .img-cell {
        flex: 0 0 140px;
    }

    .cart-page .cart-head .name-cell {
        flex: 0 0 230px;
    }

    .cart-page .cart-item .img-block {
        margin-left: 0;
        margin-right: 20px;
    }

    .cart-page .cart-item .text-block {
        width: auto;
        max-width: 200px;
        flex: 0 0 200px;
    }

    .cart-page .cart-item .title {
        font-size: 14px;
    }

    .cart-page .cart-item .descr-text {
        font-size: 13px;
    }

    .cart-page .cart-item .product-sum,
    .cart-page .cart-item .product-cost {
        font-size: 16px;
    }

    .cart-page .cart-item .product-sum span,
    .cart-page .cart-item .product-cost span {
        font-size: 16px;
    }

    .cart-page .together-container {
        padding: 15px;
    }

    .cart-page .together-container .together-item .text-block {
        flex: 0 0 200px;
    }

    .cart-page .together-container .together-item .text-block .title {
        font-size: 14px;
    }

    .cart-page .together-container .together-item .text-block .descr-text {
        font-size: 14px;
    }

    .cart-page .together-container .together-item .img-block {
        margin-bottom: 10px;
    }

    .cart-page .together-container .together-footer {
        margin-top: 10px;
    }

    .cart-page .together-container .together-calc,
    .cart-page .together-container .together-cost,
    .cart-page .together-container .together-sum {
        font-size: 13px;
    }

    .cart-page .together-container .cost-text {
        margin-right: 5px;
        font-size: 13px;
    }

    .cart-page .together-container .cost-num {
        font-size: 16px;
    }

    .cart-page .together-container .total-num {
        font-size: 16px;
    }

    .cart-page .empty-cart img {
        max-width: 60px;
        max-height: 60px;
    }

    .cart-page .empty-cart .h2 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {

    .cart-page .page-content h1,
    .cart-page .page-content .h1 {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .cart-page .cart-container {
        overflow: hidden;
        position: relative;
    }

    .cart-page .cart-container:after {
        content: '';
        position: absolute;
        left: 0;
        top: -1px;
        height: 3px;
        background-color: #fff;
        width: 100%;
    }

    .cart-page .cart-head {
        display: none;
    }

    .cart-page .cart-item .img-block {
        width: auto;
        max-width: 100px;
        flex: 0 0 100px;
        margin-right: 10px;
    }

    .cart-page .cart-item .text-block {
        flex: 0 0 150px;
        max-width: 150px;
        margin-right: 20px;
    }

    .cart-page .cart-item .product-cost {
        width: auto;
        flex: 0 0 100px;
        max-width: 100px;
    }

    .cart-page .cart-item .calc-block {
        margin: 0 20px;
        flex: 0 0 100px;
    }

    .cart-page .cart-item .product-sum {
        width: auto;
        flex: 0 0 120px;
        max-width: 120px;
    }

    .cart-page .together-container {
        padding: 15px 10px 10px;
    }

    .cart-page .together-container .together-item {
        flex-wrap: wrap;
    }

    .cart-page .together-container .together-item .text-block {
        order: 3;
        flex: 0 0 100%;
    }

    .cart-page .together-container .together-item .product-cost .old-cost span {
        font-size: 14px;
    }

    .cart-page .together-container .cost-text,
    .cart-page .together-container .calc-text {
        font-size: 13px;
    }

    .cart-page .together-container .calc-block {
        width: 90px;
    }

    .cart-page .together-container .calc-block .amount-control {
        width: 40px;
    }
}

@media (max-width: 767px) {
    .cart-page .page-content {
        padding-bottom: 20px;
    }

    .cart-page .page-content h1,
    .cart-page .page-content .h1 {
        font-size: 24px;
    }

    .cart-page .cart-item .img-block {
        max-width: 80px;
        flex: 0 0 80px;
        height: 80px;
    }

    .cart-page .cart-item .calc-wrap {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0;
    }

    .cart-page .cart-item .product-cost {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cart-page .cart-item .calc-block {
        margin: 10px auto;
    }

    .cart-page .cart-item .product-sum {
        flex: 0 0 100%;
        max-width: 100%;
        font-size: 13px;
    }

    .cart-page .cart-item .product-sum span {
        font-size: 13px;
    }

    .cart-page .cart-item .default-cost,
    .cart-page .cart-item .old-cost,
    .cart-page .cart-item .new-cost {
        font-size: 13px;
    }

    .cart-page .cart-item .default-cost span,
    .cart-page .cart-item .old-cost span,
    .cart-page .cart-item .new-cost span {
        font-size: 13px;
    }

    .cart-page .together-container .together-item .product-cost .default-cost span {
        font-size: 16px;
    }

    .cart-page .together-container .together-item .product-cost .new-cost span {
        font-size: 16px;
    }

    .cart-page .together-container .plus-sign {
        width: 16px;
        flex: 0 0 16px;
    }

    .cart-page .together-container .plus-sign img {
        width: 100%;
    }

    .cart-page .together-container .calc-block .amount-control {
        background-color: #F4F7FA;
    }

    .cart-page .together-container .together-footer {
        background-color: #F4F7FA;
        padding: 3px;
    }

    .cart-page .together-container .together-title {
        font-size: 12px;
        top: -10px;
        left: 5px;
        padding: 0 5px;
    }

    .cart-page .together-container .together-calc,
    .cart-page .together-container .together-cost,
    .cart-page .together-container .together-sum {
        display: block;
    }

    .cart-page .together-container .cost-text,
    .cart-page .together-container .calc-text {
        margin-bottom: 8px;
    }

    .cart-page .together-container .calc-block {
        margin-left: 0;
    }

    .cart-page .together-container .calc-text {
        display: none;
    }

    .cart-page .together-container .together-calc {
        margin: 0 auto;
    }

    .cart-page .cart-footer {
        float: none;
        width: 100%;
    }

    .cart-page .empty-cart .h2 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .cart-page .page-content {
        padding-bottom: 20px;
    }

    .cart-page .cart-container {
        margin-bottom: 0;
    }

    .cart-page .cart-item {
        flex-wrap: wrap;
    }

    .cart-page .cart-item .text-block {
        width: calc(100% - 90px);
        flex: auto;
        max-width: none;
        margin-right: 0;
    }

    .cart-page .cart-item .text-block .title {
        max-width: none;
    }

    .cart-page .cart-item .calc-wrap {
        width: calc(100% + 30px);
        flex-wrap: nowrap;
        margin-right: -30px;
    }

    .cart-page .cart-item .calc-wrap .product-cost {
        max-width: 80px;
        flex: auto;
    }

    .cart-page .cart-item .calc-wrap .product-sum {
        max-width: 85px;
        flex: auto;
    }

    .cart-page .cart-item .calc-wrap .calc-block {
        margin: 0 10px;
    }

    .cart-page .cart-item .close-btn {
        top: 10px;
        margin-top: 0;
    }

    .cart-page .together-container {
        padding: 15px 10px;
    }

    .cart-page .together-container .together-footer {
        justify-content: center;
    }

    .cart-page .together-container .together-item {
        width: auto;
        flex: 0 0 130px;
        max-width: 130px;
    }

    .cart-page .together-container .together-item .img-block {
        width: auto;
        flex: 0 0 80px;
        max-width: 80px;
        height: 80px;
    }

    .cart-page .together-container .together-item .text-block .title {
        font-size: 13px;
    }

    .cart-page .together-container .together-item .text-block .descr-text {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .cart-page .together-container .together-item .product-cost {
        order: 3;
    }

    .cart-page .together-container .together-item .product-cost .default-cost {
        font-size: 14px;
    }

    .cart-page .together-container .together-item .product-cost .default-cost span {
        font-size: 14px;
    }

    .cart-page .together-container .together-item .product-cost .old-cost {
        font-size: 14px;
    }

    .cart-page .together-container .together-item .product-cost .new-cost {
        font-size: 14px;
        margin-bottom: 1px;
    }

    .cart-page .together-container .together-item .product-cost .new-cost span {
        font-size: 14px;
    }

    .cart-page .together-container .together-sum,
    .cart-page .together-container .together-cost {
        width: 85px;
    }

    .cart-page .together-container .cost-text {
        font-weight: 500;
    }

    .cart-page .together-container .total-num {
        font-size: 14px;
    }

    .cart-page .together-container .cost-num {
        font-size: 14px;
    }

    .cart-page .empty-cart {
        padding: 100px 0;
    }

    .cart-page .empty-cart p {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .cart-page .together-container .plus-sign {
        position: relative;
        left: -8px;
    }
}

.order-page #wrapper {
    overflow: visible;
}

.order-page .page-content {
    padding: 0 0 50px;
}

.order-page .page-content .order-lg-2 {
    padding-left: 80px;
}

.order-page h1,
.order-page .h1 {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 50px;
}

.order-page .order-head {
    background-color: #F0F1F5;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.order-page .order-head .head-title {
    font-size: 20px;
    font-weight: 600;
}

.order-page .order-head a {
    text-decoration: underline;
    color: #e31e25;
}

.order-page .order-head a:hover {
    text-decoration: none;
}

.order-page fieldset {
    border: 1px solid #C2C2C2;
    padding: 10px 20px 20px;
}

.order-page fieldset .radio-item {
    position: relative;
    margin-bottom: 13px;
}

.order-page fieldset .radio-item input {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.order-page fieldset .radio-item input:checked~label:after {
    display: block;
}

.order-page fieldset .radio-item label {
    display: block;
    padding-left: 29px;
    font-size: 14px;
    cursor: pointer;
}

.order-page fieldset .radio-item label small {
    display: block;
    color: #74747a;
}

.order-page fieldset .radio-item label:before {
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #888;
    position: absolute;
    left: 0;
    top: -2px;
}

.order-page fieldset .radio-item label:after {
    content: '';
    background: #e31e25 url(../img/icons/check-icon-sm.svg) no-repeat center;
    background-size: 12px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -2px;
    display: none;
}

.order-page fieldset .check-item {
    position: relative;
    margin-bottom: 10px;
}

.order-page fieldset .check-item input {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.order-page fieldset .check-item input:checked~label:after {
    display: block;
}

.order-page fieldset .check-item label {
    display: block;
    padding-left: 29px;
    font-size: 14px;
    cursor: pointer;
}

.order-page fieldset .check-item label small {
    display: block;
    color: #74747a;
}

.order-page fieldset .check-item label:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #888;
    position: absolute;
    left: 0;
    top: 0;
}

.order-page fieldset .check-item label:after {
    content: '';
    background: #e31e25 url(../img/icons/check-icon.svg) no-repeat center;
    background-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.order-page .field-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
}

.order-page .form-group {
    margin-bottom: 0;
    position: relative;
}

.order-page .form-group label {
    margin-bottom: 1px;
}

.order-page .form-group .form-control::placeholder {
    color: #888;
}

.order-page .form-group textarea {
    display: block;
    width: 100%;
    min-height: 120px;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    outline: none;
    padding: 10px;
    color: #000;
    font-size: 14px;
    outline: 0;
    resize: vertical;
}

.order-page .form-group textarea:focus {
    border: 1px solid #e31e25;
    box-shadow: 0 0 0 3px rgba(85, 122, 12, 0.2);
}

.order-page .radio-row {
    margin-bottom: 5px;
}

.order-page .radio-row .radio-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.order-page .select-container .select-box {
    width: 100%;
}

.order-page .select-container .select-button {
    width: 100%;
    height: 42px;
}

.order-page .select-container .select-dropdown {
    width: 100%;
}

.order-page .select-container .sbox {
    position: relative;
    padding: 5px 10px 1px;
}

.order-page .select-container .sbox i {
    content: '';
    width: 40px;
    height: 34px;
    position: absolute;
    top: 5px;
    left: 10px;
    background: url(../img/icons/search-icon-g.svg) no-repeat center;
}

.order-page .select-container .sbox input {
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 10px 0 38px;
    outline: 0;
    border: 1px solid #888;
}

.order-page .select-container .sbox input:focus {
    border: 1px solid #e31e25;
}

.order-page .address-box .payment-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: -4px;
}

.order-page .delivery-type-01,
.order-page .delivery-type-02,
.order-page .delivery-type-03 {
    display: none;
}

.order-page .delivery-box {
    margin-bottom: 5px;
}

.order-page .privacy-text {
    font-size: 13px;
    margin-top: -5px;
}

.order-page .privacy-text a {
    color: #e31e25;
}

.order-page .btn-primary {
    margin: 15px auto 0;
    font-size: 18px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-page .col-lg-6 .cart-box {
    position: sticky;
    top: 90px;
}

.order-page .col-lg-6 .cart-box .order-head {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.order-page .col-lg-6 .cart-box .cart-container {
    margin-top: -2px;
}

.order-page .cart-item {
    border-top: 1px solid #C4C4C4;
    padding: 15px 0;
    padding-right: 35px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.order-page .cart-item:first-child {
    border-bottom: 0;
}

.order-page .cart-item .text-block {
    margin-right: 20px;
    width: 300px;
}

.order-page .cart-item .calc-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -15px;
}

.order-page .cart-item .img-block {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    overflow: hidden;
    transition: 0.3s;
}

.order-page .cart-item .img-block a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.order-page .cart-item .img-block img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.order-page .cart-item .img-block:hover,
.order-page .cart-item .img-block:focus {
    opacity: 0.7;
}

.order-page .cart-item .title {
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 500;
}

.order-page .cart-item .title a {
    color: inherit;
    text-decoration: none;
}

.order-page .cart-item .title a:hover {
    text-decoration: underline;
}

.order-page .cart-item .descr-text {
    color: #74747a;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 13px;
}

.order-page .cart-item .title-amount {
    font-weight: 500;
    color: #888;
}

.order-page .cart-item .product-sum,
.order-page .cart-item .product-cost {
    margin: 0;
    font-size: 14px;
    text-align: center;
    width: 150px;
    font-weight: 500;
}

.order-page .cart-item .product-sum span,
.order-page .cart-item .product-cost span {
    font-weight: 600;
}

.order-page .cart-item .default-cost {
    color: #e31e25;
    font-size: 16px;
}

.order-page .cart-item .default-cost span {
    font-size: 20px;
    font-weight: 700;
}

.order-page .cart-item .new-cost {
    color: #DE3D3D;
    font-size: 16px;
    line-height: 1;
    margin-top: -7px;
}

.order-page .cart-item .new-cost span {
    font-size: 20px;
    font-weight: 700;
}

.order-page .cart-item .old-cost {
    display: inline-block;
    color: #74747a;
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: -5px;
}

.order-page .cart-item .old-cost:after {
    content: '';
    height: 1px;
    left: -1px;
    right: -1px;
    background-color: #DE3D3D;
    position: absolute;
    top: 49%;
}

.order-page .cart-item .close-btn {
    width: 18px;
    height: 18px;
    background: url(../img/icons/trash-icon.svg) no-repeat center;
    background-size: 16px;
    border: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -15px;
    outline: none;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
    opacity: 0.7;
}

.order-page .cart-item .close-btn:hover {
    opacity: 1;
    filter: invert(19%) sepia(78%) saturate(6045%) hue-rotate(16deg) brightness(97%) contrast(91%);
}

.order-page .together-container {
    border: 1px solid #DE3D3D;
    position: relative;
    padding: 15px 10px;
    margin-top: 15px;
    margin-bottom: -3px;
    background-color: #fff;
    z-index: 1;
}

.order-page .together-container .together-title {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    color: #DE3D3D;
    position: absolute;
    left: 10px;
    top: -11px;
    font-size: 13px;
}

.order-page .together-container .together-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.order-page .together-container .plus-sign {
    align-self: center;
}

.order-page .together-container .plus-sign img {
    width: 25px;
    height: 25px;
    display: block;
}

.order-page .together-container .together-item {
    display: flex;
    flex-wrap: wrap;
}

.order-page .together-container .together-item:last-child {
    padding-left: 15px;
}

.order-page .together-container .together-item .img-block {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.order-page .together-container .together-item .img-block a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.order-page .together-container .together-item .img-block a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.order-page .together-container .together-item .text-block {
    flex: 0 0 160px;
    width: 160px;
}

.order-page .together-container .together-item .text-block .title {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 10px 5px 0;
}

.order-page .together-container .together-item .text-block .title a {
    text-decoration: none;
    color: inherit;
}

.order-page .together-container .together-item .text-block .title a:hover {
    text-decoration: underline;
}

.order-page .together-container .together-item .text-block .descr-text {
    color: #74747a;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 0;
}

.order-page .together-container .together-item .product-cost .default-cost {
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
}

.order-page .together-container .together-item .product-cost .default-cost span {
    font-size: 16px;
    font-weight: 600;
}

.order-page .together-container .together-item .product-cost .new-cost {
    color: #DE3D3D;
    font-size: 14px;
    line-height: 1;
    margin-top: -3px;
}

.order-page .together-container .together-item .product-cost .new-cost span {
    font-size: 16px;
    font-weight: 500;
}

.order-page .together-container .together-item .product-cost .old-cost {
    display: inline-block;
    color: #74747a;
    font-size: 14px;
    line-height: 1;
    position: relative;
    margin-bottom: 3px;
}

.order-page .together-container .together-item .product-cost .old-cost:after {
    content: '';
    height: 1px;
    left: -1px;
    right: -1px;
    background-color: #74747a;
    position: absolute;
    top: 49%;
}

.order-page .together-container .together-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 16px;
}

.order-page .together-container .together-calc,
.order-page .together-container .together-cost,
.order-page .together-container .together-sum {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.order-page .together-container .together-calc span {
    font-size: 14px;
}

.order-page .together-container .cost-text {
    margin-right: 10px;
}

.order-page .together-container .cost-num {
    font-size: 16px;
    font-weight: 500;
    color: #e31e25;
    margin-top: -2px;
}

.order-page .together-container .total-num {
    font-size: 14px;
    font-weight: 500;
    color: #DE3D3D;
    margin-top: -2px;
}

.order-page .together-container .close-btn {
    width: 18px;
    height: 18px;
    background: url(../img/icons/trash-icon.svg) no-repeat center;
    background-size: 16px;
    color: #fff;
    position: absolute;
    border: 0;
    top: 20px;
    right: 10px;
    margin-top: -15px;
    outline: none;
    font-size: 16px;
    text-align: center;
    border-radius: 100%;
    transition: 0.3s;
    cursor: pointer;
    opacity: 0.7;
}

.order-page .together-container .close-btn:hover {
    filter: invert(19%) sepia(78%) saturate(6045%) hue-rotate(16deg) brightness(97%) contrast(91%);
    opacity: 1;
}

.order-page .cart-footer {
    border: 1px solid #C4C4C4;
    padding: 12px 20px 25px;
    margin-top: 20px;
}

.order-page .cart-footer .delivery-text {
    text-align: right;
    font-size: 12px;
    color: #74747a;
    margin: 10px 0;
}

.order-page .cart-footer .cost-table {
    width: 100%;
}

.order-page .cart-footer .cost-table .red-text {
    color: #DE3D3D;
}

.order-page .cart-footer .cost-table span {
    background-color: #fff;
    position: relative;
    bottom: -7px;
    z-index: 1;
    display: inline-block;
}

.order-page .cart-footer .cost-table strong {
    font-size: 20px;
    font-weight: 500;
}

.order-page .cart-footer .cost-table td {
    padding: 3px 0;
    border-bottom: 1px dotted #BBB;
}

.order-page .cart-footer .cost-table td:last-child {
    text-align: right;
}

.order-page .cart-footer .cost-table td:last-child span {
    font-weight: 600;
}

.order-page .cart-footer .cost-table tr:last-child strong {
    font-weight: 700;
}

.order-page .cart-footer .cost-table tr:last-child span {
    font-weight: 700;
}

@media (min-width: 992px) {
    .order-lg-2 {
        order: 2;
    }

    .order-lg-1 {
        order: 1;
    }
}

@media (max-width: 1199px) {

    .order-page h1,
    .order-page .h1 {
        font-size: 32px;
    }

    .order-page .page-content .order-lg-2 {
        padding-left: 15px;
    }

    .order-page .together-container .together-item .img-block {
        margin-bottom: 10px;
    }

    .order-page .together-container .together-item .product-cost {
        margin-left: 0;
        width: 100%;
    }

    .order-page .together-container .together-item .product-cost span {
        font-weight: 600;
    }

    .order-page .together-container .together-item .product-cost .default-cost {
        text-align: left;
    }

    .order-page .together-container .together-item .text-block {
        width: 100%;
        flex: 0 0 100%;
    }

    .order-page .radio-row {
        margin-bottom: 30px;
    }

    .order-page .radio-row .radio-item {
        display: block;
    }
}

@media (max-width: 991px) {
    .order-page #wrapper {
        overflow: hidden;
    }

    .order-page h1,
    .order-page .h1 {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .order-page .order-head .head-title {
        font-size: 18px;
        font-weight: 400;
    }

    .order-page .col-lg-6 .cart-box {
        position: static;
    }

    .order-page .cart-footer {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {

    .order-page h1,
    .order-page .h1 {
        font-size: 24px;
    }

    .order-page fieldset {
        padding: 5px 12px 15px;
    }
}

@media (max-width: 575px) {
    .order-page .cart-footer {
        padding: 10px 10px 15px;
    }

    .order-page fieldset {
        padding: 10px;
    }

    .order-page .together-container .together-item {
        flex: 0 0 130px;
        max-width: 130px;
    }

    .order-page .together-container .together-item .img-block {
        margin-bottom: 10px;
    }

    .order-page .together-container .together-item .product-cost {
        margin-left: 0;
        margin-bottom: 5px;
    }

    .order-page .together-container .together-item .product-cost .old-cost {
        margin-right: 8px;
    }

    .order-page .together-container .together-item .product-cost .new-cost {
        margin-top: 1px;
    }

    .order-page .together-container .together-item .product-cost .default-cost {
        text-align: left;
    }

    .order-page .together-container .together-item .text-block {
        order: 3;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .order-page .delivery-box .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .order-page .delivery-box .col-3,
    .order-page .delivery-box .col-4,
    .order-page .delivery-box .col-5,
    .order-page .delivery-box .col-6 {
        padding-right: 8px;
        padding-left: 8px;
    }

    .order-page .order-head {
        padding: 10px;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .order-page .order-head .head-title {
        width: 100%;
        margin-bottom: 3px;
    }
}

@media (max-width: 479px) {
    .order-page .cart-item {
        flex-wrap: wrap;
    }

    .order-page .cart-item .product-sum {
        width: auto;
    }

    .order-page .cart-item .close-btn {
        margin-top: 0;
        top: 8px;
    }

    .order-page .cart-item .text-block {
        margin-right: 0;
        width: calc(100% - 95px);
    }

    .order-page .cart-item .title-amount {
        font-weight: 400;
    }

    .order-page .cart-item .calc-wrap {
        justify-content: flex-start;
        margin-top: 0;
        margin-left: 95px;
    }

    .order-page .together-container .together-footer {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .order-page .together-container .together-calc {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media (max-width: 375px) {

    .order-page .delivery-box .col-3 label,
    .order-page .delivery-box .col-4 label,
    .order-page .delivery-box .col-5 label,
    .order-page .delivery-box .col-6 label {
        font-size: 12px;
    }
}

.auth-page .page-content {
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.auth-page .title-box {
    text-align: center;
    margin-bottom: 30px;
}

.auth-page .title-box h1,
.auth-page .title-box .h1 {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 5px;
}

.auth-page .title-box .subtitle {
    color: #74747a;
}

.auth-page .auth-content {
    width: 400px;
    margin: 0 auto;
}

.auth-page .auth-content .btn-primary {
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-page .auth-content .info-group .form-control {
    padding-right: 35px;
}

.auth-page .auth-content .info-group .tooltip-box {
    position: absolute;
    top: 36px;
    right: 7px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.auth-page .auth-content .info-group .tooltip-box img {
    width: 18px;
}

.auth-page .auth-content .info-group .tooltip-box:hover .tooltip-content {
    opacity: 1;
    pointer-events: auto;
}

.auth-page .auth-content .info-group .tooltip-content {
    width: 250px;
    font-size: 13px;
    position: absolute;
    left: calc(100% + 10px);
    top: calc(50% - 30px);
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #C2C2C2;
    padding: 10px;
    transition: 0.25s;
    opacity: 0;
    pointer-events: none;
}

.auth-page .auth-content .info-group .tooltip-content:after,
.auth-page .auth-content .info-group .tooltip-content:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    top: 20px;
}

.auth-page .auth-content .info-group .tooltip-content:after {
    left: -8px;
    border-width: 8px 8px 8px 0;
    border-right-color: #fff;
}

.auth-page .auth-content .info-group .tooltip-content:before {
    left: -9px;
    border-width: 8px 8px 8px 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.auth-page .auth-content .flex-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.auth-page .auth-content .checkbox-item {
    position: relative;
}

.auth-page .auth-content .checkbox-item label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.auth-page .auth-content .checkbox-item label:before,
.auth-page .auth-content .checkbox-item label:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
}

.auth-page .auth-content .checkbox-item label:before {
    width: 20px;
    height: 20px;
    border: 1px solid #C2C2C2;
    border-radius: 3px;
    z-index: 1;
}

.auth-page .auth-content .checkbox-item label:after {
    background: url("../img/icons/check-icon.svg") no-repeat center;
    opacity: 0;
    z-index: 5;
}

.auth-page .auth-content .checkbox-item input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.auth-page .auth-content .checkbox-item input:checked~label:before {
    background-color: red;
    border-color: red;
}

.auth-page .auth-content .checkbox-item input:checked~label:after {
    opacity: 1;
}

.auth-page .auth-content .modal-link {
    cursor: pointer;
    color: #74747a;
    text-decoration: none;
}

.auth-page .auth-content .modal-link:hover {
    color: #252525;
    text-decoration: underline;
}

.auth-page .social-buttons {
    margin-bottom: 20px;
}

.auth-page .social-buttons .facebook-btn,
.auth-page .social-buttons .google-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    outline: 0;
    cursor: pointer;
    border-radius: 5px;
    height: 38px;
    transition: 0.25s;
}

.auth-page .social-buttons .facebook-btn img,
.auth-page .social-buttons .google-btn img {
    margin-right: 7px;
}

.auth-page .social-buttons .facebook-btn {
    border: 1px solid #4267B0;
    background-color: #4267B0;
    color: #fff;
}

.auth-page .social-buttons .facebook-btn:hover {
    border: 1px solid #2b5bb9;
    background-color: #2b5bb9;
}

.auth-page .social-buttons .google-btn {
    background-color: #fff;
    border: 1px solid #c2c2c2;
}

.auth-page .social-buttons .google-btn:hover {
    border: 1px solid #555;
}

.auth-page .form-divider {
    position: relative;
    margin: 30px 0;
    height: 10px;
}

.auth-page .form-divider:before {
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    background-color: #c2c2c2;
    z-index: 1;
}

.auth-page .form-divider i {
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    margin: 0 auto;
    width: 50px;
    z-index: 5;
    background-color: #fff;
    text-align: center;
    font-style: normal;
}

.auth-page .link-text {
    font-size: 18px;
    margin-top: 25px;
}

.auth-page .link-text a {
    color: #e31e25;
}

.auth-page .link-text a:hover {
    text-decoration: none;
}

#cart-modal,
.auth-page .modal {
    max-width: 500px;
}

.auth-page .modal-content .close {
    position: absolute;
    right: 12px;
    top: 7px;
    opacity: 1;
    outline: 0;
}

.auth-page .modal-content .close img {
    width: 15px;
}

.auth-page .modal-content .modal-header {
    justify-content: center;
    border: 0;
    padding: 30px 40px 10px;
    flex-wrap: wrap;
}

.auth-page .modal-content .modal-header h5 {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 500;
    text-align: center;
}

.auth-page .modal-content .modal-header .sub-title {
    color: #555;
    font-size: 15px;
}


#cart-modal p {
    font-size: 18px;
    text-align: center;
}

#cart-modal .btn-primary, 
#cart-modal .btn-light {
    width: 100%;
    margin-bottom: 10px;
}

#cart-modal .buttons-box {
    margin-top: 25px;
}

#cart-modal p a,
#cart-modal p span {
    color: #e31e25;
    font-weight: 500;
}

#cart-modal .modal-content .modal-body,
.auth-page .modal-content .modal-body {
    padding: 5px 40px 45px;
}

#cart-modal .modal-content .modal-body .btn-primary,
.auth-page .modal-content .modal-body .btn-primary {
    margin-top: 10px;
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-page .checkbox-holder {
    position: relative;
    margin-bottom: 20px;
}

.auth-page .checkbox-holder input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.auth-page .checkbox-holder input:checked~label:after {
    display: block;
}

.auth-page .checkbox-holder label {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    display: block;
    cursor: pointer;
    line-height: 1.6;
}

.auth-page .checkbox-holder label a {
    color: #e31e25;
    text-decoration: none;
}

.auth-page .checkbox-holder label a:hover {
    text-decoration: underline;
}

.auth-page .checkbox-holder label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #a2a2a2;
}

.auth-page .checkbox-holder label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #e31e25 url(../img/icons/check-icon-sm.svg) no-repeat center/14px;
    display: none;
}

@media (max-width: 1399px) {
    .auth-page .auth-content .info-group .tooltip-box {
        top: 32px;
    }
}

@media (max-width: 991px) {
    .auth-page .title-box h1 {
        font-size: 28px;
    }

    .auth-page .auth-content .info-group .tooltip-content {
        left: auto;
        right: -7px;
        top: -69px;
    }

    .auth-page .auth-content .info-group .tooltip-content:after {
        left: auto;
        right: 10px;
        top: auto;
        bottom: -6px;
        border-width: 8px 8px 0 8px;
        border-top-color: #fff;
        border-right-color: transparent;
    }

    .auth-page .auth-content .info-group .tooltip-content:before {
        top: auto;
        bottom: -8px;
        left: auto;
        right: 10px;
        border-width: 8px 8px 0 8px;
        border-right-color: transparent;
        border-top-color: rgba(0, 0, 0, 0.25);
    }
}

@media (max-width: 767px) {
    .auth-page .title-box h1 {
        font-size: 24px;
    }

    .auth-page .page-content {
        padding: 50px 0 80px;
    }
}

@media (max-width: 575px) {
    .auth-page .auth-content {
        width: 100%;
    }

    .auth-page .modal-content .modal-header {
        padding: 25px 15px 10px;
    }

    .auth-page .modal-content .modal-header h5 {
        font-size: 22px;
    }

    .auth-page .modal-content .modal-header .sub-title {
        font-size: 14px;
    }

    #cart-modal p {
        font-size: 16px;
    }

    #cart-modal .modal-content .modal-body,
    .auth-page .modal-content .modal-body {
        padding: 5px 15px 30px;
    }

    .auth-page .link-text {
        font-size: 16px;
        text-align: center;
    }

    .auth-page .title-box {
        margin-bottom: 15px;
    }
}

.index-about {
    background-color: #edf0f3;
    position: relative;
    padding: 100px 0;
}

.index-about:before,
.index-about:after {
    content: '';
    width: 100vw;
    height: 30px;
    position: absolute;
    left: 0;
}

.index-about:before {
    top: 0;
    background: url(../img/icons/brush-line-top.svg) repeat-x left top;
}

.index-about:after {
    bottom: 0;
    background: url(../img/icons/brush-line-bottom.svg) repeat-x left bottom;
}

.index-about .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index-about .col-lg-6:first-child {
    padding-right: 40px;
}

.index-about .col-lg-6:last-child {
    padding-left: 50px;
}

.index-about .benefit-list {
    margin-bottom: 30px;
}

.index-about .benefit-list ul {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.index-about .benefit-list ul li {
    position: relative;
    padding-left: 30px;
    margin: 0 0 18px;
    font-size: 18px;
}

.index-about .benefit-list ul li:before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 2px;
    background: url(../img/icons/round-check.svg) no-repeat center/18px;
}

.index-about .iframe-holder,
.index-about .img-holder {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.index-about .iframe-holder img,
.index-about .img-holder img {
    display: block;
    max-width: 100%;
}

.index-about iframe {
    width: 600px !important;
    height: 380px !important;
}

.index-about .iframe-holder {
    margin-top: 50px;
}

.index-about .img-holder {
    margin-top: 25px;
}

.index-about .about-badge {
    background-color: #e31e25;
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 25px;
    line-height: 1.1;
    top: -35px;
}

.index-about .about-badge span {
    font-size: 36px;
    font-weight: 700;
}

.about-page .page-content a {
    color: #e31e25;
}

.about-page .page-content img {
    display: block;
    max-width: 100%;
}

.about-page .page-content .h2,
.about-page .page-content h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 25px 0 5px;
}

.about-page .page-content .h3,
.about-page .page-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0 10px;
}

.about-page .page-content .h4,
.about-page .page-content h4 {
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: 700;
}

.about-page .page-content .h5,
.about-page .page-content h5 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 700;
}

.about-page .page-content ul {
    margin-top: 3px;
}

.about-page .page-content .title-group {
    margin-bottom: 80px;
    text-align: center;
    padding: 0 10px;
}

.about-page .page-content .title-group .h2,
.about-page .page-content .title-group h2 {
    font-size: 36px;
    font-weight: 600;
}

.about-page .page-content .title-group p {
    max-width: 700px;
    margin: 0 auto;
}

.about-holder {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 80px;
}

.about-holder .align-left,
.about-holder img[style*="float: left;"] {
    margin-right: 60px;
    margin-bottom: 30px;
}

.about-holder .align-right,
.about-holder img[style*="float: right;"] {
    margin-left: 50px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.about-holder ul {
    overflow: auto;
    padding-left: 20px;
}

.about-holder ul li {
    margin-bottom: 3px;
}

.history-title {
    font-size: 38px;
    text-align: center;
    width: 100%;
    font-weight: 600;
    color: #e31e25;
    margin: 50px 0;
}

.history-container {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px;
    position: relative;
    margin-bottom: 50px;
}

.history-container:after {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 50px;
    left: 0;
    right: 0;
    background-color: #e31e25;
    width: 2px;
    margin: 0 auto;
    z-index: 1;
}

.history-gallery {
    display: flex;
}

.history-gallery a {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 7px 14px;
    position: relative;
}

.history-gallery a:after {
    content: '';
    background: rgba(0, 68, 134, 0.5) url(../img/icons/search-icon-w.svg) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.25s;
    pointer-events: none;
    opacity: 0;
}

.history-gallery a:hover:after {
    opacity: 1;
}

.history-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history-item {
    width: calc(50% + 1px);
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s linear;
    bottom: -20px;
}

.history-item:before {
    content: '';
    position: absolute;
    top: 6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #e31e25;
}

.history-item:nth-child(even) {
    margin-right: auto;
    padding: 0 50px 40px 0;
}

.history-item:nth-child(even):before {
    left: calc(100% - 16px);
}

.history-item:nth-child(even) .history-year {
    text-align: right;
}

.history-item:nth-child(even) .history-gallery {
    justify-content: flex-end;
}

.history-item:nth-child(even) .history-number {
    text-align: right;
}

.history-item:nth-child(even) .history-text {
    text-align: right;
}

.history-item:nth-child(odd) {
    margin-left: auto;
    padding: 0 0 40px 50px;
}

.history-item:nth-child(odd):before {
    right: calc(100% - 16px);
}

.history-item:first-child:before,
.history-item:last-child:before {
    background-color: #e31e25;
}

.history-year {
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    color: #111;
    line-height: 1.3;
}

.history-text {
    width: 100%;
    margin-bottom: 20px;
}

.about-slider {
    margin-bottom: 100px;
}

.about-slider .item {
    margin: 0 10px;
    position: relative;
    outline: none;
    cursor: pointer;
}

.about-slider .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    pointer-events: none;
}

.about-slider .item.slick-current.slick-active {
    cursor: auto;
}

.about-slider .item.slick-current.slick-active:after {
    opacity: 0;
}

.about-slider img {
    display: block;
    height: 420px;
}

@media (max-width: 1536px) {
    .index-about iframe {
        width: 100% !important;
    }

    .index-about .benefit-list ul li {
        font-size: 16px;
    }

    .about-page .page-content h1 {
        font-size: 32px;
    }

    .about-page .page-content h2,
    .about-page .page-content .h2 {
        font-size: 32px;
    }

    .about-page .page-content .title-group p {
        max-width: 500px;
    }

    .about-slider {
        margin-top: -30px;
    }

    .about-slider img {
        height: 360px;
    }
}

@media (max-width: 1199px) {
    .index-about .col-lg-6:first-child {
        padding-right: 15px;
    }

    .index-about .col-lg-6:last-child {
        padding-left: 15px;
    }

    .index-about iframe {
        height: 280px !important;
    }

    .index-about .benefit-list ul li {
        font-size: 14px;
    }

    .about-page .about-holder img {
        max-width: 350px;
    }

    .about-page .history-title {
        font-size: 32px;
    }

    .about-slider {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .index-about {
        padding: 90px 0 50px;
    }

    .index-about iframe {
        height: 380px !important;
    }

    .index-about .iframe-holder:after,
    .index-about .img-holder:after {
        display: none;
    }

    .index-about .img-holder {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .index-about .col-lg-6:last-child {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-page .page-content h1 {
        font-size: 28px;
    }

    .about-page .page-content .title-group {
        margin-bottom: 50px;
    }

    .about-page .page-content .title-group h2,
    .about-page .page-content .title-group .h2 {
        font-size: 28px;
    }

    .about-page .history-title {
        font-size: 30px;
        margin: 30px 0;
    }

    .about-page .history-year {
        font-size: 22px;
    }

    .about-page .history-gallery a {
        width: 90px;
        height: 90px;
    }

    .about-page .history-item:nth-child(odd) {
        padding: 0 0 40px 30px;
    }

    .about-page .history-item:nth-child(even) {
        padding: 0 30px 40px 0;
    }

    .about-slider {
        margin-top: 0;
    }

    .about-slider img {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .index-about {
        padding: 30px 0 40px;
    }

    .index-about .benefit-list {
        margin-bottom: 0;
    }

    .index-about .benefit-list h1 {
        font-size: 22px;
    }

    .about-page .page-content h1 {
        font-size: 24px;
    }

    .about-page .page-content .title-group {
        margin-bottom: 25px;
    }

    .about-page .page-content .title-group .h2,
    .about-page .page-content .title-group h2 {
        font-size: 24px;
    }

    .about-page .about-holder {
        margin-top: 0;
    }

    .about-page .about-holder br {
        display: none;
    }

    .about-page .about-holder img {
        display: block;
        max-width: 100%;
        float: none !important;
        margin: 10px 0 !important;
    }

    .about-page .history-title {
        font-size: 26px;
        margin: 30px 0 0;
    }

    .about-page .history-container:after {
        top: 60px;
        left: 10px;
    }

    .about-page .history-gallery {
        flex-wrap: wrap;
    }

    .about-page .history-gallery a {
        width: 90px;
        height: 90px;
    }

    .about-page .history-item {
        width: 100%;
    }

    .about-page .history-item:before {
        top: 25px;
    }

    .about-page .history-item:nth-child(even) {
        margin-right: 0;
        padding: 20px 0 20px 40px;
    }

    .about-page .history-item:nth-child(even):before {
        left: -5px;
    }

    .about-page .history-item:nth-child(even) .history-year {
        text-align: left;
    }

    .about-page .history-item:nth-child(even) .history-gallery {
        justify-content: flex-start;
    }

    .about-page .history-item:nth-child(even) .history-number {
        text-align: left;
    }

    .about-page .history-item:nth-child(even) .history-text {
        text-align: left;
    }

    .about-page .history-item:nth-child(odd) {
        margin-left: 0;
        padding: 20px 0 20px 40px;
    }

    .about-page .history-item:nth-child(odd):before {
        right: auto;
        left: -5px;
    }

    .about-page .history-year {
        font-size: 18px;
        font-weight: 600;
    }

    .about-page .history-container:after {
        right: auto;
    }
}

@media (max-width: 575px) {
    .index-about iframe {
        height: 320px !important;
    }

    .history-container {
        margin-bottom: 20px;
    }

    .about-slider {
        margin-bottom: 20px;
    }

    .about-slider .item {
        margin: 0 5px;
    }

    .about-slider img {
        height: 250px;
    }
}

@media (max-width: 479px) {
    .index-about iframe {
        height: 280px !important;
    }

    .about-page .history-item:nth-child(odd),
    .about-page .history-item:nth-child(even) {
        padding-left: 30px;
    }

    .about-page .about-holder {
        margin-bottom: 40px;
    }

    .about-page .history-item:before {
        width: 26px;
        height: 26px;
        left: -3px !important;
        top: 22px;
    }

    .about-page .history-gallery a {
        width: 80px;
        height: 80px;
        margin: 0 5px 5px;
    }

    .about-page .history-title {
        margin-top: 0;
    }
}

@media (max-width: 375px) {
    .index-about iframe {
        height: 220px !important;
    }

    .about-slider {
        margin-bottom: 20px;
    }

    .about-slider img {
        height: 200px;
    }
}

.contacts-page h1,
.contacts-page .h1 {
    text-align: center;
    font-weight: 500;
    margin: 0 0 40px;
    font-size: 36px;
}

.contacts-page .page-content {
    padding: 0;
}

.contacts-page .page-content .col-md-6 {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.contacts-page .page-content .h3 {
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 5px;
}

.contacts-page .address-item,
.contacts-page .phone-item,
.contacts-page .message-item,
.contacts-page .time-item,
.contacts-page .social-item {
    width: 33.33%;
}

.contacts-page .address-item p,
.contacts-page .phone-item p,
.contacts-page .message-item p,
.contacts-page .time-item p,
.contacts-page .social-item p {
    margin: 0 0 10px;
}

.contacts-page .address-item a,
.contacts-page .phone-item a,
.contacts-page .message-item a,
.contacts-page .time-item a,
.contacts-page .social-item a {
    text-decoration: none;
    color: #252525;
}

.contacts-page .address-item a:hover,
.contacts-page .phone-item a:hover,
.contacts-page .message-item a:hover,
.contacts-page .time-item a:hover,
.contacts-page .social-item a:hover {
    text-decoration: underline;
}

.contacts-page .address-item small,
.contacts-page .phone-item small,
.contacts-page .message-item small,
.contacts-page .time-item small,
.contacts-page .social-item small {
    font-size: 13px;
    color: #777;
    display: block;
    margin-bottom: -7px;
}

.contacts-page .address-item {
    margin-bottom: 30px;
    padding-right: 15px;
}

.contacts-page .address-item .link-item img {
    max-width: 30px;
}

.contacts-page .phone-item {
    margin-bottom: 30px;
}

.contacts-page .link-item {
    position: relative;
    padding-left: 32px;
    margin: 13px 0;
}

.contacts-page .link-item img {
    position: absolute;
    left: 0;
    top: 3px;
    max-width: 23px;
    max-height: 25px;
}

.contacts-page .form-container .subtitle {
    margin-bottom: 12px;
    font-size: 15px;
    color: #555;
}

.contacts-page .form-container .textarea-wrap {
    position: relative;
    padding-bottom: 20px;
}

.contacts-page .form-container textarea {
    display: block;
    width: 100%;
    min-height: 120px;
    background-color: #fff;
    border: 1px solid #a2a2a2;
    outline: none;
    padding: 10px;
    color: #000;
    outline: 0;
    resize: vertical;
    border-radius: 1px;
}

.contacts-page .form-container textarea:focus {
    border: 1px solid #e31e25;
    box-shadow: 0 0 0 3px rgba(85, 122, 12, 0.2);
}

.contacts-page .form-container .btn-primary {
    width: 100%;
    height: 42px;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contacts-page .time-item table td:first-child {
    color: #667;
    padding-right: 5px;
}

.contacts-page iframe {
    width: 100% !important;
    height: 500px !important;
    border: 0 !important;
    margin: 80px 0 -7px;
}

@media (max-width: 1199px) {

    .contacts-page h1,
    .contacts-page .h1 {
        font-size: 32px;
    }

    .contacts-page .address-item,
    .contacts-page .phone-item,
    .contacts-page .message-item,
    .contacts-page .time-item,
    .contacts-page .social-item {
        width: 50%;
    }
}

@media (max-width: 991px) {

    .contacts-page h1,
    .contacts-page .h1 {
        font-size: 28px;
    }

    .contacts-page .address-item,
    .contacts-page .phone-item,
    .contacts-page .message-item,
    .contacts-page .social-item,
    .contacts-page .time-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .contacts-page .page-content .h3 {
        font-size: 18px;
    }

    .contacts-page .contacts-map .h2 {
        font-size: 20px;
    }

    .contacts-page .map-item .map-info {
        font-size: 15px;
        padding: 15px;
    }
}

@media (max-width: 767px) {

    .contacts-page .h1,
    .contacts-page h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .contacts-page .page-content {
        padding-bottom: 0;
    }

    .contacts-page .page-content .h3 {
        font-size: 16px;
    }

    .contacts-page .link-item {
        margin: 10px 0;
    }

    .contacts-page .address-item,
    .contacts-page .phone-item,
    .contacts-page .message-item,
    .contacts-page .time-item,
    .contacts-page .social-item {
        width: 50%;
        padding-right: 10px;
    }

    .contacts-page .form-container {
        margin-top: 40px;
    }

    .contacts-page .map-item {
        display: block;
    }

    .contacts-page iframe {
        height: 450px !important;
    }
}

@media (max-width: 575px) {
    .contacts-page .contacts-map .h2 {
        padding-left: 5px;
        text-align: center;
    }

    .contacts-page .map-item {
        margin: 0 -10px 50px;
    }
}

@media (max-width: 479px) {

    .contacts-page .address-item,
    .contacts-page .phone-item,
    .contacts-page .message-item,
    .contacts-page .time-item,
    .contacts-page .social-item {
        margin-bottom: 20px;
        width: 100%;
        padding-right: 0;
    }

    .contacts-page .link-item {
        font-size: 16px;
    }

    .contacts-page .page-content .h3 {
        font-size: 18px;
    }
}

.cabinet-page .page-content {
    padding: 0 0 80px;
}

.cabinet-page h1,
.cabinet-page .h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 40px;
}

.cabinet-page .tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.cabinet-page .tabs li {
    background-color: #f8fafa;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    position: relative;
    border: 1px solid #C4C4C4;
    margin-bottom: 20px;
}

.cabinet-page .tabs li a {
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
}

.cabinet-page .tabs li:hover {
    border: 1px solid #111;
}

.cabinet-page .tabs li.current {
    background-color: #212121;
    border: 1px solid #212121;
    color: #fff;
}

.cabinet-page .tab-pane {
    padding-left: 30px;
    display: none;
    padding: 0 15px;
    color: #121212;
}

.cabinet-page .tab-pane>p {
    margin: 0 0 20px;
}

.cabinet-page .tab-pane.current {
    display: block;
}

.cabinet-page .tab-pane .btn-primary {
    width: 380px;
    height: 42px;
    font-size: 18px;
    margin-top: 15px;
}

.cabinet-page .tab-pane .h4 {
    font-size: 20px;
    margin: 0 0 15px;
}

.cabinet-page .tab-pane .h3 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 400;
}

.cabinet-page .tab-pane .col-xl-6 {
    margin-top: 20px;
}

.cabinet-page .tab-pane .col-xl-6:last-child {
    display: flex;
    justify-content: flex-end;
}

.cabinet-page .form-group .form-control {
    width: 380px;
}

.cabinet-page .card {
    margin-bottom: 20px;
}

.cabinet-page .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 15px 10px 65px;
    cursor: pointer;
    background-color: #EFF1F5;
    border-radius: 4px;
}

.cabinet-page .card-header:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 25px;
    top: calc(50% - 4px);
    border-top: 9px solid #222;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    transform-origin: center;
    transition: 0.25s;
}

.cabinet-page .card-header.active:before {
    top: 29px;
    transform: rotate(-180deg);
    border-top: 9px solid #252525;
}

.cabinet-page .card-header small {
    font-size: 13px;
    color: #555;
}

.cabinet-page .card-header .text-box {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.cabinet-page .card-header .order-status {
    border-radius: 3px;
    height: 28px;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.cabinet-page .card-header .order-status.order-success {
    background-color: #3CA42B;
    color: #fff;
}

.cabinet-page .card-header .order-status.order-canceled {
    background-color: #777;
    color: #fff;
}

.cabinet-page .card-header .order-status.order-process {
    background-color: #EF8727;
    color: #fff;
}

.cabinet-page .card-body {
    display: none;
    position: relative;
}

.cabinet-page .card-body:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 3px;
    background: #fff;
    width: 100%;
}

.cabinet-page .cart-item {
    border: 0;
    margin-bottom: 15px;
    border-top: 1px solid #C4C4C4;
    padding: 15px 0;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.cabinet-page .cart-item:first-child {
    border-bottom: 0;
}

.cabinet-page .cart-item .text-block {
    margin-right: 20px;
    flex-grow: 1;
}

.cabinet-page .cart-item .calc-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -15px;
}

.cabinet-page .cart-item .img-block {
    width: 80px;
    height: 80px;
    margin-right: 25px;
    overflow: hidden;
    transition: 0.3s;
}

.cabinet-page .cart-item .img-block a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.cabinet-page .cart-item .img-block img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.cabinet-page .cart-item .img-block:hover,
.cabinet-page .cart-item .img-block:focus {
    opacity: 0.7;
}

.cabinet-page .cart-item .title {
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: 500;
}

.cabinet-page .cart-item .title a {
    text-decoration: none;
    color: inherit;
}

.cabinet-page .cart-item .title a:hover {
    text-decoration: underline;
}

.cabinet-page .cart-item .descr-text {
    color: #777;
    margin-bottom: 5px;
    font-size: 13px;
}

.cabinet-page .cart-item .title-amount {
    font-weight: 500;
}

.cabinet-page .cart-item .product-sum,
.cabinet-page .cart-item .product-cost {
    margin: 0;
    font-size: 18px;
    width: 180px;
    font-weight: 500;
    text-align: right;
}

.cabinet-page .cart-item .default-cost {
    color: #e31e25;
    font-size: 16px;
}

.cabinet-page .cart-item .default-cost span {
    font-size: 20px;
    font-weight: 700;
}

.cabinet-page .cart-item .new-cost {
    color: red;
    font-size: 16px;
    line-height: 1;
    margin-top: -7px;
}

.cabinet-page .cart-item .new-cost span {
    font-size: 20px;
    font-weight: 700;
}

.cabinet-page .cart-item .old-cost {
    display: inline-block;
    color: red;
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: -5px;
}

.cabinet-page .cart-item .old-cost:after {
    content: '';
    height: 1px;
    left: -1px;
    right: -1px;
    background-color: red;
    position: absolute;
    top: 49%;
}

.cabinet-page .together-container {
    border: 1px solid #DE3D3D;
    border-radius: 3px;
    position: relative;
    padding: 20px 25px;
    margin-top: 20px;
    margin-bottom: -3px;
    background-color: #fff;
    z-index: 1;
}

.cabinet-page .together-container .together-title {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    color: #DE3D3D;
    position: absolute;
    left: 10px;
    top: -11px;
    font-size: 13px;
}

.cabinet-page .together-container .together-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cabinet-page .together-container .plus-sign {
    align-self: center;
}

.cabinet-page .together-container .plus-sign img {
    width: 32px;
    height: 32px;
    display: block;
}

.cabinet-page .together-container .together-item {
    display: flex;
}

.cabinet-page .together-container .together-item:last-child {
    padding-left: 15px;
}

.cabinet-page .together-container .together-item .img-block {
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    margin-right: 25px;
}

.cabinet-page .together-container .together-item .img-block a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.cabinet-page .together-container .together-item .img-block a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.cabinet-page .together-container .together-item .text-block {
    flex: 0 0 300px;
    width: 300px;
}

.cabinet-page .together-container .together-item .text-block .title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 10px 15px 0;
}

.cabinet-page .together-container .together-item .text-block .title a {
    color: inherit;
    text-decoration: none;
}

.cabinet-page .together-container .together-item .text-block .title a:hover {
    text-decoration: underline;
    color: #e31e25;
}

.cabinet-page .together-container .together-item .text-block .descr-text {
    color: #74747a;
    font-size: 13px;
    margin-bottom: 5px;
}

.cabinet-page .together-container .together-item .product-cost .default-cost {
    color: #252525;
    font-size: 16px;
    width: 100%;
}

.cabinet-page .together-container .together-item .product-cost .default-cost span {
    font-size: 18px;
    font-weight: 700;
}

.cabinet-page .together-container .together-item .product-cost .new-cost {
    color: #DE3D3D;
    font-size: 16px;
    line-height: 1;
    margin-top: -3px;
}

.cabinet-page .together-container .together-item .product-cost .new-cost span {
    font-size: 18px;
    font-weight: 700;
}

.cabinet-page .together-container .together-item .product-cost .old-cost {
    display: inline-block;
    color: #777;
    font-size: 16px;
    line-height: 1;
    position: relative;
}

.cabinet-page .together-container .together-item .product-cost .old-cost:after {
    content: '';
    height: 1px;
    left: -1px;
    right: -1px;
    background-color: #777;
    position: absolute;
    top: 49%;
}

.cabinet-page .together-container .together-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 16px;
}

.cabinet-page .together-container .calc-block {
    width: 110px;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    margin-top: -3px;
}

.cabinet-page .together-container .calc-block .amount-control {
    display: block;
    margin: auto;
    height: 35px;
    width: 45px;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    border: 0;
    padding: 0 5px;
    outline: 0;
    background: #fff;
    font-family: "Roboto Bold", Arial, sans-serif;
}

.cabinet-page .together-container .calc-block .increase-btn,
.cabinet-page .together-container .calc-block .decrease-btn {
    position: absolute;
    top: 0;
    height: 30px;
    width: 30px;
    padding: 0;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #74747a;
}

.cabinet-page .together-container .calc-block .increase-btn:hover,
.cabinet-page .together-container .calc-block .decrease-btn:hover {
    border-color: #74747a;
}

.cabinet-page .together-container .calc-block .increase-btn:hover:before,
.cabinet-page .together-container .calc-block .increase-btn:hover:after,
.cabinet-page .together-container .calc-block .decrease-btn:hover:before,
.cabinet-page .together-container .calc-block .decrease-btn:hover:after {
    background: #74747a;
}

.cabinet-page .together-container .calc-block .increase-btn {
    right: 0;
}

.cabinet-page .together-container .calc-block .increase-btn:before,
.cabinet-page .together-container .calc-block .increase-btn:after {
    content: '';
    background: #74747a;
    position: absolute;
}

.cabinet-page .together-container .calc-block .increase-btn:before {
    top: 14px;
    left: 7px;
    width: 15px;
    height: 1px;
}

.cabinet-page .together-container .calc-block .increase-btn:after {
    top: 7px;
    left: 14px;
    width: 1px;
    height: 14px;
}

.cabinet-page .together-container .calc-block .decrease-btn {
    left: 0;
}

.cabinet-page .together-container .calc-block .decrease-btn:after {
    content: '';
    width: 14px;
    height: 1px;
    background: #74747a;
    position: absolute;
    top: 14px;
    left: 7px;
}

.cabinet-page .together-container .together-calc,
.cabinet-page .together-container .together-cost,
.cabinet-page .together-container .together-sum {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}

.cabinet-page .together-container .together-calc span {
    font-weight: 500;
}

.cabinet-page .together-container .cost-text {
    margin-right: 10px;
}

.cabinet-page .together-container .cost-num {
    font-size: 16px;
    font-weight: 500;
    color: #e31e25;
    margin-top: -2px;
}

.cabinet-page .together-container .total-num {
    font-weight: 600;
    color: #DE3D3D;
}

.cabinet-page .cart-footer {
    border: 1px solid #74747a;
    border-radius: 3px;
    padding: 15px 20px;
    float: right;
    width: 320px;
    margin-top: 20px;
}

.cabinet-page .cart-footer .delivery-text {
    text-align: right;
    font-size: 12px;
    color: #74747a;
    margin: 10px 0;
}

.cabinet-page .cart-footer .cost-table {
    width: 100%;
}

.cabinet-page .cart-footer .cost-table .red-text {
    color: red;
}

.cabinet-page .cart-footer .cost-table strong {
    font-size: 20px;
    font-weight: 500;
}

.cabinet-page .cart-footer .cost-table td {
    padding: 3px 0;
}

.cabinet-page .cart-footer .cost-table td:last-child {
    text-align: right;
}

.cabinet-page .cart-footer .btn-warning,
.cabinet-page .cart-footer .btn-light {
    width: 100%;
    padding: 10px;
    color: red;
}

.cabinet-page .cart-footer .btn-warning {
    margin-bottom: 15px;
}

.cabinet-page .cart-footer .btn-warning:hover,
.cabinet-page .cart-footer .btn-warning:focus,
.cabinet-page .cart-footer .btn-warning:active {
    background-color: #ffd861 !important;
}

.cabinet-page .cart-footer .btn-light {
    border: 1px solid red;
    background-color: transparent;
}

.cabinet-page .cart-footer .btn-light:hover,
.cabinet-page .cart-footer .btn-light:focus,
.cabinet-page .cart-footer .btn-light:active {
    background-color: #74747a !important;
    border-color: #74747a !important;
}

@media (max-width: 1399px) {
    .cabinet-page .together-container .together-item .text-block {
        flex: auto;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1199px) {

    .cabinet-page h1,
    .cabinet-page .h1 {
        font-size: 32px;
    }

    .cabinet-page .tabs li,
    .cabinet-page .tabs a {
        font-size: 18px;
    }

    .cabinet-page .tab-pane form {
        width: 420px;
        margin: 0 auto;
    }

    .cabinet-page .form-group .form-control {
        width: 100%;
    }

    .cabinet-page .tab-pane .btn-primary {
        width: 100%;
    }

    .cabinet-page .card-header .order-status.order-process,
    .cabinet-page .card-header .order-status.order-canceled,
    .cabinet-page .card-header .order-status.order-success {
        font-size: 13px;
        width: 120px;
    }

    .cabinet-page .card-header .text-box {
        font-size: 16px;
    }

    .cabinet-page .card-header {
        padding: 10px 10px 10px 45px;
    }

    .cabinet-page .card-header:before {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 7px solid #212121;
        left: 20px;
    }

    .cabinet-page .card-header.active:before {
        border-top: 7px solid #262626;
        top: 27px;
    }

    .cabinet-page .together-container {
        padding: 20px 10px;
    }

    .cabinet-page .together-container .together-item .text-block .title {
        font-size: 14px;
    }

    .cabinet-page .together-container .together-item .img-block {
        flex: 0 0 60px;
        width: 60px;
        height: 60px;
    }

    .cabinet-page .together-container .together-item .text-block {
        flex: 0 0 140px;
        width: 140px;
    }

    .cabinet-page .tab-pane .col-xl-6:first-child {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .cabinet-page .tab-pane .h3 {
        font-size: 20px;
    }

    .cabinet-page h1,
    .cabinet-page .h1 {
        font-size: 28px;
    }

    .cabinet-page .tabs li {
        padding: 10px;
    }

    .cabinet-page .tabs li,
    .cabinet-page .tabs li a {
        font-size: 14px;
    }

    .cabinet-page .card-header .text-box {
        font-size: 14px;
    }

    .cabinet-page .card-header {
        padding: 8px 8px 8px 36px;
    }

    .cabinet-page .card-header:before {
        left: 14px;
        top: 25px;
    }

    .cabinet-page .card-header.collapsed:before {
        top: 26px;
    }

    .cabinet-page .cart-item .img-block img {
        margin-left: 0;
    }

    .cabinet-page .cart-item .img-block {
        flex: 0 0 60px;
        width: auto;
        max-width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .cabinet-page .cart-item .product-sum,
    .cabinet-page .cart-item .product-cost {
        font-size: 14px;
        width: auto;
        white-space: nowrap;
    }

    .cabinet-page .cart-item .title {
        font-size: 14px;
    }

    .cabinet-page .together-container .together-item {
        flex-wrap: wrap;
    }

    .cabinet-page .together-container .together-item .text-block {
        order: 2;
        flex: 0 0 120px;
        max-width: 120px;
    }

    .cabinet-page .together-container .together-item .img-block {
        order: 1;
    }

    .cabinet-page .together-container .together-item .product-cost {
        order: 3;
    }

    .cabinet-page .together-container .together-calc,
    .cabinet-page .together-container .together-cost,
    .cabinet-page .together-container .together-sum {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .cabinet-page .page-content {
        padding-bottom: 50px;
    }

    .cabinet-page h1,
    .cabinet-page .h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .cabinet-page .tabs {
        display: flex;
    }

    .cabinet-page .tabs li {
        margin-right: 10px;
        flex-grow: 1;
        text-align: center;
    }

    .cabinet-page .tab-pane {
        padding-left: 0;
        padding-right: 0;
    }

    .cabinet-page .together-container {
        padding: 10px;
    }

    .cabinet-page .together-container .together-item .text-block .title {
        font-size: 13px;
    }

    .cabinet-page .together-container .together-item .text-block {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .cabinet-page .together-container .together-item .product-cost {
        margin-left: 0;
    }

    .cabinet-page .together-container .together-item .img-block {
        margin-bottom: 10px;
    }

    .cabinet-page .card-header .order-status.order-process,
    .cabinet-page .card-header .order-status.order-canceled,
    .cabinet-page .card-header .order-status.order-success {
        font-size: 11px;
        width: 100px;
        position: absolute;
        right: 0;
        top: -22px;
        padding: 3px;
        border-radius: 3px 3px 0 0;
        height: auto;
    }

    .cabinet-page .card {
        margin-bottom: 40px;
    }

    .cabinet-page .card-header {
        border-radius: 5px 0 5px 5px;
    }

    .cabinet-page .tab-pane .h3 {
        text-align: center;
        font-size: 20px;
        margin: 10px 0 40px;
    }

    .cabinet-page .cart-item {
        padding-right: 0;
    }

    .cabinet-page .card-header {
        position: relative;
    }

    .cabinet-page .card-header .order-amount {
        position: absolute;
        left: 0;
        top: -20px;
        display: flex;
        align-items: center;
    }

    .cabinet-page .card-header .order-amount small {
        color: #74747a;
        margin-right: 5px;
    }

    .cabinet-page .card-header .order-amount .text-box {
        margin-right: 5px;
    }

    .cabinet-page .tab-pane .col-xl-6 {
        margin-top: 0;
    }

    .cabinet-page .tab-pane .col-xl-6:first-child {
        margin-bottom: 60px;
    }

    .cabinet-page .tab-pane form {
        width: 100%;
    }
}

@media (max-width: 575px) {

    .cabinet-page .tabs li,
    .cabinet-page .tabs a {
        font-size: 13px;
        white-space: nowrap;
    }

    .cabinet-page .tabs li {
        padding: 5px;
    }

    .cabinet-page .together-container .together-footer {
        flex-wrap: wrap;
    }

    .cabinet-page .together-container .together-calc,
    .cabinet-page .together-container .together-cost,
    .cabinet-page .together-container .together-sum {
        width: 100%;
    }
}

.choosen-page .page-content {
    padding: 0 0 50px;
}

.choosen-page h1,
.choosen-page .h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 50px;
    text-align: center;
}

.choosen-page .empty-choosen {
    clear: both;
    padding: 150px 0;
}

.choosen-page .empty-choosen .lg-icon {
    margin-bottom: 15px;
}

.choosen-page .empty-choosen img {
    display: block;
    max-width: 90px;
    max-heigh: 90px;
    margin: 0 auto;
}

.choosen-page .empty-choosen .h2 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}

.choosen-page .empty-choosen p {
    color: #555;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    font-size: 18px;
}

.choosen-page .empty-choosen p a {
    color: #e31e25;
    text-decoration: underline;
}

.choosen-page .empty-choosen p a:hover {
    text-decoration: none;
}

.choosen-page .choosen-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.choosen-page .choosen-head .clear-all {
    background-color: #EFF1F5;
    padding: 5px 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.25s;
}

.choosen-page .choosen-head .clear-all:hover {
    background-color: #e0e1e1;
}

.choosen-page .choosen-head .clear-all i {
    margin-left: 10px;
    margin-top: 2px;
    width: 12px;
    height: 12px;
    background: url(../img/icons/close-icon.svg) no-repeat center;
    background-size: contain;
}

.choosen-page .remove-item {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 34px;
    height: 34px;
    z-index: 1;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #C2C2C2;
    background-color: #fff;
}

.choosen-page .remove-item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/icons/trash-icon.svg) no-repeat center;
    opacity: 0.5;
    background-size: 20px;
}

.choosen-page .remove-item:hover:after {
    opacity: 1;
}

@media (max-width: 1199px) {

    .choosen-page h1,
    .choosen-page .h1 {
        font-size: 32px;
    }

    .choosen-page .slider-section {
        margin-top: 30px;
    }

    .choosen-page .empty-choosen .h2 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {

    .choosen-page h1,
    .choosen-page .h1 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .choosen-page .empty-choosen .h2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    .choosen-page h1,
    .choosen-page .h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .choosen-page .empty-choosen {
        padding: 120px 0;
    }

    .choosen-page .empty-choosen .h2 {
        font-size: 20px;
    }

    .choosen-page .empty-choosen p {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .choosen-page .page-content {
        padding-bottom: 10px;
    }

    .choosen-page .choosen-head {
        flex-flow: column-reverse;
        margin-bottom: 20px;
    }

    .choosen-page .choosen-head .select-container {
        flex-wrap: wrap;
        margin-bottom: 15px;
        width: 100%;
    }

    .choosen-page .choosen-head .select-container .select-box {
        width: 100%;
    }

    .choosen-page .choosen-head .select-container .select-label {
        width: 100%;
    }

    .choosen-page .choosen-head .select-container .select-button {
        width: 100%;
    }

    .choosen-page .choosen-head .select-container .select-dropdown {
        width: 100%;
    }

    .choosen-page .choosen-head .clear-all {
        width: 100%;
        height: 36px;
        justify-content: center;
    }
}

.search-page .page-content {
    padding: 0 0 50px;
}

.search-page h1,
.search-page .h1 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 10px;
}

.search-page h1 span,
.search-page .h1 span {
    font-weight: 600;
}

.search-page .search-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.search-page .search-head .subtitle {
    font-size: 20px;
    color: #74747A;
    font-weight: 400;
}

.search-page .search-head .subtitle span {
    font-weight: 600;
    color: #262626;
}

.search-page .empty-search {
    clear: both;
    padding: 150px 0;
}

.search-page .empty-search .lg-icon {
    margin-bottom: 15px;
}

.search-page .empty-search img {
    display: block;
    max-width: 90px;
    max-heigh: 90px;
    margin: 0 auto;
}

.search-page .empty-search .h2 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}

.search-page .empty-search p {
    color: #555;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    font-size: 18px;
}

.search-page .empty-search p a {
    color: #e31e25;
    text-decoration: underline;
}

.search-page .empty-search p a:hover {
    text-decoration: none;
}

@media (max-width: 1199px) {

    .search-page h1,
    .search-page .h1 {
        font-size: 26px;
    }

    .search-page .search-head .subtitle {
        font-size: 20px;
    }

    .search-page .slider-section {
        margin-top: 30px;
    }

    .search-page .empty-choosen .h2 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {

    .search-page h1,
    .search-page .h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .search-page .empty-search .h2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    .search-page h1,
    .search-page .h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .search-page .search-head .subtitle {
        font-size: 18px;
    }

    .search-page .empty-search {
        padding: 120px 0;
    }

    .search-page .empty-search .h2 {
        font-size: 20px;
    }

    .search-page .empty-search p {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .search-page .page-content {
        padding-bottom: 10px;
    }

    .search-page .h1,
    .search-page h1 {
        margin-bottom: 10px;
    }

    .search-page .search-head {
        margin-bottom: 20px;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .search-page .search-head .subtitle {
        width: 100%;
        margin-bottom: 20px;
    }

    .search-page .search-head .select-container {
        flex-wrap: wrap;
        margin-bottom: 15px;
        width: 100%;
    }

    .search-page .search-head .select-container .select-box {
        width: 100%;
    }

    .search-page .search-head .select-container .select-label {
        width: 100%;
        margin-bottom: 6px;
    }

    .search-page .search-head .select-container .select-button {
        width: 100%;
    }

    .search-page .search-head .select-container .select-dropdown {
        width: 100%;
    }
}

.delivery-page .breadcrumb {
    margin-bottom: 30px;
}

.delivery-page .page-content .row {
    margin-bottom: 80px;
}

.delivery-page .page-content .col-lg-6 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.delivery-page .page-content .col-lg-6:first-child {
    padding-right: 50px;
}

.delivery-page .page-content .col-lg-6:last-child {
    padding-left: 30px;
}

.delivery-page .text-container h2,
.delivery-page .text-container .h2 {
    font-size: 32px;
    color: #e31e25;
    margin: 0 0 10px;
}

.delivery-page .text-container h3,
.delivery-page .text-container .h3 {
    margin: 25px 0 5px;
}

.delivery-page .text-container p {
    margin: 0 0 15px;
}

.delivery-page .img-container img {
    display: block;
    max-width: 100%;
    max-height: 420px;
}

@media (max-width: 991px) {
    .delivery-page .page-content .col-lg-6:last-child {
        padding-left: 15px;
    }

    .delivery-page .page-content .col-lg-6:first-child {
        padding-right: 15px;
    }

    .delivery-page .page-content .col-lg-6:first-child .img-container {
        margin-bottom: 20px;
    }

    .delivery-page .text-container h2,
    .delivery-page .text-container .h2 {
        font-size: 24px;
    }

    .delivery-page .page-content {
        padding-bottom: 30px;
    }

    .delivery-page .page-content .row {
        margin-bottom: 20px;
    }
}

.success-page .page-content {
    display: flex;
    align-items: center;
    padding: 100px 0;
}

.success-page .page-content .container {
    text-align: center;
}

.success-page .page-content .container img {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
}

.success-page .page-content .container h1 {
    margin-bottom: 15px;
    font-weight: 500;
}

.success-page .page-content .container .subtitle {
    font-size: 22px;
    margin: 10px 0;
}

.success-page .page-content .container .subtitle span {
    font-weight: 500;
}

.success-page .page-content .container .success-text {
    color: #555;
    max-width: 500px;
    margin: 0 auto 25px;
    font-size: 18px;
}

.success-page .page-content .container .success-text span {
    font-weight: 500;
    color: #111;
}

.success-page .page-content .container .btn-primary {
    height: 46px;
    margin: 8px auto 0;
    width: 300px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .success-page .page-content .container h1 {
        font-size: 32px;
    }

    .success-page .page-content .container .success-text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .success-page .page-content {
        padding: 80px 0 100px;
    }

    .success-page .page-content .container h1 {
        font-size: 28px;
    }

    .success-page .page-content .container .subtitle {
        font-size: 18px;
    }
}

@media (max-width: 420px) {
    .success-page .page-content .container .btn-primary {
        width: 100%;
    }
}

.news-page h1,
.news-page .h1 {
    text-align: center;
    font-weight: 500;
    margin: 0 0 25px;
    font-size: 36px;
}

.news-page .news-head {
    display: flex;
    margin-bottom: 30px;
}

.news-page .news-head .select-container {
    margin-left: auto;
}

.news-page .main-content {
    padding-bottom: 70px;
    position: relative;
}

.news-page .main-content .btn-primary {
    display: block;
    max-width: 385px;
    padding: 10px 5px;
    margin: 50px auto 0;
}

.news-page .col-sm-6.col-lg-4 {
    margin-bottom: 50px;
}

.news-page .news-item .detail-link a {
    font-size: 15px;
}

.news-item {
    min-height: 100%;
}

.news-item .detail-link {
    text-align: right;
}

.news-item .detail-link a {
    display: inline-block;
    position: relative;
    padding-right: 16px;
    text-decoration: none;
    color: #e31e25;
    font-size: 18px;
}

.news-item .detail-link a:after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../img/icons/angle-right-sm.svg) no-repeat center;
    background-size: 10px;
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
    transition: 0.25s;
}

.news-item .detail-link a:hover {
    text-decoration: underline;
}

.news-item .detail-link a:hover:after {
    right: -5px;
}

.news-item .item-img {
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.25s;
    margin-bottom: 5px;
    position: relative;
    border-radius: 4px;
}

.news-item .item-img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 4px;
}

.news-item .item-img picture {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.news-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.news-item .item-img a {
    display: block;
    width: 100%;
    height: 100%;
    outline: 0;
}

.news-item .item-img:hover {
    opacity: 0.8;
}

.news-item .item-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #252525;
    line-height: 1.3;
    min-height: 43px;
}

.news-item .item-title a {
    text-decoration: none;
    color: inherit;
}

.news-item .item-title a:hover {
    text-decoration: underline;
}

.news-item .item-date {
    color: #888;
    font-size: 11px;
}

.news-item .item-text {
    margin: 0 0 10px;
    height: 65px;
    overflow: hidden;
    color: #777;
    font-size: 14px;
}

.news-inner .page-content {
    padding-bottom: 50px;
}

.news-inner .breadcrumb {
    margin-bottom: 30px;
}

.news-inner .main-content {
    padding-bottom: 30px;
}

.news-inner .article-col {
    padding-right: 30px;
    padding-top: 50px;
}

.news-inner .article-col p {
    font-size: 14px;
    margin: 5px 0 20px;
}

.news-inner .article-col a {
    color: #e31e25;
    text-decoration: none;
}

.news-inner .article-col a:hover {
    text-decoration: underline;
}

.news-inner .article-col .h1,
.news-inner .article-col h1 {
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 1.3;
}

.news-inner .article-col .h2,
.news-inner .article-col h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 25px 0 5px;
}

.news-inner .article-col .h3,
.news-inner .article-col h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0 5px;
}

.news-inner .article-col .h5,
.news-inner .article-col h5 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 700;
}

.news-inner .article-col img {
    display: block;
    max-width: 100%;
}

.news-inner .article-col ul {
    margin: -5px 0 20px;
    padding: 0 0 0 20px;
}

.news-inner .article-col ul li {
    position: relative;
    margin: 3px 0;
}

.news-inner .article-col .article-date {
    color: #888;
    font-size: 11px;
    margin-bottom: 10px;
    clear: both;
}

.news-inner .align-left {
    margin: 15px 12px 5px 0;
}

.news-inner .align-right {
    margin: 12px 0 5px 12px;
}

.news-inner .aside-col {
    padding: 55px 0px 5px;
    border-radius: 4px;
    position: relative;
    z-index: 5;
}

.news-inner .aside-col iframe {
    max-width: 100%;
}

.news-inner .aside-col .h3,
.news-inner .aside-col h3 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 500;
}

.news-inner .aside-col .news-item {
    display: flex;
    margin-bottom: 20px;
}

.news-inner .aside-col .item-body {
    margin-top: -3px;
}

.news-inner .aside-col .item-img {
    height: 110px;
    width: 150px;
    flex: 0 0 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.25s;
    margin-right: 12px;
}

.news-inner .aside-col .item-img picture {
    display: block;
    width: 100%;
    height: 100%;
}

.news-inner .aside-col .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-inner .aside-col .item-img a {
    display: block;
    width: 100%;
    height: 100%;
    outline: 0;
}

.news-inner .aside-col .item-img:hover {
    opacity: 0.8;
}

.news-inner .aside-col .item-title {
    font-weight: 400;
    margin-bottom: 5px;
    color: #212121;
    font-size: 16px;
}

.news-inner .aside-col .item-title a {
    color: inherit;
    text-decoration: none;
}

.news-inner .aside-col .item-title a:hover {
    text-decoration: underline;
}

.news-inner .aside-col .item-date {
    color: #888;
    font-size: 11px;
    margin-bottom: 5px;
}

.news-inner .aside-col .detail-link a {
    font-size: 15px;
    padding-right: 14px;
}

.news-inner .aside-col .detail-link a:after {
    width: 10px;
    height: 10px;
}

@media (max-width: 1399px) {
    .index-news .news-link {
        font-size: 20px;
        padding-right: 20px;
    }

    .index-news .news-link:after {
        width: 14px;
        height: 14px;
        background-size: 14px;
        top: calc(50% - 6px);
    }

    .index-news .text-container h2,
    .index-news .text-container .h2 {
        font-size: 28px;
    }

    .news-item .item-img {
        height: 200px;
    }

    .news-item .item-title {
        font-size: 17px;
    }

    .news-item .detail-link a {
        font-size: 16px;
    }

    .news-item .detail-link a:after {
        top: calc(50% - 4px);
        width: 10px;
        height: 10px;
    }

    .news-inner .article-col h1 {
        font-size: 28px;
    }

    .news-inner .aside-col .item-title {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {

    .news-page h1,
    .news-page .h1 {
        font-size: 32px;
    }

    .news-page .item-text {
        font-size: 13px;
        height: 78px;
    }

    .news-page .load-toggle {
        font-size: 20px;
    }

    .news-inner .article-col .h2,
    .news-inner .article-col h2 {
        font-size: 20px;
    }

    .news-inner .article-col .h3,
    .news-inner .article-col h3 {
        font-size: 16px;
    }

    .news-inner .article-col .h4,
    .news-inner .article-col h4 {
        font-size: 14px;
    }

    .news-inner .aside-col .item-title {
        font-size: 15px;
    }

    .news-inner .aside-col .h3 {
        font-size: 20px;
    }

    .news-inner .aside-col .news-item .detail-link {
        text-align: left;
    }

    .news-inner .aside-col .news-item .item-body {
        flex-grow: 1;
    }

    .news-inner .breadcrumb {
        margin-bottom: 30px;
    }

    .news-inner .breadcrumb .breadcrumb-item {
        font-size: 11px;
    }

    .index-news {
        padding: 30px 0 40px;
    }

    .index-news .text-container {
        margin-bottom: 30px;
    }

    .news-item .item-img {
        height: 180px;
    }

    .news-item .item-title {
        font-size: 16px;
    }
}

@media (max-width: 991px) {

    .news-page h1,
    .news-page .h1 {
        font-size: 28px;
    }

    .news-page .item-text {
        font-size: 13px;
        height: 78px;
    }

    .news-inner .article-col {
        padding-right: 15px;
    }

    .news-inner .article-col h1 {
        font-size: 24px;
    }

    .news-inner .aside-col {
        margin-left: 0;
        margin-top: 20px;
    }

    .news-inner .aside-col .h3 {
        font-size: 24px;
    }

    .news-inner .aside-col .item-title {
        font-size: 16px;
    }

    .news-inner .aside-col .item-body {
        flex-grow: 1;
    }

    .news-inner .aside-col .detail-link {
        display: inline-block;
    }

    .index-news .col-sm-6.col-lg-4 {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .index-news .news-link {
        top: auto;
        right: auto;
        position: relative;
        width: 130px;
    }

    .index-news .text-container h2,
    .index-news .text-container .h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {

    .news-page h1,
    .news-page .h1 {
        font-size: 24px;
    }

    .news-page .item-title {
        font-size: 14px;
        height: auto;
    }

    .news-page .item-img {
        height: 150px;
    }

    .news-page .item-text {
        font-size: 12px;
        height: auto;
    }

    .news-page .main-content .btn-primary {
        font-size: 18px;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .news-inner .article-col p {
        font-size: 14px;
    }

    .news-inner .article-col ul li,
    .news-inner .article-col ol li {
        font-size: 14px;
    }

    .news-inner .article-col h2 {
        font-size: 20px;
    }

    .news-inner .article-col {
        padding-top: 25px;
    }

    .news-inner .article-col h1 {
        font-size: 24px;
    }

    .news-inner .aside-col {
        padding-top: 10px;
    }
}

@media (max-width: 575px) {
    .news-page .news-head .select-container {
        width: 400px;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .news-page .news-head .select-container .select-label,
    .news-page .news-head .select-container .select-box,
    .news-page .news-head .select-container .select-button,
    .news-page .news-head .select-container .select-dropdown {
        width: 100%;
    }

    .news-inner .breadcrumb {
        margin-bottom: 20px;
    }

    .news-inner .breadcrumb .breadcrumb-item {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 120px;
    }

    .news-inner .aside-col .item-title {
        min-height: auto;
    }

    .news-inner .aside-col .item-img {
        flex: 0 0 120px;
    }

    .news-inner .aside-col .news-item {
        width: 100%;
    }

    .news-inner .article-col img {
        float: none !important;
        margin: 10px 0 !important;
    }

    .news-item {
        width: 400px;
        margin: 0 auto 15px;
    }

    .news-item .item-img {
        height: 220px;
    }

    .index-news .text-container .h2,
    .index-news .text-container h2 {
        text-align: center;
    }
}

@media (max-width: 479px) {

    .news-page .h1,
    .news-page h1 {
        margin-bottom: 15px;
    }

    .news-page .news-head .select-container {
        width: 360px;
    }

    .news-page .main-content .btn-primary {
        margin: 0 0 20px;
    }

    .news-item {
        width: 360px;
    }

    .news-item .item-img {
        height: 220px;
    }

    .news-inner .aside-col .item-img {
        flex: 0 0 100px;
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 400px) {
    .news-page .news-head .select-container {
        width: 100%;
    }

    .news-item {
        width: 100%;
    }

    .news-item .item-img {
        height: 220px;
    }
}

.text-page .page-content {
    padding: 0 0 50px;
}

.text-page .page-content .row {
    margin-bottom: 30px;
}

.text-page .page-content p {
    margin: 10px 0 20px;
}

.text-page .page-content a {
    text-decoration: none;
    color: #e31e25;
}

.text-page .page-content a:hover {
    text-decoration: underline;
}

.text-page .page-content .h1,
.text-page .page-content h1 {
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 30px;
    text-align: center;
}

.text-page .page-content .h2,
.text-page .page-content h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 25px 0 10px;
}

.text-page .page-content .h3,
.text-page .page-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0 10px;
}

.text-page .page-content .h5,
.text-page .page-content h5 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 500;
}

.text-page .page-content img {
    display: block;
    max-width: 100%;
}

.text-page .page-content ul {
    margin: -5px 0 20px;
    padding: 0 0 0 20px;
}

.text-page .page-content ul li {
    font-size: 16px;
    position: relative;
    margin: 3px 0;
}

.text-section {
    padding: 60px 0;
}

.text-section .text-container {
    columns: 2;
    column-gap: 30px;
}

.text-section .row {
    margin-bottom: 30px;
}

.text-section a {
    color: #e31e25;
}

.text-section .h1,
.text-section h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 30px;
}

.text-section .h2,
.text-section h2 {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 20px;
}

.text-section .h3,
.text-section h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 25px 0 5px;
}

.text-section .h5,
.text-section h5 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 700;
}

.text-section img {
    display: block;
    max-width: 100%;
}

.text-section ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.text-section ul li {
    font-size: 16px;
    position: relative;
    padding-left: 18px;
}

.text-section ul li:before {
    content: '';
    width: 7px;
    height: 1px;
    background-color: #252525;
    position: absolute;
    left: 0;
    top: 11px;
}

@media (min-width: 1200px) {
    .text-page .page-content .text-container {
        max-width: 950px;
    }
}

@media (max-width: 1199px) {

    .text-page .page-content .h1,
    .text-page .page-content h1 {
        font-size: 32px;
    }

    .text-page .page-content .h2,
    .text-page .page-content h2 {
        font-size: 20px;
    }

    .text-section .h2,
    .text-section h2 {
        font-size: 20px;
    }

    .text-page .page-content .h3,
    .text-page .page-content h3 {
        font-size: 16px;
    }

    .text-page .page-content .h4,
    .text-page .page-content h4 {
        font-size: 14px;
    }

    .text-section .text-container {
        columns: auto;
    }

    .text-page .page-content ul li {
        font-size: 14px;
    }

    .text-page .page-content p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {

    .text-page .page-content .h1,
    .text-page .page-content h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .text-page .page-content .row {
        margin-bottom: 10px;
    }

    .text-section {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {

    .text-page .page-content .h1,
    .text-page .page-content h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {

    .text-page .page-content .h3,
    .text-page .page-content h3 {
        font-size: 18px;
    }
}

.main-footer {
    color: #fff;
}

.main-footer .logo-holder {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.main-footer .logo-holder img {
    display: block;
    max-width: 60px;
    margin-right: 10px;
}

.main-footer .logo-text {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    white-space: nowrap;
}

.main-footer .logo-text span {
    color: #e31e25;
}

.main-footer .logo-col p {
    max-width: 350px;
    color: #A5A5A5;
}

.main-footer .footer-address {
    color: #A5A5A5;
    line-height: 1.9;
    margin-top: 5px;
}

.footer-content {
    background-color: #212121;
    padding: 40px 0;
}

.footer-content ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.footer-content ul li {
    margin: 0 0 10px;
}

.footer-content ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-content ul li a:hover {
    text-decoration: underline;
    color: #e31e25;
}

.footer-bottom {
    background-color: #111;
    padding: 15px 0;
    color: #fff;
    font-size: 13px;
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
}

.footer-bottom a {
    color: #fff;
    font-weight: 500;
}

.footer-bottom a:hover {
    text-decoration: none;
}

.footer-bottom p {
    margin: 0;
}

.site-developer {
    color: #A5A5A5;
}

@media (max-width: 1399px) {
    .footer-content .col-md-3 {
        padding-left: 50px;
    }
}

@media (max-width: 1199px) {
    .footer-content .col-md-3 {
        padding-left: 15px;
    }

    .footer-content .logo-text {
        font-size: 18px;
    }

    .footer-content .footer-logo {
        width: 180px;
    }
}

@media (max-width: 991px) {
    .footer-content {
        padding: 20px 0;
    }

    .footer-content .footer-text {
        font-size: 12px;
    }

    .footer-content .footer-title {
        font-size: 14px;
    }

    .footer-content .logo-holder img {
        max-width: 50px;
    }

    .footer-content .logo-text {
        font-size: 14px;
    }

    .footer-content ul li a {
        font-size: 12px;
    }

    .footer-content .footer-logo {
        width: 160px;
    }

    .footer-bottom {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .footer-content .footer-title {
        font-size: 16px;
    }

    .main-footer .footer-bottom .container {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .main-footer .footer-bottom .copyright-text {
        margin-bottom: 10px;
    }

    .main-footer .footer-bottom .site-developer {
        width: 100%;
    }

    .main-footer .logo-col p {
        max-width: 100%;
    }

    .main-footer .logo-holder {
        width: 280px;
        margin: 0 auto 20px;
    }

    .main-footer .footer-content .logo-text {
        font-size: 20px;
    }

    .main-footer .footer-content ul li a {
        font-size: 13px;
    }

    .main-footer .footer-address {
        margin-top: 10px;
    }
}

@media (max-width: 479px) {
    .footer-bottom {
        padding: 10px 0;
    }

    .footer-bottom .copyright-text {
        font-size: 13px;
    }
}

.error-page .page-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    text-align: center;
}

.error-page .page-content .lg-nums {
    font-size: 160px;
    font-weight: 600;
    line-height: 1.1;
    color: #e31e25;
}

.error-page .page-content .h2 {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 10px;
}

.error-page .page-content p {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
    color: #74747a;
}

.error-page .page-content p a {
    color: #e31e25;
    font-weight: 400;
}

.error-page .page-content p a:hover {
    text-decoration: none;
}

@media (max-width: 1199px) {
    .error-page .page-content .h2 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .error-page .page-content .lg-nums {
        font-size: 100px;
    }
}

@media (max-width: 767px) {
    .error-page .page-content .lg-nums {
        font-size: 80px;
    }

    .error-page .page-content .h2 {
        font-size: 24px;
    }

    .error-page .page-content p {
        font-size: 14px;
    }
}

.btn-outline {
    border: 1px solid #212121;
    padding: 5px;
    cursor: pointer;
    margin: 5px 0;
    color: #111;
    transition: 0.25s;
    display: block;
    text-align: center;
}

.btn-outline:hover {
    background-color: #111;
    color: #fff;
}