/* 
    Theme Name: Vitand
*/

html { 
	--fancybox-scrollbar-compensate: 0px!important;
}

@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap);

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

@media(prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

.breadcrumbs__row {
	text-transform: uppercase;
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align)
}

hr {
    background-color: currentColor;
    border: 0;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width:1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media(min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media(min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media(min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

abbr[data-bs-original-title],
abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    background-color: #fcf8e3;
    padding: .2em
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    direction: ltr;
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

code {
    word-wrap: break-word;
    color: #d63384;
    font-size: .875em
}

a>code {
    color: inherit
}

kbd {
    background-color: #212529;
    border-radius: .2rem;
    color: #fff;
    font-size: .875em;
    padding: .2rem .4rem
}

kbd kbd {
    font-size: 1em;
    font-weight: 700;
    padding: 0
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    border-collapse: collapse;
    caption-side: bottom
}

caption {
    color: #6c757d;
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    float: left;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

@media(min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    cursor: pointer;
    display: list-item
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

button {
    background: transparent;
    border: none;
    padding: 0
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none
}

html {
    overflow-x: hidden
}

html.locked {
    overflow: hidden
}

@media(max-width:991.98px) {
    html {
        font-size: 14px
    }
}

@media(max-width:767.98px) {
    html {
        font-size: 13px
    }
}

@media(max-width:575.98px) {
    html {
        font-size: 12px
    }
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 16rem;
    overflow-x: hidden
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

h1 {
    font-weight: 700
}

.modal__close {
    position: absolute;
    right: 25px;
    top: 25px
}

@media(max-width:575.98px) {
    .modal__close {
        right: 15px;
        top: 15px
    }
}

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

.form__group {
    margin-bottom: 1.25rem
}

.header {
    background: hsla(0, 0%, 100%, .95);
    -webkit-box-shadow: 10px 15px 15px 0 rgba(2, 71, 107, .3);
    box-shadow: 10px 15px 15px 0 rgba(2, 71, 107, .3);
    height: 97rem;
    left: 0;
    padding: 16rem 43rem 9rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20
}

.header__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: relative
}

.header__logo {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

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

.header__list li {
    margin-right: 30rem
}

.mobnav__list .sub-menu {
	list-style: none;
	padding-left: 62rem;
	margin-top: 15rem;
}


.mobnav__list li.menu-item-has-children > a:after {
	display: inline-block;
	width: 24px; 
	height: 24px; 
	content: '';
	background: url(../../uploads/2026/01/caret_down_md.svg) center no-repeat;
	background-size: 100%;
}
.mobnav__list .sub-menu li {
	margin-bottom: 0;
}

.mobnav__list .sub-menu a {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 40px;
}

.header__list li ul {
	opacity: 0;
	pointer-events: none;
	transition: .3s all ease
}

.header__list li:hover ul {
	opacity: 1;
	pointer-events: auto;
}

.header__list > li {
	    margin-bottom: -35rem;
    padding-bottom: 36rem;
}

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

.header__list li a {
    color: #000;
    font-family: Roboto Condensed, sans-serif;
    font-size: 16rem;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header__list li a:hover {
    color: #861a22
}

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

.header__group .header__list {
    margin-right: 36rem
}

.header__tel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none
}

.header__tel-icon {
    margin-right: 11rem
}

.header__tel-icon svg {
    width: 26rem
}

.header__tel-number {
    color: #861a22;
    font-size: 16rem;
    font-weight: 700;
    text-decoration: none
}

.header__tel-descr,
.header__tel-number {
    font-family: Roboto Condensed, sans-serif;
    font-style: normal;
    line-height: normal
}

.header__tel-descr {
    color: #727272;
    font-size: 10rem;
    font-weight: 400;
    letter-spacing: .9rem;
    text-align: center
}

.footer {
    background: #861a22;
    padding-bottom: 30rem;
    padding-top: 42rem
}

.footer__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16rem;
    align-items: center;
}

.footer__nav,
.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

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

.footer__nav li {
    margin-right: 20rem
}

.footer__nav a {
    color: #fff;
    font-size: 14rem;
    font-style: normal;
    font-weight: 400;
    line-height: 14rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.footer__nav a:hover {
    opacity: .8
}

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

.footer__soc a {
    margin-left: 16rem
}

.footer__soc a svg {
    width: 24rem
}

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

.footer__copy,
.footer__design {
    color: #fff;
    font-size: 14rem;
    font-style: normal;
    font-weight: 400;
    line-height: 14rem;
    margin-bottom: 0
}

html {
    font-size: .069vw
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1220rem;
    width: 100%
}

.hero-item {
    position: relative
}

.hero-item__bg {
    bottom: 0;
    left: -43rem;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

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

.hero-item .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 749rem;
    position: relative;
    z-index: 2
}

.hero-item__icon {
    bottom: 19rem;
    position: absolute;
    right: 52rem
}

.hero-item__icon img {
    max-width: 276rem
}

.hero-item__content {
    max-width: 348rem;
    text-align: right
}

.hero-item__title {
    font-size: 28rem;
    font-weight: 600;
    margin-bottom: 20rem;
    text-align: right
}

.hero-item__title,
.hero-item__txt {
    color: #000;
    font-style: normal;
    line-height: normal
}

.hero-item__txt {
    font-size: 15rem;
    font-weight: 400
}

.hero-item__txt strong {
    font-weight: 700rem
}

.hero__slider-prev {
    left: 43rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3
}

.hero__slider-prev svg {
    width: 24rem
}

.hero__slider-next {
    position: absolute;
    right: 43rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3
}

.hero__slider-next svg {
    width: 24rem
}

.hero__slider-pag {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    bottom: 36rem !important;
    justify-content: center;
    position: absolute;
    text-align: center;
    z-index: 3
}

.hero__slider-pag span {
    background: transparent;
    border: 2px solid #fff;
    height: 8rem;
    opacity: 1;
    width: 8rem
}

.hero__slider-pag span.swiper-pagination-bullet-active {
    background: #fff
}

.geo__wrap {
    height: 1096rem;
    padding-top: 108rem;
    position: relative;
	margin-top: -28rem;
}

.geo__bg {
    bottom: 0;
    left: -374rem;
    position: absolute;
    top: -219rem;
	z-index: -1;
}

.geo__bg img {
        height: 1099rem;
}

.geo__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-right: 98rem;
    width: 100%
}

.geo__header-txt {
    color: #000;
    font-size: 15rem;
    font-style: normal;
    font-weight: 600;
    line-height: 20rem;
    margin-bottom: 0;
    max-width: 518rem
}

.page-title__top {
    color: #000;
    font-family: Roboto Condensed, sans-serif;
    font-size: 12rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2.76rem;
    line-height: normal;
    margin-bottom: 16rem
}

.page-title__title {
    color: #000;
    font-size: 60rem;
    font-style: normal;
    font-weight: 600;
    line-height: 60rem;
    text-transform: uppercase
}

.contacts {
    position: relative
}

.contacts_page:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM4OCIgaGVpZ2h0PSIxMDk5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04NjQgMGg1MjRMNTI0IDEwOTlIMEw4NjQgMFoiIGZpbGw9IiNERDI2MkQiIGZpbGwtb3BhY2l0eT0iLjEiLz48L3N2Zz4=) top no-repeat;
    background-size: cover;
    bottom: -76rem;
    content: "";
    display: inline-block;
    height: 1099rem;
    pointer-events: none;
    position: absolute;
    right: -670rem;
    width: 1388rem;
    z-index: -1
}

.contacts__wrap {
    margin-bottom: 73rem;
    margin-top: 64rem
}

.contacts-block__title {
    color: #1c343a;
    font-size: 18rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .72rem;
    line-height: normal;
    margin-bottom: 24rem;
    text-transform: uppercase
}

.contacts-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 11rem
}

.contacts-block__item i {
    margin-right: 16rem
}

.contacts-block__item i svg {
    width: 18rem
}

.contacts-block__item a,
.contacts-block__item span {
    color: #1c343a;
    font-size: 14rem;
    font-style: normal;
    font-weight: 400;
    line-height: 14rem;
    text-decoration: none
}

.contacts-block__item a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.contacts-block__item a:hover {
    color: #861a22
}

.contacts-block__item:last-child {
    margin-bottom: 0
}

.contacts__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 63rem
}

.contacts__right,
.contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contacts__right {
    margin-left: 15rem;
    width: 100%
}

.contacts__map {
    height: 459rem;
    margin-right: 12rem;
    min-width: 594rem;
    width: 594rem
}

.contacts__map iframe {
    height: 100%;
    width: 100%
}

.contacts__callback-title {
    color: #1c343a;
    font-size: 18rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .72rem;
    line-height: normal;
    margin-bottom: 24rem;
    text-transform: uppercase
}

.contacts-form {
    width: 100%
}

.contacts-form input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #cacaca;
    color: #1c343a;
    font-size: 12rem;
    font-style: normal;
    font-weight: 400;
    height: 21rem;
    line-height: 23rem;
    margin-bottom: 21rem;
    width: 100%
}

.contacts-form input::-webkit-input-placeholder {
    color: rgba(28, 52, 58, .7)
}

.contacts-form input::-moz-placeholder {
    color: rgba(28, 52, 58, .7)
}

.contacts-form input:-ms-input-placeholder {
    color: rgba(28, 52, 58, .7)
}

.contacts-form input::-ms-input-placeholder {
    color: rgba(28, 52, 58, .7)
}

.contacts-form input::placeholder {
    color: rgba(28, 52, 58, .7)
}

.contacts-form__agree {
    margin-bottom: 19rem;
    margin-right: -20rem;
    margin-top: 21rem
}

.contacts-form__agree input {
    display: none
}

.contacts-form__agree input:checked+label:after {
    opacity: 1
}

.contacts-form__agree label {
    color: #1c343a;
    cursor: pointer;
    font-size: 12rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 22rem;
    position: relative
}

.contacts-form__agree label:before {
    border: 2px solid #323232;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 14rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 14rem
}

.contacts-form__agree label:after {
    background: #323232;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8rem;
    left: 3rem;
    opacity: 0;
    position: absolute;
    top: 3rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 8rem
}

.contacts-form__agree label a {
    color: #1c343a;
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.contacts-form__agree label a:hover {
    color: #861a22
}

.contacts-form__submit {
    background: #861a22;
    border-radius: 6rem;
    color: #fff;
    font-size: 14rem;
    font-style: normal;
    font-weight: 400;
    height: 33rem;
    line-height: 14rem;
    padding-bottom: 2rem;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 141rem
}

.contacts-form__submit:hover {
    opacity: .8
}

.contacts__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 60rem
}

.breadcrumbs {
    margin-bottom: 52rem;
    padding-top: 166rem
}

.breadcrumbs__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13rem
}

.breadcrumbs__row a {
    color: #000;
    font-family: Roboto Condensed, sans-serif;
    font-size: 12rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.2rem;
    line-height: normal;
    margin-right: 23rem;
    position: relative;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.breadcrumbs__row a:hover {
    color: #861a22
}

.breadcrumbs__row a:after {
    content: "|";
    display: inline-block;
    position: absolute;
    right: -15rem
}

.breadcrumbs__row span {
    color: #000;
    font-family: Roboto Condensed, sans-serif;
    font-size: 12rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.2rem;
    line-height: normal
}

.breadcrumbs__title {
    color: #000;
    font-size: 60rem;
    font-style: normal;
    font-weight: 600;
    line-height: 60rem;
    text-transform: uppercase
}

.productionpage__wrap {
    margin-bottom: 109rem;
    margin-top: 52rem
}

.productionpage__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10rem;
    margin-right: -10rem
}

.productionpage__col {
    margin-bottom: 20rem;
    padding-left: 10rem;
    padding-right: 10px;
    width: 33.333%
}

.productionpage-item {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#adadad));
    background: linear-gradient(180deg, #f5f5f5, #adadad);
    display: block;
    height: 520rem;
    padding: 20rem 23rem;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%
}

.productionpage-item__title {
    color: #000;
    font-size: 20rem;
    max-width: 200rem;
    text-decoration: none;
    text-transform: uppercase
}

.productionpage-item__more,
.productionpage-item__title {
    font-family: Roboto Condensed, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.productionpage-item__more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 23rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12rem;
    left: 23rem;
    letter-spacing: 1.2rem;
    opacity: 0;
    position: absolute;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

.productionpage-item__more svg {
    margin-left: 4rem;
    width: 24rem
}

.productionpage-item__img {
    bottom: 55rem;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

.productionpage-item__img img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%
}

.productionpage-item:hover {
    background: #861a22;
    -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, .25);
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, .25)
}

.productionpage-item:hover .productionpage-item__title {
    color: #fff
}

.productionpage-item:hover .productionpage-item__img img {
    -webkit-transform: scale(1.1) translateX(-50rem) translateY(0);
    transform: scale(1.1) translateX(-50rem) translateY(0)
}

.productionpage-item:hover .productionpage-item__more {
    opacity: 1
}

.page-category__btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #861a22;
    border-radius: 6rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14rem;
    font-style: normal;
    font-weight: 400;
    height: 53rem;
    justify-content: center;
    line-height: 14rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 38rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 261rem
}

.page-category__btn:hover {
    background: #000;
    color: #fff;
    text-decoration: none
}

.page-category__item {
    height: 652rem;
    overflow: hidden;
    position: relative;
    width: 100%
}

.page-category__item .container {
    position: relative;
    z-index: 3
}

.page-category__item:nth-child(2n) .page-category__more {
    margin-right: 30rem
}

.page-category__item:nth-child(2n) .page-category__content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.page-category__item:nth-child(2n) .page-category__code {
    margin-left: -32rem;
    margin-right: -300rem;
    padding-left: 32rem;
    padding-right: 300rem;
    -webkit-transform: translateX(-64rem);
    transform: translateX(-64rem)
}

.page-category__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 652rem;
    justify-content: flex-end;
    padding-bottom: 94rem
}

.page-category__title {
    color: #fff;
    font-size: 20rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20rem
}

.page-category__code {
    background: #000;
    border-radius: 6rem;
    color: #fff;
    font-size: 60rem;
    font-style: italic;
    font-weight: 600;
    line-height: 50rem;
    margin-bottom: 22rem;
    margin-left: -300rem;
    padding-bottom: 10rem;
    padding-left: 300rem;
	padding-right: 50rem;
    padding-top: 10rem;
    text-transform: uppercase;
    width: auto;
}

.page-category__code span {
    color: #fff;
    display: block;
    font-size: 20rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10rem
}

.page-category__more {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #861a22;
    border-radius: 6rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14rem;
    font-style: normal;
    font-weight: 400;
    height: 59rem;
    justify-content: center;
    line-height: 14rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 229rem
}

.page-category__more:hover {
    background: #000;
    color: #fff
}

.page-category__bg {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

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

.aboutpage {
    margin-bottom: 104rem;
    position: relative
}

.aboutpage:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM4OCIgaGVpZ2h0PSIxMDk5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04NjQgMGg1MjRMNTI0IDEwOTlIMEw4NjQgMFoiIGZpbGw9IiNERDI2MkQiIGZpbGwtb3BhY2l0eT0iLjEiLz48L3N2Zz4=) top no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 1099rem;
    left: -530rem;
    pointer-events: none;
    position: absolute;
    top: -576rem;
    width: 1388rem;
    z-index: -1
}

.aboutpage__banner img {
    width: 100%
}

.aboutpage__article {
    margin-left: auto;
    margin-right: auto;
    max-width: 598rem
}

.aboutpage__article ol,
.aboutpage__article p,
.aboutpage__article ul {
    color: #000;
    font-size: 15rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20rem;
    margin-bottom: 30rem
}

.aboutpage__article ol,
.aboutpage__article ul {
    padding-left: 20rem
}

.aboutpage__article h1,
.aboutpage__article h2,
.aboutpage__article h3,
.aboutpage__article h4,
.aboutpage__article h5,
.aboutpage__article h6 {
    color: #000;
    font-size: 28rem;
    font-style: normal;
    font-weight: 600;
    line-height: 30rem;
    margin-bottom: 20rem;
    margin-top: 50rem
}

.pageblog__filters {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12rem
}

.pageblog__filters-item {
    margin-right: 20rem
}

.pageblog__filters-item input {
    display: none
}

.pageblog__filters-item input:checked+label {
    background: #861a22;
    border-radius: 6rem;
    color: #fff
}

.pageblog__filters-item label {
    border-radius: 6rem;
    color: #000;
    cursor: pointer;
    font-family: Roboto Condensed, sans-serif;
    font-size: 12rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.2rem;
    line-height: normal;
    padding: 4rem 5rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pageblog__filters-item label:hover {
    color: #861a22
}

.pageblog__wrap {
    margin-bottom: 94rem
}

.pageblog__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -9rem;
    margin-right: -9rem
}

.pageblog__col {
    margin-bottom: 18rem;
    padding-left: 9rem;
    padding-right: 9rem;
    width: 33.333%
}

.pageblog-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 337rem;
    justify-content: space-between;
    overflow: hidden;
    padding-left: 15rem;
    padding-right: 15rem;
    padding-top: 17rem;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%
}

.pageblog-item__bg {
    overflow: hidden
}

.pageblog-item__bg,
.pageblog-item__bg:after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.pageblog-item__bg:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
    content: "";
    display: inline-block;
    opacity: 0;
    z-index: 2
}

.pageblog-item__bg:after,
.pageblog-item__bg img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pageblog-item__bg img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.pageblog-item__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: start;
    position: relative;
    z-index: 2
}

.pageblog-item__footer {
    padding-bottom: 22rem;
    position: relative;
    z-index: 3
}

.pageblog-item__title {
    font-size: 20rem;
    margin-bottom: 24rem;
    padding: 5rem 8rem;
    text-transform: uppercase
}

.pageblog-item__more,
.pageblog-item__title {
    color: #fff;
    font-family: Roboto Condensed, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pageblog-item__more {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #861a22;
    border-radius: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12rem;
    height: 30rem;
    justify-content: space-between;
    letter-spacing: 1.2rem;
    opacity: 0;
    padding-left: 8rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    width: 112rem
}

.pageblog-item__more svg {
    width: 24rem
}

.pageblog-item__cat {
    font-size: 14rem;
    padding: 3rem 8rem
}

.pageblog-item__cat,
.pageblog-item__date {
    color: #fff;
    font-family: Roboto Condensed, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pageblog-item__date {
    font-size: 20rem;
    padding: 4rem 8rem
}

.pageblog-item:hover {
    -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, .25);
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, .25)
}

.pageblog-item:hover .pageblog-item__bg:after {
    opacity: 0
}

.pageblog-item:hover .pageblog-item__bg img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.pageblog-item .pageblog-item__cat, .pageblog-item .pageblog-item__date, .pageblog-item .pageblog-item__title {
	background: #000;
}

.pageblog-item:hover .pageblog-item__cat,
.pageblog-item:hover .pageblog-item__date,
.pageblog-item:hover .pageblog-item__title {
    background: #861a22
}

.pageblog-item:hover .pageblog-item__more {
    opacity: 1
}

.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 61rem
}

.pagination,
.pagination__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pagination__btn {
    color: #000;
    font-family: Roboto Condensed, sans-serif;
    font-size: 12rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2.76rem;
    line-height: normal
}

.pagination__btn svg {
    display: inline-block;
    margin-left: 4rem;
    margin-right: 4rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 24rem
}

.pagination__btn-prev:hover svg {
    -webkit-transform: translateX(-10rem);
    transform: translateX(-10rem)
}

.pagination__btn-next:hover svg {
    -webkit-transform: translateX(10rem);
    transform: translateX(10rem)
}

.pagination__btn[disabled] {
	opacity: 0.5;
    cursor: not-allowed;
}

.pagination__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10rem;
    margin-left: 140rem;
    margin-right: 140rem
}

.pagination__list a, .pagination__list button {
    color: #c4c4c4;
    font-size: 22rem;
    font-style: normal;
    font-weight: 700;
    line-height: 25rem;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pagination__list a.active,
.pagination__list a:hover, .pagination__list button.active, .pagination__list button:hover {
    color: #000
}

.pagination__list span {
    color: #c4c4c4;
    font-size: 22rem;
    font-style: normal;
    font-weight: 700;
    line-height: 25rem;
    text-decoration: none
}

.pagination__list span.current {
	color: #000;
	text-decoration: underline;
}

.singleblog {
    margin-bottom: 101rem
}

.singleblog__date {
    color: #000;
    font-size: 15rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20rem;
    margin-bottom: 15rem
}

.singleblog__banner {
    margin-bottom: 30rem
}

.singleblog__banner img {
    width: 100%
}

.singleblog__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 596rem
}

.singleblog__content p {
    color: #000;
    font-size: 15rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20rem;
    margin-bottom: 20rem;
    margin-top: 20rem
}

.singleblog__content p a {
    color: #000;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.singleblog__content p a:hover {
    color: #861a22
}

.singleblog__content ol,
.singleblog__content ul {
    color: #000;
    font-size: 15rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20rem;
    margin-bottom: 30rem;
    padding-left: 20rem
}

.singleblog__content h1,
.singleblog__content h2,
.singleblog__content h3,
.singleblog__content h4,
.singleblog__content h5,
.singleblog__content h6 {
    color: #000;
    font-size: 28rem;
    font-style: normal;
    font-weight: 600;
    line-height: 30rem;
    margin-bottom: 20rem;
    margin-top: 50rem
}

.singleblog__content img {
    width: 100%
}

.news-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5rem;
    margin-right: -5rem
}

.news-gallery__col {
    padding-left: 5rem;
    padding-right: 5rem;
    width: 50%
}

.awards__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 46rem;
    padding-left: 10rem;
    padding-right: 10rem
}

.awards__col {
    margin-bottom: 38rem;
    padding-left: 32rem;
    padding-right: 32rem;
    width: 33.333%
}

.awards-item {
	text-decoration: none;
	display: block;
	color: #000;
}

.awards-item:hover {
	color: #000;
}

.awards-item__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 388rem;
    justify-content: center;
    margin-bottom: 17rem
}

.awards-item__img img {
    max-height: 100%;
    max-width: 100%;
	width: 100%;
	object-fit: contain;
	height: 100%;
}

.awards-item__title {
    font-weight: 700;
    width: 100%
}

.awards-item__title,
.awards-item__txt {
    font-size: 15rem;
    font-style: normal;
    line-height: 20rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 292rem
}

.awards-item__txt {
    color: #000;
    font-weight: 400
}

.servicespage__wrap {
    margin-bottom: 65rem;
    margin-top: 64rem
}

.servicespage__article {
    margin-bottom: 37rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 596rem
}

.servicespage__article p {
    color: #000;
    font-size: 15rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20rem;
    margin: 0
}

.servicespage__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 21rem -15rem
}

.servicespage__gallery-col {
    padding-left: 15rem;
    padding-right: 15rem;
    width: 50%
}

.servicespage__gallery-img {
    height: 706rem;
    overflow: hidden
}

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

.befaft__wrap {
    margin-bottom: 90rem;
    margin-top: 63rem
}

.befaft__title {
    font-size: 60rem;
    font-weight: 600;
    line-height: 60rem;
    margin-bottom: 30rem
}

.befaft__title,
.befaft__title span {
    color: #000;
    font-style: normal;
    text-transform: uppercase
}

.befaft__title span {
    display: block;
    font-family: Roboto Condensed, sans-serif;
    font-size: 12rem;
    font-weight: 400;
    letter-spacing: 2.76rem;
    line-height: normal;
    margin-bottom: 14rem;
    padding-left: 5rem
}

.befaft__slider {
    margin-left: auto;
    margin-right: auto;
    max-width: 706rem;
    overflow: visible
}

.befaft-item {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.befaft-item img {
    width: 100%
}

.befaft .swiper-slide-active .befaft-item {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.orderpage__wrap {
    margin-bottom: 56rem;
    margin-top: 90rem
}

.orderpage__title {
    font-size: 60rem
}

.orderpage__title,
.orderpage__txt {
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: 60rem;
    text-transform: uppercase
}

.orderpage__txt {
    font-size: 30rem;
    margin-bottom: 23rem;
    margin-top: 10rem
}

.orderpage__form {
    max-width: 655rem
}

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

.orderpage__row input {
    border: none;
    border-bottom: 1px solid #cacaca;
    color: #1c343a;
    font-size: 12rem;
    font-style: normal;
    font-weight: 400;
    height: 21rem;
    line-height: 23rem;
    width: 100%
}

.orderpage__row input::-webkit-input-placeholder {
    color: rgba(28, 52, 58, .7)
}

.orderpage__row input::-moz-placeholder {
    color: rgba(28, 52, 58, .7)
}

.orderpage__row input:-ms-input-placeholder {
    color: rgba(28, 52, 58, .7)
}

.orderpage__row input::-ms-input-placeholder {
    color: rgba(28, 52, 58, .7)
}

.orderpage__row input::placeholder {
    color: rgba(28, 52, 58, .7)
}

.orderpage__col {
    margin-bottom: 28rem;
    width: calc(50% - 26rem)
}

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

.orderpage__footer-col {
    width: calc(50% - 26rem)
}

.orderpage__footer-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #861a22;
    border-radius: 6rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14rem;
    font-style: normal;
    font-weight: 400;
    height: 33rem;
    justify-content: center;
    line-height: 14rem;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%
}

.orderpage__footer-submit:hover {
    background: #000
}

.header__burger,
.mobnav {
    display: none
}

.productionpage-filler {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.productionpage-filler img {
    width: 266rem
}

.page-category_product .page-category__slider {
    height: 100%
}

.page-category_product .page-category__slider-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.page-category_product .page-category__slider-item {
    height: 100%;
    overflow: hidden
}

.page-category_product .page-category__slider-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.page-category_product .page-category__content {
    height: 464rem;
    padding-bottom: 20rem
}

.page-category_product .page-category__pag {
    bottom: 36rem;
    left: 50%;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3
}

.page-category_product .page-category__pag span {
    background: transparent;
    border: 2rem solid #fff;
    height: 8rem;
    opacity: 1;
    width: 8rem
}

.page-category_product .page-category__pag .swiper-pagination-bullet-active {
    background: #fff
}

.page-category_product .page-category__prev {
    left: 43rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3
}

.page-category_product .page-category__prev svg {
    width: 24rem
}

.page-category_product .page-category__next {
    position: absolute;
    right: 43rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3
}

.page-category_product .page-category__next svg {
    width: 24rem
}

.page-category_product .page-category__more {
    display: none
}

.page-category_product .breadcrumbs__row {
    padding-top: 166rem;
    position: relative;
    z-index: 3
}

.page-category_product .breadcrumbs__row a,
.page-category_product .breadcrumbs__row a:after,
.page-category_product .breadcrumbs__row span {
    color: #fff
}

.infoprod__wrap {
    margin-bottom: 101rem;
    padding-top: 59rem;
    position: relative
}

.infoprod__bg {
    position: absolute;
    right: -726rem;
    top: 0
}

.infoprod__bg img {
    width: 1388rem
}

.infoprod__txt {
    color: #000;
    font-size: 15rem;
    line-height: normal;
    margin-bottom: 21rem;
    max-width: 599rem
}

.infoprod__btn,
.infoprod__txt {
    font-style: normal;
    font-weight: 400
}

.infoprod__btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #861a22;
    border-radius: 6rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Lato, sans-serif;
    font-size: 14rem;
    height: 45rem;
    justify-content: center;
    line-height: 14rem;
    margin-bottom: 96rem;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 292rem
}

.infoprod__btn:hover {
    opacity: 1;
	background: #000;
	color: #fff;
}

.geo__map-frame svg path:hover {
	fill: #CACACA;
}

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

.infoprod-img {
    bottom: -21rem;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.infoprod-img img {
    max-width: 701rem
}

.infoprod__col {
    max-width: 271rem;
    position: relative;
    z-index: 3
}

.infoprod__col_right .infoprod-item .infoprod-item__txt {
    text-align: left
}

.infoprod-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 23rem
}

.infoprod-item:last-child {
    margin-bottom: 0
}

.infoprod-item__txt {
    color: #861a22;
    font-family: Roboto Condensed, sans-serif;
    font-size: 14rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 24rem;
    padding-right: 24rem;
    text-align: right;
    text-transform: lowercase
}

.infoprod-item__circle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #d9d9d9;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30rem;
    height: 97rem;
    justify-content: center;
    letter-spacing: -1.2rem;
    min-width: 97rem;
    width: 97rem;
	transition: .3s all ease;
}

.infoprod-item:hover .infoprod-item__circle {
	border: 1px solid #C31411;
	background: #fff;
}

.infoprod-item__circle,
.infoprod-item__circle span {
    color: #861a22;
    font-family: Roboto Condensed, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 60rem;
    text-transform: uppercase
}

.infoprod-item__circle span {
    font-size: 20rem;
    letter-spacing: -.6rem
}

.infoprod-khar {
    margin-bottom: 104rem;
    margin-top: 121rem
}

.infoprod-khar__title {
    color: #000;
    font-size: 60rem;
    font-style: normal;
    font-weight: 600;
    line-height: 60rem;
    margin-bottom: 17rem;
    text-transform: uppercase
}

.khar-table {
    max-width: 901rem;
    width: 100%
}

.khar-table__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem
}

.khar-table__col {
    padding-left: 7rem;
    padding-right: 7rem;
    text-align: center;
    width: 33.333%
}

.khar-table__col:first-child {
    text-align: left
}

.khar-table__title {
    color: #000;
    font-family: Roboto Condensed, sans-serif;
    font-size: 16rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.khar-table__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 8rem;
    padding-top: 16rem
}

.khar-table__row_odd {
    background: hsla(0, 0%, 85%, .3)
}

.khar-table__row_hidden {
    display: none
}

.khar-table__row_hidden.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.khar-table__txt {
    color: #000;
    font-size: 15rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    max-width: 292rem
}

.khar-table__toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #323232;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Roboto Condensed, sans-serif;
    font-size: 12rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.2rem;
    line-height: normal;
    margin-top: 23rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

.khar-table__toggle i {
    margin-left: 6rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.khar-table__toggle i svg {
    width: 24rem
}

.khar-table__toggle.open i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.khar-table__subtitle {
    color: #000;
    font-size: 15rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 11rem;
    margin-top: 19rem;
    padding-left: 7rem
}

.page404 {
    min-height: 100vh;
    padding-bottom: 100rem;
    padding-top: 177rem;
    position: relative
}

.page404 .container {
    position: relative;
    z-index: 3
}

.page404__bg {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

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

.page404__title {
    color: #fff;
    font-size: 96rem;
    font-style: normal;
    font-weight: 700;
    line-height: 70rem;
    margin-bottom: 33rem;
    position: relative;
    z-index: 3
}

.page404__txt {
    color: #fff;
    font-size: 14rem;
    font-style: normal;
    font-weight: 600;
    line-height: 18rem;
    max-width: 266rem
}

.mob {
    display: none
}

@media(max-width:991px) {
	.infoprod-item__circle span {
		font-size: 15rem; 
		line-height: 16rem;
		text-align: center;
	}
	.infoprod-item__circle {
		    width: 72rem; 
		height: 72rem;
		min-width: 72rem;
	}
	
	.infoprod-item__circle i {
		display: flex; 
		justify-content: center; 
		align-items: center;
	}
	
	.infoprod-item__circle img {
		max-width: 60%; 
		max-height: 60%; 
	}
    .desc {
        display: none
    }

    .mob {
        display: block
    }

    .page-category_product .page-category__slider-wrap {
        height: 60vw;
        top: auto
    }

    .aboutpage__banner {
        margin-bottom: 41px
    }

    .header__logo {
        left: 15rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .aboutpage__article p {
        font-size: 15px;
        line-height: 20px
    }

    .header__burger {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        align-items: center;
        background: #861a22;
        border-radius: 10rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 38rem;
        justify-content: center;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 38rem
    }

    .header__burger span {
        background: #fff;
        display: block;
        height: 2px;
        margin-bottom: 3px;
        width: 14px
    }

    .header__burger span:last-child {
        margin-bottom: 0
    }

    .page-category_product .breadcrumbs__row a,
    .page-category_product .breadcrumbs__row a:after,
    .page-category_product .breadcrumbs__row span,
    .page-category_product .breadcrumbs__row span:after {
        color: #000
    }

    .page-category_product .page-category__content {
        height: auto;
        margin-top: 30px;
        padding-bottom: 63rem
    }

    .infoprod__row {
        width: 800px
    }

    .infoprod-khar__title {
        font-size: 30px;
        margin-bottom: 30px
    }

    .infoprod__row-wrap {
        margin-left: -16px;
        margin-right: -16px;
        overflow: auto;
        padding-left: 16px;
        padding-right: 16px
    }

    .infoprod-img img {
        max-width: 500rem
    }

    .infoprod__bg {
        display: none
    }

    .infoprod__wrap {
        padding-top: 0
    }

    .infoprod__txt {
        font-size: 15px
    }

    .infoprod__btn {
        font-size: 14px;
        height: 45px;
        width: 100%
    }

    .geo__bg {
        display: none
    }

    .page-title__top {
        font-size: 12px
    }

    .mobnav {
        background: #fff;
        bottom: 0;
        display: block;
        left: 0;
        opacity: 0;
        padding-left: 60px;
        padding-top: 100px;
        pointer-events: none;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 5
    }

    .mobnav.open {
        opacity: 1;
        pointer-events: auto
    }

    .mobnav__list {
        list-style: none;
        margin: 0 0 40px;
        padding: 0
    }

    .mobnav__list li {
        margin-bottom: 20px
    }

    .mobnav__list li:last-child {
        margin-bottom: 0
    }

    .mobnav__list a {
        color: #000;
        font-family: Roboto Condensed, sans-serif;
        font-size: 20px;
        font-style: normal;
		display: flex;
        font-weight: 400;
        line-height: normal;
        text-decoration: none;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }
	
	.mobnav__list .sub-menu {
		display: none;
	}
	
	.mobnav__list a:after {
		margin-left: 10px;
	}

    .mobnav__list a:hover {
        color: #861a22
    }

    .header__tel-number {
        font-size: 16px
    }

    .header__tel-descr {
        font-size: 13rem
    }

    html {
        font-size: .8px
    }

    .header__group,
    .header__list {
        display: none
    }

    .header__logo img {
        width: 100px
    }

    .header {
        height: 60px;
        padding: 5px 15px
    }

    .hero-item__content {
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        background: #ffffffb4;
        max-width: 100%;
        padding: 30px 10px
    }

    .hero__slider-next,
    .hero__slider-prev {
        display: none
    }

    .geo__wrap {
        height: auto;
        padding-top: 70px
    }

    .geo__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0
    }

    .page-title__title {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 20px
    }

    .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .geo__header-txt {
        font-size: 15px;
        line-height: 20px
    }

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

    .contacts__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px
    }

    .contacts-block__title {
        font-size: 18px
    }

    .contacts-block {
        margin-bottom: 30px
    }

    .contacts-block__item a,
    .contacts-block__item span {
        font-size: 14px;
        line-height: 14px
    }

    .contacts-block__item {
        margin-bottom: 11px
    }

    .contacts__left {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .contacts__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0
    }

    .contacts__map {
        margin-left: -16px;
        margin-right: -16px;
        margin-top: 30px;
        min-width: 2px;
        width: calc(100% + 32px)
    }

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

    .footer__nav a {
        font-size: 14px;
        line-height: 30px
    }

    .contacts__callback {
        margin-top: 36px
    }

    .footer__soc a {
        margin-left: 0;
        margin-right: 30px
    }

    .footer__soc a svg {
        height: 45px;
        width: 45px
    }

    .footer__soc {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        align-items: start;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: start
    }

    .footer__copy,
    .footer__design {
        font-size: 14px;
        line-height: 30px
    }

    .breadcrumbs {
        margin-bottom: 65px;
        padding-top: 110px
    }

    .breadcrumbs__title {
        font-size: 30px;
        line-height: 36px;
        margin-top: 15px
    }

    .singleblog__banner {
        margin-left: -15px;
        margin-right: -15px
    }

    .singleblog__content p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 20px;
        margin-top: 20px
    }

    .awards__col {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }

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

    .news-gallery__col {
        margin-bottom: 19px;
        width: 100%
    }

    .awards-item__img {
        height: 84vw
    }

    .pagination__list {
        margin-left: 40px;
        margin-right: 40px
    }

    .pagination {
        margin-top: 30px
    }

    .pageblog__filters {
        margin-bottom: 30px
    }

    .pageblog__col,
    .productionpage__col {
        width: 100%
    }

    .awards-item__title,
    .awards-item__txt {
        font-size: 15px;
        line-height: 20px;
        max-width: 100%
    }

    .servicespage__article p {
        font-size: 15px;
        line-height: 20px
    }

    .befaft__slider-pag {
        margin-top: 13px;
        text-align: center
    }

    .befaft__slider-pag span {
        background: transparent;
        border: 2px solid #000;
        opacity: 1
    }

    .befaft__slider-pag span.swiper-pagination-bullet-active {
        background: #000
    }

    .page404__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        text-align: center
    }

    .page404__bg:after {
        background: #000;
        bottom: 0;
        content: "";
        display: inline-block;
        height: 100%;
        left: 0;
        opacity: .3;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 2
    }

    .page404__title {
        font-size: 120px;
        line-height: 120px
    }

    .page404__txt {
        font-size: 14px;
        line-height: 18px
    }

    .page404 {
        padding-top: 286px
    }

    .contacts__callback-title {
        font-size: 18px;
        line-height: normal;
        max-width: 280rem
    }

    .contacts-form input {
        font-size: 12px;
        height: 21px
    }

    .productionpage-item {
        height: 120vw
    }

    .pageblog__row {
        margin-left: -25px;
        margin-right: -25px
    }

    .pageblog-item {
        height: 80vw
    }

    .pageblog-item__cat,
    .pageblog-item__date {
        background: #323232
    }

    .productionpage-item__title {
        font-size: 20px
    }

    .productionpage-filler {
        display: none
    }

    .page-category__item {
        height: auto;
        margin-bottom: 52px;
        padding-bottom: 36vw
    }

    .page-category__title {
        color: #000;
        font-size: 20px;
        line-height: normal
    }

    .page-category__content {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: start !important;
        height: auto
    }

    .page-category__item:nth-child(2n) .page-category__code {
        margin-left: -300rem;
        margin-right: 0;
        padding-left: 300rem;
        padding-right: 0;
        -webkit-transform: none;
        transform: none
    }

    .page-category_product {
        margin-top: 110px
    }

    .page-category__bg {
        height: 60vw;
        top: auto
    }

    .contacts-form__agree label {
        font-size: 12px;
        line-height: normal
    }

    .contacts-form__agree label:before {
        top: 2rem
    }

    .contacts-form__agree label:after {
        top: 5rem
    }

    .servicespage__gallery-img {
        height: 51vw
    }

    .contacts-form__agree {
        margin-bottom: 19px;
        margin-top: 20px
    }

    .contacts-form__submit {
        font-size: 14px;
        height: 33px;
        width: 141px
    }

    .befaft__title,
    .orderpage__title {
        font-size: 34px
    }

    .orderpage__txt {
        font-size: 18px;
        line-height: 30px
    }

    .orderpage__col {
        width: calc(50% - 7px)
    }
}


.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12rem;
    margin-top: -17rem;
}

.orderpage__form .wpcf7-not-valid-tip {
    margin-top: 0;
}

.defpage {
    padding-top: 170rem;
    min-height: 90vh;
    padding-bottom: 100rem;
}

.defpage__title {
    color: #000;
    font-size: 60rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 40rem;
    line-height: 60rem;
    text-transform: uppercase;
}


.defpage__content {

}

.defpage__content p {
    color: #000;
    font-size: 15rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20rem;
    margin-bottom: 20rem;
    margin-top: 20rem
}

.defpage__content a {
    color: #000;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.defpage__content a:hover {
    color: #861a22
}

.defpage__content ol,
.defpage__content ul {
    color: #000;
    font-size: 15rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20rem;
    margin-bottom: 30rem;
    padding-left: 20rem
}

.defpage__content h1,
.defpage__content h2,
.defpage__content h3,
.defpage__content h4,
.defpage__content h5,
.defpage__content h6 {
    color: #000;
    font-size: 28rem;
    font-style: normal;
    font-weight: 600;
    line-height: 30rem;
    margin-bottom: 20rem;
    margin-top: 50rem
}

.defpage__content img {
    width: 100%
}

.geo__map {
    margin-left: -80rem;
    position: relative;

}

.geo-item {
    position: absolute;

}

.geo-item__pin {
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    display: block;
    background: #861A22;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s all ease;
}

.geo__map-frame svg {
    width: 1461rem;
    height: 839rem;
}

.geo-item__label {
    bottom: 100%;
    position: absolute;
    left: 100%;
    border-radius: 5rem;
    padding: 5rem 15rem;
    background: #fff;
    pointer-events: none;
	z-index: 10;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: .3s all ease;
}

.geo-item:hover .geo-item__label {
    opacity: 1;
    pointer-events: auto;
}

.geo-item:hover .geo-item__pin {
    transform: scale(2);
    background: rgba(255, 15, 0, 0.50);
    
}

.geo-item:hover .geo-item__pin span {
    width: 8rem;
    height: 8rem;
    display: block;
    background: rgba(255, 15, 0, 0.50);
    border-radius: 50%;
}

.geo-item_1 {
    left: 11rem;
    top: 353rem;
}

.geo-item_2 {
    left: 145rem;
    top: 374rem;
}

.geo-item_3 {
    left: 306rem;
    top: 365rem;
}

.geo-item_4 {
    left: 685rem;
    top: 325rem;
}

.geo-item_5 {
    left: 174rem;
    top: 410rem;
}


.geo-item_6 {
    left: 73rem;
    top: 501rem;
}


.geo-item_7 {
    left: 99rem;
    top: 519rem;
}


.geo-item_8 {
    left: 120rem;
    top: 512rem;
}

.geo-item_9 {
    left: 144rem;
    top: 485rem;
}


.geo-item_10 {
    left: 188rem;
    top: 464rem;
}


.geo-item_11 {
    left: 152rem;
    top: 521rem;
}


.geo-item_12 {
    left: 203rem;
    top: 524rem;
}

.geo-item_13 {
    left: 221rem;
    top: 520rem;
}

.geo-item_14 {
    left: 248rem;
    top: 538rem;
}

.geo-item_15 {
    left: 557rem;
    top: 468rem;
}

.geo-item_16 {
    left: -19rem;
    top: 619rem;
}

.geo-item_17 {
    left: 5rem;
    top: 645rem;
}

.geo-item_18 {
    left: 63rem;
    top: 635rem;
}

.geo-item_19 {
    left: 10rem;
    top: 662rem;
}


.geo-item_20 {
    left: 27rem;
    top: 700rem;
}


.geo-item_21 {
    left: 50rem;
    top: 691rem;
}

.geo-item_22 {
    left: 199rem;
    top: 635rem;
}

.geo-item_23 {
    left: 250rem;
    top: 570rem;
}


.geo-item_24 {
    left: 227rem;
    top: 620rem;
}

.geo-item_25 {
    left: 262rem;
    top: 581rem;
}

.geo-item_26 {
    left: 296rem;
    top: 623rem;
}

.geo-item_27 {
    left: 340rem;
    top: 665rem;
}

.geo-item_28 {
    left: 360rem;
    top: 642rem;
}

.geo-item_29 {
    left: 400rem;
    top: 609rem;
}

.geo-item_30 {
    left: 394rem;
    top: 584rem;
}

.geo-item_31 {
    left: 443rem;
    top: 619rem;
}

.geo-item_32 {
    left: 470rem;
    top: 605rem;
}

.geo-item_33 {
    left: 538rem;
    top: 581rem;
}

.geo-item_34 {
    left: 522rem;
    top: 591rem;
}

.geo-item_35 {
    left: 532rem;
    top: 604rem;
}

.geo-item_36 {
    left: 488rem;
    top: 688rem
}

.geo-item_37 {
    left: 639rem;
    top: 665rem;
}

.geo-item_38 {
    left: 703rem;
    top: 675rem;
}


.geo-item_39 {
    left: 723rem;
    top: 688rem;
}

.geo-item_40 {
    left: 858rem;
    top: 738rem;
}

.geo-item_41 {
    left: 1206rem;
    top: 595rem;
}
.geo-item_42 {
    left: 1230rem;
    top: 611rem;
}

.geo-item_43 {
    left: 1243rem;
    top: 580rem;
}

.geo-item_44 {
    left: 1319rem;
    top: 567rem;
}
.hero__slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 749rem;
}

.geo__map-newreg {
	position: absolute;
    top: 185rem;
    left: -31rem;
    z-index: -1;
}

.geo__map-newreg svg {
	width: 122rem;
}

.header__list .menu-item-has-children {
	position: relative;
}

.header__list .menu-item-has-children .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 237rem;
	padding: 10rem 19rem;
	background: #FFFFFF;
	box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.15);
}

.header__list .menu-item-has-children .sub-menu a {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16rem
	line-height: 40rem;
	text-transform: uppercase;
	color: #000000;
}

.header__list .menu-item-has-children .sub-menu a:hover {
	color: #861a22;
}

.header__list .menu-item-has-children .sub-menu li {
	list-style: none;
}
.header__list .menu-item-has-children .sub-menu li {
	margin-bottom: 19px;
}

.header__list .menu-item-has-children .sub-menu li:last-child {
	margin-bottom: 0;
}

.mobnav__list a.open + ul {
	display: block;
}

.mobnav__list a.open:after {
	transform: rotate(180deg)
}

.modal-call {
	position: fixed; 
	left: 50%;
	width: 400rem; 
	padding: 30rem;
	background: #fff; 
	border-radius: 10rem;
	top: 50%;
	z-index: 100;
	transform: translate(-50%, -50%);
	opacity: 0; 
	pointer-events: none;
	transition: .3s all ease;
}

.modal-call.open {
	opacity: 1;
	pointer-events: auto;
}

.modal-backdrop {
	position: fixed;
	z-index: 99;
	background: #000;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: .3s all ease;
}

.modal-backdrop.open {
	opacity: .7;
	pointer-events: auto;
}

.modal-call__close {
	position: absolute;
	right: 15px;
    top: 21px;
}

@media(max-width: 991px) {
	.hero__slider {
		position: relative;
	}
	.hero-item .container {
		height: auto;
	}
	.hero-item__content {
		text-align: left;
	}
	.hero-item__title {
		text-align: left;
	}
	.hero-item__icon {
		top: -113rem;
    	right: 0;
	}
	.hero-item__icon img {
		max-width: 196rem;
	}
    .geo__map {
        overflow: auto;
		margin-left: 0;
    }
	.hero__slider {
		height: 665rem;
	}
	.hero-item__bg {
		left: 0;
	}
	.hero__slider {
		position: relative;
	}
    .aboutpage__banner {
        overflow: auto;
    }
    .aboutpage__banner img {
        min-width: 900px;
    }
}