/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0
}

input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    font-family: "PT Sans Narrow", sans-serif
}

button {
    font-family: "PT Sans Narrow", sans-serif
}

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

input::-ms-clear {
    display: none
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.m-0 {
    margin: 0
}

.mb-0 {
    margin-bottom: 0
}

.mt-0 {
    margin-top: 0
}

body {
    height: 100%;
    font-family: "PT Sans Narrow", sans-serif;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.wrapper,
.site-container {
    position: relative;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 121px;
    padding-bottom: 100px
}

@media only screen and (max-width: 1200px) {
    .wrapper {
        padding-top: 106px;
        padding-bottom: 40px
    }
}

.container {
    position: relative;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto
}

@media only screen and (max-width: 1200px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.main {
    padding-top: 30px;
    position: relative
}

.mb100 {
    margin-bottom: 100px
}

@media only screen and (max-width: 1200px) {
    .mb100 {
        margin-bottom: 40px
    }
}

.mt100 {
    margin-top: 100px
}

@media only screen and (max-width: 1200px) {
    .mt100 {
        margin-top: 40px
    }
}

.agent {
    padding-top: 22px
}

.red {
    color: #d92400
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.about {
    position: relative
}

.about__top {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 20px
}

@media only screen and (max-width: 1200px) {
    .about__top {
        padding-top: 0;
        margin-bottom: 30px
    }
}

.about__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px
}

@media only screen and (max-width: 1200px) {
    .about__head {
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 767px) {
    .about__head {
        display: block;
        margin-bottom: 30px
    }
}

.about__head-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 50%;
    padding-right: 48px
}

.about__head-title {
    position: relative
}

@media only screen and (max-width: 767px) {
    .about__head-title {
        margin-bottom: 20px
    }
}

.about__head-right {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 48px
}

@media only screen and (max-width: 1200px) {
    .about__head-right {
        padding-top: 20px
    }
}

.about__head-right::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #980000), to(#d92400));
    background: linear-gradient(-90deg, #980000 0, #d92400 100%)
}

@media only screen and (max-width: 767px) {
    .about__head-right::before {
        top: 0
    }
}

.about__head-text {
    position: relative
}

.about__list {
    position: relative;
    margin-bottom: 36px
}

.about__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 66px
}

@media only screen and (max-width: 1200px) {
    .about__item {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    .about__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media only screen and (max-width: 1200px) {
    .about__item:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (max-width: 767px) {
    .about__item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about__item:last-child {
    margin-bottom: 0
}

.about__item-img {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .about__item-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px)
    }
}

.about__item-img img {
    width: 100%
}

.about__item-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 674px;
    flex: 0 0 674px;
    max-width: 674px;
    width: 100%
}

@media only screen and (max-width: 1200px) {
    .about__item-box {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-left: 30px
    }
}

@media only screen and (max-width: 767px) {
    .about__item-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-left: 0
    }
}

.about__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px
}

@media only screen and (max-width: 767px) {
    .about__item-title {
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

.about__item-text {
    position: relative;
    padding-bottom: 50px
}

@media only screen and (max-width: 767px) {
    .about__item-text {
        padding-bottom: 30px;
        text-align: center
    }
}

.about__item-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #980000), to(#d92400));
    background: linear-gradient(-90deg, #980000 0, #d92400 100%)
}

.single-one {
    position: relative
}

.single-one .main {
    padding-top: 60px
}

@media only screen and (max-width: 767px) {
    .single-one .main {
        padding-top: 30px
    }
}

.single-one .content-wrap {
    position: relative;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 1200px) {
    .single-one .content-wrap {
        display: block
    }
}

.single-one main.container {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 750px;
    flex: 0 0 750px;
    max-width: 750px;
    width: 100%;
    margin: 0
}

@media only screen and (max-width: 1200px) {
    .single-one main.container {
        max-width: 100%;
        margin-bottom: 30px
    }
}

.single-one__title {
    font-family: "Bebas Neue", cursive;
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    color: #411512;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .single-one__title {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 10px
    }
}

.single-one__title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #980000), to(#d92400));
    background: linear-gradient(-90deg, #980000 0, #d92400 100%)
}

.single-one .entry-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

@media only screen and (max-width: 1200px) {
    .single-one .entry-meta {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px
    }
}

.single-one .entry-meta-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 20px;
    margin-top: -20px
}

@media only screen and (max-width: 1200px) {
    .single-one .entry-meta-left {
        margin-bottom: 15px;
        margin-top: 0
    }
}

.single-one__cell {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 40px;
    margin-top: 20px
}

@media only screen and (max-width: 1200px) {
    .single-one__cell {
        margin-top: 0;
        margin-bottom: 5px;
        margin-right: 20px
    }
}

.single-one__cell-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px
}

.single-one__cell-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 8px 0 0;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    opacity: 0.4
}

@media only screen and (max-width: 400px) {
    .single-one__cell-title {
        font-size: 14px
    }
}

.single-one__cell-text {
    font-size: 16px;
    line-height: 24px;
    color: #262626
}

@media only screen and (max-width: 400px) {
    .single-one__cell-text {
        font-size: 14px
    }
}

.single-one .entry-meta-right {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.single-one__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

@media only screen and (max-width: 400px) {
    .single-one__btn {
        font-size: 14px
    }
}

@media only screen and (min-width: 1025px) {
    .single-one__btn:hover .single-one__btn-text {
        text-decoration: none
    }
}

.single-one__btn-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    max-width: 25px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(274.31deg, #d92400 0, #980000 100%);
    position: relative
}

.single-one__btn-icon::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    z-index: 1
}

.single-one__btn-text {
    font-family: "Bebas Neue", cursive;
    font-size: 21px;
    line-height: 21px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #af0d01;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.single-one aside.sidebar-primary {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
    width: 100%
}

@media only screen and (max-width: 1200px) {
    .single-one aside.sidebar-primary {
        max-width: 340px;
        width: 100%;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width: 767px) {
    .single-one aside.sidebar-primary {
        max-width: 100%
    }
}

.single-one__news {
    position: relative
}

.single-one__news-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 22px
}

.blog {
    position: relative
}

.blog .main {
    padding-top: 0px
}

.blog--category {
    padding-top: 110px
}

@media only screen and (max-width: 1200px) {
    .blog--category {
        padding-top: 80px
    }
}

.blog__nav {
    position: fixed;
    top: 121px;
    left: 0;
    right: 0;
    z-index: 100
}

@media only screen and (max-width: 1200px) {
    .blog__nav {
        top: 106px
    }
}

.body--scroll .blog__nav {
    top: 60px;
    background: #591d1c
}

.blog__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1200px) {
    .blog__nav-list {
        overflow-x: auto
    }
}

.blog__nav-item {
    width: 100%;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .blog__nav-item {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.blog__nav-item.current-menu-item::before {
    opacity: 1;
    left: -1px
}

.blog__nav-item.current-menu-item::after {
    opacity: 1;
    right: -1px
}

.blog__nav-item.current-menu-item a {
    color: #fff;
    border-color: transparent
}

.blog__nav-item.current-menu-item a::before {
    opacity: 1
}

.blog__nav-item.current-menu-item a svg {
    fill: #fff
}

@media only screen and (min-width: 1025px) {
    .blog__nav-item:hover::before {
        opacity: 1;
        left: -1px
    }

    .blog__nav-item:hover::after {
        opacity: 1;
        right: -1px
    }
}

.blog__nav-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 14px solid #fff;
    border-right: 14px solid transparent;
    z-index: 1;
    opacity: 0
}

@media only screen and (max-width: 1200px) {
    .blog__nav-item::before {
        display: none
    }
}

.blog__nav-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 14px solid #fff;
    border-left: 14px solid transparent;
    z-index: 1;
    opacity: 0
}

.body--scroll .blog__nav-item::before {
    border-top-color: #591d1c
}

.body--scroll .blog__nav-item::after {
    border-bottom-color: #591d1c
}

.blog__nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    height: 70px;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000;
    -webkit-transform: perspective(1px);
    transform: perspective(1px);
    border: 1px solid #f2f2f2;
    border-top: 0;
    padding: 5px 10px
}

@media only screen and (max-width: 1366px) {
    .blog__nav-link {
        font-size: 16px
    }
}

@media only screen and (max-width: 1200px) {
    .blog__nav-link {
        height: 60px;
        padding-left: 30px;
        padding-right: 30px
    }
}

.blog__nav-link::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff2a00), to(#d92400));
    background: linear-gradient(180deg, #ff2a00 0, #d92400 100%);
    z-index: -1;
    opacity: 0
}

.body--scroll .blog__nav-link {
    border-color: transparent;
    color: #fff
}

@media only screen and (min-width: 1025px) {
    .blog__nav-link:hover {
        color: #fff;
        border-color: transparent
    }

    .blog__nav-link:hover::before {
        opacity: 1
    }

    .blog__nav-link:hover svg {
        fill: #fff
    }
}

.blog__nav-link svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 8px;
    fill: #d92400;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.blog__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 53px 0
}

@media only screen and (max-width: 1200px) {
    .blog__title {
        margin: 30px 0 20px
    }
}

.blog__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 53px;
    margin-left: -40px
}

@media only screen and (max-width: 1200px) {
    .blog__main {
        margin-left: -20px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    .blog__main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0
    }
}

.blog__main-item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 40px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 40px);
    flex-basis: calc(50% - 40px);
    max-width: calc(50% - 40px);
    width: 100%;
    margin-left: 40px;
    overflow: hidden
}

@media only screen and (max-width: 1200px) {
    .blog__main-item {
        margin-left: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px)
    }
}

@media only screen and (max-width: 767px) {
    .blog__main-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 20px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
        max-width: calc(100% - 20px);
        margin-bottom: 30px
    }
}

.blog__main-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 14px solid #fff;
    border-left: 14px solid transparent;
    z-index: 1
}

@media only screen and (min-width: 1025px) {
    .blog__main-item:hover>img {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

.blog__main-item>img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.blog__label {
    position: absolute;
    top: 20px;
    left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: perspective(1px);
    transform: perspective(1px);
    padding: 6px 11px 6px 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    z-index: 1;
    background: linear-gradient(274.85deg, #d92400 0, #980000 94.78%)
}

@media only screen and (max-width: 1200px) {
    .blog__label {
        left: 20px
    }
}

.blog__label--small {
    top: 0;
    left: 0;
    padding-left: 18px;
    padding-right: 18px
}

.blog__label>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.blog__label-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 6px;
    position: relative
}

.blog__main-item-box {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(65, 21, 18, 0)), color-stop(61.46%, #411512));
    background: linear-gradient(180deg, rgba(65, 21, 18, 0) 0, #411512 61.46%);
    padding: 38px 30px 30px
}

@media only screen and (max-width: 1200px) {
    .blog__main-item-box {
        padding: 20px
    }
}

.blog__main-item-date {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.7)
}

.blog__main-item-title {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px
}

@media only screen and (max-width: 1200px) {
    .blog__main-item-title {
        font-size: 18px;
        line-height: 24px
    }
}

.blog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -40px
}

@media only screen and (max-width: 1200px) {
    .blog__list {
        margin-left: -20px
    }
}

.blog__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 40px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(33.333% - 40px);
    flex-basis: calc(33.333% - 40px);
    max-width: calc(33.333% - 40px);
    width: 100%;
    margin-left: 40px;
    margin-bottom: 40px
}

@media only screen and (max-width: 1200px) {
    .blog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
        margin-left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .blog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 20px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
        max-width: calc(100% - 20px)
    }
}

.blog__item-img {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px
}

.blog__item-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    z-index: 1
}

@media only screen and (min-width: 1025px) {
    .blog__item-img:hover>img {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

.blog__item-img>img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.blog__item-date {
    font-size: 14px;
    line-height: 18px;
    color: #999;
    margin-bottom: 10px
}

.blog__item-title {
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    max-height: 64px;
    color: #411512;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 15px
}

@media only screen and (max-width: 1200px) {
    .blog__item-title {
        font-size: 18px;
        line-height: 24px;
        max-height: 48px
    }
}

@media only screen and (min-width: 1025px) {
    .blog__item-title:hover {
        color: #d92400
    }
}

.blog__item-title span {
    color: #af0d01
}

.blog__item-text {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    color: #411512;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog__item-text span {
    color: #af0d01
}

.blog__item-text p {
    margin: 0
}

.blog__top {
    position: relative;
    background: #faf8f7;
    padding-top: 28px;
    padding-bottom: 50px;
    margin-bottom: 50px
}

.blog__top-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 767px) {
    .blog__top-box {
        display: block
    }
}

.blog__top-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 440px;
    flex: 0 0 440px;
    max-width: 440px;
    width: 100%;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1200px) {
    .blog__top-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .blog__top-left {
        max-width: 100%;
        padding-right: 0
    }
}

.blog__top-icon {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(274.31deg, #d92400 0, #980000 100%);
    margin-right: 20px
}

.blog__top-icon::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 14px solid #faf8f7;
    border-left: 14px solid transparent;
    z-index: 1
}

.blog__top-holder {
    position: relative
}

.blog__top-title {
    margin-bottom: 42px;
    padding-top: 8px
}

.blog__top-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #d92400;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none
}

@media only screen and (min-width: 1025px) {
    .blog__top-link:hover {
        text-decoration: underline
    }
}

.blog__top-link svg {
    fill: #d92400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px
}

.blog__top-right {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 58px;
    margin-right: -110px
}

@media only screen and (max-width: 1340px) {
    .blog__top-right {
        margin-right: 0
    }
}

.blog__top-right::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #980000), to(#d92400));
    background: linear-gradient(-90deg, #980000 0, #d92400 100%)
}

.blog__top-text {
    font-size: 20px;
    line-height: 24px;
    color: #262626
}

.blog__top-text p {
    margin: 0
}

.box {
    position: relative;
    padding-top: 37px
}

@media only screen and (max-width: 1200px) {
    .box {
        padding-top: 0
    }
}

.box__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

@media only screen and (max-width: 1200px) {
    .box__title {
        margin-bottom: 10px
    }
}

.box__descriptions {
    text-align: center;
    margin-bottom: 50px
}

.box__descriptions:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 1200px) {
    .box__descriptions {
        margin-bottom: 40px
    }
}

.box__descriptions--small {
    max-width: 680px;
    width: 100%;
    margin: 0 auto 20px
}

.box__descriptions--big {
    margin: 100px auto;
    padding: 0
}

.box__descriptions--big-content {
    margin: 30px 0
}

@media only screen and (max-width: 767px) {
    .box__descriptions--big {
        margin: 0 0 40px;
        padding: 0
    }
}

.category .main {
    padding: 0
}

.breadcrumb {
    position: relative;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1200px) {
    .breadcrumb {
        overflow-x: auto;
        margin-bottom: 15px
    }

    .single .breadcrumb,
    .page-article .breadcrumb {
        padding-left: 20px
    }

    .breadcrumb::-webkit-scrollbar {
        -webkit-appearance: none
    }

    .breadcrumb::after {
        content: "";
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1px;
        flex: 0 0 1px;
        height: 1px
    }
}

.blog__top .breadcrumb {
    margin-bottom: 60px;
    padding: 0
}

@media only screen and (max-width: 1200px) {
    .blog__top .breadcrumb {
        margin-bottom: 30px
    }
}

.breadcrumb span a {
    position: relative;
    margin-right: 12px;
    font-size: 14px;
    text-transform: uppercase
}

.breadcrumb span:first-child>a {
    color: #d92400;
    font-weight: 700;
    text-decoration: underline
}

@media only screen and (min-width: 1025px) {
    .breadcrumb a:hover {
        text-decoration: none
    }
}

.breadcrumb span:not(:first-child)>a {
    color: #999;
    font-weight: 400;
    text-decoration: none
}

@media only screen and (min-width: 1025px) {
    .breadcrumb span:not(:first-child)>a:hover {
        color: #d92400
    }
}

.breadcrumb span a:not(:last-child)::before {
    content: "•";
    position: absolute;
    color: #999;
    right: -9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.btn {
    position: relative;
    display: inline-block;
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #980000 0, #d92400 100%);
    padding: 14px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: perspective(1px);
    transform: perspective(1px);
    background: 0 0
}

@media only screen and (min-width: 1025px) {
    .btn:hover::before {
        opacity: 1
    }
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #980000), to(#d92400));
    background: linear-gradient(to left, #980000 0, #d92400 100%);
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.btn-2 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #411512;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: perspective(1px);
    transform: perspective(1px)
}

@media only screen and (max-width: 1200px) {
    .btn-2 {
        font-size: 18px
    }
}

@media only screen and (min-width: 1025px) {
    .btn-2:hover {
        color: #fff
    }

    .btn-2:hover .btn-line::before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    .btn-2:hover span:first-child::before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.btn-2 span:first-child {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.btn-2 span:first-child::before {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    background: #d92400;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.btn-line {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    height: 2px;
    margin-left: 20px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .btn-line {
        margin-left: 10px
    }
}

.btn-line::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(217, 36, 0, 0)), to(#d92400));
    background: linear-gradient(-90deg, rgba(217, 36, 0, 0) 0, #d92400 100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

@media only screen and (max-width: 1200px) {
    .btn-line {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        width: 50px
    }
}

.btn-3 {
    position: relative;
    display: inline-block;
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #980000 0, #d92400 100%);
    padding: 14px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: perspective(1px);
    transform: perspective(1px);
    background: 0 0;
    text-decoration: none
}

@media only screen and (min-width: 1025px) {
    .btn-3:hover::before {
        opacity: 0
    }
}

.btn-3::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #980000), to(#d92400));
    background: linear-gradient(to left, #980000 0, #d92400 100%);
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .btn-3:hover {
        color: #d92400
    }
}

.btn-4 {
    cursor: pointer;
    text-decoration: underline;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #d92400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 1025px) {
    .btn-4:hover {
        text-decoration: none
    }

    .btn-4:hover svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.btn-4 svg {
    fill: #d92400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.casino-list {
    position: relative;
    margin-bottom: 20px;
    margin-left: -40px;
    margin-top: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.casino-list:last-child {
    margin-bottom: 0
}

.casino-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 40px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 40px);
    flex-basis: calc(50% - 40px);
    max-width: calc(50% - 40px);
    width: 100%;
    margin-left: 40px;
    margin-top: 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #980000), to(#d92400));
    background: linear-gradient(180deg, #980000 0, #d92400 100%);
    padding: 40px 60px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .casino-list__item {
        padding: 40px
    }
}

@media only screen and (max-width: 666px) {
    .casino-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 40px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 40px);
        flex-basis: calc(100% - 40px);
        max-width: calc(100% - 40px)
    }
}

.casino-list__item::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 14px solid #fff;
    border-left: 14px solid transparent;
    z-index: 1
}

.casino-list__item-item {
    margin-bottom: 20px
}

.casino-list__item-item a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

body .casino-list__item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff
}

body .casino-list__item-title>a {
    color: #fff;
    text-decoration: none
}

body .casino-list__item-title>a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.contacts {
    position: relative
}

.contacts__title {
    margin-bottom: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1200px) {
    .contacts__title {
        margin-bottom: 30px
    }
}

.contacts__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 1200px) {
    .contacts__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.contacts__left {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 630px;
    flex: 0 0 630px;
    max-width: 630px;
    width: 100%
}

@media only screen and (max-width: 1200px) {
    .contacts__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%
    }
}

.contacts__form {
    position: relative
}

.contacts__form-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .contacts__form-row {
        margin-bottom: 0;
        display: block
    }
}

.contacts__form-cell {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
    width: 100%;
    margin-left: 10px
}

@media only screen and (max-width: 767px) {
    .contacts__form-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 10px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 10px);
        flex-basis: calc(100% - 10px);
        max-width: calc(100% - 10px);
        margin-bottom: 20px
    }
}

.contacts__radio {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.contacts__radio-item {
    width: 100%;
    border: 1px solid #d92400;
    cursor: pointer;
    position: relative
}

.contacts__radio-input {
    display: none
}

.contacts__radio-input:checked+.contacts__radio-text {
    color: #fff;
    background: #d92400;
    font-weight: 700
}

.contacts__radio-text {
    display: block;
    padding: 22px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #411512;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media only screen and (max-width: 767px) {
    .contacts__radio-text {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px
    }
}

.contacts__textarea-box {
    position: relative;
    margin-bottom: 20px
}

.contacts__textarea {
    position: relative
}

.contacts__btn-box {
    position: relative
}

.contacts__btn {
    min-width: 220px
}

.contacts__right {
    position: relative;
    margin-left: 20px
}

@media only screen and (max-width: 1200px) {
    .contacts__right {
        margin-left: 0;
        margin-bottom: 30px
    }
}

.contacts__list {
    position: relative
}

@media only screen and (max-width: 1200px) {
    .contacts__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -10px
    }
}

.contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px
}

@media only screen and (max-width: 1200px) {
    .contacts__row {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 100%;
        padding-right: 10px
    }
}

@media only screen and (max-width: 767px) {
    .contacts__row {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.contacts__row:last-child {
    margin-bottom: 0
}

.contacts__row-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    width: 100%;
    margin-right: 20px
}

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

.contacts__row-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .contacts__row-item {
        display: block
    }
}

.contacts__row-item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px;
    color: #d92400
}

.contacts__row-link {
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .contacts__row-link:hover {
        color: #d92400
    }
}

.country {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2)
}

.country--contacts {
    border: 1px solid #e5e5e5;
    padding-left: 20px;
    padding-right: 25px
}

.country__label {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    opacity: 0.5;
    text-transform: uppercase;
    padding-bottom: 12px
}

.country--contacts .country__label {
    color: #411512;
    padding-bottom: 0;
    text-transform: none
}

.country__box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.deposit {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px
}

@media only screen and (max-width: 1200px) {
    .deposit {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    .deposit {
        margin-left: -10px
    }
}

.deposit__row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 720px;
    flex: 0 0 720px;
    max-width: 720px;
    width: 100%;
    margin-right: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 2px solid #d92400;
    border-right: 2px solid #d92400;
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px
}

@media only screen and (max-width: 1200px) {
    .deposit__row {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
        margin-right: 20px
    }
}

@media only screen and (max-width: 767px) {
    .deposit__row {
        display: block;
        padding-top: 17px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
}

.deposit__row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #d92400), color-stop(40%, rgba(217, 36, 0, 0.3)), color-stop(50%, rgba(217, 36, 0, 0.2)), color-stop(60%, rgba(217, 36, 0, 0.3)), to(#d92400));
    background: linear-gradient(-90deg, #d92400 0, rgba(217, 36, 0, 0.3) 40%, rgba(217, 36, 0, 0.2) 50%, rgba(217, 36, 0, 0.3) 60%, #d92400 100%)
}

.deposit__row::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #d92400), color-stop(40%, rgba(217, 36, 0, 0.3)), color-stop(50%, rgba(217, 36, 0, 0.2)), color-stop(60%, rgba(217, 36, 0, 0.3)), to(#d92400));
    background: linear-gradient(-90deg, #d92400 0, rgba(217, 36, 0, 0.3) 40%, rgba(217, 36, 0, 0.2) 50%, rgba(217, 36, 0, 0.3) 60%, #d92400 100%)
}

.deposit__cell {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

@media only screen and (max-width: 767px) {
    .deposit__cell {
        margin-bottom: 15px;
        padding-left: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .deposit__cell:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .deposit__cell {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.deposit__cell:last-child::before {
    display: none
}

.deposit__cell::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -40px;
    height: 70px;
    width: 1px;
    background: #411512
}

@media only screen and (max-width: 767px) {
    .deposit__cell::before {
        left: 20px;
        right: 20px;
        bottom: -5px;
        top: auto;
        margin-top: 0;
        height: 1px;
        width: auto
    }
}

.deposit__cell-title {
    font-family: "Bebas Neue", cursive;
    font-size: 90px;
    text-transform: uppercase;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 30px;
    color: #d92400
}

@media only screen and (max-width: 1200px) {
    .deposit__cell-title {
        font-size: 60px;
        margin-right: 10px
    }
}

.deposit__cell-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #411512;
    max-width: 95px;
    width: 100%
}

.deposit__title {
    max-width: 226px
}

@media only screen and (max-width: 1200px) {
    .deposit__title.title-small {
        font-size: 26px;
        line-height: 28px
    }
}

.error-page .main {
    padding-top: 0
}

.error-page__box {
    position: relative;
    padding: 100px 150px 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 1200px) {
    .error-page__box {
        padding: 60px 0
    }
}

@media only screen and (max-width: 767px) {
    .error-page__box {
        display: block
    }
}

.error-page__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    text-transform: uppercase;
    color: #000;
    max-width: 127px;
    margin-right: 40px;
    padding-top: 60px
}

@media only screen and (max-width: 767px) {
    .error-page__title {
        padding-top: 0;
        margin-right: 0;
        margin-bottom: 30px;
        max-width: 100%;
        text-align: center
    }
}

.error-page__title span {
    color: #d92400
}

.error-page__img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.error-page__img {
    margin-right: -40px;
    margin-bottom: 30px
}

@media only screen and (max-width: 1200px) {
    .error-page__img {
        margin-right: 0
    }
}

.error-page__btn {
    min-width: 198px
}

.faq {
    position: relative
}

.faq__list {
    position: relative;
    margin-bottom: 20px
}

.faq__item {
    position: relative;
    border-bottom: 1px solid #e6e6e6
}

.faq__item:last-child {
    border-bottom: 0
}

.faq__head {
    position: relative;
    cursor: pointer;
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #411512;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media only screen and (max-width: 1200px) {
    .faq__head {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 1025px) {
    .faq__head:hover {
        color: #d92400
    }
}

.faq__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 400px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    background: linear-gradient(135.61deg, #980000 -40.8%, #d92400 79.7%);
    position: relative
}

.faq__btn::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #fff
}

.faq__btn svg {
    stroke: #d92400;
    position: relative;
    z-index: 1
}

.faq__item.active .faq__btn {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.faq__head-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px
}

.faq__item-body {
    position: relative;
    padding-bottom: 30px;
    display: none
}

.home .main {
    padding-top: 0
}

.country-selector .wrapper {
    padding: 0
}

.country-selector main.container {
    max-width: 100%;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.first-screen {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 206px;
    padding-bottom: 206px;
    margin-bottom: 50px
}


.first-screen__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media only screen and (min-width: 767px) {
    .first-screen__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media only screen and (max-width: 767px) {
    .first-screen {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        display: block;
    }

    .first-screen__img {
        position: relative;
    }
}


.first-screen__box {
    position: relative;
    text-align: center
}

.first-screen__label {
    margin-bottom: 22px
}

.first-screen__title {
    margin-bottom: 40px;
    text-align: center
}

.first-screen__btn-box {
    position: relative
}

.first-screen__btn {
    min-width: 240px
}


.swiper-gallery-wrapper {
    margin-top: -3px;
    position: relative;
}

.swiper-button {
    position: absolute;
    width: 21px;
    height: 36px;
    z-index: 10;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    outline: none;
    z-index: 1;
    color: transparent;
}

.swiper-button-prev {
    left: 15px;
    margin-right: 20px;
    background-image: url(../images/swiper-arrow-prev.svg);
}

.swiper-button-next {
    right: 15px;
    background-image: url(../images/swiper-arrow-next.svg);
}



body .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 10px;
    height: 10px;
}

body .swiper-pagination .swiper-pagination-bullet {
    background: #FF3D00;
    transform: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.footer {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #411512
}

.footer__top {
    background: #591d1c;
    position: relative
}

.footer__container {
    position: relative;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #411512
}

@media only screen and (max-width: 1200px) {
    .footer__row {
        border-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px
    }

    .footer__middle .footer__row {
        padding-left: 0;
        padding-right: 0
    }
}

.footer__cell {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
    border-right: 1px solid #411512
}

@media only screen and (max-width: 1200px) {
    .footer__cell {
        width: 50%;
        height: 60px;
        border-top: 1px solid #411512
    }

    .footer__cell:nth-child(2n+1) {
        border-right: 0
    }

    .footer__cell--attention {
        width: 100%;
        height: 74px
    }
}

.footer__cell>img {
    mix-blend-mode: overlay
}

.footer__middle {
    position: relative;
    border-bottom: 1px solid #591d1c
}

@media only screen and (max-width: 1200px) {
    .footer__middle {
        border-bottom: 0
    }
}

.footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 172px;
    flex: 0 0 172px;
    max-width: 172px;
    width: 100%;
    position: relative;
    border-right: 1px solid #591d1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 1200px) {
    .footer__logo {
        height: 80px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        border-right: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        border-bottom: 1px solid #591d1c
    }
}

.footer__logo-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.footer__nav {
    border-right: 1px solid #591d1c;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media only screen and (max-width: 1200px) {
    .footer__nav {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        border-right: 0;
        border-top: 1px solid #591d1c
    }
}

.footer__nav ul {
    list-style: none;
    padding: 0 10px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%
}

@media only screen and (max-width: 1200px) {
    .footer__nav ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.footer__nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 1200px) {
    .footer__nav ul li {
        width: 50%
    }
}

.footer__nav ul a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .footer__nav ul a {
        padding: 10px
    }
}

@media only screen and (min-width: 1025px) {
    .footer__nav ul a:hover::before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.footer__nav ul a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #d92400;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.footer__country {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 205px;
    flex: 0 0 205px;
    max-width: 205px;
    width: 100%;
    border-right: 1px solid #591d1c
}

@media only screen and (max-width: 1200px) {
    .footer__country {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
        width: auto
    }
}

.footer__country-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 28px;
    padding-right: 28px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media only screen and (max-width: 1200px) {
    .footer__country-head {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (min-width: 1025px) {
    .footer__country-head:hover {
        background: #591d1c
    }
}

.footer__country.active .footer__country-head {
    background: #591d1c
}

.footer__country-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    opacity: 0.5;
    margin-right: 10px
}

@media only screen and (max-width: 1200px) {
    .footer__country-title {
        display: none
    }
}

.footer__country-current {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    overflow: auto
}

@media only screen and (max-width: 1200px) {
    .footer__country-current {
        height: 60px
    }
}

.footer__country-current img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    max-width: 16px;
    margin-right: 4px
}

.footer__country-current svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 4px;
    stroke: #d92400;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.footer__country.active .footer__country-current svg {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.footer__country-name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (max-width: 1200px) {
    .footer__country-name {
        display: none
    }
}

.footer__country-list {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    background: #591d1c;
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media only screen and (max-width: 1200px) {
    .footer__country-list {
        right: auto
    }
}

.footer__country.active .footer__country-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.footer__country-list li {
    position: relative
}

.footer__country-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 12px 28px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

@media only screen and (max-width: 1200px) {
    .footer__country-list a {
        white-space: nowrap
    }
}

@media only screen and (min-width: 1025px) {
    .footer__country-list a:hover {
        background: #411512
    }
}

.footer__country-list a img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    margin-right: 10px
}

.footer__contacts {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1200px) {
    .footer__contacts {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.footer__contacts-item {
    height: 80px;
    position: relative;
    padding-left: 28px;
    padding-right: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #591d1c
}

@media only screen and (max-width: 1200px) {
    .footer__contacts-item {
        height: 60px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__contacts-item:last-child {
        border-right: 0
    }
}

.footer__contacts-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1200px) {
    .footer__contacts-icon {
        margin-right: 6px
    }
}

.footer__contacts-icon svg {
    fill: #d92400
}

.footer__contacts-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer__contacts-list li {
    position: relative
}

.footer__contacts-list a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .footer__contacts-list a:hover {
        text-decoration: underline
    }
}

.footer__bottom {
    position: relative;
    padding-top: 21px;
    padding-bottom: 21px
}

@media only screen and (max-width: 1200px) {
    .footer__bottom {
        padding: 0 20px
    }
}

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

@media only screen and (max-width: 1200px) {
    .footer__bottom-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.footer__bottom-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1200px) {
    .footer__bottom-left {
        width: 100%
    }
}

.footer__copy {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    opacity: 0.5;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px
}

@media only screen and (max-width: 1200px) {
    .footer__copy {
        text-transform: uppercase;
        padding-top: 20px;
        padding-bottom: 22px;
        width: 100%
    }
}

.footer__bottom-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width: 1200px) {
    .footer__bottom-right {
        width: 100%;
        border-top: 1px solid #591d1c
    }
}

.footer__policy {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1200px) {
    .footer__policy {
        width: 100%
    }
}

.footer__policy li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 35px
}

@media only screen and (max-width: 1200px) {
    .footer__policy li {
        width: 50%;
        margin-right: 0;
        border-bottom: 1px solid #591d1c
    }
}

.footer__policy li:last-child {
    margin-right: 0
}

.footer__policy a {
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    opacity: 0.5
}

@media only screen and (max-width: 1200px) {
    .footer__policy a {
        text-align: center;
        padding: 16px
    }
}

@media only screen and (min-width: 1025px) {
    .footer__policy a:hover {
        opacity: 1
    }
}

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

.attention__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px
}

.attention__text {
    max-width: 70px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff
}

.form {
    position: relative;
    min-height: 394px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 70px
}

@media only screen and (max-width: 1200px) {
    .form {
        padding: 40px 20px;
        height: 512px;
        max-width: 340px;
        width: 100%;
        margin: 0 auto
    }
}

.form--small {
    margin-top: -46px;
    min-height: 487px;
    padding: 20px
}

@media only screen and (max-width: 1200px) {
    .form--small {
        margin-top: 0
    }
}

.form__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

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

.form__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 48px;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .form__head {
        margin-bottom: 32px
    }
}

.form--small .form__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
}

@media only screen and (max-width: 1200px) {
    .form--small .form__head {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.form__head-label {
    margin-right: 8px
}

.form--small .form__head-label {
    margin-right: 0
}

@media only screen and (max-width: 1200px) {
    .form--small .form__head-label {
        margin-right: 8px
    }
}

.form__head-title {
    font-family: "Bebas Neue", cursive;
    font-size: 34px;
    line-height: 34px;
    color: #fff;
    padding-top: 6px
}

.form__row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 1200px) {
    .form__row {
        display: block
    }
}

.form--small .form__row {
    display: block
}

.form__row-cell {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 20px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(25% - 20px);
    flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
    width: 100%;
    margin-left: 10px;
    margin-right: 10px
}

@media only screen and (max-width: 1200px) {
    .form__row-cell {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px
    }

    .form__row-cell:last-child {
        margin-bottom: 0
    }
}

.form--small .form__row-cell {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px
}

.form--small .form__row-cell:last-child {
    margin-bottom: 0
}

.form__input {
    width: 100%;
    border: 0;
    outline: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0 0 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    background: 0 0;
    border-radius: 0
}

@media only screen and (max-width: 1200px) {
    .form__input {
        text-align: center
    }
}

.form__input:focus {
    border-bottom-color: #fff
}

.form__input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #fff
}

.form__input:-ms-input-placeholder {
    text-transform: uppercase;
    color: #fff
}

.form__input::-ms-input-placeholder {
    text-transform: uppercase;
    color: #fff
}

.form__input::-moz-placeholder {
    text-transform: uppercase;
    color: #fff
}

.form__input::placeholder {
    text-transform: uppercase;
    color: #fff
}

.form__input.error {
    border-bottom-color: #d92400
}

.form__btn-box {
    text-align: center;
    position: relative
}

.form--small .form__btn-box {
    width: 100%
}

.form__btn {
    min-width: 220px
}

.form--small .form__btn {
    min-width: auto;
    width: 100%
}

@media only screen and (max-width: 1200px) {
    .form--small .form__btn {
        width: 220px
    }
}

p.error {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #d92400;
    margin: 0
}

.form p.error {
    text-align: center
}

.games {
    position: relative
}

.games__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-top: -40px
}

@media only screen and (max-width: 1200px) {
    .games__list {
        margin-left: -20px;
        margin-top: -20px
    }
}

.games__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 40px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(33.333% - 40px);
    flex-basis: calc(33.333% - 40px);
    max-width: calc(33.333% - 40px);
    width: 100%;
    margin-top: 40px;
    margin-left: 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d92400), to(#980000));
    background: linear-gradient(180deg, #d92400 0, #980000 100%);
    padding: 40px 20px;
    text-align: center;
    text-decoration: none
}

.games__item a::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer
}

@media only screen and (max-width: 1200px) {
    .games__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
        margin-left: 20px;
        margin-top: 20px
    }
}

@media only screen and (max-width: 767px) {
    .games__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 20px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
        max-width: calc(100% - 20px)
    }
}

@media only screen and (min-width: 1025px) {
    .games__item:hover .games__item-btn {
        border-bottom-color: transparent
    }
}

.games__item--last {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px
}

@media only screen and (min-width: 1025px) {
    .games__item--last:hover .games__item-last {
        color: #d92400
    }
}

.games__item--last::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #d92400
}

.games__item--last::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #d92400
}

.games__item-last {
    font-family: "Bebas Neue", cursive;
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
    color: #411512;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: left
}

.games__item-last span {
    color: #d92400
}

.games__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.games__item-icon {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.games__item-title {
    position: relative;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff
}

.games__item-text {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 25px;
    padding-left: 2px;
    padding-right: 2px;
    height: 110px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.games__item-text p {
    margin: 0
}

.games__item-bottom {
    position: relative;
    display: block;
    padding-top: 25px
}

.games__item-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(0, rgba(255, 255, 255, 0)), color-stop(51.56%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 51.56%, rgba(255, 255, 255, 0) 100%)
}

.games__item-btn {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.gift {
    position: relative;
    margin-bottom: 50px;
    min-height: 222px;
    padding: 76px 60px
}

@media only screen and (max-width: 1200px) {
    .gift {
        min-height: auto;
        background: #411512;
        padding: 40px 20px;
        text-align: center
    }
}

.gift--mb30 {
    margin-bottom: 30px
}

@media only screen and (max-width: 1200px) {
    .gift--mb30 {
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 767px) {
    .gift {
        margin-left: -10px;
        margin-right: -10px
    }
}

.gift__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

@media only screen and (max-width: 1200px) {
    .gift__img {
        display: none
    }
}

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

.gift__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .gift__row {
        display: block
    }
}

.gift__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 30px
}

@media only screen and (max-width: 1200px) {
    .gift__icon {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.gift__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding-top: 15px
}

@media only screen and (max-width: 1200px) {
    .gift__text {
        margin-bottom: 30px;
        font-size: 18px;
        padding-top: 0
    }
}

.gift__text span {
    color: #d92400
}

.gift__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    min-width: 150px;
    max-width: 220px;
    width: 100%;
    margin-left: 30px
}

@media only screen and (max-width: 1200px) {
    .gift__btn {
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .gift__btn {
        max-width: 300px
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #411512
}

.header__box {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #591d1c;
    border-right: 1px solid #591d1c
}

@media only screen and (max-width: 1200px) {
    .header__box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-right: 0;
        border-left: 0
    }
}

.header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 10px;
    position: relative;
    border-right: 1px solid #591d1c
}

@media only screen and (min-width: 1200px) {
    .body--scroll .header__logo {
        border-color: transparent
    }

    .body--scroll .header__logo img {
        width: 150px
    }
}

@media only screen and (max-width: 1200px) {
    .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        border-right: 0
    }

    .header__logo img {
        width: 150px
    }
}

.header__logo-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.header__holder {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media only screen and (max-width: 1200px) {
    .header__holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.header__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #591d1c
}

@media only screen and (max-width: 1200px) {
    .header__top {
        border-bottom: 0
    }

    .header__top .header__contacts,
    .header__top .header__form,
    .header__top .header__btn {
        display: none
    }
}

@media only screen and (min-width: 1200px) {
    .body--scroll .header__top {
        border-color: transparent
    }
}

.header__form {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 282px;
    flex: 0 0 282px;
    max-width: 282px;
    width: 100%;
    border-right: 1px solid #591d1c
}

@media only screen and (max-width: 1200px) {
    .header__form {
        max-width: 100%;
        border-right: 0;
        border-top: 1px solid #591d1c
    }
}

@media only screen and (min-width: 1200px) {
    .header__form {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

    .body--scroll .header__form {
        opacity: 0;
        visibility: hidden
    }
}

.header__form-input {
    width: 100%;
    height: 60px;
    background: 0 0;
    padding-left: 28px;
    padding-right: 60px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0
}

@media only screen and (max-width: 1200px) {
    .header__form-input {
        padding-left: 20px
    }
}

.header__form-input:focus {
    background: #591d1c
}

.header__form-input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5
}

.header__form-input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.5
}

.header__form-input::-ms-input-placeholder {
    color: #fff;
    opacity: 0.5
}

.header__form-input::-moz-placeholder {
    color: #fff;
    opacity: 0.5
}

.header__form-input::placeholder {
    color: #fff;
    opacity: 0.5
}

.header__form-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 0;
    background: 0 0
}

.header__form-btn svg {
    stroke: #d92400
}

.header__country {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 282px;
    flex: 0 0 282px;
    max-width: 282px;
    width: 100%;
    border-right: 1px solid #591d1c
}

@media only screen and (max-width: 1200px) {
    .header__country {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        border-right: 0
    }
}

@media only screen and (min-width: 1200px) {
    .header__country {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

    .body--scroll .header__country {
        opacity: 0;
        visibility: hidden
    }
}

.header__country-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 28px;
    padding-right: 28px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media only screen and (max-width: 1200px) {
    .header__country-head {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (min-width: 1025px) {
    .header__country-head:hover {
        background: #591d1c
    }
}

.header__country.active .header__country-head {
    background: #591d1c
}

.header__country-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    opacity: 0.5;
    margin-right: 10px
}

@media only screen and (max-width: 1200px) {
    .header__country-title {
        display: none
    }
}

.header__country-current {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    overflow: auto
}

.header__country-current img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    max-width: 16px;
    margin-right: 4px
}

@media only screen and (max-width: 1200px) {
    .header__country-current img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        width: 20px;
        max-width: 20px
    }
}

.header__country-current svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 4px;
    stroke: #d92400;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.header__country.active .header__country-current svg {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.header__country-name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (max-width: 1200px) {
    .header__country-name {
        display: none
    }
}

.header__country-list,
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    background: #591d1c;
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.header__nav ul li ul.sub-menu {
    display: block
}

.header__nav ul li ul.sub-menu li {
    display: block
}

.header__nav ul li ul.sub-menu a {
    display: block;
    height: auto;
    width: 100%
}

.header__nav ul li ul.sub-menu a:hover {
    background: #41151296
}

.header__nav ul li ul.sub-menu.show {
    visibility: visible;
    opacity: 1;
    position: relative
}

@media only screen and (max-width: 1200px) {

    .header__country-list,
    .sub-menu {
        left: auto;
        right: 0;
        max-height: calc(100vh - 60px);
        overflow-y: auto;
        z-index: 101
    }
}

.header__country.active .header__country-list,
.menu-item-has-children.active .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.header__country-list li,
.sub-menu li {
    position: relative
}

.header__country-list a,
.sub-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 12px 28px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

@media only screen and (max-width: 1200px) {

    .header__country-list a,
    .sub-menu li a {
        white-space: nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media only screen and (min-width: 1025px) {

    .header__country-list a:hover,
    .sub-menu li a:hover {
        background: #411512
    }
}

.header__country-list a img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    margin-right: 10px
}

.header__contacts {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__contacts-item {
    height: 60px;
    position: relative;
    padding-left: 28px;
    padding-right: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #591d1c
}

@media only screen and (max-width: 1200px) {
    .header__contacts-item {
        width: 100%
    }

    .header__contacts-item:last-child {
        border-right: 0
    }
}

.header__contacts-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px
}

.header__contacts-icon svg {
    fill: #d92400
}

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

.header__contacts-list a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.header__contacts-list a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

@media only screen and (min-width: 1025px) {
    .header__contacts-list a:hover {
        text-decoration: underline
    }
}

.header__btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #d92400;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: -1px;
    text-decoration: none
}

.header__btn a {
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    color: #fff
}

.header__btn a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 1200px) {
    .header__btn {
        height: 60px
    }
}

@media only screen and (min-width: 1025px) {
    .header__btn:hover {
        background: #591d1c
    }
}

.header__btn svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 5px;
    fill: #fff;
    vertical-align: middle
}

.header__nav {
    position: relative
}

@media only screen and (max-width: 1200px) {
    .header__nav {
        border-top: 1px solid #591d1c
    }
}

@media only screen and (min-width: 1200px) {
    .header__nav {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

    .body--scroll .header__nav {
        display: none
    }
}

.header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

@media only screen and (max-width: 1200px) {
    .header__nav ul {
        display: block
    }
}

.header__nav ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .header__nav ul li {
        display: block;
        border-bottom: 1px solid #591d1c
    }
}

.header__nav ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    height: 20px;
    width: 1px;
    background: #591d1c
}

.header__nav ul li:last-child::before {
    display: none
}

.header__nav ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    height: 60px;
    color: #fff;
    text-align: center;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .header__nav ul a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left
    }
}

@media only screen and (min-width: 1025px) {
    .header__nav ul a:hover::before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.header__nav ul a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #d92400;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.header__mobile-btn {
    display: none;
    cursor: pointer
}

@media only screen and (max-width: 1200px) {
    .header__mobile-btn {
        position: relative;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__mobile-btn svg {
        fill: #fff
    }
}

.header__mobile-open {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.header.open .header__mobile-open {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.header__mobile-close {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.header.open .header__mobile-close {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.header__mobile {
    display: block;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .header__mobile {
        display: block;
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }

    .header.open .header__mobile {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.header__mobile-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.header.open .header__mobile-overlay {
    opacity: 1
}

@media only screen and (min-width: 1200px) {

    .header__mobile-box .header__contacts,
    .header__mobile-box .header__form,
    .header__mobile-box .header__btn {
        display: none
    }
}

@media only screen and (max-width: 1200px) {
    .header__mobile-box {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #411512;
        overflow-y: auto;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s
    }
}

@media only screen and (max-width: 1200px) {
    .header.open .header__mobile-box {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media only screen and (max-width: 1200px) {
    .header__mobile-box {
        max-width: 360px
    }
}

@media only screen and (max-width: 767px) {
    .header__mobile-box {
        max-width: 100%
    }
}

.header__mobile-contacts {
    display: none
}

@media only screen and (max-width: 1200px) {
    .header__mobile-contacts {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-top: 1px solid #591d1c
    }

    .body--scroll .header__mobile-contacts {
        display: none
    }
}

.header__mobile-contacts-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #591d1c
}

.header__mobile-contacts-item:first-child {
    border-left: 0
}

.header__mobile-contacts-item svg {
    fill: #fff
}

.header__mobile-contacts-btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(312.23deg, #980000 0, #d92400 100%);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none
}

.header__mobile-contacts-btn svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 8px;
    fill: #fff
}

.info-list {
    position: relative;
    padding-top: 35px
}

@media only screen and (max-width: 1200px) {
    .info-list {
        padding-top: 10px
    }
}

.info-list__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    margin-top: 50px
}

@media only screen and (max-width: 1200px) {
    .info-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.info-list__item--revers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media only screen and (max-width: 1200px) {
    .info-list__item--revers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.info-list__item:first-child {
    margin-top: 0
}

.info-list__item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 130px
}

@media only screen and (max-width: 1200px) {
    .info-list__item-img {
        margin-right: 0;
        margin-left: -10px;
        margin-right: -10px
    }
}

.info-list__item--revers .info-list__item-img {
    margin-right: 0;
    margin-left: 130px
}

@media only screen and (max-width: 1200px) {
    .info-list__item--revers .info-list__item-img {
        margin-left: 0
    }
}

.info-list__item-box {
    padding-top: 45px
}

@media only screen and (max-width: 1200px) {
    .info-list__item-box {
        padding-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.info-list__item-label {
    margin-bottom: 8px
}

@media only screen and (max-width: 1200px) {
    .info-list__item-label.label-2 {
        margin-right: 0
    }
}

.info-list__item-label--mb50 {
    margin-bottom: 50px
}

@media only screen and (max-width: 1200px) {
    .info-list__item-label--mb50 {
        margin-bottom: 20px
    }
}

.info-list__item-title {
    margin-bottom: 50px
}

@media only screen and (max-width: 1200px) {
    .info-list__item-title {
        margin-bottom: 20px
    }
}

.info-list__item-title--mb8 {
    margin-bottom: 8px
}

.info-list__item-text {
    margin-bottom: 50px
}

@media only screen and (max-width: 1200px) {
    .info-list__item-text {
        margin-bottom: 16px;
        text-align: center
    }
}

.info-list__item-btn-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1200px) {
    .info-list__item-btn-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.info-list__item-btn {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info {
    position: relative;
    padding-top: 50px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1200px) {
    .info {
        padding-top: 25px;
        padding-bottom: 20px;
        display: block
    }
}

.info__left {
    position: relative;
    max-width: 50%;
    padding-right: 40px;
    max-width: 100%;
    padding-right: 0
}

.info__label {
    margin-bottom: 10px
}

.info__title {
    position: relative
}

.info__holder {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.info__btn-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 26px
}

@media only screen and (max-width: 767px) {
    .info__btn-row {
        padding-top: 15px
    }
}

.info__btn-row .info__line {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0
}

.info__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 20px
}

.info__line {
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #980000), to(#d92400));
    background: linear-gradient(-90deg, #980000 0, #d92400 100%);
    margin-top: 40px
}

@media only screen and (max-width: 1200px) {
    .info__line {
        margin-top: 20px
    }
}

.info__years {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 124px
}

@media only screen and (max-width: 1200px) {
    .info__years {
        padding-top: 20px
    }
}

.info__years-value {
    position: absolute;
    right: 70px;
    top: 19px;
    color: #ede7e6;
    font-family: "Bebas Neue", cursive;
    font-size: 320px
}

@media only screen and (max-width: 1200px) {
    .info__years-value {
        display: none
    }
}

.info__years-text {
    position: relative;
    margin-right: 60px
}

@media only screen and (max-width: 1200px) {
    .info__years-text {
        margin-right: 0
    }
}

.info__years-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 133px;
    flex: 0 0 133px;
    max-width: 133px;
    width: 100%;
    font-size: 36px;
    text-transform: uppercase;
    color: #d92400;
    font-family: "Bebas Neue", cursive;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .info__years-title {
        display: none
    }
}

.input-style {
    outline: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 50px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    border-radius: 0
}

.input-style:focus {
    border-color: #000
}

.input-style::-webkit-input-placeholder {
    color: rgba(65, 21, 18, 0.5)
}

.input-style:-ms-input-placeholder {
    color: rgba(65, 21, 18, 0.5)
}

.input-style::-ms-input-placeholder {
    color: rgba(65, 21, 18, 0.5)
}

.input-style::-moz-placeholder {
    color: rgba(65, 21, 18, 0.5)
}

.input-style::placeholder {
    color: rgba(65, 21, 18, 0.5)
}

.textarea-style {
    outline: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 16px 20px;
    resize: none;
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    border-radius: 0
}

.textarea-style:focus {
    border-color: #000
}

.textarea-style::-webkit-input-placeholder {
    color: rgba(65, 21, 18, 0.5)
}

.textarea-style:-ms-input-placeholder {
    color: rgba(65, 21, 18, 0.5)
}

.textarea-style::-ms-input-placeholder {
    color: rgba(65, 21, 18, 0.5)
}

.textarea-style::-moz-placeholder {
    color: rgba(65, 21, 18, 0.5)
}

.textarea-style::placeholder {
    color: rgba(65, 21, 18, 0.5)
}

.label {
    position: relative;
    display: inline-block;
    font-family: "Bebas Neue", cursive;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 8px 0;
    -webkit-transform: perspective(1px);
    transform: perspective(1px);
    background: linear-gradient(119.89deg, #980000 -1.68%, #d92400 85.34%)
}

.form .label {
    font-size: 34px;
    line-height: 34px
}

.label-2 {
    padding: 8px 10px 2px;
    background: linear-gradient(274.31deg, #d92400 0, #980000 100%);
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px;
    display: inline-block
}

.label-2--small {
    padding: 6px 8px 0 6px
}

@media only screen and (max-width: 1200px) {
    .label-2--small {
        padding-top: 4px
    }
}

.label-2::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent
}

.latest-news {
    position: relative;
    padding-top: 50px
}

@media only screen and (max-width: 1200px) {
    .latest-news {
        padding-top: 0
    }
}

.latest-news__head {
    margin-bottom: 50px
}

@media only screen and (max-width: 1200px) {
    .latest-news__head {
        margin-bottom: 30px
    }
}

.latest-news__list {
    margin-bottom: 40px;
    margin-left: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1200px) {
    .latest-news__list {
        margin-bottom: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.latest-news__list:last-child {
    margin-bottom: 0
}

.latest-news__item {
    position: relative;
    margin-left: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 40px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(25% - 40px);
    flex-basis: calc(25% - 40px);
    max-width: calc(25% - 40px);
    width: 100%
}

@media only screen and (max-width: 1200px) {
    .latest-news__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 40px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(50% - 40px);
        flex-basis: calc(50% - 40px);
        max-width: calc(50% - 40px);
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 666px) {
    .latest-news__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 40px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 40px);
        flex-basis: calc(100% - 40px);
        max-width: calc(100% - 40px)
    }
}

.latest-news__item--full {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 30px
}

.latest-news__item-img {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px
}

.latest-news__item-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    z-index: 1
}

.latest-news__item--full .latest-news__item-img::before {
    border-bottom: 14px solid #fff;
    border-left: 14px solid transparent
}

@media only screen and (min-width: 1025px) {
    .latest-news__item-img:hover img {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

.latest-news__item-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.latest-news__item-date {
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 22px;
    color: #999
}

.latest-news__item--full .latest-news__item-date {
    font-size: 14px;
    line-height: 18px
}

.latest-news__item-title {
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #411512;
    height: 56px;
    overflow: hidden;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.latest-news__item--full .latest-news__item-title {
    font-size: 20px;
    line-height: 26px;
    height: 52px
}

@media only screen and (max-width: 1200px) {
    .latest-news__item-title {
        font-size: 18px;
        line-height: 24px;
        height: 48px
    }
}

@media only screen and (max-width: 666px) {
    .latest-news__item-title {
        height: auto;
        max-height: 48px
    }
}

@media only screen and (min-width: 1025px) {
    .latest-news__item-title:hover {
        color: #d92400
    }
}

.latest-news__item-text {
    font-size: 16px;
    line-height: 22px;
    color: #411512;
    max-height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.latest-news__item--full .latest-news__item-text {
    font-size: 14px;
    line-height: 20px;
    max-height: 60px
}

.latest-news__item-text p {
    margin: 0
}

.latest-news__btn-box {
    text-align: center
}

@media only screen and (max-width: 767px) {
    .latest-news__btn-box {
        padding-left: 10px;
        padding-right: 10px
    }
}

.latest-news__btn {
    position: relative;
    min-width: 240px
}

@media only screen and (max-width: 767px) {
    .latest-news__btn {
        width: 100%
    }
}

.latest-reviews {
    position: relative;
    margin-bottom: 50px
}

@media only screen and (max-width: 1200px) {
    .latest-reviews {
        margin-bottom: 0
    }
}

.latest-reviews__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -44px
}

@media only screen and (max-width: 1200px) {
    .latest-reviews__list {
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px;
        margin-top: -20px;
        overflow-x: auto
    }

    .latest-reviews__list::after {
        content: "";
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1px;
        flex: 0 0 1px;
        width: 1px;
        height: 1px
    }
}

.reviews-item {
    position: relative;
    -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 44px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(33.333% - 44px);
    flex-basis: calc(33.333% - 44px);
    max-width: calc(33.333% - 44px);
    width: 100%;
    margin-left: 44px;
    padding: 30px
}

@media only screen and (max-width: 1200px) {
    .reviews-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        max-width: 240px;
        width: 240px;
        margin-left: 0;
        margin-right: 20px;
        padding: 20px
    }
}

.reviews-item.grid-item {
    width: 333px;
    margin: 0 0 40px;
    max-width: none
}

@media only screen and (max-width: 1200px) {
    .reviews-item.grid-item {
        width: 100%
    }
}

.reviews-item__decor {
    position: absolute;
    top: 15px;
    left: 15px;
    fill: #faf7f7
}

.reviews-item__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.reviews-item__name {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #411512
}

.reviews-item__date {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 32px;
    text-align: right;
    color: #999
}

@media only screen and (max-width: 767px) {
    .reviews-item__date {
        font-size: 14px;
        line-height: 18px
    }
}

.reviews-item__text {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    color: #411512
}

.reviews-item__text p {
    margin: 0
}

.reviews-item__text--preview {
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media only screen and (max-width: 1200px) {
    .reviews-item__text--preview {
        height: 72px;
        -webkit-line-clamp: 3
    }
}

.load-more {
    position: relative;
    text-align: center;
    display: block;
    margin: 0 auto
}

.load-more svg {
    display: none
}

.load-more__btn {
    cursor: pointer;
    text-decoration: underline;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #d92400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.load-more__btn:hover {
    text-decoration: none
}

.infinite-load-overlay {
    display: none
}

.infinite-load-overlay .show {
    display: block
}

.paginations {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.paginations li {
    margin-left: 5px;
    margin-right: 5px
}

.paginations li:first-child a {
    border: 0
}

.paginations li:last-child a {
    border: 0
}

.paginations li.disabled {
    pointer-events: none;
    opacity: 0.5
}

.paginations a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #411512;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    -webkit-transform: perspective(1px);
    transform: perspective(1px)
}

.paginations a::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(135deg, #980000 0, #d92400 100%);
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0
}

@media only screen and (min-width: 1025px) {
    .paginations a:hover {
        color: #fff
    }

    .paginations a:hover::before {
        opacity: 1
    }

    .paginations a:hover svg {
        stroke: #fff
    }
}

.paginations a svg {
    stroke: #d92400;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.paginations span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-align: center
}

.paginations__dots span {
    width: 30px
}

.paginations .active a {
    color: #fff;
    background: linear-gradient(135deg, #980000 0, #d92400 100%);
    cursor: default;
    pointer-events: none
}

.partners-about {
    position: relative;
    margin-bottom: 50px
}

.partners-about__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px
}

@media only screen and (max-width: 1200px) {
    .partners-about__head {
        margin-bottom: 20px
    }
}

.partners-about__descriptions {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #411512;
    text-transform: uppercase;
    max-width: 740px;
    width: 100%;
    margin: 0 auto 50px;
    font-family: "Bebas Neue", cursive
}

.partners-about__descriptions span {
    color: #d92400
}

.partners-about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -41px
}

@media only screen and (max-width: 1200px) {
    .partners-about__list {
        margin-left: -20px;
        margin-right: -20px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-top: 10px;
        padding-left: 20px;
        overflow-x: auto
    }

    .partners-about__list::after {
        content: "";
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1px;
        flex: 0 0 1px;
        width: 1px;
        height: 1px
    }
}

.partners-about__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 41px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(25% - 41px);
    flex-basis: calc(25% - 41px);
    max-width: calc(25% - 41px);
    width: 100%;
    margin-left: 41px;
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to top, #980000 0, #d92400 100%);
    padding: 30px
}

@media only screen and (max-width: 1200px) {
    .partners-about__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        max-width: 240px;
        width: 240px;
        margin-left: 0;
        margin-right: 20px;
        margin-bottom: 0
    }
}

.partners-about__item::before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    height: 4px;
    background: #d92400;
    top: -9px
}

.partners-about__item-img {
    text-align: center;
    margin-bottom: 13px
}

.partners-about__item-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #d92400
}

.partners-about__item-title a {
    color: #411512;
    text-decoration: none
}

.partners-about__item-title a:hover {
    color: #d92400
}

.partners-about__item-title a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.partners {
    position: relative;
    padding-top: 50px;
    padding-bottom: 10px
}

@media only screen and (max-width: 1200px) {
    .partners {
        padding-top: 20px;
        padding-bottom: 15px
    }
}

.partners__head {
    margin-bottom: 50px
}

@media only screen and (max-width: 1200px) {
    .partners__head {
        margin-bottom: 10px
    }
}

.partners__text {
    margin-bottom: 62px;
    text-align: center
}

@media only screen and (max-width: 1200px) {
    .partners__text {
        margin-bottom: 40px
    }
}

.partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -41px
}

@media only screen and (max-width: 1200px) {
    .partners__list {
        margin-left: -20px;
        margin-right: -20px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-top: 10px;
        padding-left: 20px;
        overflow-x: auto
    }

    .partners__list::after {
        content: "";
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1px;
        flex: 0 0 1px;
        width: 1px;
        height: 1px
    }
}

.partners__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 41px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(25% - 41px);
    flex-basis: calc(25% - 41px);
    max-width: calc(25% - 41px);
    width: 100%;
    margin-left: 41px;
    margin-bottom: 40px;
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to top, #980000 0, #d92400 100%);
    padding: 39px 18px
}

@media only screen and (max-width: 1200px) {
    .partners__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        max-width: 240px;
        width: 240px;
        margin-left: 0;
        margin-right: 20px;
        margin-bottom: 0
    }
}

.partners__item::before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    height: 4px;
    background: #d92400;
    top: -9px
}

.partners__item-img {
    text-align: center;
    margin-bottom: 29px
}

.partners__item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #411512;
    margin-bottom: 10px
}

.partners__item-title a {
    color: #411512;
    text-decoration: none
}

.partners__item-title a:hover {
    color: #d92400
}

.partners__item-title a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

body .partners__item-text {
    position: unset;
    text-align: center
}

.partners2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -40px
}

@media only screen and (max-width: 1200px) {
    .partners2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -20px
    }
}

@media only screen and (max-width: 767px) {
    .partners2 {
        margin-left: -30px;
        margin-right: -10px
    }
}

.partners2__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 40px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(25% - 40px);
    flex-basis: calc(25% - 40px);
    max-width: calc(25% - 40px);
    width: 100%;
    margin-left: 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d92400), to(#980000));
    background: linear-gradient(180deg, #d92400 0, #980000 100%);
    padding: 30px 20px 35px;
    text-align: center;
    text-decoration: none
}

@media only screen and (min-width: 1025px) {
    .partners2__item:hover .partners2__item-btn {
        background: #fff;
        color: #000
    }
}

@media only screen and (max-width: 1200px) {
    .partners2__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
        margin-left: 20px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    .partners2__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 20px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
        max-width: calc(100% - 20px)
    }
}

.partners2__item-img {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.partners2__item-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff
}

.partners2__item-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 20px
}

.partners2__item-btn {
    display: block;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    padding: 11px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-top: auto
}

.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden
}

.popup.active {
    -webkit-transform: none;
    transform: none;
    visibility: visible
}

.popup__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.popup.active .popup__overlay {
    opacity: 1
}

.popup__box {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 840px;
    flex: 0 0 840px;
    max-width: 840px;
    width: 100%;
    padding: 40px;
    background: #fff
}

@media only screen and (min-width: 1200px) {
    .popup__box {
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s
    }
}

@media only screen and (max-width: 1200px) {
    .popup__box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 100%;
        overflow-y: auto
    }
}

@media only screen and (max-width: 767px) {
    .popup__box {
        padding: 60px 20px
    }
}

.popup.active .popup__box {
    opacity: 1
}

.popup__close {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    top: 0;
    right: 0;
    cursor: pointer
}

@media only screen and (min-width: 1025px) {
    .popup__close:hover svg {
        stroke: #d92400
    }
}

.popup__close svg {
    stroke: #411512;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.popup__title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

@media only screen and (max-width: 767px) {
    .popup__title-box {
        margin-bottom: 30px
    }
}

.popup__title {
    padding-top: 6px
}

.popup__form {
    position: relative
}

.popup__form-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .popup__form-row {
        display: block;
        margin-bottom: 0
    }
}

.popup__form-cell {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-left: 20px;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .popup__form-cell {
        max-width: calc(100% - 20px);
        margin-bottom: 20px
    }
}

.popup__form-cell--100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 20px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% - 20px);
    flex-basis: calc(100% - 20px);
    max-width: calc(100% - 20px)
}

.popup__form-btn-box {
    position: relative;
    text-align: center;
    padding-top: 20px
}

.popup__form-btn {
    position: relative;
    min-width: 220px
}

.popup__textarea {
    height: 120px
}

.reviews {
    position: relative
}

.reviews__list {
    margin-bottom: 10px
}

.reviews__add {
    text-align: center
}

.reviews__btn {
    min-width: 220px
}

.search-highlight {
    color: #af0d01
}

.search-result {
    position: relative
}

.search-result__form {
    position: relative;
    width: 100%
}

.search-result__form-input {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0;
    height: 60px;
    border: 1px solid #591d1c;
    background: #591d1c;
    padding-left: 28px;
    padding-right: 78px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    border-radius: 0
}

.search-result__form-input:focus {
    background: #411512
}

.search-result__form-input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.7;
    font-weight: 400
}

.search-result__form-input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.7;
    font-weight: 400
}

.search-result__form-input::-ms-input-placeholder {
    color: #fff;
    opacity: 0.7;
    font-weight: 400
}

.search-result__form-input::-moz-placeholder {
    color: #fff;
    opacity: 0.7;
    font-weight: 400
}

.search-result__form-input::placeholder {
    color: #fff;
    opacity: 0.7;
    font-weight: 400
}

.search-result__form-btn {
    position: absolute;
    width: 60px;
    top: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0;
    padding: 0;
    border: 0;
    cursor: pointer
}

@media only screen and (min-width: 1025px) {
    .search-result__form-btn:hover svg {
        stroke: #fff
    }
}

.search-result__form-btn svg {
    stroke: #d92400;
    stroke-width: 2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.search-result__pages {
    position: relative;
    margin-bottom: 100px
}

@media only screen and (max-width: 1200px) {
    .search-result__pages {
        margin-bottom: 50px
    }
}

.search-result__pages-title {
    font-size: 36px;
    line-height: 36px;
    font-family: "Bebas Neue", cursive;
    color: #411512;
    margin-bottom: 52px
}

@media only screen and (max-width: 1200px) {
    .search-result__pages-title {
        margin-bottom: 20px
    }
}

.search-result__pages-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-top: -40px
}

.search-result__pages-item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 40px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(33.333% - 40px);
    flex-basis: calc(33.333% - 40px);
    max-width: calc(33.333% - 40px);
    width: 100%;
    margin-top: 40px;
    margin-left: 40px;
    padding-top: 50px
}

@media only screen and (max-width: 767px) {
    .search-result__pages-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 40px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 40px);
        flex-basis: calc(100% - 40px);
        max-width: calc(100% - 40px);
        padding-top: 20px
    }
}

.search-result__pages-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #980000), to(#d92400));
    background: linear-gradient(-90deg, #980000 0, #d92400 100%)
}

.search-result__pages-item-title {
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #411512;
    margin-bottom: 16px
}

@media only screen and (min-width: 1025px) {
    .search-result__pages-item-title:hover {
        text-decoration: underline
    }
}

.search-result__pages-item-title span {
    color: #af0d01
}

.search-result__pages-text {
    font-size: 14px;
    line-height: 20px;
    color: #411512
}

.search-result__pages-text p {
    margin: 0
}

.search-result__pages-text span {
    color: #af0d01
}

.search-result__news-title {
    font-family: "Bebas Neue", cursive;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 36px;
    color: #411512
}

@media only screen and (max-width: 1200px) {
    .search-result__news-title {
        margin-bottom: 20px
    }
}

.search-result__bottom {
    position: relative;
    padding-top: 100px;
    padding-bottom: 20px
}

@media only screen and (max-width: 1200px) {
    .search-result__bottom {
        padding-top: 40px
    }
}

.search-result__bottom-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .search-result__bottom-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.search-result__bottom-title .title {
    margin-right: 12px
}

@media only screen and (max-width: 767px) {
    .search-result__bottom-title .title {
        margin-right: 0
    }
}

.search-result__bottom-btn {
    text-align: center
}

.search-result__bottom-link {
    min-width: 220px
}

select {
    display: none
}

.select {
    margin: auto;
    border: 1px solid #e8e8e8;
    padding: 1em 2em;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin: 15px;
    white-space: nowrap;
    outline: 0;
    overflow: hidden
}

.select::after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 0.7em;
    width: 0.7em;
    margin-top: -0.4em;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out
}

.select:hover {
    border-color: #dbdbdb
}

.select:focus {
    border-color: #666
}

.select--open {
    overflow: visible
}

.select--open::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.select--medium {
    max-width: 30em
}

.select__list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 0.1em rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 0.1em rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0.2em;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-2em);
    transform: scale(0.75) translateY(-2em);
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out;
    transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    z-index: -1
}

.select--open .select__list {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.select__item {
    padding: 0.5em 1em;
    cursor: pointer
}

.select__item:hover {
    background: #efefef
}

.select__item--active {
    font-weight: 700;
    background: #eee
}

.select__item--disabled {
    opacity: 0.3;
    cursor: not-allowed
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: relative;
    width: 100% !important
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    display: block;
    height: auto;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: 0;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.contacts__form-cell .select2-container .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-weight: 700
}

.js-input-parent.active .select2-style .select2-container .select2-selection--single .select2-selection__rendered {
    border-color: #d92400
}

.select2-style .select2-container--open.select2-container .select2-selection--single .select2-selection__rendered {
    border-color: #d92400
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    border: none
}

.select2-results {
    display: block;
    background: #411512
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 8px 10px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    line-height: 18px;
    -webkit-user-select: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #fff;
    text-transform: uppercase
}

.select2-results__option:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 1025px) {
    .select2-results__option:hover {
        background: rgba(217, 36, 0, 0.1)
    }
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.catalog__head-select .select2-container--open .select2-dropdown::before {
    content: "";
    position: absolute;
    left: -56px;
    top: 0;
    bottom: -1px;
    width: 56px;
    background: #fff;
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    border-radius: 4px;
    background-color: transparent;
    border: none
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 3px;
    right: 1px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #d92400;
    border-bottom: 2px solid #d92400;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg)
}

.contacts__form-cell .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px
}

.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow {
    -webkit-transform: rotate(45deg) scale(-1);
    transform: rotate(45deg) scale(-1);
    top: 6px
}

.contacts__form-cell .select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 19px
}

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

.select2-selection__rendered .select-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 12px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase
}

.contacts__form-cell .select2-selection__rendered .select-img {
    padding-top: 12px
}

.select-img img {
    margin-right: 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    vertical-align: middle
}

.select-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option--selected {
    background: transparent
}

.select2-container--default .select2-results__option[role="group"] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background: rgba(217, 36, 0, 0.1)
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role="group"] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.selector {
    position: relative;
    min-height: 100vh;
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.selector__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

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

.selector__logo {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 80px
}

@media only screen and (max-width: 1439px) {
    .selector__logo {
        margin-bottom: 40px
    }
}

.selector__title {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 80px;
    text-align: center
}

@media only screen and (max-width: 1439px) {
    .selector__title {
        margin-bottom: 40px
    }
}

.selector__title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -165px;
    right: -165px;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #980000), to(#d92400));
    background: linear-gradient(-90deg, #980000 0, #d92400 100%)
}

@media only screen and (max-width: 1200px) {
    .selector__title::before {
        left: 0;
        right: 0
    }
}

.selector__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 767px) {
    .selector__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.selector__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 20px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1200px) {
    .selector__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        margin-left: 10px;
        margin-right: 10px
    }
}

@media only screen and (max-width: 767px) {
    .selector__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px
    }
}

.selector__img {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 35px
}

.selector__img img {
    width: 100%
}

@media only screen and (min-width: 1025px) {
    .selector__img:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.selector__item-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px
}

.selector__item-btn-box {
    text-align: center;
    padding-top: 24px
}

.selector__item-btn {
    min-width: 208px
}

.site {
    padding-top: 65px
}

@media only screen and (max-width: 1200px) {
    .site {
        padding-top: 0
    }
}

.site__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

@media only screen and (max-width: 1200px) {
    .site__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px
    }
}

.site__list {
    position: relative
}

.site__item {
    position: relative;
    margin-bottom: 20px;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #d92400), to(#980000));
    background: linear-gradient(270deg, #d92400 0, #980000 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 34px 50px 34px 54px
}

@media only screen and (max-width: 1200px) {
    .site__item {
        padding: 30px 20px
    }
}

@media only screen and (max-width: 767px) {
    .site__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.site__item:last-child {
    margin-bottom: 0
}

.site__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 14px solid #fff;
    border-right: 14px solid transparent;
    z-index: 1
}

@media only screen and (max-width: 1200px) {
    .site__item::before {
        display: none
    }
}

.site__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 14px solid #fff;
    border-left: 14px solid transparent;
    z-index: 1
}

@media only screen and (max-width: 1200px) {
    .site__item::after {
        display: none
    }
}

.site__item-img {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 50px;
    margin-right: 50px
}

@media only screen and (max-width: 1200px) {
    .site__item-img {
        padding-right: 20px;
        margin-right: 20px
    }
}

@media only screen and (max-width: 767px) {
    .site__item-img {
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        width: 100%;
        text-align: center
    }
}

.site__item-img::before {
    content: "";
    position: absolute;
    right: 0;
    top: -4px;
    bottom: -4px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3)
}

@media only screen and (max-width: 767px) {
    .site__item-img::before {
        top: auto;
        bottom: 0;
        width: auto;
        left: -10px;
        right: -10px;
        height: 1px
    }
}

.site__item-box {
    position: relative
}

.site__item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px
}

@media only screen and (max-width: 1200px) {
    .site__item-title {
        font-size: 20px;
        line-height: 28px;
        text-align: center
    }
}

.site__item-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #fff
}

@media only screen and (max-width: 1200px) {
    .site__item-text {
        font-weight: 400;
        line-height: 24px;
        text-align: center
    }
}

.site__item-text p {
    margin: 0
}

.tab {
    display: none
}

.tab.active {
    display: block
}

.text-content {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #411512
}

@media only screen and (max-width: 1200px) {
    .text-content {
        font-size: 16px;
        line-height: 24px
    }
}

.text-content--small {
    font-size: 16px;
    line-height: 22px
}

.text-content p {
    margin: 0 0 20px
}

.text-content p:last-child {
    margin-bottom: 0
}

.text-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    text-align: left
}

.text-content ul:last-child {
    margin-bottom: 0
}

.text-content ul li {
    position: relative;
    margin: 0 0 15px;
    padding-left: 20px
}

.text-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d92400
}

.text-content ol {
    list-style: none;
    padding: 0;
    counter-reset: myCounter;
    margin: 0 0 20px
}

.text-content ol:last-child {
    margin-bottom: 0
}

.text-content ol li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 50px
}

@media only screen and (max-width: 1200px) {
    .text-content ol li {
        padding-left: 35px
    }
}

.text-content ol li:last-child {
    margin-bottom: 0
}

.text-content ol li::before {
    content: counter(myCounter);
    counter-increment: myCounter;
    position: absolute;
    top: 0;
    left: 11px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    z-index: 1
}

@media only screen and (max-width: 1200px) {
    .text-content ol li::before {
        left: 8px
    }
}

.text-content ol li::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #980000 0, #d92400 100%);
    left: 0;
    top: 0
}

@media only screen and (max-width: 1200px) {
    .text-content ol li::after {
        width: 24px;
        height: 24px
    }
}

.text-content span.number {
    width: 30px;
    height: 30px;
    margin: 0 15px 0 0;
    position: relative;
    color: #fff;
    background: linear-gradient(135deg, #980000 0, #d92400 100%);
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    text-align: center
}

@media only screen and (max-width: 1200px) {
    .text-content span.number::after {
        width: 24px;
        height: 24px
    }
}

.text-content a {
    color: #d92400;
    text-decoration: none
}

@media only screen and (min-width: 1025px) {
    .text-content a:hover {
        text-decoration: underline
    }
}

.text-content h1 {
    font-family: "Bebas Neue", cursive;
    font-size: 48px;
    line-height: 48px;
    margin: 0 0 20px;
    font-weight: 400
}

@media only screen and (max-width: 1200px) {
    .text-content h1 {
        font-size: 28px;
        line-height: 34px
    }
}

.text-content h1:last-child {
    margin-bottom: 0
}

.text-content h2 {
    font-family: "Bebas Neue", cursive;
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 20px;
    font-weight: 400
}

@media only screen and (max-width: 1200px) {
    .text-content h2 {
        font-size: 24px;
        line-height: 30px
    }
}

.text-content h2:last-child {
    margin-bottom: 0
}

.text-content h3 {
    font-family: "Bebas Neue", cursive;
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 20px;
    font-weight: 400
}

@media only screen and (max-width: 1200px) {
    .text-content h3 {
        font-size: 20px;
        line-height: 24px
    }
}

.text-content h3:last-child {
    margin-bottom: 0
}

.text-content h4 {
    font-family: "Bebas Neue", cursive;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 20px;
    font-weight: 400
}

@media only screen and (max-width: 1200px) {
    .text-content h4 {
        font-size: 18px;
        line-height: 24px
    }
}

.text-content h4:last-child {
    margin-bottom: 0
}

.text-content iframe {
    border: 0;
    margin: 0 0 20px;
    max-width: 100%
}

@media only screen and (max-width: 1200px) {
    .text-content iframe {
        height: 300px
    }
}

.text-content iframe:last-child {
    margin-bottom: 0
}

.text-content--white {
    color: #fff
}

.text-content table {
    margin: 0 0 20px;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #411512;
    position: relative
}

.text-content table::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    height: 4px;
    background: #d92400
}

.text-content table:last-child {
    margin-bottom: 0
}

.text-content table td {
    border: 1px solid #d92400;
    padding: 10px
}

.text-content table tr:first-child td {
    font-weight: 700
}

.text-content ul.checkbox-list li {
    padding-left: 30px
}

.text-content ul.checkbox-list li::before {
    width: 20px;
    height: 20px;
    border-radius: 7px;
    top: 5px
}

.text-content ul.checkbox-list li::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px;
    top: 10px
}

.line {
    display: block;
    position: relative;
    height: 4px;
    background: #d92400;
    margin: 0 0 20px
}

.line::before {
    content: "";
    position: absolute;
    bottom: -5px;
    height: 1px;
    left: 0;
    right: 0;
    background: #d92400
}

.title {
    font-family: "Bebas Neue", cursive;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #411512
}

@media only screen and (max-width: 1200px) {
    .title {
        font-size: 40px;
        line-height: 40px
    }
}

.title.label-2+.title {
    padding-top: 8px
}

.title-medium {
    font-size: 42px;
    line-height: 42px
}

@media only screen and (max-width: 1200px) {
    .title-medium {
        font-size: 32px;
        line-height: 42px
    }
}

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

@media only screen and (max-width: 1200px) {
    .title-lead {
        font-size: 18px;
        line-height: 24px
    }
}

.title--white {
    color: #fff
}

.title span {
    color: #d92400
}

.title-small {
    font-family: "Bebas Neue", cursive;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    color: #411512
}

@media only screen and (max-width: 1200px) {
    .title-small {
        font-size: 26px;
        line-height: 36px
    }
}

.title-small--white {
    color: #fff
}

.title-small span {
    color: #d92400
}

.title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {

    .title-box h1,
    .title-box h2,
    .title-box h3,
    .title-box h4,
    .title-box h5,
    .title-box h6,
    .site__title h1,
    .site__title h2,
    .site__title h3,
    .site__title h4,
    .site__title h5,
    .site__title h6,
    .about__item-box h1,
    .about__item-box h2,
    .about__item-box h3,
    .about__item-box h4,
    .about__item-box h5,
    .about__item-box h6,
    .partners-about__head h1,
    .partners-about__head h2,
    .partners-about__head h3,
    .partners-about__head h4,
    .partners-about__head h5,
    .partners-about__head h6 {
        display: block !important;
        text-align: center !important
    }

    .title-box .label-2,
    .site__title .label-2,
    .about__item-box .label-2,
    .partners-about__head .label-2 {
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 10px
    }
}

.top-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 78px
}

@media only screen and (max-width: 1200px) {
    .top-section {
        margin-bottom: 40px;
        display: block
    }
}

.top-section__left {
    padding-right: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    max-width: 330px;
    width: 100%
}

.top-section__left h1,
.top-section__left h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width: 1200px) {
    .top-section__left {
        padding-right: 0;
        max-width: 100%;
        margin-bottom: 20px
    }
}

.top-section__right {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 88px
}

@media only screen and (max-width: 1200px) {
    .top-section__right {
        padding-top: 20px
    }
}

.top-section__right::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #980000), to(#d92400));
    background: linear-gradient(-90deg, #980000 0, #d92400 100%)
}

@media only screen and (max-width: 1200px) {
    .top-section__right::before {
        top: 0
    }
}

.top-section__right--search {
    padding-top: 10px
}

.top-section__right--search::before {
    display: none
}

.top-section__right--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .top-section__right--flex {
        display: block
    }
}

.top-section__right-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px
}

@media only screen and (max-width: 767px) {
    .top-section__right-img {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.top-section__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 20px;
    line-height: 24px;
    color: #262626
}

@media only screen and (max-width: 767px) {
    .top-section__text {
        font-size: 16px
    }
}

.top-section__text p {
    margin: 0
}

.triggers {
    position: relative;
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 1200px) {
    .triggers {
        padding-top: 20px;
        margin-left: -20px;
        margin-right: -20px
    }
}

.triggers--pt0 {
    padding-top: 0
}

.triggers__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 152px;
    flex: 0 0 152px;
    max-width: 152px;
    width: 100%;
    margin-left: 32px;
    margin-right: 32px;
    padding-bottom: 35px
}

@media only screen and (max-width: 767px) {
    .triggers__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        margin-right: 0
    }
}

.triggers__item--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px
}

@media only screen and (max-width: 1200px) {
    .triggers__item--row {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .triggers__item--row {
        max-width: 50%
    }
}

.triggers__item-img {
    text-align: center;
    margin-bottom: 15px
}

.triggers__item--row .triggers__item-img {
    margin-bottom: 0;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media only screen and (max-width: 1200px) {
    .triggers__item--row .triggers__item-img {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.triggers__item-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #411512;
    text-transform: uppercase
}

.triggers__item--row .triggers__item-text {
    text-align: left
}

@media only screen and (max-width: 1200px) {
    .triggers__item--row .triggers__item-text {
        text-align: center
    }
}

.vs {
    position: relative;
    border: 1px solid #d92400;
    padding: 40px
}

@media only screen and (max-width: 1200px) {
    .vs {
        padding: 15px
    }
}

.vs::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -1px;
    right: -1px;
    height: 4px;
    background: #d92400
}

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

.vs__row--title .vs__cell {
    border-bottom: 0
}

@media only screen and (max-width: 1200px) {
    .vs__row--title .vs__cell {
        padding-bottom: 0;
        margin-bottom: 15px
    }
}

.vs__row:last-child .vs__cell {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0
}

.vs__cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d92400
}

.vs__cell--full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.vs__cell--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 1200px) {
    .vs__cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px);
        width: 100%;
        margin-bottom: 15px
    }

    .vs__cell--full {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

.vs__cell:last-child .vs__item-bottom {
    color: rgba(65, 21, 18, 0.5)
}

.vs__title {
    font-family: "Bebas Neue", cursive;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #411512
}

@media only screen and (max-width: 1200px) {
    .vs__title {
        font-size: 24px;
        line-height: 36px
    }
}

.vs__list {
    position: relative
}

.vs__item-top {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #d92400
}

@media only screen and (max-width: 1200px) {
    .vs__item-top {
        font-size: 14px;
        line-height: 18px
    }
}

.vs__item-bottom {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (max-width: 1200px) {
    .vs__item-bottom {
        font-size: 14px;
        line-height: 18px
    }
}

.vs__cell--row .vs__item-bottom {
    margin-left: 5px;
    margin-right: 5px
}

.vs__decor {
    font-family: "Bebas Neue", cursive;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    font-size: 200px;
    color: #f7f7f7
}

@media only screen and (max-width: 1200px) {
    .vs__decor {
        font-size: 100px
    }
}

.vs__decor-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 80px;
    color: #d92400;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (max-width: 1200px) {
    .vs__decor-inner {
        display: none
    }
}

.why {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px
}

@media only screen and (max-width: 1200px) {
    .why {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.why__img {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    max-width: 500px;
    width: 100%
}

@media only screen and (max-width: 1200px) {
    .why__img {
        margin-bottom: 35px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        margin-left: -10px;
        margin-right: -10px
    }
}

.why__img img {
    width: 100%
}

.why__box {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    max-width: 500px;
    width: 100%;
    padding-bottom: 40px
}

@media only screen and (max-width: 1200px) {
    .why__box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-bottom: 0
    }
}

.why__text {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #411512
}

@media only screen and (max-width: 1200px) {
    .why__text {
        font-size: 18px;
        line-height: 24px;
        text-align: center
    }
}

.why__text p {
    margin: 0
}

.why__text span {
    color: #d92400
}

.why__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -60px
}

@media only screen and (max-width: 1200px) {
    .why__list {
        margin-top: -30px
    }
}

.why__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    margin-top: 60px;
    padding-right: 50px
}

@media only screen and (max-width: 1200px) {
    .why__item {
        margin-top: 30px;
        padding-right: 10px;
        padding-left: 10px;
        text-align: center
    }
}

.why__item-count {
    font-family: "Bebas Neue", cursive;
    position: relative;
    font-size: 110px;
    line-height: 110px;
    text-transform: uppercase;
    color: #d92400
}

.why__item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    background: #fff;
    padding-top: 38px;
    margin-top: -48px;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .why__item-title {
        font-size: 18px;
        line-height: 24px
    }
}

.why__item-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 40px;
    height: 2px;
    background: #ccc
}

@media only screen and (max-width: 1200px) {
    .why__item-title::before {
        left: 50%;
        margin-left: -20px
    }
}

.why__item-title span {
    color: #d92400
}

.why2 {
    position: relative;
    margin-bottom: 76px
}

@media only screen and (max-width: 767px) {
    .why2 {
        margin-bottom: 10px
    }
}

.why2__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -53px
}

@media only screen and (max-width: 1200px) {
    .why2__list {
        margin-left: -20px
    }
}

@media only screen and (max-width: 767px) {
    .why2__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.why2__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 53px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(25% - 53px);
    flex-basis: calc(25% - 53px);
    max-width: calc(25% - 53px);
    width: 100%;
    margin-left: 53px
}

@media only screen and (min-width: 767px) {
    .why2__list--big .why2__item {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 1200px) {
    .why2__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 20px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
        max-width: calc(25% - 20px);
        margin-left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .why2__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
        margin-bottom: 30px;
        text-align: center
    }
}

.why2__item-count {
    display: block;
    font-family: "Bebas Neue", cursive;
    position: relative;
    font-size: 110px;
    line-height: 110px;
    text-transform: uppercase;
    color: #d92400
}

.why2__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    background: #fff;
    padding-top: 38px;
    margin-top: -48px;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .why2__item-title {
        font-size: 18px;
        line-height: 24px
    }
}

.why2__item-title span {
    color: #d92400
}

.why2__item-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 40px;
    height: 2px;
    background: #ccc
}

@media only screen and (max-width: 767px) {
    .why2__item-title::before {
        left: 50%;
        margin-left: -20px
    }
}

.backtotop {
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #d92400;
    text-indent: -9999px;
    border-radius: 4px;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.backtotop:hover {
    background-color: #ff2a00;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.backtotop .svg-icon {
    fill: #fff
}

.backtotop {
    float: right
}

.text--red {
    color: #d92400
}

.wpcf7-not-valid-tip {
    color: #d92400;
    font-size: 12px;
    font-weight: normal;
    display: block
}

.wpcf7 form .wpcf7-response-output {
    position: relative;
    padding: 0.5rem;
    margin: 2rem 0 1em
}

.sidebar-primary .wpcf7 form .wpcf7-response-output {
    padding: 0.5rem;
    margin: 1.5rem 0 2rem;
    font-size: 14px
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #d92400;
    background: #d92400;
    color: #fff
}

body .acf-form-submit {
    text-align: center
}

body .acf-fields .acf-field {
    padding: 0;
    border: none;
    margin-bottom: 15px;
    position: unset;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: none
}

@media (min-width: 768px) {
    body .acf-fields .acf-field[data-name="review_name"] {
        float: left;
        width: 49%;
        margin-right: 1%
    }

    body .acf-fields .acf-field[data-name="review_email"] {
        float: right;
        width: 49%;
        margin-left: 1%
    }
}

body .acf-fields .acf-field[data-name="review_body"]:before,
body .acf-fields .acf-field[data-name="review_body"]:after {
    content: "";
    display: table;
    clear: both
}

body .acf-fields .acf-field .acf-label {
    display: none
}

body .acf-fields .acf-field input {
    outline: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 50px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    border-radius: 0
}

body .acf-fields .acf-field input:focus {
    border-color: #000
}

body .acf-fields .acf-field textarea {
    outline: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 16px 20px;
    resize: none;
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    border-radius: 0
}

body .acf-fields .acf-field textarea:focus {
    border-color: #000
}

.menu-item-has-children {
    position: relative;
    cursor: pointer
}

@media only screen and (min-width: 1200px) {
    .menu-item-has-children:hover>.sub-menu {
        display: block;
        -webkit-animation-name: slideInUp;
        animation-name: slideInUp;
        -webkit-animation-duration: 0.25s;
        animation-duration: 0.25s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        opacity: 1;
        visibility: visible
    }
}

.menu-dropdown-wrap {
    position: relative
}

.menu-dropdown-wrap .menu-toggle {
    display: none
}

@media only screen and (max-width: 1200px) {
    .menu-dropdown-wrap .menu-toggle {
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer
    }

    .menu-dropdown-wrap .menu-toggle .menu-toggle-icon {
        display: block;
        background-color: #591d1c;
        background-image: url(../../assets/icons/utility/arrow-down.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 15px 15px;
        width: 35px;
        height: 35px;
        border-radius: 0.25rem
    }
}

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

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

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

@-webkit-keyframes slideInUp {
    from {
        opacity: 0.2;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        opacity: 0.2;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        height: 0
    }

    100% {
        opacity: 1;
        height: 100%
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        height: 0
    }

    100% {
        opacity: 1;
        height: 100%
    }
}

@media (min-width: 767px) {
    .columns--2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 60px
    }
}

.acebet99-recaptcha-contact-page {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    margin: 0 auto 20px;
    display: inline-block
}

.acebet99-recaptcha-registration-from {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    margin: -20px auto 0;
    display: inline-block
}

.acebet99-recaptcha-sidebar {
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
    margin: -30px 0 0;
    display: inline-block
}

.acf-field-acfe-recaptcha .acf-input {
    text-align: center
}

.acf-field-acfe-recaptcha .acf-input .acfe-field-recaptcha {
    display: inline-block;
    transform: scale(0.77);
    -webkit-transform: scale(0.77)
}

/*# sourceMappingURL=main.css.map */