@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&amp;display=swap');
b, strong {
    font-weight: 700;
}

b.semi {
    font-weight: 600;
}

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

.tooltip-btn {
    display: inline-block;
    padding: 5px;
}

.tooltip-inner {
    max-width: 280px !important;
    padding: 10px;
    -webkit-box-shadow: 0 2px 3px #a8b7c7;
    box-shadow: 0 2px 3px #a8b7c7;
    background-color: #c02111;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #c02111;
}

.tooltip.show {
    opacity: 1 !important;
}

.col-xl-3_5, .col-xl-4_5, .col-xl-2_5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .col-xl-4_5 {
        -ms-flex: 0 0 35%;
        -webkit-box-flex: 0;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .col-xl-3_5 {
        -ms-flex: 0 0 30%;
        -webkit-box-flex: 0;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .col-xl-2_5 {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

img {
    max-height: 100%;
    max-width: 100%;
}

.Page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.Main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding-top: 15px;
}

.row--small {
    margin-left: -10px;
    margin-right: -10px;
}

.row--small > .col, .row--small > .col-1, .row--small > .col-10, .row--small > .col-11, .row--small > .col-12, .row--small > .col-2, .row--small > .col-3, .row--small > .col-4, .row--small > .col-5, .row--small > .col-6, .row--small > .col-7, .row--small > .col-8, .row--small > .col-9, .row--small > .col-auto, .row--small > .col-lg, .row--small > .col-lg-1, .row--small > .col-lg-10, .row--small > .col-lg-11, .row--small > .col-lg-12, .row--small > .col-lg-2, .row--small > .col-lg-3, .row--small > .col-lg-4, .row--small > .col-lg-5, .row--small > .col-lg-6, .row--small > .col-lg-7, .row--small > .col-lg-8, .row--small > .col-lg-9, .row--small > .col-lg-auto, .row--small > .col-md, .row--small > .col-md-1, .row--small > .col-md-10, .row--small > .col-md-11, .row--small > .col-md-12, .row--small > .col-md-2, .row--small > .col-md-3, .row--small > .col-md-4, .row--small > .col-md-5, .row--small > .col-md-6, .row--small > .col-md-7, .row--small > .col-md-8, .row--small > .col-md-9, .row--small > .col-md-auto, .row--small > .col-sm, .row--small > .col-sm-1, .row--small > .col-sm-10, .row--small > .col-sm-11, .row--small > .col-sm-12, .row--small > .col-sm-2, .row--small > .col-sm-3, .row--small > .col-sm-4, .row--small > .col-sm-5, .row--small > .col-sm-6, .row--small > .col-sm-7, .row--small > .col-sm-8, .row--small > .col-sm-9, .row--small > .col-sm-auto, .row--small > .col-xl, .row--small > .col-xl-1, .row--small > .col-xl-10, .row--small > .col-xl-11, .row--small > .col-xl-12, .row--small > .col-xl-2, .row--small > .col-xl-3, .row--small > .col-xl-4, .row--small > .col-xl-5, .row--small > .col-xl-6, .row--small > .col-xl-7, .row--small > .col-xl-8, .row--small > .col-xl-9, .row--small > .col-xl-auto, .row--small > .col-xl-4_5, .row--small > .col-xl-3_5, .row--small > .col-xl-2_5 {
    padding-right: 10px;
    padding-left: 10px;
}

.red {
    color: #df404a;
}

button {
    cursor: pointer;
}

.Btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 100%;
}

.Btn--green {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8fca1e), to(#6a9e07));
    background-image: linear-gradient(180deg, #8fca1e 0%, #6a9e07 100%);
    color: #fff;
}

.Btn--red {
    background-color: #df404a;
    color: #fff;
}

.Btn--medium {
    height: 40px;
    border-radius: 5px;
    border: 0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 40px;
    max-width: 100%;
}

.Btn--medium:hover, .Btn--medium:active, .Btn--medium:focus {
}

.Btn--primary:hover, .Btn--primary:active, .Btn--primary:focus {
    color: #fff;
    background: rgba(166, 17, 2, 0.8);
}

.Btn--big {
    height: 44px;
    border-radius: 5px;
    border: 0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 44px;
    max-width: 100%;
}

.Btn--big:hover, .Btn--big:active, .Btn--big:focus {
    background-color: none;
    color: none;
}

.Btn--block {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border: 0;
    padding: 0 20px;
    line-height: 1;
    height: 44px;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    background-color: #c02111;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.31px;
}

.Btn--block-danger {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border: 0;
    padding: 0 20px;
    line-height: 1;
    height: 44px;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    background-color: #f44336;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.31px;
}

.Btn--block:hover, .Btn--block:active, .Btn--block:focus {
    background-color: none;
    color: none;
}

.Btn--border {
    height: 50px;
    border-radius: 4px;
    border: 2px solid #df404a;
    color: #df404a;
    font-size: 18px;
    font-weight: 500;
    line-height: 46px;
    text-transform: inherit;
}

@media (max-width: 550px) {
    .Btn--border {
        font-size: 16px;
    }
}

.Btn--primary {
    background-color: #c02111;
    color: #fff;
}

.Btn-icon__label {
    position: absolute;
    top: -4px;
    right: -9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
    padding: 0 3px;
    min-width: 18px;
    height: 18px;
    background-color: #d74541;
    border-radius: 100%;
    font-size: 12px;
}

.Btn .icon + .Btn__text {
    margin-left: 6px;
}

.Btn__text + .icon {
    margin-left: 6px;
}

.Btn-small {
    padding: 0 10px;
    border: 0;
    min-width: 78px;
    line-height: 34px;
    height: 36px;
    border-radius: 3px;
    border: 1px solid transparent;
}

.Btn--white {
    background-color: #fff;
    color: #c02111;
    border-radius: 3px;
    border-color: #d8dde6;
}

.col-form-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1a1a1a;
    font-size: 13px;
}

.Form-textarea {
    border: 0;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02), 0 1px 3px rgba(50, 50, 93, 0.15);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02), 0 1px 3px rgba(50, 50, 93, 0.15);
    border-radius: 2px;
    background-color: #ffffff;
    padding: 15px;
    color: #1a1a1a;
    font-size: 13px;
    width: 100%;
    min-height: 146px;
    max-height: 250px;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error > .Form-label {
    color: #a94442;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success > .Form-label {
    color: #3c763d;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning > .Form-label {
    color: #8a6d3b;
}

.bootstrap-datetimepicker-widget {
    width: 300px !important;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02), 0 1px 3px rgba(50, 50, 93, 0.15);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02), 0 1px 3px rgba(50, 50, 93, 0.15);
    border-radius: 2px;
    background-color: #ffffff;
}

.bootstrap-datetimepicker-widget > div {
    display: block;
}

.bootstrap-datetimepicker-widget table tr td {
    font-weight: 400;
    border: 0;
}

.bootstrap-datetimepicker-widget table tr th {
    font-weight: 400;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #aaa;
}

.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget-switch {
    font-size: 16px;
    color: rgba(5, 22, 61, 0.65);
    text-transform: none;
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
}

.bootstrap-datetimepicker-widget table tr td span.month, .bootstrap-datetimepicker-widget table tr td span.year, .bootstrap-datetimepicker-widget table tr td span.decade {
    background: none !important;
    color: #aaa;
    margin: 5% 1%;
}

.bootstrap-datetimepicker-widget table tr td span.month.active, .bootstrap-datetimepicker-widget table tr td span.month.focused, .bootstrap-datetimepicker-widget table tr td span.month:hover, .bootstrap-datetimepicker-widget table tr td span.year.active, .bootstrap-datetimepicker-widget table tr td span.year.focused, .bootstrap-datetimepicker-widget table tr td span.year:hover, .bootstrap-datetimepicker-widget table tr td span.decade.active, .bootstrap-datetimepicker-widget table tr td span.decade.focused, .bootstrap-datetimepicker-widget table tr td span.decade:hover {
    color: #c02111 !important;
    font-weight: 700 !important;
}

.bootstrap-datetimepicker-widget table tr td.day.active, .bootstrap-datetimepicker-widget table tr td.day:hover {
    background-color: #030a24 !important;
    color: #fff !important;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    font-size: 16px;
}

.bootstrap-datetimepicker-widget .fa-clock-o {
    background-image: url(https://www.bayi.derlas.com.tr/assets/img/clock.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px !important;
}

.bootstrap-datetimepicker-widget .fa-clock-o::before {
    display: none;
}

.bootstrap-datetimepicker-widget .fa-arrow-up {
    background-image: url(https://www.bayi.derlas.com.tr/assets/img/arrow-up.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 10px !important;
}

.bootstrap-datetimepicker-widget .fa-arrow-up::before {
    display: none;
}

.bootstrap-datetimepicker-widget .fa-arrow-down {
    background-image: url(https://www.bayi.derlas.com.tr/assets/img/arrow-down.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 10px !important;
}

.bootstrap-datetimepicker-widget .fa-arrow-down::before {
    display: none;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:first-child {
    background-image: url(https://www.bayi.derlas.com.tr/assets/img/arrow-left.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 10px !important;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:first-child::before {
    display: none;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:last-child {
    background-image: url(https://www.bayi.derlas.com.tr/assets/img/arrow-right.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 10px !important;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:last-child::before {
    display: none;
}

.bootstrap-datetimepicker-widget .fa-calendar {
    background-image: url(https://www.bayi.derlas.com.tr/assets/img/calendar.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px !important;
}

.bootstrap-datetimepicker-widget .fa-calendar::before {
    display: none;
}

div.dataTables_wrapper div.dataTables_info {
    float: left;
}

div.dataTables_wrapper div.dataTables_filter label {
    margin: 0;
}

table.dataTable {
    margin: 15px 0 !important;
}

.dt-buttons {
    position: relative;
    float: left;
}

@media (max-width: 767px) {
    .dt-buttons {
        width: 100%;
        margin-bottom: 15px;
    }
}

.dt-buttons > .dt-button {
    background-image: url(https://www.bayi.derlas.com.tr/assets/img/select.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02), 0 1px 3px rgba(50, 50, 93, 0.15);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02), 0 1px 3px rgba(50, 50, 93, 0.15);
    border-radius: 2px;
    border: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    color: #1a1a1a;
    font-size: 13px;
    height: 44px;
    height: 44px;
    padding-right: 48px;
    background-size: auto 44px;
    background-position: center right 15px;
    min-width: 150px;
}

@media (max-width: 767px) {
    .dt-buttons > .dt-button {
        width: 100%;
    }
}

.dt-buttons .dt-button-collection {
    z-index: 6;
    border: 0;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02), 0 1px 3px rgba(50, 50, 93, 0.15);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02), 0 1px 3px rgba(50, 50, 93, 0.15);
    border-radius: 4px;
    background-color: #ffffff;
    top: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    width: 200px;
    border-top-left-radius: 0;
}

@media (max-width: 767px) {
    .dt-buttons .dt-button-collection {
        width: 100%;
    }
}

.dt-buttons .dt-button-collection .dt-button {
    background: none;
    border: 0;
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 8px 16px;
    color: #9b9b9b;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.form-control {
    border: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02), 0 1px 3px rgba(50, 50, 93, 0.15);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02), 0 1px 3px rgba(50, 50, 93, 0.15);
    border-radius: 2px;
    background-color: #ffffff;
    padding: 0 15px;
    color: #1a1a1a;
    font-size: 13px;
    height: 44px;
    line-height: 44px;
}

.form-icon {
    position: relative;
}

.form-icon .icon {
    position: absolute;
    left: 12px;
    z-index: 11;
    font-size: 19px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1a1a1a;
}

.form-icon input {
    height: 100%;
    position: absolute;
    padding-left: 40px;
    border: 0;
    background: None;
    z-index: 5;
    bottom: 0;
    left: 0;
    color: #1a1a1a;
    width: 100%;
}

.form-icon ::-webkit-input-placeholder {
    color: #1a1a1a;
}

.form-group {
    margin-bottom: 10px;
}

.form-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
}

.swiper-container {
    width: 100%;
}

.swiper-button-next, .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -15px;
    font-size: 24px;
    background-color: rgba(5, 21, 61, 0.8);
    color: #ffffff;
}

@media (max-width: 1024px) {
    .swiper-button-next, .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
}

.swiper-button-disabled {
    opacity: 1;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination {
    top: -70px;
}

.swiper-pagination-bullet {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 1px solid #dedede;
    border-radius: 0;
    padding: 2.4px;
    width: 14px;
    height: 14px;
    background: none;
    margin: 0 7px !important;
}

.swiper-pagination-bullet::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: #dedede;
}

.swiper-pagination-bullet-active {
    border-color: #df404a;
}

.swiper-pagination-bullet-active::before {
    background-color: #df404a;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 13px;
    -webkit-box-shadow: 0 2px 0 #f0f2f7;
    box-shadow: 0 2px 0 #f0f2f7;
    border-radius: 4px 4px 0 0;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    border: 0;
}

.modal-header::before, .modal-header::after {
    display: none;
}

.modal-header .close {
    position: absolute;
    right: 0;
    top: 0;
    color: #c02111;
    margin: 0;
    height: 100%;
    font-size: 15px;
}

.modal-title {
    color: #16325c;
    font-size: 20px;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: white;
    background-clip: padding-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.2);
    -o-border-image: initial;
    border-image: initial;
    border-radius: 0.3rem;
    outline: 0px;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-body {
    background-color: #f4f5f7;
    padding: 25px 45px;
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }
}

#AdresEkle .modal-lg {
    max-width: 550px !important;
    padding: 20px 0;
}

p {
    margin: 0;
}

p:not(:last-child) {
    margin-bottom: 15px;
}

.p--gray {
    color: rgba(30, 30, 30, 0.6);
}

blockquote {
    padding: 30px;
    border-radius: 0 6px 6px 0;
    background-color: rgba(247, 247, 247, 0.5);
    border-left: 3px solid #8fca1e;
    color: #1e1e1e;
    font-size: 15px;
    line-height: 26px;
}

body, input, select, button, .form-control {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1;
}

b.green {
    color: #8fca1e;
}

a {
    color: #030a24;
    -webkit-transition: all 0.33s;
    transition: all 0.33s;
}

a:hover {
    color: #030a24;
    text-decoration: none;
}

body {
    color: #030a24;
    background-color: #f4f5f7;
    font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility !important;
    line-height: 1.3;
}

.Page {
    padding-top: 185px;
}

.Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 55;
    margin-bottom: 30px;
    height: 155px;
}

.Header-top {
    background-color: #fff;
}

.Header-top__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Header-top-menu {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    line-height: 1;
}

@media (max-width: 767px) {
    .Header-top-menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .Header-top-menu--first {
        display: none;
    }
}

.Header-top-menu:first-child {
    margin: 0 -10px;
}

.Header-top-menu__item {
    font-weight: 300;
    border-right: 1px solid rgba(61, 87, 170, 0.15);
}

@media (max-width: 767px) {
    .Header-top-menu__item {
        border-right: 0px;
    }
}

.Header-top-menu__item span {
    font-size: 13px;
}

.Header-top-menu__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}

.Header-bottom {
    background-image: url(../assets/img/header.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #c02111;
}

.Header-bottom__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 23px;
    height: 120px;
    position: relative;
}

.Header-bottom-menu {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -13px;
    line-height: 1;
}

.Header-bottom-menu__item {
    padding: 10px 13px;
}

.Header-bottom-menu__link {
    padding: 0 7px;
    color: #fff;
}

.Header-bottom-menu__link .icon {
    font-size: 28px;
}

@media (max-width: 550px) {
    .Header-bottom-menu__link .icon {
        font-size: 24px;
    }
}

.Header-bottom-menu__link:hover {
    color: #fff;
}

.Header-bottom .dropdown-menu {
    padding: 0 !important;
    -webkit-transition: all 1s;
    transition: all 1s;
    display: table;
    width: 100%;
    text-align: center;
    top: 77px;
    border: 0;
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 55px !important;
    left: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    width: 100%;
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.Header-bottom .dropdown-menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: calc(100vh - 130px) !important;
    overflow: auto;
}

@media (max-width: 1023px) {
    .Header-bottom .dropdown-menu__container {
        padding: 10px 0;
    }
}

.Header-bottom .dropdown-toggle::after {
    display: none;
}

.Header-bottom .dropdown {
    position: static;
}

.Header-bottom .dropdown.show .dropdown-menu {
    top: 77px !important;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s, 0s, 0.3s;
    transition-delay: 0s, 0s, 0.3s;
}

.Header-bottom .dropdown.show .dropdown-menu::after {
    content: '';
    position: absolute;
    right: 14px;
    top: -8px;
    border-style: solid;
    border-width: 0px 7px 8px 7px;
    border-color: transparent transparent #ffffff transparent;
}

.Header-bottom-submenu {
    width: 25%;
    padding: 30px 40px;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1023px) {
    .Header-bottom-submenu {
        width: 50%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 550px) {
    .Header-bottom-submenu {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.Header-bottom-submenu:not(:last-child) {
    border-right: 1px solid rgba(61, 87, 170, 0.15);
}

.Header-bottom-submenu__item {
    font-size: 13px;
    font-weight: 300;
}

.Header-bottom-submenu__title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.Header-bottom-submenu__link {
    display: block;
    padding: 5px 0px;
}

.Header__logo {
   background-image: url(../assets/img/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
}

@media (max-width: 550px) {
    .Header__logo {
        background-size: 100%;
        width: 165px;
    }
}

.Header__logo h1 {
    display: none;
}

.Header-search {
    width: 100%;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02), 0 1px 3px rgba(50, 50, 93, 0.15);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02), 0 1px 3px rgba(50, 50, 93, 0.15);
    border-radius: 4px;
    background-color: #ffffff;
    margin-top: -23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
}

.Header-search ::-webkit-input-placeholder {
    color: #030a24;
}

.Header-search button {
    background: none;
    border: 0;
    height: 46px;
    width: 46px;
    outline: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.Header-search input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #030a24;
    font-weight: 600;
    background: none;
    border: 0;
    height: 46px;
    outline: 0;
    padding-bottom: 2px;
}

.page__top {
    margin-top: -40px;
    margin-bottom: 50px;
    background-color: #323333;
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page--2x {
    padding: 75px 0;
}

.page--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.page__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page__title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 1023px) {
    .page__title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .page__title {
        font-size: 26px;
    }
}

@media (max-width: 550px) {
    .page__title {
        font-size: 24px;
    }
}

.page__title--medium {
    font-size: 50px;
}

@media (max-width: 1023px) {
    .page__title--medium {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    .page__title--medium {
        font-size: 42px;
    }
}

@media (max-width: 550px) {
    .page__title--medium {
        font-size: 38px;
    }
}

.page__title span {
    color: #8fca1e;
}

.page__title + .page__desc {
    margin-top: 30px;
}

.page__desc {
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 30px;
}

.page__desc + .btn {
    margin-top: 30px;
}

.page__desc b {
    color: #8fca1e;
}

.page__desc span {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 500;
}

.page-navigation {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-navigation__item {
    color: rgba(255, 255, 255, 0.3);
    margin: 0 15px;
    font-size: 16px;
}

.page-navigation__link {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.page-navigation__link:hover {
    color: #fff;
}

.page-navigation__text {
    font-weight: 400;
}

.page-navigation__arrow {
    color: rgba(255, 255, 255, 0.28);
    font-weight: 400;
    letter-spacing: -0.11px;
}

.padding {
    padding: 30px;
}

@media (max-width: 550px) {
    .padding {
        padding: 15px;
    }
}

.padding--big {
    padding: 40px;
}

@media (max-width: 550px) {
    .padding--big {
        padding: 20px;
    }
}

.full {
    width: 100% !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px !important;
}

.mr-3 {
    margin-right: 30px !important;
}

.mr-4 {
    margin-right: 40px !important;
}

.flex {
    display: Flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.alert {
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    padding: 6px 12px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 29px;
    padding-right: 30px;
}

.alert span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.alert .icon {
    margin-right: 10px;
    font-size: 10px;
}

.alert .icon-close {
    margin-right: 0;
    font-size: 7px;
    cursor: pointer;
    margin-left: 5px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
}

.alert-success {
    background-color: #5dd7a0;
}

.alert-warning {
    background-color: #ffaf42;
}

.alert-danger {
    background-color: #d74541;
}

.box {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    border-radius: 5px;
    background-color: #ffffff;
}

.text-small {
    font-size: 13px;
    font-weight: 300;
}

.text-big {
    font-size: 18px;
    font-weight: 600;
}

.t-small {
    font-size: 12px;
}

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

.m {
    margin: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.m-3 {
    margin: 15px;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.icon--big {
    font-size: 24px;
    margin-right: 5px;
}

.ta-center {
    text-align: center !important;
}

.color-1 {
    color: #fff !important;
}

.color-2 {
    color: #030a24 !important;
}

.color-3 {
    color: #bcd5ef !important;
}

.color-5 {
    color: #1a1a1a !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
    letter-spacing: -0.84px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
}

.fw300 {
    font-weight: 300;
}

@media (max-width: 991px) {
    .Table-mobileLeft {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}

@media (max-width: 991px) {
    .Table-responsive thead td {
        display: none;
    }
}

@media (max-width: 991px) {
    .Table-responsive tbody tr td.nodatath::before {
        display: none;
    }
}

.Table-responsive tbody tr td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    text-align: left;
}

@media (min-width: 992px) {
    .Table-responsive tbody tr td:before {
        display: none;
    }
}

@media (max-width: 991px) {
    .Table-responsive tbody tr td {
        padding: 10px 20px !important;
        text-align: left;
        display: block;
        text-align: left !important;
    }

    .Table-responsive tbody tr td:first-child {
        padding-top: 20px !important;
    }

    .Table-responsive tbody tr td:last-child {
        padding-bottom: 20px !important;
    }
}

.Table table {
    width: 100% !important;
    text-align: center;
}

.Table table td {
    padding: 21px;
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
}

.Table table td:not(:last-child) {
    border-right: 1px solid rgba(61, 87, 170, 0.15);
}

.Table table thead tr {
    background-color: #ffffff;
}

.Table table thead td {
    font-weight: 600;
}

.Table table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.Table table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.Table-theme-1 table.dataTable thead .sorting:before, .Table-theme-1 table.dataTable thead .sorting:after, .Table-theme-1 table.dataTable thead .sorting_asc:before, .Table-theme-1 table.dataTable thead .sorting_asc:after, .Table-theme-1 table.dataTable thead .sorting_desc:before, .Table-theme-1 table.dataTable thead .sorting_desc:after, .Table-theme-1 table.dataTable thead .sorting_asc_disabled:before, .Table-theme-1 table.dataTable thead .sorting_asc_disabled:after, .Table-theme-1 table.dataTable thead .sorting_desc_disabled:before, .Table-theme-1 table.dataTable thead .sorting_desc_disabled:after {
    bottom: 1.4em;
}

.Table-theme-1 table thead tr {
    margin-bottom: 10px;
}

.Table-theme-1 .Table-div-head, .Table-theme-1 table thead tr td {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
}

.Table-theme-1 table tr td {
    border-right: 0 !important;
}

.Table-theme-1 .Table-div-row:nth-child(odd), .Table-theme-1 table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.Table-theme-1 .Table-div-row:nth-child(even), .Table-theme-1 table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.Table-theme-1 .Table-div-head, .Table-theme-1 table thead tr td {
    padding: 20px;
}

.Table-theme-1 .Table-div-cell, .Table-theme-1 table tbody tr td {
    color: rgba(0, 0, 0, 1);
    padding: 20px;
}

.Table-theme-2 {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: -70px;
}

@media (max-width: 991px) {
    .Table-theme-2 {
        margin: 0;
    }
}

.Table-theme-2 table td {
    color: #030a24;
    font-weight: 300;
    text-align: left;
}

.Table-theme-2 table td:not(:last-child) {
    border-right: 0;
}

.Table-theme-2 table thead tr {
    background-color: transparent;
}

.Table-theme-2 table thead td {
    padding: 20px 10px;
    color: #414040;
    font-weight: 300;
    letter-spacing: -0.32px;
}

.Table-theme-2 table tbody tr:nth-child(odd) {
    background-color: transparent;
}

.Table-theme-2 table tbody tr:nth-child(even) {
    background-color: transparent;
}

@media (max-width: 991px) {
    .Table-theme-2 table tbody tr:nth-child(odd) {
        background-color: #f9f9f9 !important;
    }

    .Table-theme-2 table tbody tr:nth-child(even) {
        background-color: !important;
    }
}

.Table-theme-2 table tbody td {
    padding: 10px 10px;
}

.Basket-table-div {
    margin-top: -85px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
}

.Basket-table-div-head {
    height: 75px;
    line-height: 75px;
}

.Box {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    background-color: #ffffff;
}

.Box-head {
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(151, 151, 151, 0.28);
    padding: 0 15px;
}

.Box__title {
    margin-bottom: 0;
}

.Box-content {
    padding: 15px;
}

div.dataTables_wrapper div.dataTables_length select {
    margin: 0 10px;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 450px;
    margin-left: 10px;
}

@media (max-width: 550px) {
    div.dataTables_wrapper div.dataTables_filter input {
        width: 100%;
    }
}

#toast-container {
    margin: -6px 0;
    width: 100%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.toast-top-right {
    top: 0px;
    right: 0px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.toast-bottom-right {
    bottom: 0px;
    right: 0px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.toast-bottom-left {
    bottom: 0px;
    left: 0px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.toast-top-left {
    top: 0px;
    left: 0px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.toast-message {
    display: inline-block;
}

button.toast-close-button {
    height: auto;
    position: relative;
    top: 0px;
}

#toast-container > div {
    margin: 6px 0;
    background-size: auto 20px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 15px !important;
    padding-left: 45px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: 1;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    max-width: 100%;
}

.toast-success {
    background-color: #04844b;
}

.toast-error {
    background-color: #c23934;
}

.toast-info {
    background-color: #54698d;
}

.toast-warning {
    background-color: #ffb75d;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -3px;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination__btn, .pagination .page-link {
    border-radius: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    min-width: 30px;
    height: 30px;
    border: 1px solid #dee2e6 !important;
    background-color: #ffffff !important;
    color: #1a1a1a !important;
    letter-spacing: -0.2px;
    line-height: 1;
    margin: 3px;
    padding: 0 8px;
}

.pagination__btn.active, .pagination__btn:hover, .pagination .page-link.active, .pagination .page-link:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 7px 14px rgba(50, 50, 93, 0.11) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 7px 14px rgba(50, 50, 93, 0.11) !important;
    background-color: #c02111 !important;
    color: #fff !important;
}

.pagination__btn .icon, .pagination .page-link .icon {
    font-size: 10px;
}

.pagination .page-item.active a {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 7px 14px rgba(50, 50, 93, 0.11) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 7px 14px rgba(50, 50, 93, 0.11) !important;
    background-color: #c02111 !important;
    color: #fff !important;
}

.Navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-bottom: 20px;
}

.Navigation__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: -5px;
    color: rgba(113, 113, 113, 0.65);
}

.Navigation__item {
    font-size: 13px;
}

.Navigation__item a {
    color: rgba(113, 113, 113, 0.65);
}

.Navigation__item span {
    color: #717171;
}

.Navigation__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
}

.Navigation-link {
    color: rgba(0, 0, 0, 0.4);
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
}

.Navigation-link .icon {
    margin-right: 5px;
}

.Form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.Form-label {
    color: #000000;
    font-weight: 600;
}

.Form-file label {
    position: relative;
    padding-right: 60px;
    line-height: 42px;
}

.Form-file label::after {
    border-left: 1px solid rgba(151, 151, 151, 0.16);
    background-image: url(https://www.bayi.derlas.com.tr/assets/img/folder.svg);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    width: 42px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.Form-file input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.Form-file input + label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.Form-select {
    -moz-appearance: button;
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(https://www.bayi.derlas.com.tr/assets/img/select.svg);
    background-color: #fff;
    background-position: center right 10px;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    border: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    color: #1a1a1a;
    font-size: 13px;
    height: 32px;
    padding-left: 12px;
    padding-right: 40px;
}

.Form-select--big {
    height: 44px;
    padding-left: 14px;
    padding-right: 48px;
    background-size: auto 44px;
    background-position: center right 15px;
}

.Form-checkboxes > div {
    margin-bottom: 10px;
}

.Form-checkbox label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px !important;
}

.Form-checkbox label::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02), 0 1px 3px rgba(50, 50, 93, 0.15);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02), 0 1px 3px rgba(50, 50, 93, 0.15);
    border-radius: 4px;
    background-color: #ffffff;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
}

.Form-checkbox label span {
    min-height: 20px;
    line-height: 20px;
    font-weight: 300;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.Form-checkbox input {
    display: none;
}

.Form-checkbox input:checked + label::before {
    background-image: url(https://www.bayi.derlas.com.tr/assets/img/checked.svg);
}

.Form-checkbox--radio label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 100%;
    background-color: #f4f5f7;
    border: 1px solid #979797;
}

.Form-checkbox--radio input:checked + label::before {
    background-image: none;
    border: 7px solid #c02111;
    background-color: #fff;
}

.Form-checkbox--button label {
    width: 32px;
    height: 16px;
    position: relative;
    border: 1px solid #1a1a1a;
    border-radius: 12px;
    padding: 1px;
}

.Form-checkbox--button label::before {
    width: 12px;
    position: relative;
    left: 0;
    -webkit-transition: all 0.33s;
    transition: all 0.33s;
    height: 12px;
    border-radius: 10px;
    background-color: #1a1a1a;
}

.Form-checkbox--button input:checked + label {
    border-color: #7ed321;
}

.Form-checkbox--button input:checked + label::before {
    left: 16px;
    background: none;
    background-color: #7ed321;
}

.Half-page {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .Half-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.Half-page-left {
    min-height: 100vh;
    width: 729px;
    color: #fff;
    -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.07), 0 15px 35px rgba(50, 50, 93, 0.1);
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.07), 0 15px 35px rgba(50, 50, 93, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

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

.Half-page-left__container {
    padding-top: 30px;
    width: 100%;
    padding-right: 130px;
    padding-left: 130px;
    display: table;
    min-height: 100vh;
    /*background-image: url(../assets/img/bg-1.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center bottom;*/
    background-color: #41100c;
    padding-bottom: 580px;
}

@media (max-width: 1200px) {
    .Half-page-left__container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 550px) {
    .Half-page-left__container {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
        background-size: 550px;
        padding-bottom: 400px;
    }
}

.Half-page-left .Header__logo {
    margin-bottom: 30px;
}

.Half-page-left__desc {
    color: #ffffff;
    font-weight: 300;
}

.Half-page-left__desc b {
    font-weight: 600;
}

.Half-page-left__desc a {
    color: #bcd5ef;
}

.Half-page-left__desc br {
    line-height: 25px;
}

.Half-page-left-buttons {
    margin: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.Half-page-left-buttons .Btn {
    margin: 5px;
    height: 35px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 4px 6px rgba(50, 50, 93, 0.11);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 4px 6px rgba(50, 50, 93, 0.11);
    border-radius: 4px;
    padding: 0 10px;
    background-color: #bcd5ef;
}

.Half-page-left-buttons .Btn .icon {
    margin-right: 5px;
}

.Half-page-left-buttons .Btn span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.Half-page-left-buttons .Btn:hover {
    background-color: #ffffff;
}

.Half-page-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Half-page-right__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 460px;
    max-width: 100%;
}

.Half-page-right__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}

.Half-page-right__top--long {
    margin-bottom: 250px;
}

@media (max-width: 991px) {
    .Half-page-right__top--long {
        margin-bottom: 40px;
    }
}

.Half-page-right__bottom {
    width: 100%;
}

.Half-page-right__middle {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

.Delivery-head {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(61, 87, 170, 0.15);
}

.Delivery-search {
    position: relative;
}

.Delivery-search button {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    text-align: center;
    background: none;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/* Page */
.pageArea {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}

.pageContent {
    flex: 0.73;
    padding: 20px;
}

.pageContentSidebar {
    flex: .25;
    height: fit-content;
}

.pageContentSidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pageContentSidebar ul li {
    border-bottom: 1px solid #f1f1f1;
}

.pageContentSidebar ul li.active {
    background-color: rgba(136, 152, 170, 0.2);
}

.pageContentSidebar ul li.active a {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
}

.pageContentSidebar ul li a {
    padding: 15px;
    font-size: 12px;
    display: block;
    font-weight: 400;
    color: #1a1a1a;
}

@media (max-width: 767px) {
    .pageArea {
        flex-direction: column-reverse;
    }

    .pageContent {
        flex: 1 !important;
    }

    .pageContentSidebar {
        margin-top: 25px;
        flex: 1 !important;
    }
}


.Price-range__container {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Price-range__container span {
    color: #1a1a1a;
    font-size: 13px;
    text-align: center;
    width: 30px;
}

.Price-range__container input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.Price-range .ui-slider-handle {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-color: #c02111;
    top: -6px;
    border-radius: 50%;
    border: 0;
}

.Price-range .ui-slider-handle .value {
    -webkit-box-shadow: 0 2px 3px #a8b7c7;
    box-shadow: 0 2px 3px #a8b7c7;
    background-color: #c02111;
    height: 22px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
    position: absolute;
    top: -32px;
    min-width: 32px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    border-radius: 4px;
    left: -9px;
    font-family: 'Roboto', sans-serif;
}

.Price-range .ui-slider-handle .value::Before {
    content: "";
    position: absolute;
    left: 9px;
    bottom: -9px;
    border-style: solid;
    border-top-width: 9px;
    border-right-width: 7px;
    border-left-width: 7px;
    border-top-color: #c02111;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.Price-range .ui-slider-handle:focus, .Price-range .ui-slider-handle:active {
    outline: none;
}

.Price-range #price-range, .Price-range #price-range-two {
    margin: 0 15px;
    margin-top: 55px;
    border: none;
    background: none;
    border-radius: 0;
    height: 5px;
    border-radius: 2px;
    background-color: #e9ecef;
}

.Price-range #price-range .ui-slider-range, .Price-range #price-range-two .ui-slider-range {
    height: 5px;
    border-radius: 2px;
    background-color: #c02111;
}

.Sorter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}

.Sorter-item {
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Sorter-item__title {
    margin-right: 10px;
    color: #1a1a1a;
    font-size: 13px;
}

.Sorter-list {
    margin: -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Sorter-list__item {
    font-size: 20px;
    padding: 5px;
    margin: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
}

.Sorter-list__item.active {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.Area__text {
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 550px) {
    .Area__text {
        font-size: 14px;
    }
}

.Area-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
}

@media (max-width: 1023px) {
    .Area-head__right {
        width: 100%;
        margin-top: 15px;
    }
}

.Area__title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.64px;
}

@media (max-width: 767px) {
    .Area__title {
        font-size: 24px;
    }
}

@media (max-width: 550px) {
    .Area__title {
        font-size: 20px;
    }
}

.Area-content--border {
    padding-top: 15px;
    border-top: 1px solid rgba(61, 87, 170, 0.15);
}

.Area__bottom {
    border-top: 1px solid #f2f2f2;
}

.Sidebar {
    padding-right: 45px;
}

@media (max-width: 1023px) {
    .Sidebar {
        padding: 0;
        margin-bottom: 20px;
    }
}

.Sidebar-area__title {
    color: #c02111;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.64px;
    margin-bottom: 10px;
}

.Product__container {
    padding: 20px;
}

.Product__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Product__picture {
    width: 95px;
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
    margin-right: 20px;
}

.Product__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.Product__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.Product__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    color: #112147;
    font-weight: 300;
    line-height: 22px;
}

@media (max-width: 767px) {
    .Product__desc {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding-left: 0;
        margin-top: 20px;
    }
}

.Product__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

@media (max-width: 1200px) {
    .Product__right {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-top: 20px;
    }
}

.Product__head {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(185, 191, 204, 0.46);
}

.Product__title {
    font-size: 22px;
    font-weight: 700;
}

.Product__title--small {
    font-size: 18px;
}

.Product__sub-title {
    margin-top: 4px;
    font-size: 22px;
}

.Product__sub-title--small {
    margin-top: 6px;
    font-size: 18px;
}

.Product__small-title {
    margin-top: 4px;
    margin-bottom: 4px;
}

.Product__big-title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.Product__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Product-basket {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .Product-basket {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-top: 20px;
    }
}

.Product-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -4px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.Product-detail__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    padding: 4px 0;
}

.Product-detail__item b {
    width: 100px;
    font-weight: 700;
}

.Product-detail__item span {
    margin: 0 15px;
}

.Product-detail__item p {
    font-weight: 300;
    flex: 1;
    width: 100%;
}

.Product-card {
    width: 283px;
    height: 413px;
    background-image: url(../assets/img/card.png);
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 550px) {
    .Product-card {
        zoom: 80%;
    }
}

.Product-card__btn {
    height: 21px;
    width: 31px;
    position: relative;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    background-image: url(https://www.bayi.derlas.com.tr/assets/img/card-btn.svg);
    background-repeat: no-repeat;
    padding-left: 11px;
}

.Product-card__gas {
    position: absolute;
}

.Product-card__gas--a {
    left: 48px;
    top: 118px;
}

.Product-card__gas--b {
    left: 56px;
    top: 139px;
}

.Product-card__gas--c {
    left: 66px;
    top: 160px;
}

.Product-card__gas--d {
    left: 75px;
    top: 179px;
}

.Product-card__gas--e {
    left: 83px;
    top: 200px;
}

.Product-card__gas--f {
    left: 91px;
    top: 221px;
}

.Product-card__gas--g {
    left: 99px;
    top: 242px;
}

.Product-card__rain {
    position: absolute;
    left: 187px;
}

.Product-card__rain--a {
    top: 118px;
}

.Product-card__rain--b {
    top: 139px;
}

.Product-card__rain--c {
    top: 159px;
}

.Product-card__rain--d {
    top: 180px;
}

.Product-card__rain--e {
    top: 200px;
}

.Product-card__rain--f {
    top: 221px;
}

.Product-card__rain--g {
    top: 242px;
}

.Product-card__sound {
    position: absolute;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    left: 183px;
    bottom: 59px;
    height: 38px;
    line-height: 38px;
}

.Product-card__from {
    position: absolute;
    left: 17px;
    bottom: 14px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 23px;
    background-size: cover;
}

.Product-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px -4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 550px) {
    .Product-features {
        width: 100%;
        margin: -5px 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.Product-features-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 4px;
    width: 28px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    position: relative;
    font-size: 18px;
}

.Product-features-item--big {
    font-size: 25px;
    width: 35px;
    height: 32px;
}

.Product-features-item__text {
    width: auto;
    padding: 0 5px;
    height: 20px;
    min-width: 30px;
    border-radius: 2px;
    border: 1px solid #b9bfcc;
    background-color: #ffffff;
    color: #b9bfcc;
    font-size: 12px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    white-space: pre;
    display: none;
    position: absolute;
    top: 30px;
}

.Product-features-item__text--big {
    top: 35px;
    height: 28px;
    min-width: 44px;
    padding: 0 10px;
}

.Product-features-item:hover .Product-features-item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .Product-info {
        width: 100%;
    }
}

.Product-info--bottom {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 155px;
}

@media (max-width: 550px) {
    .Product-info--bottom {
        height: auto;
    }
}

.Product-price {
    text-align: Right;
    font-weight: 700;
}

.Product-price--full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
}

.Product-price__prev {
    text-decoration: line-through;
    opacity: 0.5;
    font-weight: 700;
    margin-bottom: 5px;
}

.Product-price__prev--big {
    font-size: 20px;
}

.Product-price__now {
    font-size: 24px;
}

.Product-price__now--big {
    font-size: 36px;
}

.Product-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Product-buy__stock {
    opacity: 0.5;
    font-weight: 700;
}

@media (max-width: 550px) {
    .Product-buy__stock {
        width: 100%;
        text-align: right;
        margin-bottom: 10px;
    }
}

.Product-buy__input {
    margin-left: 15px;
    width: 60px;
    text-align: center;
    height: 40px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.21);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.21);
    border: 0;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 10px 15px;
    color: rgba(5, 22, 61, 0.9);
    font-weight: 700;
}

.Product-buy__input--big {
    height: 44px;
}

.Product-buy__button {
    cursor: pointer;
    font-size: 24px;
    padding: 0 10px;
    margin-left: 15px;
}

.Product-buy__button--big {
    padding: 0 16px;
}

.Product-buy__button .icon + span {
    margin-left: 10px;
}

.Product-buy__button span {
    font-size: 14px;
}

.Product-gallery {
    width: 490px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
}

@media (max-width: 768px) {
    .Product-gallery {
        width: 100%;
        padding-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.Product-gallery-left {
    height: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 370px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    border-radius: 5px;
    margin: 0;
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .Product-gallery-left {
        width: 100%;
        height: 400px;
    }
}

@media (max-width: 550px) {
    .Product-gallery-left {
        height: 200px;
    }
}

.Product-gallery .swiper-slide {
    max-width: 100%;
    max-height: 100%;
}

.Product-gallery-left .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.Product-gallery-thumbs {
    height: 390px;
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    padding: 10px;
    width: 130px;
    margin: -10px;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .Product-gallery-thumbs {
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
        height: auto;
        margin: -10px;
        margin-top: 5px;
        width: auto;
    }
}

.Product-gallery-thumbs .swiper-slide {
    cursor: pointer;
    opacity: 0.4;
    width: 110px;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .Product-gallery-thumbs .swiper-slide {
        width: auto;
        height: 80px;
    }
}

.Product-gallery-thumbs .swiper-slide img {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    border-radius: 5px;
    background-color: #ffffff;
}

.Product-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.Products-box {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    background-color: #c02111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    height: 100%;
    padding: 40px 10px;
}

.Products-box__text {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 550px) {
    .Products-box__text {
        font-size: 20px;
    }
}

.Products-box .icon {
    margin-top: 30px;
    font-size: 32px;
}

.Products-box:hover {
    color: #fff;
}

.Products-item {
    height: 100%;
    position: relative;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 550px) {
    .Products-item {
        padding: 20px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.Products-item--full {
    padding: 20px;
    height: auto;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}

@media (max-width: 1200px) {
    .Products-item--full {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.Products-item__right {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Products-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.Products-item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(185, 191, 204, 0.46);
    margin-top: 10px;
    padding: 10px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Products-item-head {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.Products-item-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Products-item-size big {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}

.Products-item-size small {
    width: 100%;
    margin-top: 5px;
    color: rgba(5, 22, 61, 0.5);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.Products-item-size--full {
    width: 100%;
    border: 1px solid rgba(185, 191, 204, 0.66);
    padding: 10px 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-top: 20px;
}

.Products-item-size--full big {
    width: auto;
}

.Products-item-size--full small {
    width: auto;
}

.Products-item__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 195px;
    width: 195px;
    margin-bottom: -40px;
    margin-left: -40px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 550px) {
    .Products-item__picture {
        width: 100px;
        height: 100px;
        margin-left: -20px;
        margin-bottom: -20px;
    }
}

.Products-item__picture img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.Products-item__picture--small {
    height: 180px;
    width: 180px;
    margin-left: -20px;
    margin-bottom: -20px;
    margin-right: 20px;
}

@media (max-width: 1200px) {
    .Products-item__picture--small {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 767px) {
    .Products-item__picture--small {
        margin-right: -20px;
        margin-bottom: 20px;
        width: calc(100% + 40px);
        border-bottom: 1px solid #ddd;
    }
}

.Products-item__picture--absolute {
    position: absolute;
    bottom: 0;
    left: 0;
}

.Sponsors .swiper-button-next, .Sponsors .swiper-button-prev {
    width: 30px;
    height: 30px;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -15px;
    color: #ffffff;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .Sponsors .swiper-button-next, .Sponsors .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
}

.Sponsors .swiper-button-disabled {
    color: rgba(43, 43, 43, 0.6);
    opacity: 1;
}

.Sponsors .swiper-button-next {
    right: 0;
}

.Sponsors .swiper-button-prev {
    left: 0;
}

.Sponsors .swiper-container {
    padding: 0 20px;
}

.Sponsors-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
}

.Sponsors-item img {
    display: block;
}

.Sponsors-item a {
    display: block;
    height: inherit;
}

@media (max-width: 991px) {
    .Credit-cart {
        margin-top: 20px;
    }
}

.FAQ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.FAQ-item:nth-child(even) .FAQ-item__head {
    background-color: #f9f9f9;
}

.FAQ-item:nth-child(odd) .FAQ-item__head {
    background-color: #ffffff;
}

.FAQ-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 21px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
}

@media (max-width: 1023px) {
    .FAQ-item__head {
        padding: 20px 20px;
    }
}

.FAQ-item__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

@media (max-width: 1023px) {
    .FAQ-item__title {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        margin-bottom: 10px;
    }
}

.FAQ-item__date {
    margin-left: 15px;
    color: rgba(0, 0, 0, 1);
}

@media (max-width: 1023px) {
    .FAQ-item__date {
        margin: 0;
        font-size: 12px;
    }
}

.FAQ-item .icon {
    margin-left: 30px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.33s;
    transition: all 0.33s;
}

.FAQ-item .icon.active {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.FAQ-item__content {
    padding: 20px 40px;
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
    line-height: 1.6;
}

@media (max-width: 1023px) {
    .FAQ-item__content {
        padding: 20px 20px;
    }
}

.Tab-menu {
    border-bottom: 1px solid rgba(185, 191, 204, 0.46);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .Tab-menu {
        border-radius: 3px;
        overflow: hidden;
    }
}

.Tab-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Tab-menu__item:not(:first-child) {
    margin-left: 5px;
}

@media (max-width: 767px) {
    .Tab-menu__item {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin: 0 !important;
    }
}

.Tab-menu__link {
    padding: 10px 15px;
    border-radius: 5px 5px 0px 0px;
    background-color: #dee1e7;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
}

@media (max-width: 767px) {
    .Tab-menu__link {
        padding: 10px;
        border-radius: 0;
    }
}

.Tab-menu__link.active, .Tab-menu__link:hover {
    color: #fff;
    background-color: #c02111;
}

.Slider {
    margin-top: -40px;
    margin-bottom: 50px;
}

.Slider__container {
    position: relative;
}

@media (max-width: 1024px) {
    .Slider__container {
        padding: 0 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 767px) {
    .Slider .swiper-pagination {
        display: none;
    }
}

.Slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}

.Slider-item__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 480px;
    padding-top: 80px;
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .Slider-item__container {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 0px;
    }
}

.Slider-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 59%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .Slider-item__info {
        width: 100%;
    }
}

.Slider-item__title {
    font-size: 45px;
    color: #2b2b2b;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .Slider-item__title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .Slider-item__title {
        font-size: 24px;
    }
}

.Slider-item__title b {
    background-color: #df404a;
    display: table;
    color: #ffffff;
    padding: 5px 20px;
    margin: 5px -20px;
}

.Slider-item__desc {
    color: rgba(43, 43, 43, 0.7);
    line-height: 30px;
    margin-top: 10px;
    font-size: 16px;
    max-width: 485px;
}

@media (max-width: 1024px) {
    .Slider-item__desc {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .Slider-item__desc {
        font-size: 14px;
    }
}

.Slider-item__desc b {
    font-weight: 500;
}

.Slider-item__desc--big {
    margin-top: 25px;
    font-size: 19px;
}

@media (max-width: 1024px) {
    .Slider-item__desc--big {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .Slider-item__desc--big {
        font-size: 16px;
    }
}

.Slider-item__price {
    color: #df404a;
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .Slider-item__price {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .Slider-item__price {
        font-size: 20px;
    }
}

.Slider-item__picture {
    position: absolute;
    right: -10%;
    bottom: 0;
    max-height: 480px;
    max-width: 52%;
}

@media (max-width: 767px) {
    .Slider-item__picture {
        position: relative;
        right: 0;
        max-width: 100%;
        max-height: 100%;
        margin-top: 20px;
    }
}

.Slider-item__btn {
    margin-top: 30px;
    position: relative;
}

.Slider-item__btn::after {
    background-image: url(../assets/img/arrow-left.html);
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 38px;
    height: 25px;
    right: -62px;
    top: 6px;
}

.Footer b {
    font-weight: 600;
}

.Footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid rgba(61, 87, 170, 0.05);
    padding-bottom: 50px;
    padding-top: 20px;
    color: #1a1a1a;
    font-weight: 300;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__menu {
    flex: 1;
    align-self: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid rgba(61, 87, 170, 0.15);
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #1a1a1a;
    font-weight: 300;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.no_image_buttons a {
    display: inline-block !important;
}

.no_image_buttons button {
    display: inline-block !important;
}

@media (max-width: 767px) {
    .no_image_Product-buy__stock {
        display: inline-block !important;
        width: auto !important;
    }

    .no_image_mobile_margin {
        margin: 0 10px !important;
    }


    .footer__menu ul {
        flex-direction: column !important;
    }

    .footer__menu ul li {
        padding: 15px 10px !important;
        border-right: none !important;
    }

    .no_image_dot {
        display: block !important;
    }

    .no_image_endeks strong {
        display: block !important;
    }

    .no_image_product {
        align-items: unset !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .no_Image_Product-buy__button {
        margin: 0 !important;
    }

    .no_image_Products-item-head {
        -webkit-box-flex: unset !important;
        -ms-flex: none !important;
        width: 100% !important;
        display: block !important;
        flex: none !important;
    }
}

@media (max-width: 1024px) {
    .header-menu-btn {
        display: none !important;
    }
}

.footer__menu ul {
    justify-content: center;
    align-self: center;
    flex: 1;
    display: flex;
    padding: 0;
}

.footer__menu ul li {
    text-align: center;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.footer__menu ul li:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0);
}

.footer__menu ul li a {
    padding: 0;
    margin: 0;
    color: #1a1a1a;
    font-weight: 400;
}

.Footer__copyright {
    line-height: 1.5;
}

@media (max-width: 1023px) {
    .Footer__copyright {
        width: 100%;
        text-align: center;
    }
}

.Footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 1023px) {
    .Footer__right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }
}

.Footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 550px) {
    .Footer-social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.Footer-social span {
    margin-right: 12px;
    color: #1a1a1a;
    font-weight: 300;
}

@media (max-width: 550px) {
    .Footer-social span {
        margin-bottom: 10px;
    }
}

.Footer-social__container {
    margin: -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Footer-social__link {
    margin: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    border: 2px solid #1a1a1a;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    color: #1a1a1a;
}

.Footer-social__link:hover {
    background-color: #1a1a1a;
    color: #fff;
}

.Footer__text {
    background-position: center right;
    color: #aa0000;
    font-size: 11px;
    background-image: url(../assets/img/100derececom.png);
    background-repeat: no-repeat;
    padding-right: 26px;
    height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.m-nav {
    background-color: #fff;
    padding: 0;
    margin-top: 1.25rem;
}

.m-nav-trigger {
    display: none;
    overflow: hidden;
    position: relative;
    z-index: 3;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 32px;
    color: #fff;
}

.m-nav-trigger--black {
    font-size: 24px;
    color: #1e1e1e;
}

.m-nav-container {
    position: fixed;
    z-index: 4;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s 0s;
    transition: -webkit-transform .4s 0s;
    transition: transform .4s 0s;
    transition: transform .4s 0s, -webkit-transform .4s 0s;
    transition: transform .4s 0s, -webkit-transform .4s 0s;
}

.m-nav-container.is-visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform .4s 0s;
    transition: -webkit-transform .4s 0s;
    transition: transform .4s 0s;
    transition: transform .4s 0s, -webkit-transform .4s 0s;
    transition: transform .4s 0s, -webkit-transform .4s 0s;
}

.m-nav-container .burger-menu__open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 15px;
    margin-bottom: 10px;
}

.m-overlay {
    position: fixed;
    z-index: 3;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.35);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .4s 0s, visibility 0 .4s;
    transition: opacity .4s 0s, visibility 0 .4s;
}

.m-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s 0s, visibility 0 0;
    transition: opacity .4s 0s, visibility 0 0;
}

.burger-menu {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.burger-menu-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-x: hidden;
    overflow-y: scroll;
}

.burger-menu-list__link {
    font-size: .938rem;
    color: #0d0d0f;
    display: block;
    padding: 8px 15px;
    letter-spacing: .063rem;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 14px;
}

.burger-menu-list__link:hover {
    background-color: #f5f4f2;
    color: #ecb263;
}

.burger-menu__logo {
    background-image: url(../assets/img/derlas-logo.html);
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
}

.burger-icon {
    cursor: pointer;
    margin-left: 0;
}

@media (max-width: 991px) {
    .m-nav-trigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header .navbar__info, .header .navbar-menu {
        display: none;
    }
}

.Basket-summary {
    margin: -15px;
}

.Basket-summary-item {
    padding: 15px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.28);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.Basket-summary-item__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.Basket-summary-item b {
    color: #a7a7a8;
    font-size: 17px;
    font-weight: 600;
}

.Basket-summary-item span {
    font-size: 22px;
    font-weight: 700;
}

.Basket-summary__small {
    font-weight: 700;
    text-transform: uppercase;
}

.Select-menu-small-wrapper .select2-container--default .select2-selection--single {
    background-position: center right 10px;
    background-repeat: no-repeat;
    font-size: 13px;
    height: 32px;
    padding-right: 30px;
    background-size: auto 32px;
}

.Select-menu-small-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    padding: 0 10px;
}

.select2-search--dropdown {
    padding: 10px;
}

.select2-search__field {
    line-height: 30px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #ddd !important;
    background-color: #ffffff;
    background-image: url(https://www.bayi.derlas.com.tr/assets/img/search.svg);
    background-repeat: no-repeat;
    background-position: center left 10px;
    padding-left: 32px !important;
    background-size: 13px;
}

.select2-container *:focus {
    outline: 0;
}

.select2-container--default .select2-selection--single {
    background-image: url(https://www.bayi.derlas.com.tr/assets/img/select.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02), 0 1px 3px rgba(50, 50, 93, 0.15);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02), 0 1px 3px rgba(50, 50, 93, 0.15);
    border-radius: 2px;
    border: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    color: #1a1a1a;
    font-size: 13px;
    height: 44px;
    height: 44px;
    padding-right: 48px;
    background-size: auto 44px;
    background-position: center right 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #1a1a1a;
    font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    color: #1a1a1a;
    font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
    padding-top: 0px;
}

.select2-container--open .select2-selection--single {
    background-color: #1a1a1a;
}

.select2-container--open .select2-selection--single .select2-selection__rendered,
.select2-container--open .select2-selection--single .select2-selection__placeholder {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.31px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    top: 19px;
    border: 0;
    background-position: -11.5px -11.5px;
}

.select2-dropdown {
    �� border: 0;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02), 0 1px 3px rgba(50, 50, 93, 0.15);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02), 0 1px 3px rgba(50, 50, 93, 0.15);
    border-radius: 4px;
    background-color: #ffffff;
}

.select2-results__option {
    cursor: pointer;
    padding: 8px 16px;
    color: #9b9b9b;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    color: #9b9b9b;
    background-color: #f4f6f9;
}

/* Credit Card */

@media (max-width: 767px) {
    .creditCardArea {
        flex-direction: column-reverse !important;
        align-items: center;
    }

    .creditCardPayment {
        flex: 1 !important;
    }
}

.creditCardArea {
    flex: 1;
    display: flex;
}

.creditCardPayment {
    padding: 5px;
    display: flex;
    flex-direction: column;
    flex: 0.5;
}

.creditCardPaymentButton {
    padding-left: 0;
}

.creditCardPayment .form-group {
    padding: 5px;
    display: flex;
    flex-direction: row;
}

.creditCardPayment label {
    width: 100%;
    font-size: 14px;
    margin-right: 15px;
    font-weight: 600;
    color: rgba(136, 152, 170, 1);
    flex-direction: row;
}

.creditCardPayment label p {
    padding: 0;
    margin: 0;
}

.creditCardPayment label input {
    width: 100%;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    border-radius: 3px;
    border: 2px solid rgba(136, 152, 170, 0.4);
    outline: none;
}

.creditCardPayment label input[type=number]::-webkit-outer-spin-button,
.creditCardPayment label input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.creditCardPayment label input[type=number] {
    -moz-appearance: textfield;
}

.creditCardPayment label input::placeholder {
    color: rgba(136, 152, 170, 0.5);
    font-size: 16px;
}

.creditCardPayment label select {
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    border-radius: 3px;
    background-color: #fff;
    border: 2px solid rgba(136, 152, 170, 0.4);
    outline: none;
}


.creditCardShow {
    padding: 5px;
    display: flex;
    flex-direction: column;
    flex: 0.5;
}

/* Detaylı Arama Ekranı Filtre Alanı */
.selectedValues {
    margin: 0 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;

    flex: 1
}

.selectedValues .filterType {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.selectedValues .filterType .typeTitle {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
}

.selectedValues .filterType .selectFilter {
    margin-right: 15px;
    background-color: rgba(6, 29, 62, 0.3);
    color: #FFF;
    display: inline-block;
    border-radius: 6px
}

.selectedValues .selectFilter span {
    padding: 8px 10px
}

.selectedValues .selectFilter button {
    outline: none;
    border: none;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    background-color: rgba(6, 29, 62, 0.3);
    display: inline-block;
    padding: 8px 10px;
    border-radius: 0 6px 6px 0
}

#priceArea {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#priceArea .minPrice {
    flex: 0.45;
    display: flex;
}

#priceArea .maxPrice {
    flex: 0.45;
    display: flex;
}

/* Grid */
.siralamaTipi {
    display: flex;
    margin-bottom: 0 !important;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 767px) {
    .siralamaTipi {
        display: flex;
        margin-bottom: 20px !important;
        flex-direction: row;
        align-items: center;
    }
}

.siralamaTipiTitle {
    display: inline-block;
    margin-right: 10px;
    color: #1a1a1a;
    font-size: 13px;
}

.girdForm {
    display: inline-block;
}

.gridButton {
    border: 0;
    background-color: transparent;
    text-align: center;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    color: #1a1a1a;
    outline: none;
}

.gridButton:focus {
    outline: none !important;
}

.gridButton.active {
    border: 0;
    background-color: transparent;
    text-align: center;
    padding: 0;
    color: #fc0;
    margin-right: 5px;
    margin-left: 5px;
}

video {
    pointer-events: none;
}

video::-webkit-media-controls {
    display: none;
}

/* Payment **/
.payment-success {
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.payment-success h4 {
    text-align: center;
    padding-top: 20px;
    display: block;
}


.payment-success strong {
}


.payment-success a {
    display: inline-block;
    margin-top: 20px;
    padding:10px;
    font-weight: bold;
    background-color: #0E1D3F;
    color:#fff;
    border-radius: 3px;
}

/* Payment **/
.payment-error {
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.payment-error svg {
    width: 128px;
}

.payment-error h4 {
    text-align: center;
    padding-top: 20px;
    display: block;
}


.payment-error strong {
}

.payment-error a {
    display: inline-block;
    margin-top: 20px;
    padding:10px;
    font-weight: bold;
    background-color: #0E1D3F;
    color:#fff;
    border-radius: 3px;
}
