/*----------------------------------------
[Master Stylesheet]

Project:	SHUM
Version:	1.0
Primary use:	SHUM - eCommerce HTML Template
----------------------------------------*/


/*----------------------------------------
[Table of contents]

1. Fonts
2. Common styles
3. Header
4. Menu
5. Catmenu
6. Home
7. Section
8. Land
9. Product
10. Subscribe
11. Footer
12. Catalog
13. Pagination
14. Cart
15. Page
16. Form
17. About
18. Account
19. Authorization
20.	Post
21. Article
22. Modal
23. mCustomScrollbar customization
----------------------------------------*/


/*==============================
	Fonts
==============================*/

@import url("https://fonts.googleapis.com/css?family=Oswald|Roboto:300,400,500");

/*==============================
	Common styles
==============================*/

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    background-color: #f4f4f4;
}

button {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
    cursor: pointer;
    transition-property: color, background-color, border-color;
}

button:focus {
    outline: none;
}

a {
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
    transition-property: color, background-color, border-color;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

input,
textarea,
select {
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
    transition-property: color, background-color, border-color;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

select::-ms-expand {
    display: none;
}

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

::-moz-selection {
    background: #bf0811;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #bf0811;
    color: #fff;
    text-shadow: none;
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

:-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1230px;
    }
}

.owl-carousel .owl-item img {
    width: auto;
}

.body:before {
    content: '';
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    z-index: 97;
}

.body--active:before {
    opacity: 1;
    pointer-events: auto;
}

@media (min-width: 1200px) {
    .body:before {
        z-index: 100;
    }
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    transition: height 0.4s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
}

.fade {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade .fade {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}


/*==============================
	Header
==============================*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    background-color: transparent;
    z-index: 99;
    -webkit-transition: border 0.4s ease;
    -moz-transition: border 0.4s ease;
    transition: border 0.4s ease;
}

.header:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    background-color: #212121;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.header__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 60px;
    -webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    transition: height 0.4s ease;
}

.header__content--active .header__form {
    opacity: 1;
    pointer-events: auto;
}

.header__content--active .header__catalog,
.header__content--active .header__menu,
.header__content--active .header__cart,
.header__content--active .header__search,
.header__content--active .header__phone,
.header__content--active .header__logo {
    opacity: 0;
    pointer-events: none;
}

.header__bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.333333%;
}

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

.header__bar--center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.header__logo {
    display: block;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.header__logo img {
    display: block;
    width: 74px;
    height: auto;
}

.header__catalog {
    height: 24px;
    width: 24px;
    display: block;
    position: relative;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
    transition-property: opacity, color;
}

.header__catalog .line {
    display: block;
    height: 2px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
}

.header__catalog .line:first-child {
    width: 18px;
    left: 0;
    top: 8px;
}

.header__catalog .line:nth-child(2) {
    width: 4px;
    left: 20px;
    top: 8px;
}

.header__catalog .line:nth-child(3) {
    width: 8px;
    left: 0;
    top: 14px;
}

.header__catalog .line:nth-child(4) {
    width: 14px;
    left: 10px;
    top: 14px;
}

.header__catalog .title {
    display: none;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.header__catalog:hover .line,
.header__catalog--active .line {
    background-color: rgba(255, 255, 255, 0.8);
}

.header__catalog:hover .title,
.header__catalog--active .title {
    color: rgba(255, 255, 255, 0.8);
}

.header__catalog--active .line:first-child {
    width: 24px;
}

.header__catalog--active .line:nth-child(2) {
    width: 0;
    left: 24px;
}

.header__catalog--active .line:nth-child(3) {
    width: 0;
}

.header__catalog--active .line:nth-child(4) {
    width: 24px;
    left: 0;
}

.header__menu {
    height: 24px;
    width: 24px;
    position: relative;
    margin-left: 25px;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
    transition-property: opacity, color;
}

.header__menu span {
    display: block;
    position: absolute;
    background-color: #fff;
    width: 24px;
    height: 2px;
    left: 0;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
    opacity: 1;
}

.header__menu span:first-child {
    top: 5px;
}

.header__menu span:nth-child(2) {
    top: 11px;
}

.header__menu span:nth-child(3) {
    bottom: 5px;
}

.header__menu:hover span,
.header__menu--active span {
    background-color: rgba(255, 255, 255, 0.8);
}

.header__menu--active span:nth-child(2) {
    opacity: 0;
}

.header__menu--active span:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
}

.header__menu--active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 11px;
}

.header__cart {
    position: relative;
    color: #fff;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
    transition-property: opacity, color;
}

.header__cart i {
    font-size: 22px;
}

.header__cart span {
    position: absolute;
    top: -3px;
    right: -6px;
    color: #fff;
    font-size: 10px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #bf0811;
}

.header__cart span:empty {
    display: none;
}

.header__cart:hover {
    color: rgba(255, 255, 255, 0.8);
}

.header__search {
    display: none;
    margin-top: 3px;
    color: #fff;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
    transition-property: opacity, color;
}

.header__search i {
    font-size: 20px;
}

.header__search:hover {
    color: rgba(255, 255, 255, 0.8);
}

.header__phone {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    display: none;
    color: #fff;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
    transition-property: opacity, color;
}

.header__phone:hover {
    color: rgba(255, 255, 255, 0.8);
}

.header__form {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.header__form input {
    width: 100%;
    position: relative;
    height: 60px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #bf0811;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    -webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    transition: height 0.4s ease;
}

.header__form button {
    position: absolute;
    top: 50%;
    right: 0;
    height: 24px;
    width: 24px;
    margin-top: -13px;
}

.header__form button span {
    display: block;
    position: absolute;
    background-color: #fff;
    width: 24px;
    height: 2px;
    left: 0;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}

.header__form button span:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
}

.header__form button span:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 11px;
}

.header__form button:hover span {
    background-color: rgba(255, 255, 255, 0.8);
}

.header--dark {
    border-color: transparent;
}

.header--dark:before {
    opacity: 1;
}

.header--active {
    border-color: transparent;
}

.header--active:before {
    opacity: 1;
}

.header--active .header__content {
    height: 60px;
}

@media (min-width: 768px) {
    .header__menu {
        margin-left: 40px;
    }
    .header__search {
        display: block;
        margin-right: 40px;
    }
}

@media (min-width: 992px) {
    .header__form {
        width: 66%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (min-width: 1200px) {
    .header__content {
        height: 80px;
    }
    .header__form {
        width: 50%;
    }
    .header__form input {
        height: 80px;
    }
    .header__form--active input {
        height: 60px;
    }
    .header__catalog {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: auto;
        padding-left: 35px;
    }
    .header__catalog .title {
        display: block;
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 22px;
        color: #fff;
    }
    .header__catalog--active .title {
        color: rgba(255, 255, 255, 0.8);
    }
    .header__menu {
        margin-left: 0;
    }
    .header__search {
        margin-right: 0;
    }
    .header__phone {
        display: block;
    }
    .header__bar--center {
        width: 50%;
    }
    .header__bar--left,
    .header__bar--right {
        width: 25%;
    }
    .header__bar--right {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}


/*==============================
	Menu
==============================*/

.menu {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #212121;
    z-index: 98;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 15px 0;
    overflow: hidden;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

.menu--active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.menu__actions {
    position: absolute;
    top: 80px;
    left: 15px;
    right: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu__location {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.menu__location i {
    font-size: 22px;
}

.menu__location span {
    font-size: 16px;
    letter-spacing: 0.4px;
    margin-left: 10px;
}

.menu__location:hover {
    color: #fff;
}

.menu__search {
    display: block;
    margin-top: 3px;
    color: #fff;
}

.menu__search i {
    font-size: 24px;
}

.menu__search:hover {
    color: #fff;
}

.menu__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.menu__nav a {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    text-align: center;
    line-height: 50px;
    letter-spacing: 0.8px;
}

.menu__nav a:last-child {
    border: none;
}

.menu__nav a:hover {
    color: #bf0811;
}

.menu__submenu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #212121;
    padding: 0 15px;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

.menu__submenu nav {
    height: 400px;
    width: 100%;
    margin-top: 60px;
}

.menu__submenu nav .mCSB_container,
.menu__submenu nav .mCustomScrollBox {
    width: 100%;
}

.menu__submenu a {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    text-align: center;
    line-height: 50px;
    letter-spacing: 0.8px;
}

.menu__submenu a:last-child {
    border: none;
}

.menu__submenu a:hover {
    color: #bf0811;
}

.menu__submenu button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 15px;
    top: 70px;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
}

.menu__submenu button i {
    font-size: 18px;
    margin-right: 13px;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.menu__submenu button:hover {
    color: #fff;
}

.menu__submenu button:hover i {
    color: #bf0811;
}

.menu__submenu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.menu__btn {
    display: none;
}

@media (min-width: 576px) {
    .menu__actions {
        width: 510px;
        right: auto;
        left: 50%;
        margin-left: -255px;
    }
    .menu__nav {
        width: 510px;
        margin: 0 auto;
    }
    .menu__submenu button {
        width: 510px;
        left: 50%;
        margin-left: -255px;
    }
    .menu__submenu a {
        max-width: 510px;
    }
}

@media (min-width: 768px) {
    .menu {
        width: 50%;
        z-index: 101;
        padding: 0 30px;
    }
    .menu__actions {
        width: auto;
        left: 30px;
        right: 30px;
        margin-left: 0;
        height: 60px;
        top: 0;
    }
    .menu__search {
        display: none;
    }
    .menu__nav {
        width: 100%;
    }
    .menu__btn {
        display: block;
        height: 24px;
        width: 24px;
        position: relative;
    }
    .menu__btn span {
        display: block;
        position: absolute;
        background-color: #fff;
        width: 24px;
        height: 2px;
        left: 0;
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        transition: 0.4s ease;
        opacity: 1;
    }
    .menu__btn span:first-child {
        top: 5px;
    }
    .menu__btn span:nth-child(2) {
        top: 11px;
    }
    .menu__btn span:nth-child(3) {
        bottom: 5px;
    }
    .menu__btn--active span:nth-child(2) {
        opacity: 0;
    }
    .menu__btn--active span:first-child {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 11px;
    }
    .menu__btn--active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 11px;
    }
    .menu__submenu {
        padding: 0 30px;
    }
    .menu__submenu button {
        left: 30px;
        margin-left: 0;
        width: auto;
        top: 18px;
    }
    .menu__submenu nav {
        height: 610px;
    }
}

@media (min-width: 1200px) {
    .menu {
        width: calc(50% - 300px);
    }
    .menu__actions {
        height: 80px;
        -webkit-transition: height 0.4s ease;
        -moz-transition: height 0.4s ease;
        transition: height 0.4s ease;
    }
    .menu__actions--active {
        height: 60px;
    }
    .menu__nav a {
        line-height: 60px;
    }
    .menu__submenu a {
        line-height: 60px;
    }
    .menu__submenu button {
        top: 28px;
    }
    .menu__submenu button.active {
        top: 18px;
    }
}


/*==============================
	Catmenu
==============================*/

.catmenu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #212121;
    z-index: 98;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 15px 0;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}

.catmenu:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../img/catalog/menu-bg.jpg") no-repeat center/cover;
    z-index: 1;
    opacity: 0.8;
}

.catmenu--active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.catmenu__actions {
    position: absolute;
    top: 80px;
    left: 15px;
    right: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
}

.catmenu__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
    overflow: scroll;
    scrollbar-width: none;
}

.catmenu__nav a {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    text-align: center;
    line-height: 50px;
    letter-spacing: 0.8px;
}

.catmenu__nav a:last-child {
    border: none;
}

.catmenu__nav a:hover {
    color: #bf0811;
}

.catmenu__nav h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
    letter-spacing: 0.8px;
}

.catmenu__btn {
    display: none;
}

@media (min-width: 576px) {
    .catmenu__actions {
        width: 510px;
        right: auto;
        left: 50%;
        margin-left: -255px;
    }
    .catmenu__nav {
        width: 510px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .catmenu {
        width: 50%;
        z-index: 101;
        padding: 0 30px;
    }
    .catmenu__actions {
        width: auto;
        left: 30px;
        right: 30px;
        margin-left: 0;
        height: 60px;
        top: 0;
    }
    .catmenu__nav {
        width: 100%;
    }
    .catmenu__btn {
        display: block;
        height: 24px;
        width: 24px;
        position: relative;
    }
    .catmenu__btn span {
        display: block;
        position: absolute;
        background-color: #fff;
        width: 24px;
        height: 2px;
        left: 0;
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        transition: 0.4s ease;
        opacity: 1;
    }
    .catmenu__btn span:first-child {
        top: 5px;
    }
    .catmenu__btn span:nth-child(2) {
        top: 11px;
    }
    .catmenu__btn span:nth-child(3) {
        bottom: 5px;
    }
    .catmenu__btn--active span:nth-child(2) {
        opacity: 0;
    }
    .catmenu__btn--active span:first-child {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 11px;
    }
    .catmenu__btn--active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 11px;
    }
}

@media (min-width: 1200px) {
    .catmenu {
        width: calc(50% - 300px);
    }
    .catmenu__actions {
        height: 80px;
        -webkit-transition: height 0.4s ease;
        -moz-transition: height 0.4s ease;
        transition: height 0.4s ease;
    }
    .catmenu__actions--active {
        height: 60px;
    }
    .catmenu__nav a {
        line-height: 60px;
    }
}


/*==============================
	Home
==============================*/

.home {
    position: relative;
}

.home__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 560px;
    padding: 60px 0;
    width: 100%;
}

.home__title {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 32px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}

.home__text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #fff;
    display: block;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
}

.home__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    width: 180px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #bf0811;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.8px;
    margin-top: 30px;
}

.home__link:hover {
    background-color: #bf0811;
    color: #fff;
}

.home__counter {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
    pointer-events: none;
    z-index: 2;
}

.home__nav {
    display: none;
}

@media (min-width: 768px) {
    .home__content {
        height: 800px;
        padding: 60px 0;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .home__text {
        font-size: 18px;
        line-height: 28px;
        text-align: left;
    }
    .home__title {
        font-size: 44px;
        text-align: left;
    }
    .home__link {
        margin-top: 40px;
    }
    .home__counter {
        bottom: 55px;
        left: 15px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    .home__nav {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: absolute;
        right: 15px;
        bottom: 42px;
        z-index: 2;
    }
    .home__btn {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 44px;
        height: 44px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
        font-size: 18px;
        margin-right: 15px;
    }
    .home__btn:last-child {
        margin-right: 0;
    }
    .home__btn:hover {
        border-color: #fff;
    }
}

@media (min-width: 1200px) {
    .home__content {
        padding: 80px 0;
        height: 100vh;
    }
    .home__title {
        font-size: 48px;
    }
}


/*==============================
	Section
==============================*/

.section {
    padding: 50px 0;
    border-top: 1px solid #e4e4e4;
}

.section__title {
    position: relative;
    margin-bottom: 35px;
}

.section__title h2 {
    font-size: 26px;
    color: #303030;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.4px;
    line-height: 24px;
}

.section__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.section__btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #303030;
    font-size: 16px;
    margin-right: 15px;
}

.section__btn:last-child {
    margin-right: 0;
}

.section__btn:hover {
    color: #303030;
    border-color: #303030;
}

.section__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    width: 200px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #bf0811;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.8px;
    margin: 30px auto 0;
    background-color: #bf0811;
}

.section__link:hover {
    background-color: transparent;
    color: #303030;
}

@media (min-width: 768px) {
    .section {
        padding: 70px 0;
    }
    .section__title {
        margin-bottom: 40px;
    }
    .section__title h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .section__btn {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
}


/*==============================
	Land
==============================*/

.land .row {
    margin-bottom: 50px;
}

.land .row:last-child {
    margin-bottom: 0;
}

.land__img {
    max-width: 100%;
    margin-bottom: 15px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.land__title {
    font-size: 26px;
    color: #303030;
    font-weight: normal;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
}

.land__text {
    color: #707070;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 400;
}

.land__text:last-child {
    margin-bottom: 0;
}

.land__video {
    display: block;
    position: relative;
    height: 250px;
    background-color: #212121;
    overflow: hidden;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.land__video img {
    height: 100%;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
}

.land__video a {
    position: absolute;
    z-index: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    background-color: #bf0811;
    border: 2px solid #bf0811;
}

.land__video a svg {
    stroke: #fff;
    margin-left: 5px;
    margin-top: 1px;
    -webkit-transition: stroke 0.4s ease;
    -moz-transition: stroke 0.4s ease;
    transition: stroke 0.4s ease;
}

.land__video a:hover {
    background-color: transparent;
}

.land__video a:hover svg {
    stroke: #fff;
}

@media (min-width: 768px) {
    .land .row {
        margin-bottom: 70px;
    }
    .land .row:last-child {
        margin-bottom: 0;
    }
    .land__title {
        font-size: 32px;
        padding: 0 20px;
    }
    .land__text {
        padding: 0 20px;
    }
    .land__img {
        margin-bottom: 0;
    }
    .land__video {
        height: 400px;
    }
    .land__video a {
        width: 70px;
        height: 70px;
        margin: -35px 0 0 -35px;
    }
}

@media (min-width: 1200px) {
    .land__title {
        padding: 0 32px;
    }
    .land__title--left {
        padding: 0 77px 0 32px;
    }
    .land__title--right {
        padding: 0 32px 0 77px;
    }
    .land__text {
        padding: 0 32px;
    }
    .land__text--left {
        padding: 0 77px 0 32px;
    }
    .land__text--right {
        padding: 0 32px 0 77px;
    }
    .land__img--right {
        float: right;
    }
    .land__video {
        height: 460px;
    }
}


/*==============================
	Product
==============================*/

.product-head {
    padding: 110px 0 50px;
}

.product-head__wrap {
    position: relative;
    width: 100%;
}

.product-head__counter {
    display: block;
    color: #303030;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    text-align: center;
    position: absolute;
    left: 15px;
    bottom: 15px;
    pointer-events: none;
    z-index: 2;
}

.product-head__navs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 3;
    right: 15px;
    bottom: 15px;
}

.product-head__nav {
    height: 16px;
    font-size: 18px;
    color: #303030;
    margin-right: 20px;
}

.product-head__nav i {
    display: block;
    margin-top: -2px;
}

.product-head__nav:last-child {
    margin-right: 0;
}

.product-head__nav:hover {
    color: #bf0811;
}

.product-head__slider {
    margin-bottom: 25px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.product-head__slide {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    height: 300px;
    width: 100%;
}

.product-head__slide img {
    display: block;
    max-width: 100%;
}

.product-head__title {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 32px;
    margin-bottom: 0;
    width: 100%;
}

.product-head__title--dark {
    color: #303030;
}

.product-head__text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-top: 15px;
    margin-bottom: 0;
    width: 100%;
}

.product-head__text--dark {
    color: #707070;
}

.product-head__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.product-head__list .cart__item-quantity {
    margin-top: 0;
    margin-right: 30px;
}

.product-head__btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    width: 180px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #bf0811;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.8px;
    background-color: #bf0811;
}

.product-head__btn:hover {
    background-color: transparent;
    color: #fff;
}

.product-head__btn--dark:hover {
    color: #303030;
}

.product-head__price {
    font-size: 20px;
    color: #303030;
    font-weight: 400;
    margin-left: 30px;
}

.product-head__price--light {
    color: #fff;
}

.product-head__colors {
    width: auto;
    height: 34px;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    padding: 0 15px;
    border: 1px solid #e4e4e4;
}

.product-head__colors a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
}

.product-head__colors a:last-child {
    margin-right: 0;
}

.product-head__colors a.active {
    cursor: default;
    border: 2px solid #bf0811;
}

.product-head__colors--dark {
    border-color: rgba(255, 255, 255, 0.15);
    background-color: rgba(33, 33, 33, 0.4);
}

@media (min-width: 768px) {
    .product-head {
        padding: 0;
    }
    .product-head__content {
        height: 800px;
        padding: 60px 0 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .product-head__slide {
        height: 460px;
    }
    .product-head__title {
        font-size: 40px;
        margin-top: -10px;
    }
    .product-head__slider {
        margin-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .product-head__counter {
        left: 32px;
        bottom: 30px;
    }
    .product-head__navs {
        right: 32px;
        bottom: 30px;
    }
    .product-head__list {
        margin-top: 40px;
    }
    .product-head__list:last-child {
        margin-top: 50px;
    }
}

@media (min-width: 1200px) {
    .product-head__content {
        height: 100vh;
        padding: 80px 0 0;
    }
    .product-head__content--2 {
        margin-left: -15px;
    }
    .product-head__wrap {
        width: 540px;
    }
    .product-head__title {
        font-size: 44px;
        margin-top: -15px;
    }
}

.product-grid {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: -20px;
}

.product-grid .col-6,
.product-grid .col-12 {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 992px) {
    .product-grid {
        margin-right: -15px;
        margin-left: -15px;
        margin-top: -30px;
    }
    .product-grid .col-6,
    .product-grid .col-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.product-slider .product {
    margin-top: 0;
}

.product {
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}

.product__add {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
    background-color: transparent;
}

.product__add svg {
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
    fill: #212121;
}

.product__add:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #bf0811;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}

.product__add:hover svg {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.product__link {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.product__img {
    position: relative;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    height: 200px;
    padding: 0 15px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
}

.product__img img {
    position: relative;
    display: block;
    margin: auto;
    width: auto;
    max-width: 100%;
    height: auto;
}

.product__footer {
    padding: 15px 0 0;
}

.product__title {
    font-size: 16px;
    color: #303030;
    display: block;
    margin-bottom: 2px;
    font-weight: 400;
}

.product__price {
    font-size: 16px;
    color: #707070;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__price--new:after {
    content: 'New';
    position: relative;
    font-size: 14px;
    color: #bf0811;
    margin-left: 15px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.product__cover {
    position: absolute;
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
    display: block;
    margin: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.92;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.product--big {
    height: 260px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.product--big .product__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-bottom: 15px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.product--big .product__price {
    color: rgba(255, 255, 255, 0.8);
}

.product--big .product__title {
    color: #fff;
}

.product--big .product__add svg {
    fill: #fff;
}

@media (min-width: 576px) {
    .product__img {
        height: 280px;
        padding: 0;
    }
    .product__img img {
        position: absolute;
        top: -50px;
        right: -50px;
        bottom: -50px;
        left: -50px;
        -webkit-transform: scale(0.92);
        -moz-transform: scale(0.92);
        transform: scale(0.92);
        -webkit-transition: transform 0.4s ease;
        -moz-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
    }
    .product--big {
        height: 260px;
    }
}

@media (min-width: 768px) {
    .product__img {
        height: 300px;
    }
    .product__title {
        font-size: 17px;
    }
    .product__add {
        top: 16px;
        right: 16px;
    }
    .product:hover .product__img {
        border-color: #bf0811;
    }
    .product:hover .product__img img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    .product:hover .product__add:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    .product:hover .product__cover {
        opacity: 1;
    }
    .product:hover .product__add svg {
        fill: #fff;
    }
    .product--big {
        height: 366px;
    }
}

@media (min-width: 992px) {
    .product {
        margin-top: 30px;
    }
    .product__img {
        height: 320px;
    }
    .product--big {
        height: 386px;
    }
}

@media (min-width: 1200px) {
    .product__img {
        height: 350px;
    }
    .product--big {
        height: 416px;
    }
    .product--big .product__footer {
        padding-left: 25px;
    }
}


/*==============================
	Subscribe
==============================*/

.subscribe {
    position: relative;
    margin: 0 auto;
    display: block;
}

.subscribe__input {
    width: 100%;
    height: 60px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    color: #303030;
    padding: 0 100px 0 20px;
}

.subscribe ::-webkit-input-placeholder {
    color: #707070;
    opacity: 1;
}

.subscribe ::-moz-placeholder {
    color: #707070;
    opacity: 1;
}

.subscribe :-moz-placeholder {
    color: #707070;
    opacity: 1;
}

.subscribe :-ms-input-placeholder {
    color: #707070;
    opacity: 1;
}

.subscribe__btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #bf0811;
    background-color: transparent;
    color: #303030;
    font-size: 18px;
    width: 90px;
    height: 60px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.subscribe__btn:hover {
    background-color: #bf0811;
    color: #fff;
}

@media (min-width: 768px) {
    .subscribe {
        width: 66%;
    }
    .subscribe:before {
        content: '';
        font-family: 'Linearicons-Free';
        font-size: 20px;
        color: #707070;
        position: absolute;
        display: block;
        pointer-events: none;
        left: 25px;
        top: 13px;
    }
    .subscribe__input {
        padding: 0 110px 0 65px;
    }
}

@media (min-width: 1200px) {
    .subscribe {
        width: 50%;
    }
}


/*==============================
	Footer
==============================*/

.footer {
    background-color: #212121;
}

.footer__content {
    padding: 50px 0 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__item {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-bottom: 30px;
}

.footer__title {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 0.4px;
}

.footer__list {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.4px;
    font-weight: 300;
}

.footer__list a {
    color: rgba(255, 255, 255, 0.8);
}

.footer__list a:hover {
    color: #fff;
}

.footer__text {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 300;
    letter-spacing: 0.4px;
}

.footer__text a {
    color: #bf0811;
}

.footer__text a:hover {
    color: #bf0811;
    text-decoration: underline;
}

.footer__text:last-child {
    margin-bottom: 0;
}

.footer__copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 0;
}

.footer__copyright div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__copyright a {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: rgba(255, 255, 255, 0.8);
    margin-right: 20px;
}

.footer__copyright a:last-child {
    margin-right: 0;
}

.footer__copyright a:hover {
    color: #fff;
}

.footer__copyright small {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 15px;
}

@media (min-width: 768px) {
    .footer__content {
        padding: 70px 0 35px;
    }
    .footer__copyright {
        padding: 35px 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__copyright small {
        margin-top: 0;
    }
    .footer__copyright a {
        margin-right: 30px;
    }
    .footer__copyright a:last-child {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .footer__item {
        -webkit-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
    }
    .footer__copyright a {
        margin-right: 40px;
    }
    .footer__copyright a:last-child {
        margin-right: 0;
    }
}


/*==============================
	Catalog
==============================*/

.catalog-head__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 110px 0 50px;
}

.catalog-head__title {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    line-height: 30px;
    width: 100%;
    text-align: center;
}

.catalog-head__text {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin: 25px 0 0;
    width: 100%;
}

@media (min-width: 768px) {
    .catalog-head__title {
        font-size: 32px;
        line-height: 32px;
    }
    .catalog-head__content {
        padding: 130px 0 70px;
    }
}

@media (min-width: 1200px) {
    .catalog-head__content {
        padding: 150px 0 70px;
    }
}

.catalog-menu {
    margin-bottom: 30px;
}

.catalog-menu__btn {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    height: 54px;
    letter-spacing: 0.8px;
    background-color: #212121;
}

.catalog-menu__item {
    border-bottom: 1px solid #e4e4e4;
    padding: 24px 0;
}

.catalog-menu__item button {
    font-size: 20px;
    color: rgba(48, 48, 48, 0.85);
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    width: 100%;
    text-align: left;
    position: relative;
}

.catalog-menu__item button:after {
    content: '';
    font-family: 'Linearicons-Free';
    position: absolute;
    right: 0;
    color: #707070;
    font-size: 16px;
    top: 50%;
    margin-top: -12px;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
    transition-property: transform, color;
}

.catalog-menu__item button[aria-expanded="true"] {
    color: #303030;
}

.catalog-menu__item button[aria-expanded="true"]:after {
    color: #303030;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalog-menu__item button:hover {
    color: #303030;
}

.catalog-menu__item button:hover:after {
    color: #303030;
}

.catalog-menu__item:last-child {
    border-bottom: none;
}

.catalog-menu__collapse {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 12px;
}

.catalog-menu__collapse a {
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    color: #707070;
}

.catalog-menu__collapse a:hover {
    color: #303030;
}

.catalog-menu__collapse a.active {
    color: #bf0811;
    cursor: default;
}

.catalog-menu__collapse a.active:hover {
    color: #bf0811;
}

.catalog-menu__wrap {
    border-top: 1px solid #e4e4e4;
}

@media (min-width: 1200px) {
    .catalog-menu {
        background-color: transparent;
        padding: 0 40px 0 0;
        margin-bottom: 0;
    }
    .catalog-menu__btn {
        display: none;
    }
    .catalog-menu__wrap {
        display: block;
        border-top: none;
    }
    .catalog-menu__wrap:not(.show) {
        display: block;
    }
    .catalog-menu__item:first-child {
        border-top: 1px solid #e4e4e4;
    }
}


/*==============================
	Pagination
==============================*/

.pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.pagination__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #303030;
    font-size: 16px;
}

.pagination__nav:hover {
    color: #303030;
    border-color: #303030;
}

.pagination__bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination__bar a {
    font-weight: 400;
    font-size: 16px;
    color: #707070;
    margin: 0 10px;
}

.pagination__bar a:first-child {
    margin-left: 0;
}

.pagination__bar a:last-child {
    margin-right: 0;
}

.pagination__bar a:hover {
    color: #bf0811;
}

.pagination__bar a.active {
    font-weight: 500;
    cursor: default;
    color: #303030;
}

.pagination--news {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .pagination {
        margin-top: 60px;
    }
    .pagination__nav {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }
    .pagination__bar a {
        margin: 0 12px;
    }
    .pagination__bar a:first-child {
        margin-left: 0;
    }
    .pagination__bar a:last-child {
        margin-right: 0;
    }
    .pagination--news {
        margin-top: 35px;
    }
}

@media (min-width: 1200px) {
    .pagination--news {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
}


/*==============================
	Cart
==============================*/

.cart {
    padding: 110px 0 50px;
}

.cart__title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
}

.cart__title h2 {
    font-size: 30px;
    color: #303030;
    font-weight: normal;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    line-height: 30px;
}

.cart__title a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    color: #707070;
    margin-top: 15px;
}

.cart__title a i {
    font-size: 18px;
    margin-right: 13px;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    transition: color 0.4s ease;
    color: rgba(48, 48, 48, 0.85);
}

.cart__title a:hover {
    color: #303030;
}

.cart__title a:hover i {
    color: #bf0811;
}

.cart__wrap {
    background-color: #212121;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.cart__content {
    padding: 0 20px;
}

.cart__content--checkout {
    background-color: #fff;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.cart__total-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart__total {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 25px 20px 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart__total--checkout {
    border-top: none;
}

.cart__total-value {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 300;
    margin-top: 5px;
}

.cart__total-value span {
    color: #fff;
    font-weight: 400;
    margin-left: 3px;
}

.cart__total-value b {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    margin-left: 3px;
}

.cart__total-value:first-child {
    margin-top: 0;
}

.cart__total-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    width: 180px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #bf0811;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.8px;
    margin-top: 30px;
}

.cart__total-btn:hover {
    background-color: #bf0811;
    color: #fff;
}

.cart__item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.cart__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.cart__item-img {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.cart__item-img img {
    position: absolute;
    top: 0;
    left: -100px;
    right: -100px;
    margin: auto;
    width: 100px;
}

.cart__item-wrap {
    width: calc(100% - 100px);
    padding-left: 20px;
    position: relative;
}

.cart__item-content h3 {
    font-size: 17px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    margin-top: -6px;
}

.cart__item-content ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    position: relative;
    padding-left: 20px;
}

.cart__item-content ul li:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #bf0811;
    left: 0;
    top: 11px;
}

.cart__item-quantity {
    width: 98px;
    height: 34px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    margin-top: 25px;
}

.cart__item-quantity button {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
    width: 38px;
    height: 34px;
}

.cart__item-quantity button i {
    margin-top: 1px;
    display: block;
}

.cart__item-quantity button:hover {
    color: #fff;
}

.cart__item-quantity input {
    width: 22px;
    height: 34px;
    background-color: transparent;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.cart__item-quantity--dark {
    background-color: rgba(33, 33, 33, 0.4);
}

.cart__item-quantity--dark2 {
    border-color: #e4e4e4;
    background-color: #fff;
}

.cart__item-quantity--dark2 button {
    color: rgba(48, 48, 48, 0.75);
}

.cart__item-quantity--dark2 button:hover {
    color: #303030;
}

.cart__item-quantity--dark2 input {
    color: #212121;
}

.cart__item-price {
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
}

.cart__item-delete {
    position: absolute;
    right: 0;
    bottom: -4px;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.75);
}

.cart__item-delete:hover {
    color: #bf0811;
}

.cart__features {
    padding-left: 80px;
    display: block;
    position: relative;
    margin-top: 40px;
}

.cart__features span {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 26px;
    color: #303030;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e4e4e4;
}

.cart__features h4 {
    font-size: 24px;
    color: #303030;
    font-weight: normal;
}

.cart__features p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
}

.cart__form {
    padding: 30px 0;
    border-bottom: 1px solid rgba(228, 228, 228, 0.75);
}

.cart__form:last-child {
    border-bottom: none;
}

.cart__form-title {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 100%;
}

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

.cart__payment li {
    position: relative;
    margin-bottom: 15px;
}

.cart__payment li:last-child {
    margin-bottom: 0;
}

.cart__payment input:not(:checked),
.cart__payment input:checked {
    position: absolute;
    left: -9999px;
}

.cart__payment label {
    display: block;
    margin: 0;
    position: relative;
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
    color: #707070;
    line-height: 20px;
    padding-left: 35px;
    letter-spacing: 0.4px;
}

.cart__payment label:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 5px solid #eee;
    background-color: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 0;
    -webkit-transition: border-color 0.4s ease;
    -moz-transition: border-color 0.4s ease;
    transition: border-color 0.4s ease;
}

.cart__payment input:checked+label:before {
    border-color: #bf0811;
}

.cart__text {
    margin-top: 30px;
}

.cart__text p {
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
    margin-bottom: 15px;
}

.cart__text p:last-child {
    margin-bottom: 0;
}

.cart__text ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cart__text ul li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #212121;
    color: #fff;
    height: 30px;
    width: 56px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 18px;
}

.cart__text ul li:last-child {
    margin-right: 0;
}

.cart__previews {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

.cart__previews a {
    display: block;
    background-color: #fff;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 20px 10px 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.cart__previews a img {
    width: 100%;
}

@media (min-width: 414px) {
    .cart__item-wrap {
        padding-left: 30px;
    }
}

@media (min-width: 768px) {
    .cart {
        padding: 120px 0 70px;
    }
    .cart__title {
        margin-bottom: 60px;
    }
    .cart__title h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .cart__title a {
        margin-top: 8px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cart__wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .cart__content {
        padding: 0 30px;
        width: calc(100% - 260px);
    }
    .cart__content--checkout {
        -webkit-border-radius: 8px 0 0 8px;
        border-radius: 8px 0 0 8px;
    }
    .cart__total-wrap {
        position: -webkit-sticky;
        position: sticky;
        top: 77px;
        padding-bottom: 30px;
    }
    .cart__total {
        position: relative;
        border-top: none;
        border-left: 1px solid rgba(255, 255, 255, 0.15);
        padding: 22px 0 0 0;
        width: 260px;
    }
    .cart__total--checkout {
        border-left: none;
    }
    .cart__total-btn {
        margin-top: 40px;
    }
    .cart__features {
        margin-top: 60px;
    }
    .cart__item-content h3 {
        font-size: 18px;
        line-height: 34px;
        margin-top: 0;
    }
    .cart__item {
        padding: 30px 0;
    }
}

@media (min-width: 992px) {
    .cart__item {
        padding: 32px 0;
        margin-bottom: 0;
    }
    .cart__item-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .cart__item-quantity {
        margin-top: 0;
        margin-right: 50px;
    }
    .cart__item-price {
        margin-top: 0;
        line-height: 34px;
    }
    .cart__item-delete {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 2px;
        margin-right: -3px;
        margin-left: auto;
    }
    .cart__item-content {
        width: 170px;
        margin-right: 20px;
    }
    .cart__item-img {
        margin-top: 3px;
    }
    .cart__total {
        padding: 26px 0 0 0;
    }
    .cart__total-wrap {
        top: 86px;
    }
    .cart__features {
        margin-top: 80px;
    }
}

@media (min-width: 1200px) {
    .cart {
        padding: 140px 0 70px;
    }
    .cart__content {
        padding: 0 32px;
        width: calc(100% - 300px);
    }
    .cart__total {
        width: 300px;
    }
    .cart__item-wrap {
        padding-left: 10px;
    }
    .cart__item-img {
        width: 180px;
        height: 180px;
    }
    .cart__item-img img {
        width: 100%;
    }
    .cart__item-wrap {
        width: calc(100% - 180px);
    }
    .cart__item-content {
        width: 280px;
        padding-left: 20px;
    }
    .cart__item-quantity {
        margin-right: 90px;
    }
    .cart__item-quantity input {
        pointer-events: none;
    }
    .cart__features {
        padding-right: 20px;
    }
}


/*==============================
	Page
==============================*/

.page {
    padding: 110px 0 50px;
}

.page__title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
}

.page__title h2 {
    font-size: 30px;
    color: #303030;
    font-weight: normal;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    line-height: 30px;
}

.page__title a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    color: #707070;
    margin-top: 15px;
}

.page__title a i {
    font-size: 18px;
    margin-right: 13px;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    transition: color 0.4s ease;
    color: rgba(48, 48, 48, 0.85);
}

.page__title a:hover {
    color: #303030;
}

.page__title a:hover i {
    color: #bf0811;
}

.page__content {
    background-color: #212121;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.page__content h3 {
    font-size: 18px;
    color: #303030;
    font-weight: 400;
    margin-bottom: 15px;
}

.page__content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #707070;
    font-weight: 400;
}

.page__content p a {
    color: #bf0811;
}

.page__content p a:hover {
    color: #bf0811;
    text-decoration: underline;
}

.page__content p b {
    font-weight: 500;
}

.page__content p:last-child {
    margin-bottom: 0;
}

.page__content ul {
    margin-bottom: 20px;
}

.page__content ul li {
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: 400;
}

.page__content ul li a {
    color: #bf0811;
}

.page__content ul li a:hover {
    color: #bf0811;
    text-decoration: underline;
}

.page__content ul li b {
    font-weight: 500;
}

.page__content ul li:last-child {
    margin-bottom: 0;
}

.page__content ul li:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #bf0811;
    left: 0;
    top: 11px;
}

.page__content ul:last-child {
    margin-bottom: 0;
}

.page__content ol {
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none;
    counter-reset: li;
}

.page__content ol ol {
    margin-top: 10px;
    padding-left: 15px;
}

.page__content ol h4 {
    font-size: 16px;
    font-weight: 500;
    color: #303030;
    display: inline;
    margin-bottom: 10px;
}

.page__content ol li {
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    position: relative;
    margin-bottom: 10px;
    font-weight: 400;
}

.page__content ol li a {
    color: #bf0811;
}

.page__content ol li a:hover {
    color: #bf0811;
    text-decoration: underline;
}

.page__content ol li b {
    font-weight: 500;
}

.page__content ol li:last-child {
    margin-bottom: 0;
}

.page__content ol li:before {
    counter-increment: li;
    content: counters(li, ".") ". ";
}

.page__content ol:last-child {
    margin-bottom: 0;
}

.page__content--form {
    padding-top: 0;
}

.page__double,
.page__single {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(228, 228, 228, 0.75);
}

.page__double:last-child,
.page__single:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.page__table {
    padding: 0 15px 5px;
    margin-bottom: 20px;
    background-color: rgba(228, 228, 228, 0.4);
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.page__table-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #303030;
    height: 54px;
}

.page__table-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #707070;
    font-weight: 400;
    font-size: 16px;
    height: 44px;
    border-top: 1px solid #e4e4e4;
}

.page__table-item img {
    width: 24px;
    margin-right: 5px;
}

.page__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    margin-bottom: 20px;
    position: relative;
    margin-top: -20px;
}

.page__nav:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: -20px;
    right: -20px;
    background-color: #e4e4e4;
    height: 1px;
}

.page__nav a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    margin-right: 20px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    color: #707070;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.4px;
}

.page__nav a:last-child {
    margin-right: 0;
}

.page__nav a:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #bf0811;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.page__nav a:hover {
    color: #303030;
}

.page__nav a.active {
    color: #303030;
}

.page__nav a.active:before {
    opacity: 1;
}

.page__cards {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.page__cards span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #212121;
    color: #fff;
    height: 30px;
    width: 56px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 18px;
}

.page__cards span:last-child {
    margin-right: 0;
}

@media (min-width: 576px) {
    .page__nav a {
        margin-right: 25px;
    }
    .page__nav a:last-child {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .page {
        padding: 120px 0 70px;
    }
    .page__title {
        margin-bottom: 60px;
    }
    .page__title h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .page__title a {
        margin-top: 8px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .page__content {
        padding: 30px;
    }
    .page__content h3 {
        margin-bottom: 20px;
    }
    .page__content p {
        margin-bottom: 25px;
    }
    .page__content p:last-child {
        margin-bottom: 0;
    }
    .page__content ul {
        margin-bottom: 25px;
    }
    .page__content ul li {
        margin-bottom: 13px;
    }
    .page__content ul li:last-child {
        margin-bottom: 0;
    }
    .page__content ul:last-child {
        margin-bottom: 0;
    }
    .page__content ol {
        margin-bottom: 25px;
        padding-left: 0;
    }
    .page__content ol ol {
        margin-top: 13px;
        padding-left: 20px;
    }
    .page__content ol h4 {
        margin-bottom: 13px;
    }
    .page__content ol li {
        margin-bottom: 13px;
    }
    .page__content ol li:last-child {
        margin-bottom: 0;
    }
    .page__content ol:last-child {
        margin-bottom: 0;
    }
    .page__content--form {
        padding-top: 0;
    }
    .page__table {
        margin-bottom: 25px;
        padding: 0 20px 5px;
    }
    .page__nav {
        margin-bottom: 30px;
        margin-top: -30px;
        height: 60px;
    }
    .page__nav:before {
        left: -30px;
        right: -30px;
    }
    .page__nav a {
        height: 60px;
        margin-right: 30px;
    }
    .page__nav a:last-child {
        margin-right: 0;
    }
    .page__cards {
        margin-bottom: 20px;
    }
    .page__double,
    .page__single {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .page__content {
        padding: 30px 32px;
    }
    .page__content h3 {
        margin-bottom: 25px;
    }
    .page__content p {
        margin-bottom: 30px;
    }
    .page__content p:last-child {
        margin-bottom: 0;
    }
    .page__content ul {
        margin-bottom: 30px;
    }
    .page__content ul:last-child {
        margin-bottom: 0;
    }
    .page__content ol {
        margin-bottom: 30px;
    }
    .page__content ol:last-child {
        margin-bottom: 0;
    }
    .page__content--form {
        padding-top: 0;
    }
    .page__double {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .page__double-title {
        width: 300px;
    }
    .page__double-title h3 {
        padding-right: 50px;
    }
    .page__double-content {
        width: calc(100% - 300px);
    }
    .page__table {
        margin-bottom: 30px;
        padding: 0 25px 5px;
    }
    .page__nav:before {
        left: -32px;
        right: -32px;
    }
    .page__nav a {
        margin-right: 40px;
    }
    .page__nav a:last-child {
        margin-right: 0;
    }
    .page__cards {
        margin-top: -10px;
    }
}

@media (min-width: 1200px) {
    .page {
        padding: 140px 0 70px;
    }
    .page__content {
        width: 806px;
    }
    .page__double-title {
        width: 250px;
    }
    .page__double-content {
        width: calc(100% - 250px);
    }
    .page__nav a {
        margin-right: 50px;
    }
    .page__nav a:last-child {
        margin-right: 0;
    }
}


/*==============================
	Form
==============================*/

.form__label {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    margin-bottom: 10px;
    margin-top: 30px;
}

.form__wrap {
    position: relative;
}

.form__wrap--required:after {
    content: '*';
    position: absolute;
    display: block;
    pointer-events: none;
    right: 20px;
    top: 0;
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    color: #bf0811;
    line-height: 58px;
}

.form__wrap--required .cart__input {
    padding: 0 40px 0 20px;
}

.form__wrap--select:after {
    content: '';
    font-family: 'Linearicons-Free';
    font-size: 14px;
    color: #bf0811;
    right: 17px;
    top: 0;
    line-height: 50px;
    position: absolute;
    display: block;
    pointer-events: none;
}

.form__input,
.form__select {
    width: 100%;
    border: none;
    height: 50px;
    background-color: #eee;
    padding: 0 20px;
    font-size: 16px;
    color: #303030;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid transparent;
}

.form__input:focus,
.form__select:focus {
    border-color: #bf0811;
}

.form__select {
    cursor: pointer;
    padding: 0 40px 0 20px;
}

.form__textarea {
    width: 100%;
    border: none;
    height: 140px;
    background-color: #eee;
    padding: 12px 20px;
    font-size: 16px;
    color: #303030;
    resize: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid transparent;
}

.form__textarea:focus {
    border-color: #bf0811;
}

.form__send {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    width: 200px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #bf0811;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.8px;
    margin: 30px auto 0;
    background-color: #bf0811;
}

.form__send:hover {
    background-color: transparent;
    color: #303030;
}

span.wpcf7-checkbox {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

span.wpcf7-list-item {
    margin: 0 !important;
}

span.wpcf7-list-item input:not(:checked),
span.wpcf7-list-item input:checked {
    position: relative;
    left: 20px;
    top: 3px;
    z-index: 1;
    opacity: 0;
}

span.wpcf7-list-item input:not(:checked)+span.wpcf7-list-item-label,
span.wpcf7-list-item input:checked+span.wpcf7-list-item-label {
    font-size: 16px;
    color: #fff;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    line-height: 20px;
    margin-left: 20px;
}

span.wpcf7-list-item input:not(:checked)+span.wpcf7-list-item-label a,
span.wpcf7-list-item input:checked+span.wpcf7-list-item-label a {
    color: #bf0811;
}

span.wpcf7-list-item input:not(:checked)+span.wpcf7-list-item-label a:hover,
span.wpcf7-list-item input:checked+span.wpcf7-list-item-label a:hover {
    color: #bf0811;
    text-decoration: underline;
}

span.wpcf7-list-item input:not(:checked)+span.wpcf7-list-item-label:before,
span.wpcf7-list-item input:checked+span.wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #eee;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

span.wpcf7-list-item input:not(:checked)+span.wpcf7-list-item-label:after,
span.wpcf7-list-item input:checked+span.wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    background-color: #bf0811;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

span.wpcf7-list-item input:not(:checked)+span.wpcf7-list-item-label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}

span.wpcf7-list-item input:checked+span.wpcf7-list-item-label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

span.wpcf7-list-item span.wpcf7-list-item-label::-moz-selection {
    background: transparent;
    color: #707070;
}

span.wpcf7-list-item span.wpcf7-list-item-label::selection {
    background: transparent;
    color: #707070;
}

@media (min-width: 768px) {
    .form__send--checkout {
        margin: 37px auto 0;
    }
}

@media (min-width: 1200px) {
    .form__send--checkout {
        margin: 65px auto 0;
    }
}

input[type="checkbox"] {
    height: 20px !important;
    width: 20px !important;
    -webkit-appearance: checkbox !important;
}


/*==============================
	About
==============================*/

.about {
    background-color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.about__slider {
    position: relative;
}

.about__slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
}

.about__slider .owl-dot span {
    display: block;
    width: 22px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
}

.about__slider .owl-dot.active span {
    background-color: #bf0811;
}

.about__slide {
    height: 300px;
}

.about__content {
    padding: 20px;
}

.about__text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #707070;
}

.about__text a {
    color: #bf0811;
}

.about__text a:hover {
    color: #bf0811;
    text-decoration: underline;
}

.about__text b {
    font-weight: 500;
}

.about__text:last-child {
    margin-bottom: 0;
}

.about__list {
    margin-bottom: 20px;
}

.about__list li {
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.about__list li a {
    color: #bf0811;
}

.about__list li a:hover {
    color: #bf0811;
    text-decoration: underline;
}

.about__list li b {
    font-weight: 500;
}

.about__list li:last-child {
    margin-bottom: 0;
}

.about__list li:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #bf0811;
    left: 0;
    top: 11px;
}

.about__list:last-child {
    margin-bottom: 0;
}

.about__count {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px;
}

.about__count span {
    font-size: 36px;
    color: #303030;
    font-weight: 300;
}

.about__count p {
    margin: 0;
    color: #707070;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.about__video {
    display: block;
    margin: 20px 0;
    position: relative;
    height: 250px;
    background-color: #212121;
    overflow: hidden;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.about__video img {
    height: 100%;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
}

.about__video a {
    position: absolute;
    z-index: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    background-color: #bf0811;
    border: 2px solid #bf0811;
}

.about__video a svg {
    stroke: #fff;
    margin-left: 5px;
    margin-top: 1px;
    -webkit-transition: stroke 0.4s ease;
    -moz-transition: stroke 0.4s ease;
    transition: stroke 0.4s ease;
}

.about__video a:hover {
    background-color: transparent;
}

.about__video a:hover svg {
    stroke: #fff;
}

.about__team {
    padding: 40px 20px;
    border: 1px solid #e4e4e4;
    margin-top: 40px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.about__team p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #303030;
    font-weight: 400;
    text-align: center;
}

.about__team p a {
    color: #bf0811;
}

.about__team p a:hover {
    color: #bf0811;
    text-decoration: underline;
}

.about__team p b {
    font-weight: 400;
}

@media (min-width: 768px) {
    .about__slide {
        height: 400px;
    }
    .about__content {
        padding: 30px;
    }
    .about__text {
        margin-bottom: 25px;
    }
    .about__text:last-child {
        margin-bottom: 0;
    }
    .about__list {
        margin-bottom: 25px;
    }
    .about__list li {
        margin-bottom: 13px;
    }
    .about__list li:last-child {
        margin-bottom: 0;
    }
    .about__list:last-child {
        margin-bottom: 0;
    }
    .about__count {
        margin: 25px 0;
    }
    .about__video {
        height: 400px;
        margin: 25px 0;
    }
    .about__video a {
        width: 70px;
        height: 70px;
        margin: -35px 0 0 -35px;
    }
    .about__team {
        margin-top: 50px;
        padding: 50px 50px;
    }
}

@media (min-width: 992px) {
    .about__content {
        padding: 30px 32px;
    }
    .about__text {
        margin-bottom: 30px;
    }
    .about__text:last-child {
        margin-bottom: 0;
    }
    .about__list {
        margin-bottom: 30px;
    }
    .about__list:last-child {
        margin-bottom: 0;
    }
    .about__count {
        margin: 30px 0;
    }
    .about__video {
        margin: 30px 0;
    }
    .about__team {
        margin-top: 60px;
        padding: 60px 100px;
    }
}

@media (min-width: 1200px) {
    .about__content {
        padding: 60px 60px 30px;
    }
    .about__team {
        padding: 60px 220px;
    }
}


/*==============================
	Account
==============================*/

.account {
    background-color: #fff;
    padding: 20px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #e4e4e4;
}

.account__wrap {
    display: block;
    position: relative;
    width: 100%;
}

.account__table {
    width: 100%;
    min-width: 800px;
}

.account__table thead th {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
    padding: 0 0 20px 0;
}

.account__table tbody td {
    font-size: 16px;
    color: #212121;
    font-weight: 400;
    padding: 25px 0;
    border-top: 1px solid rgba(228, 228, 228, 0.75);
}

.account__table tbody td a {
    color: #212121;
    position: relative;
    border-bottom: 2px dashed #bf0811;
}

.account__table tbody td a:hover {
    color: #bf0811;
    border-color: #212121;
}

.account__table tbody td button {
    font-size: 22px;
    color: rgba(33, 33, 33, 0.75);
}

.account__table tbody td button:hover {
    color: #bf0811;
}

.account__form {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.account__form--last {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .account {
        padding: 30px;
    }
    .account__form {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .account {
        padding: 30px 32px;
    }
    .account__table thead th {
        width: 136px;
    }
    .account__table thead th:first-child {
        width: 60px;
    }
    .account__table thead th:nth-child(2) {
        width: 240px;
    }
    .account__table thead th:last-child {
        width: 22px;
    }
    .account__table tbody td {
        width: 136px;
    }
    .account__table tbody td:first-child {
        width: 60px;
    }
    .account__table tbody td:nth-child(2) {
        width: 240px;
    }
    .account__table tbody td:last-child {
        width: 22px;
    }
    .account__table tbody tr:last-child td {
        padding: 25px 0 0;
    }
    .account__form {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .account__table thead th {
        width: 183px;
    }
    .account__table thead th:first-child {
        width: 82px;
    }
    .account__table thead th:nth-child(2) {
        width: 300px;
    }
    .account__table thead th:last-child {
        width: 22px;
    }
    .account__table tbody td {
        width: 183px;
    }
    .account__table tbody td:first-child {
        width: 82px;
    }
    .account__table tbody td:nth-child(2) {
        width: 300px;
    }
    .account__table tbody td:last-child {
        width: 22px;
    }
}


/*==============================
	Authorization
==============================*/

.authorization {
    background-color: #fff;
    padding: 0 20px 20px;
    margin: 20px auto 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.authorization__form {
    background-color: #fff;
    margin-top: -20px;
}

@media (min-width: 768px) {
    .authorization {
        padding: 30px;
        margin: 0 auto;
    }
    .authorization__form {
        margin-top: -30px;
    }
}

@media (min-width: 992px) {
    .authorization {
        padding: 30px 32px;
        width: 600px;
    }
}


/*==============================
	Post
==============================*/

.posts {
    margin-top: -23px;
}

@media (min-width: 768px) {
    .posts {
        margin-top: -25px;
    }
}

.post {
    margin-top: 23px;
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}

.post__img {
    border: 1px solid transparent;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.post__img img {
    width: 100%;
    max-width: 400px;
}

.post__img:hover {
    border-color: #bf0811;
}

.post__content {
    margin-top: 20px;
}

.post__content h3 {
    font-size: 20px;
    color: #303030;
    font-weight: 400;
    margin-bottom: 10px;
}

.post__content h3 a {
    color: #303030;
}

.post__content h3 a:hover {
    color: #bf0811;
}

.post__content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #707070;
}

.post__content p a {
    color: #bf0811;
}

.post__content p a:hover {
    color: #bf0811;
    text-decoration: underline;
}

.post__content p b {
    font-weight: 400;
}

.post__content p:last-child {
    margin-bottom: 0;
}

.post__content span {
    font-size: 14px;
    line-height: 100%;
    color: #707070;
    letter-spacing: 0.4px;
    font-weight: 300;
}

@media (min-width: 430px) {
    .post {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .post__img {
        width: 50%;
        padding-right: 15px;
    }
    .post__content {
        width: 50%;
        margin-top: 0;
        padding-left: 5px;
        position: relative;
    }
    .post__content h3 {
        margin-top: -7px;
    }
}

@media (min-width: 576px) {
    .post__content {
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .post {
        margin-top: 25px;
        margin-bottom: 25px;
        padding-bottom: 50px;
    }
    .post__img {
        width: 33%;
        padding-right: 0;
    }
    .post__content {
        width: 67%;
        padding-left: 30px;
    }
    .post__content span {
        position: absolute;
        bottom: 0;
        left: 30px;
    }
}

@media (min-width: 992px) {
    .post__content p {
        padding-right: 100px;
    }
}

@media (min-width: 1200px) {
    .post__img {
        width: 285px;
    }
    .post__content {
        width: calc(100% - 285px);
    }
    .post__content p {
        padding-right: 15px;
    }
}


/*==============================
	Article
==============================*/

.article {
    background-color: #fff;
    margin: 0 auto;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.article__title {
    padding: 30px 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e7e8eb;
}

.article__title h1 {
    font-size: 30px;
    color: #303030;
    font-weight: 400;
    margin-bottom: 10px;
}

.article__title span {
    font-size: 14px;
    font-weight: 300;
    color: #707070;
}

.article__content {
    padding: 20px;
}

.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
    color: #303030;
    margin-bottom: 15px;
    font-weight: 400;
}

.article__content h1 {
    font-size: 30px;
}

.article__content h2 {
    font-size: 26px;
}

.article__content h3 {
    font-size: 24px;
}

.article__content h4 {
    font-size: 20px;
}

.article__content h5 {
    font-size: 18px;
}

.article__content h6 {
    font-size: 16px;
}

.article__content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #707070;
    font-weight: 400;
}

.article__content p a {
    color: #bf0811;
}

.article__content p a:hover {
    color: #bf0811;
    text-decoration: underline;
}

.article__content p b {
    font-weight: 500;
}

.article__content p:last-child {
    margin-bottom: 0;
}

.article__content ul {
    margin-bottom: 20px;
}

.article__content ul li {
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: 400;
}

.article__content ul li a {
    color: #bf0811;
}

.article__content ul li a:hover {
    color: #bf0811;
    text-decoration: underline;
}

.article__content ul li b {
    font-weight: 500;
}

.article__content ul li:last-child {
    margin-bottom: 0;
}

.article__content ul li:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #bf0811;
    left: 0;
    top: 11px;
}

.article__content ul:last-child {
    margin-bottom: 0;
}

.article__content blockquote {
    display: block;
    position: relative;
    padding: 0 0 0 22px;
    font-size: 17px;
    line-height: 27px;
    color: #303030;
    font-weight: 400;
    margin-bottom: 20px;
}

.article__content blockquote:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 7px;
    bottom: 7px;
    width: 2px;
    background-color: #bf0811;
}

.article__content img {
    margin-bottom: 20px;
    width: 100%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

@media (min-width: 768px) {
    .article__title {
        padding: 40px 30px;
    }
    .article__content {
        padding: 30px;
    }
    .article__content p {
        margin-bottom: 25px;
    }
    .article__content p:last-child {
        margin-bottom: 0;
    }
    .article__content ul {
        margin-bottom: 25px;
    }
    .article__content ul li {
        margin-bottom: 13px;
    }
    .article__content ul li:last-child {
        margin-bottom: 0;
    }
    .article__content ul:last-child {
        margin-bottom: 0;
    }
    .article__content img {
        margin-bottom: 25px;
    }
    .article__content blockquote {
        margin-bottom: 25px;
    }
}

@media (min-width: 992px) {
    .article__title {
        padding: 50px 32px;
    }
    .article__content {
        padding: 30px 32px;
    }
    .article__content p {
        margin-bottom: 30px;
    }
    .article__content p:last-child {
        margin-bottom: 0;
    }
    .article__content ul {
        margin-bottom: 30px;
    }
    .article__content ul:last-child {
        margin-bottom: 0;
    }
    .article__content img {
        margin-bottom: 30px;
    }
    .article__content blockquote {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .article {
        width: 806px;
    }
}


/*==============================
	Modal
==============================*/

.modal-aberto {
    overflow: hidden;
}


/* Modal */

.modal {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.modal>div {
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: flex;
    background-color: #212121;
}

.modal .modal-inner {
    margin: 0 15px;
    min-width: 200px;
    max-width: 700px;
    /*        padding: 45px 45px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #212121;
    color: #ffffff;
    max-height: calc(100vh - 40px);
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    overflow: scroll;
    scrollbar-width: none;
}

.modal .modal-close {
    display: flex;
    position: absolute;
    border: none;
    cursor: pointer;
    font-size: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #212121;
    font-size: 12px;
    text-align: center;
    color: #ffff;
    background-color: #212121;
    padding: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 24px;
    height: 24px;
    top: 5px;
    right: 0px;
    font-size: 18px;
}


/*.modal .modal-close:hover {
    background-color: #d4d4d4;
}*/


/*.modal {
    position: relative;
    margin: 40px auto;
    display: block;
    width: 100%;
    max-width: 420px;
    background-color: #212121;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.modal .mfp-close {
    display: none;
}

.modal__input {
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 0 20px;
    background-color: #212121;
}

.modal__cities {
    height: 360px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
}

.modal__cities:before {
    content: '';
    position: absolute;
    display: block;
    top: -2px;
    height: 2px;
    background-color: #bf0811;
    left: 20px;
    right: 20px;
}

.modal__cities a {
    display: block;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 46px;
}

.modal__cities a:first-child {
    margin-top: 15px;
}

.modal__cities a:last-child {
    margin-bottom: 15px;
}

.modal__cities a.active {
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
    cursor: default;
}

.modal__cities a.active:hover {
    color: #fff;
}

.modal__cities a:hover {
    color: #bf0811;
}

@media (min-width: 768px) {
    .modal__input {
        padding: 0 32px;
    }
    .modal__cities:before {
        left: 32px;
        right: 32px;
    }
    .modal__cities a {
        padding: 0 32px;
    }
}*/

.mfp-bg {
    background: rgba(0, 0, 0, 0.4);
}

.mfp-iframe-scaler iframe {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: transparent;
    right: 0;
    padding-right: 0;
}

.mfp-image-holder .mfp-close:before,
.mfp-iframe-holder .mfp-close:before {
    content: '';
    font-family: 'Linearicons-Free';
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 22px;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    transition: color 0.4s;
}

.mfp-image-holder .mfp-close:hover:before,
.mfp-iframe-holder .mfp-close:hover:before {
    color: #bf0811;
}

.mfp-close {
    opacity: 1;
}

.mfp-iframe-holder .mfp-content {
    max-width: 1000px;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.5;
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/*==============================
	mCustomScrollbar customization
==============================*/

.mCSB_scrollTools {
    width: 2px;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 0;
}

.mCustomScrollbar {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCS-custom-bar {
    opacity: 1;
}

.mCS-custom-bar.mCSB_outside+.mCSB_scrollTools {
    right: 0;
    top: 0;
    bottom: 0;
}

.mCS-custom-bar.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    width: 2px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.mCS-custom-bar.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, 0.25);
    width: 2px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.mCS-custom-bar.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-custom-bar.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-custom-bar.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, 0.25);
}

.mCS-custom-bar2 {
    opacity: 1;
}

.mCS-custom-bar2.mCSB_outside+.mCSB_scrollTools {
    left: 0;
    bottom: 0;
}

.mCS-custom-bar2.mCSB_scrollTools_horizontal {
    height: 2px;
}

.mCS-custom-bar2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 2px;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

.mCS-custom-bar2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-color: #bf0811;
    height: 2px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

.mCS-custom-bar2.mCSB_scrollTools_horizontal .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-custom-bar2.mCSB_scrollTools_horizontal .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-custom-bar2.mCSB_scrollTools_horizontal .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    wheight: 2px;
    background-color: #bf0811;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

.mCS-custom-bar3 {
    opacity: 1;
}

.mCS-custom-bar3.mCSB_outside+.mCSB_scrollTools {
    right: -15px;
    top: 0;
    bottom: 0;
}

.mCS-custom-bar3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    width: 2px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.mCS-custom-bar3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, 0.25);
    width: 2px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.mCS-custom-bar3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-custom-bar3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-custom-bar3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, 0.25);
}

@media (min-width: 768px) {
    .mCS-custom-bar3.mCSB_outside+.mCSB_scrollTools {
        right: -30px;
    }
}