@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('fonts/montserrat/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url('fonts/montserrat/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url('fonts/montserrat/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url('fonts/montserrat/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    src: local('Montserrat Black'), local('Montserrat-Black'), url('fonts/montserrat/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.32px 0;
    background: #ccc;
    color: #000;
    padding: 32px 0;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

@media print {
    *,
     :before,
     :after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: ' (' attr(href) ')';
    }
    abbr[title]:after {
        content: ' (' attr(title) ')';
    }
    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: '';
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    color: #c99d49;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: underline;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 32px;
    margin: 0 0 20px;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 3em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.inherit {
    position: inherit !important;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],

/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

input[type='search'] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    width: 100%;
    color: #fff;
}

tr:nth-child(odd) {
    background-color: rgba(251, 251, 251, 0.04);
}

td,
th {
    position: relative;
    padding: 15px 20px;
    vertical-align: top;
    line-height: 1;
}

td:last-child,
th:last-child {
    border-right: none;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.margin-auto {
    margin: 0 auto !important;
    float: none !important;
}

.display-none {
    display: none;
}

.relative {
    position: relative;
}

.center {
    text-align: center;
}

.res_img {
    width: 100%;
    height: auto;
}

.cover_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uppercase {
    text-transform: uppercase;
}

.white {
    color: #fff !important;
}

.color111 {
    color: #111;
}

.bold {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.text_r {
    text-align: right;
}

.img100 {
    width: 100%;
}

.border-e8 {
    border: 1px solid #e8e8e8;
}

ul {
    margin: 20px 0 20px 0;
    padding: 0;
}

.float_r {
    float: right;
}

.lh-1 {
    line-height: 1;
}

.lh-1-3 {
    line-height: 1.3;
}

.lh-1-4 {
    line-height: 1.4;
}

.weight_300 {
    font-weight: 300;
}

.italic {
    font-style: italic;
}

.fonts16 {
    font-size: 16px;
}

.fonts18 {
    font-size: 18px;
}

.fonts20 {
    font-size: 20px;
}

.fonts22 {
    font-size: 22px;
}

.fonts24 {
    font-size: 24px;
}

.fonts30 {
    font-size: 30px;
}

.fonts40 {
    font-size: 40px;
}

.fonts45 {
    font-size: 45px;
}

.fonts50 {
    font-size: 50px;
}

.fonts80 {
    font-size: 80px;
}

.fonts110 {
    font-size: 110px;
}

body {
    background-color: #fff;
    color: #363636;
    outline: none !important;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
    counter-reset: item;
}

div::selection,
span::selection,
li::selection {
    color: #fff !important;
    /* Цвет текста */
    background: #c99d49 !important;
    /* Цвет фона */
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.4;
    margin: 20px 0 0;
}

.width100 {
    margin: 0 auto;
    min-width: 1140px;
    width: 100%;
}

* {
    outline: none;
}

ol {
    counter-reset: myCounter;
    padding: 0;
}

ol li {
    list-style: none;
    margin-bottom: 5px;
    padding-bottom: 3px;
    padding-left: 20px;
    position: relative;
}

ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    background: #c99d49;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    text-align: center;
    margin-right: 5px;
    font-size: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

ul li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-bottom: 3px;
    position: relative;
    font-weight: 500;
    /*background: url(img/li_t.svg) left top 4px/13px auto no-repeat transparent;*/
}

ul li:before {
    content: '';
    background: #de9a65;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    font-size: 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 4px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
    color: #21242d;
    margin-top: 30px;
    margin-bottom: 20px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.2;
    color: #21242d;
    margin-top: 30px;
    margin-bottom: 15px;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.2;
    color: #21242d;
    margin-top: 30px;
    margin-bottom: 15px;
}

.black {
    color: #21242d !important;
}

a:hover {
    color: #a27b31;
}

.left {
    text-align: left !important;
}

.align-right {
    float: right;
    margin: 10px 0 20px 20px;
}

.align-left {
    float: left;
    margin: 10px 20px 20px 0;
}

.align-center {
    width: 100%;
    height: auto;
    margin: 10px 0 20px 0;
}

img.align-left,
img.align-right {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
}

blockquote {
    background: #f7f6f4;
    padding: 10px 20px;
    margin: 10px 0 20px;
    font-size: 18px;
    border-left: 4px solid #c99d49;
    display: inline-block;
}

.btn {
    background: #c99d49;
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block;
    font-weight: 500;
    border: transparent;
    text-align: center;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.btn:hover {
    background: #a27b31;
}

.container {
    z-index: 2;
    position: relative;
}

.container-1820 {
    max-width: 1820px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}


/* --------------- reset end --------------- */


/************* header *************/

.header-section {
    width: 100%;
    background: #1a1a1a;
    /*padding-top: 43px;*/
    position: relative;
    /* z-index: 1; */
}
.header-section .container {
    z-index: 9;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}


.header__logo {
    width: 100%;
    height: auto;
    max-width: 70px;
    padding: 5px 0;
}

.header__lang {
    display: flex;
    justify-content: space-between;
}

.lang-item {
    padding: 0;
    display: flex;
    margin: 0 5px;
}

.header__lang-item {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none !important;
}

.lang-item::before {
    display: none;
}

.header__lang-item.active {
    color: #c99d49;
}

.header__lang-select {
    display: none;
    background: transparent;
    color: #c99d49;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    -webkit-appearance: none;
    padding-right: 8px;
    background: url(img/arw-dwn.svg) center right/7px auto no-repeat;
}

.menu-item {
    padding-left: 0;
    margin: 0;
    margin: 0 30px;
}

.header__menu>.menu-item {
    padding: 38px 0;
}

.menu-item:before {
    display: none;
}

.menu-item a,
.menu-item span {
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
}

.menu-item span,
.menu-item a:hover,
.current-menu-ancestor>a {
    color: #c99d49;
}

.sub-menu {
    display: none;
    position: absolute;
    margin: 0;
    top: 100%;
    background: #1a1a1a;
    filter: drop-shadow(0px 4px 100px rgba(0, 0, 0, 0.5));
    min-width: 180px;
}

.sub-menu li {
    margin: 0;
    padding: 0;
    width: 100%;
}

.sub-menu li a,
.sub-menu li span {
    padding: 10px 10px 10px 15px;
    display: inline-block;
    width: 100%;
}

.sub-menu li a:hover {
    background: #111;
}

.header__menu .menu-item-has-children a,
.header__menu .menu-item-has-children span {
    padding-right: 6px;
    position: relative;
}

.header__menu .menu-item-has-children>a:after,
.header__menu .menu-item-has-children>span:after {
    content: '';
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    transform: rotate(45deg) translateY(-100%);
    margin-bottom: 1px;
    margin-left: 1px;
    position: absolute;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transform-origin: unset !important;
    bottom: auto;
    background: 0 0;
    top: 50%;
    right: 0;
}

.sf-arrows .sf-with-ul:after {
    margin-top: 0 !important;
}


/* .header__menu-item-link:before {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #C99D49;
    transform-origin: bottom right;
    transition: transform .25s ease-out;
}

.header__menu-item-link:hover:before {
    transform: scaleX(1)!important;
    transform-origin: bottom left!important;
} */

.header__location {
    display: flex;
    align-items: center;
    padding-right: 45px;
}

.header__location-ico {
    height: 12px;
    width: auto;
}

.header__location-txt {
    color: #fff;
    font-size: 13px;
    padding-left: 4px;
}

.header__phone {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header__phone-ico {
    height: 12px;
    width: auto;
}

.header__tel {
    color: #fff;
    font-size: 13px;
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none !important;
}

.phone-messengers {
    display: flex;
    align-items: center;
}

.phone-messengers-item {
    margin: 0 2px;
}

.header__btn {
    padding: 10px 22px;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
}


/* mobile-menu */

.mobile-menu {
    display: none;
    cursor: pointer;
    outline: none !important;
}

.mobile-menu__box {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
}

.mobile-menu__box::before,
.mobile-menu__box::after {
    content: "";
    display: block;
}

.mobile-menu__inner,
.mobile-menu__box::before,
.mobile-menu__box::after {
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    top: 12px;
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

.mobile-menu__box::before {
    top: 5px;
    width: 15px;
}

.mobile-menu__box::after {
    bottom: 4px;
    top: unset;
}

.mobile-menu.active .mobile-menu__box::before {
    top: -3px;
    opacity: 0;
    background: #c99d49;
}

.mobile-menu.active .mobile-menu__inner {
    transform: rotate(45deg);
    top: 13px;
    left: 0px;
    background: #c99d49;
}

.mobile-menu.active .mobile-menu__box::after {
    transform: rotate(-45deg);
    bottom: 10px;
    left: 0px;
    background: #c99d49;
}


/* mobile-menu */

.polt-off__left {
    top: 110px;
}

.polt-off {
    background: #1a1a1ad4;
}

.promo-banner {
    /* position: relative; */
    height: 43px;
    width: 100%;
    font-size: 0;
    display: flex;
    position: fixed;
    z-index: 11;
}

.promo-banner-img,
.promo-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}


/************* media *************/


/*max-width: 1600*/

@media (max-width: 1600px) {
    .header__contacts {
        display: block;
    }
    .header__location {
        margin-bottom: 5px;
        padding-right: 0;
    }




}


/*max-width: 1600*/


/*max-width: 1400*/

@media (max-width: 1400px) {
    .menu-item {
        margin: 0 15px;
    }
    /*.header__logo {
        margin-right: 30px;
    }*/
}


/*max-width: 1400*/


/*max-width: 1250*/

@media (max-width: 1250px) {}


/*end max-width: 1250*/


/*max-width: 1200*/

@media (max-width: 1200px) {
    .header__bnt-section {
        display: none;
    }
    .header__btn {
        padding: 8px 15px;
    }
}


/*end max-width: 1200*/


/* max-width: 1100*/

@media (max-width: 1100px) {}


/*end max-width: 1100*/


/*max-width: 991*/

@media (max-width: 991px) {
    .header__lang,
    .header__phone-ico,
    .header__menu {
        display: none;
    }
    .phone-messengers img {
    width: 20px;
    height: 20px;
}
.phone-messengers-item {
    margin-left: 8px;
}
    .mobile-menu {
        display: flex;
    }
    .header__lang-select {
        display: flex;
        margin-left: 15px;
    }
    .header__tel {
        font-size: 0;
        background: url(img/mobile-phone.svg) center center/18px auto no-repeat;
        height: 20px;
        width: 20px;
        order: 2;
        margin-left: 10px;
    }
    .phone-messengers {
        order: 1;
    }
    .header__lang-menu-section {
        order: -1;
    }
    .header__logo {
        max-width: 60px;
        padding: 12px 0;
    }
    .mob_header__navigation {
        text-align: center;
        margin: 0;
    }
    .menu-item {
        margin-top: 5px;
    }
    .menu-item:first-child {
        margin-top: 0;
    }
    .menu-item a,
    .menu-item span {
        font-size: 23px;
    }
    .sub-menu {
        display: block;
        position: relative;
        margin: 0;
        background: transparent;
        filter: unset;
        margin-top: 25px;
    }
    .sub-menu li a:hover,
    .sub-menu li span:hover {
        background: transparent;
    }
    .menu-item-has-children>a,
    .menu-item-has-children>span {
        position: relative;
        padding-bottom: 10px;
    }
    .menu-item-has-children>a::after,
    .menu-item-has-children>span::after {
        content: '';
        height: 20px;
        width: 1px;
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -17px;
        margin: auto;
    }
    .sub-menu li a,
    .sub-menu li span {
        font-size: 15px;
        padding: 2px 0;
        font-weight: 400;
    }
    .current-menu-ancestor>a {
        color: #fff;
    }
    .header__location {
        display: none;
    }
    
}


/*end max-width: 991*/