@font-face {
    font-family: 'Jost';
    src: url('jost-thin.ttf?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('jost-thin.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('jost-extraLight.ttf?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('jost-extraLight.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('jost-light.ttf?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('jost-light.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('jost-regular.ttf?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('jost-regular.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('jost-medium.ttf?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('jost-medium.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('jost-semibold.ttf?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('jost-semibold.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('jost-bold.ttf?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('jost-bold.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('jost-extrabold.ttf?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('jost-extrabold.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('jost-black.ttf?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('jost-black.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('jost-thinItalic.ttf?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('jost-thinItalic.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('jost-extraLightItalic.ttf?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('jost-extraLightItalic.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('jost-lightItalic.ttf?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('jost-lightItalic.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('jost-italic.ttf?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('jost-italic.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('jost-mediumItalic.ttf?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('jost-mediumItalic.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('jost-semiBoldItalic.ttf?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('jost-semiBoldItalic.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('jost-boldItalic.ttf?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('jost-boldItalic.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('jost-extraBoldItalic.ttf?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('jost-extraBoldItalic.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('jost-blackItalic.ttf?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('jost-blackItalic.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 900;
    font-style: italic;
}


*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: inherit;
    font-weight: inherit;
    line-height: inherit
}

:after:focus,
:before:focus,
:focus {
    outline: 0;
    background: 0
}

body,
html {
    width: 100%;
    color: #262626;
    font-family: "Jost";
    font-size: 16px;
    line-height: 1.5;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent
}

ul {
    list-style-type: none
}

img {
    border-style: none;
    vertical-align: middle
}

textarea {
    overflow: auto;
    max-width: 100%
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    font-family: inherit;
    font-size: 16px;
    letter-spacing: inherit;
    line-height: 1.5;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
    outline: 0
}

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

b,
strong {
    font-weight: 900
}

[hidden] {
    display: none
}

html {
    height: 100%
}

body {
    display: grid;
    grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
    grid-template-rows: min-content 1fr min-content;
    -ms-flex-line-pack: start;
    align-content: start;
    min-height: 100%
}

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

.layout {
    overflow-x: hidden
}

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

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

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

.title {
    font-weight: 700;
    font-size: 54px;
    line-height: 78px;
    text-transform: uppercase
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

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

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.btn {
    display: block;
    width: 485px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #ffc68d;
    border-radius: 16px;
    -webkit-box-shadow: 7px 4px 15px #00000038;
    box-shadow: 7px 4px 15px #00000038;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer
}

.btn:hover {
    background-color: #e37a25
}

.footer {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 2px solid #d9d9d9
}

.footer__logo {
    max-width: 302px
}

.footer__logo img {
    width: 100%
}

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

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

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 16px
}

.footer__menu a {
    font-weight: 600;
    font-size: 20px;
    padding-right: 14px;
    padding-left: 14px;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.footer__menu a:not(:last-child)::before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    width: 2px;
    height: 20px;
    background: #757575
}

.footer__menu a:hover {
    color: #ffc68d
}

.footer__contacts {
    font-weight: 600;
    font-size: 20px
}

.footer__contacts a {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.footer__contacts a:hover {
    color: #ffc68d
}

.footer__contacts a:first-child {
    margin-right: 12px
}

.copyright {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin-top: 10px
}

.popup {
    display: none
}

.popup .formWrap {
    width: 702px;
    margin-right: auto;
    padding: 32px;
    background: #fff;
    color: #000;
    border-radius: 16px
}

.popup .formWrap input,
.popup .formWrap textarea {
    border: 1px solid #ffc68d
}

.modal__container {
    position: relative
}

.modal__container .modal__close {
    position: absolute;
    background: #ffc68d;
    border-radius: 6px;
    width: 32px;
    height: 32px;
    top: 20px;
    right: 20px
}

.modal__container .modal__close:after,
.modal__container .modal__close:before {
    left: 10%;
    width: 80%
}

.form {
    font-family: Rubik
}

.form__label {
    margin-bottom: 16px;
    display: block
}

.form__label p {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%
}

.form__input {
    width: 100%;
    padding: 16px;
    border: 1px solid rgba(116, 116, 116, .5);
    border-radius: 16px
}

.form__input:focus {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(166, 172, 238, .5);
    border-radius: 16px
}

.form__input.textarea {
    height: 86px
}

.custom-select {
    cursor: pointer;
    position: relative;
    width: 500px;
    border: 1px solid rgba(38, 38, 38, .2);
    border-radius: 20px;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.custom-select._open {
    border-radius: 20px 20px 0 0
}

.custom-select__label {
    pointer-events: none;
    padding: 11px 32px 11px 20px;
    font-size: 12px
}

.custom-select__icon {
    position: absolute;
    top: 13px;
    right: 12px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.99794 9.24383L0 0.489374L0.164002 0.25C1.80361 2.53245 3.91198 3.6684 6.00206 3.65055C8.09079 3.66687 10.1975 2.5311 11.836 0.250149L12 0.489523L6.00206 9.24398V9.24985L6.00005 9.24692L5.99794 9.25V9.24383Z' fill='%23262626'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.custom-select:not(._open) .custom-select__icon {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.custom-select__options {
    overflow: hidden;
    z-index: 50;
    opacity: 1;
    position: absolute;
    top: 36px;
    left: -1px;
    width: calc(100% + 2px);
    background: #fff;
    border: 1px solid rgba(38, 38, 38, .2);
    border-top: 0;
    border-bottom: 1px solid rgba(38, 38, 38, .2);
    border-radius: 0 0 20px 20px;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.custom-select:not(._open) .custom-select__options {
    z-index: -1;
    opacity: 0
}

.custom-select__option {
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 11px 32px 11px 20px;
    font-size: 12px;
    background: #fff;
    border-top: 1px solid rgba(38, 38, 38, .2);
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.custom-select__option:hover {
    background: #f5f1ea
}

.formConsent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px
}

.formConsent__container {
    position: relative;
    min-width: 18px;
    margin-right: 8px
}

.formConsent__input {
    z-index: -1;
    opacity: 0;
    position: absolute
}

.formConsent__input:checked+.formConsent__checkbox .formConsent__icon {
    opacity: 1
}

.formConsent__checkbox {
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: 2px solid #c4c4c4;
    border-radius: 2px
}

.formConsent__icon {
    width: 15px;
    height: 15px;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.formConsent__text {
    color: #5b5b5b;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-align: left
}

.formConsent__text a {
    border-bottom: 1px solid #5b5b5b
}

.ajaxMessage {
    display: none
}

.ajaxMessage.open {
    display: block
}

.ajaxMessage__success {
    display: none
}

.ajaxMessage__success.open {
    display: block
}

.ajaxMessage__error {
    display: none
}

.ajaxMessage__error.open {
    display: block
}

.header {
    padding-top: 16px;
    padding-bottom: 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#100e0e), to(#433423));
    background: -o-linear-gradient(top, #100e0e, #433423 100%);
    background: linear-gradient(180deg, #100e0e, #433423 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.header__logo {
    width: 302px
}

.header__logo img,
.header__logo svg {
    width: 100%
}

.header__searchForm {
    height: 44px;
    width: 320px;
    border-radius: 16px;
    position: relative;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer
}

.header__searchForm input {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #000;
    padding-left: 16px
}

.header__searchForm::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 16px;
    width: 24px;
    height: 33px;
    background: url(../img/search.svg) 0 0/contain no-repeat
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.header__menu a {
    font-weight: 600;
    font-size: 20px;
    padding-right: 14px;
    padding-left: 14px;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.header__menu a.active {
    color: #ffc68d;
    text-decoration: underline;
    text-underline-offset: 3px
}

.header__menu a:not(:last-child)::before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    width: 2px;
    height: 20px;
    background: #FFC68D80
}

.header__menu a:hover {
    color: #ffc68d
}

.header__contacts {
    font-weight: 600;
    font-size: 20px
}

.header__contacts a {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.header__contacts a:hover {
    color: #ffc68d
}

.header__contacts a:first-child {
    margin-right: 12px
}

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

.header__burger {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.header__burger:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/burger.svg) 0 0/contain no-repeat
}

.header__burger.active {
    background-color: #ffc68d;
    border-radius: 4px
}

.header__burger.active::before {
    width: 24px;
    height: 24px;
    background: url(../img/close.svg) 0 0/contain no-repeat
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px
}

.menu__list {
    display: grid;
    grid-auto-flow: column;
    -webkit-column-gap: 160px;
    -moz-column-gap: 160px;
    column-gap: 160px
}

.menu__item {
    position: relative
}

.menu__link {
    display: block;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.menu__item:hover>.menu__link {
    color: #fff
}

.menu__sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.menu__item:hover>.menu__sub-menu {
    opacity: 1;
    visibility: visible
}

.menu__sub-menu .menu__sub-menu {
    top: 0;
    left: 100%
}

.s-main {
    padding-top: 91px;
    padding-bottom: 45px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.s-main::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: url(../img/mainBg.png) 0 0/cover
}

.s-main__videowrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%
}

.s-main__videowrap video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.s-main__contentWrap {
    color: #fff;
    position: relative;
    z-index: 4;
    width: 710px
}

.s-main__imgWrap {
    position: relative;
    z-index: 4;
    max-width: 800px
}

.s-main__imgWrap img {
    max-width: 100%
}

.s-main__imgWrap img:last-child {
    display: none
}

.s-main__title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 54px;
    line-height: 78px;
    text-transform: uppercase
}

.s-main__description {
    margin-bottom: 24px
}

.s-main__description p {
    font-size: 18px;
    line-height: 22px
}

.s-main__description p:not(:last-child) {
    margin-bottom: 24px
}

.s-main__cardsTitle {
    color: #ffc68d;
    font-family: "Jost";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 16px
}

.s-main__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

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

.mainCard::before {
    content: "";
    position: absolute;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    top: -.1px;
    left: -.1px;
    border-radius: 24px 0;
    z-index: -1;
    background: -o-linear-gradient(312.88deg, #ffc68d 4.95%, #33281c 61.75%);
    background: linear-gradient(137.12deg, #ffc68d 4.95%, #33281c 61.75%)
}

.mainCard__wrap {
    padding: 20px;
    border-radius: 24px 0;
    background: #181715;
    width: 100%;
    height: 100%
}

.mainCard__img {
    margin-bottom: 6px
}

.mainCard__text {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0
}

.s-activities {
    padding-top: 100px;
    padding-bottom: 122px;
    background: #070604;
    position: relative;
    overflow: hidden;
    color: #fff
}

.s-activities::before {
    content: "";
    position: absolute;
    display: block;
    width: 913px;
    height: 1182px;
    left: -524px;
    top: 314px;
    background: -o-radial-gradient(50% 50%, 50% 50%, #a23914, rgba(0, 0, 0, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #a23914, rgba(0, 0, 0, 0) 100%)
}

.s-activities:after {
    content: "";
    position: absolute;
    display: block;
    width: 913px;
    height: 1104px;
    right: -524px;
    top: 314px;
    background: -o-radial-gradient(50% 50%, 50% 50%, #a23914, rgba(0, 0, 0, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #a23914, rgba(0, 0, 0, 0) 100%)
}

.s-activities__title {
    margin-bottom: 10px
}

.s-activities__subtitle {
    color: #ffc68d;
    margin-bottom: 24px;
    font-size: 28px;
    text-transform: uppercase;
    font-style: italic
}

.s-activities__description {
    font-size: 20px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 600
}

.s-activities__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
    position: relative;
    z-index: 2
}

.activeCard {
    border-radius: 24px 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(246, 144, 41, .25), 0 0 13.8px 0 rgba(255, 198, 141, .25), 0 0 4px 0 rgba(246, 144, 41, .25);
    box-shadow: 0 0 20px 0 rgba(246, 144, 41, .25), 0 0 13.8px 0 rgba(255, 198, 141, .25), 0 0 4px 0 rgba(246, 144, 41, .25);
    background: -webkit-gradient(linear, left top, left bottom, from(#130e0c), to(#250f07)), -webkit-gradient(linear, left top, left bottom, from(#130e0c), to(#441808));
    background: -o-linear-gradient(top, #130e0c, #250f07 100%), -o-linear-gradient(top, #130e0c, #441808 100%);
    background: linear-gradient(180deg, #130e0c, #250f07 100%), linear-gradient(180deg, #130e0c, #441808 100%);
    padding: 50px 20px 30px
}

.activeCard__imgWrap {
    margin-bottom: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.activeCard__imgWrap img {
    max-width: 100%
}

.activeCard__title {
    color: #ffc68d;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center
}

.activeCard__text {
    font-size: 18px;
    line-height: 20px;
    text-align: center
}

.s-adv {
    padding-top: 190px;
    padding-bottom: 200px;
    background: url(../img/advBg.png) 0 0/cover;
    color: #fff
}

.s-adv__title {
    margin-bottom: 20px;
    color: #ffc68d
}

.s-adv__subtitle {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.s-adv__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 26px;
    grid-row-gap: 40px
}

.advCard {
    border-radius: 32px 0;
    position: relative;
    z-index: 1
}

.advCard::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: -o-linear-gradient(312.88deg, #ffc68d 4.95%, #33281c 61.75%);
    background: linear-gradient(137.12deg, #ffc68d 4.95%, #33281c 61.75%);
    z-index: -1;
    border-radius: 32px 0
}

.advCard__wrap {
    min-height: 127px;
    background: #181715;
    padding: 12px 24px;
    border-radius: 32px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
}

.advCard__icon {
    margin-right: 12px
}

.advCard__title {
    color: #ffc68d;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600
}

.advCard__text {
    font-size: 18px;
    line-height: 20px
}

.s-catalog {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #fff
}

.s-catalog__searchWrap,
.s-catalog__title {
    margin-bottom: 40px
}

.s-catalog__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 40px
}

.s-catalog__searchForm {
    height: 56px;
    border-radius: 16px;
    position: relative;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    border: 1px solid #33281c;
    min-width: 744px;
    margin-right: 8px;
    font-size: 18px
}

.s-catalog__searchForm input {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #000;
    padding-left: 24px
}

.s-catalog__searchForm::before {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    right: 24px;
    width: 24px;
    height: 24px;
    background: url(../img/search.svg) 0 0/contain no-repeat
}

.s-catalog__results {
    font-weight: 600;
    font-size: 24px
}

.s-catalog__header {
    background: #33281c;
    border-radius: 16px 16px 0 0;
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    color: #ffc68d;
    font-weight: 900;
    font-size: 24px;
    line-height: 100%
}

.s-catalog__header span {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 64px
}

.s-catalog__header span:not(:last-child) {
    border-right: 1px solid #435163be
}

.s-catalog__body {
    border: 1px solid #435163be;
    border-top: none;
    border-radius: 0 0 16px 16px
}

.s-catalog__product {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr
}

.s-catalog__product:not(:last-child) {
    border-bottom: 1px solid #435163be
}

.s-catalog__product a,
.s-catalog__product span {
    padding-left: 64px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-right: 1px solid #435163be
}

.s-catalog__product a:last-child,
.s-catalog__product span:last-child {
    border-right: none
}

.s-catalog__product span {
    font-size: 18px
}

.s-catalog__product span:last-child {
    text-align: center;
    padding-left: 0
}

.s-catalog__product a {
    text-transform: uppercase;
    color: #181715;
    text-decoration: underline;
    font-weight: 700;
    font-size: 18px
}

.s-request {
    padding-top: 120px;
    padding-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.s-request__imgWrap {
    width: 644px
}

.s-request__imgWrap img {
    max-width: 100%
}

.formWrap {
    width: 670px;
    margin-left: auto;
    margin-right: 120px
}

.formWrap__title {
    margin-bottom: 16px
}

.formWrap__description {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px
}

.formWrap__formRequest {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
    font-size: 18px;
    line-height: 22px;
    color: #000
}

.formWrap__formRequest input,
.formWrap__formRequest textarea {
    height: 45px;
    background: #fff;
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #ffc68d
}

.formWrap__formRequest input::-webkit-input-placeholder,
.formWrap__formRequest textarea::-webkit-input-placeholder {
    color: #000
}

.formWrap__formRequest input::-moz-placeholder,
.formWrap__formRequest textarea::-moz-placeholder {
    color: #000
}

.formWrap__formRequest input:-ms-input-placeholder,
.formWrap__formRequest textarea:-ms-input-placeholder {
    color: #000
}

.formWrap__formRequest input::-ms-input-placeholder,
.formWrap__formRequest textarea::-ms-input-placeholder {
    color: #000
}

.formWrap__formRequest input::placeholder,
.formWrap__formRequest textarea::placeholder {
    color: #000
}

.formWrap__formRequest textarea {
    min-height: 137px
}

.formWrap__btn {
    width: 100%;
    color: #000
}

.s-contacts {
    padding-top: 120px;
    padding-bottom: 120px;
    background: url(../img/mapBg.png) 0 0/cover;
    color: #fff
}

.s-contacts__title {
    margin-bottom: 40px
}

.s-contacts__infoWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-right: 40px
}

.s-contacts__map {
    border-radius: 8px;
    overflow: hidden
}

.s-contacts__map img {
    max-width: 100%
}

.s-contacts__description {
    font-size: 20px;
    color: #ffc68d;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 600
}

.s-contacts__info {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600
}

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

    .header__burger,
    .header__mobileContacts {
        display: none
    }
}

@media only screen and (min-width:1601px) {
    .wrapper {
        padding-right: calc(50% - 780px);
        padding-left: calc(50% - 780px)
    }
}

@media only screen and (max-width:1600px) {
    .title {
        font-size: 40px;
        line-height: 130%
    }

    .btn {
        font-size: 20px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-radius: 12px
    }

    .footer__logo {
        width: 280px
    }

    .footer__menu a {
        font-size: 18px
    }

    .footer__menu a:not(:last-child)::before {
        height: 18px
    }

    .footer__contacts {
        font-size: 18px
    }

    .copyright {
        font-size: 14px
    }

    .popup .formWrap {
        padding: 28px;
        width: 600px
    }

    .header {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .header__logo {
        width: 250px
    }

    .header__searchForm {
        width: 280px;
        height: 40px;
        border-radius: 14px
    }

    .header__searchForm::before {
        width: 20px;
        height: 28px
    }

    .header__menu a {
        font-size: 18px
    }

    .header__menu a:not(:last-child)::before {
        height: 16px
    }

    .header__contacts {
        font-size: 18px
    }

    .s-main {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .s-main__title {
        font-size: 40px;
        line-height: 140%;
        margin-bottom: 20px
    }

    .s-main__description p {
        font-size: 16px;
        line-height: 120%
    }

    .s-catalog {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .s-catalog__actions,
    .s-catalog__searchWrap,
    .s-catalog__title {
        margin-bottom: 30px
    }

    .s-catalog__searchForm {
        height: 46px;
        min-width: 600px;
        border-radius: 12px;
        font-size: 16px
    }

    .s-catalog__searchForm::before {
        width: 20px;
        height: 20px;
        top: 12px;
        right: 16px
    }

    .s-catalog__header,
    .s-catalog__results {
        font-size: 20px
    }

    .s-catalog__header span {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 40px
    }

    .s-catalog__body {
        border-radius: 0 0 12px 12px
    }

    .s-catalog__product a,
    .s-catalog__product span {
        padding-left: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px
    }

    .s-request {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .formWrap {
        margin-right: 0
    }

    .formWrap__description,
    .formWrap__formRequest {
        font-size: 16px
    }

    .formWrap__formRequest input,
    .formWrap__formRequest textarea {
        border-radius: 12px
    }

    .s-contacts {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .s-contacts__title {
        margin-bottom: 30px
    }

    .s-contacts__infoWrap {
        margin-bottom: 30px;
        padding-right: 0
    }

    .s-contacts__description {
        font-size: 16px
    }

    .s-contacts__info {
        font-size: 18px;
        line-height: 120%
    }
}

@media only screen and (max-width:1440px) {
    .title {
        font-size: 34px
    }

    .btn {
        font-size: 16px;
        border-radius: 8px;
        width: 400px
    }

    .footer__logo {
        width: 220px
    }

    .footer__menu a {
        font-size: 16px
    }

    .footer__menu a:not(:last-child)::before {
        height: 16px
    }

    .footer__contacts {
        font-size: 16px
    }

    .header__logo {
        width: 160px;
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px)
    }

    .header__searchForm {
        width: 190px;
        height: 30px;
        border-radius: 8px
    }

    .header__searchForm input {
        font-size: 14px;
        padding-left: 10px
    }

    .header__searchForm::before {
        width: 16px;
        height: 20px
    }

    .header__menu a {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px
    }

    .header__contacts {
        font-size: 14px
    }

    .menu {
        display: none
    }

    .s-main {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .s-main__title {
        font-size: 36px;
        margin-bottom: 16px;
        max-width: 400px
    }

    .s-main__description p:not(:last-child) {
        margin-bottom: 16px
    }

    .s-activities {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .s-activities__cards {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px
    }

    .activeCard {
        padding: 20px
    }

    .activeCard__title {
        font-size: 18px
    }

    .activeCard__text {
        font-size: 16px
    }

    .s-adv {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .s-adv__subtitle {
        font-size: 24px
    }

    .advCard__icon {
        width: 24px
    }

    .advCard__title {
        font-size: 20px
    }

    .advCard__text {
        font-size: 16px
    }

    .s-catalog {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .s-catalog__searchForm {
        height: 40px;
        min-width: 500px;
        border-radius: 8px
    }

    .s-catalog__searchForm::before {
        top: 9px
    }

    .s-catalog__header,
    .s-catalog__results {
        font-size: 18px
    }

    .s-catalog__header span {
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 30px
    }

    .s-catalog__product a,
    .s-catalog__product span {
        padding-left: 30px
    }

    .s-request {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .formWrap,
    .s-request__imgWrap {
        width: 48%
    }

    .formWrap__formRequest input,
    .formWrap__formRequest textarea {
        height: 40px;
        border-radius: 8px
    }

    .formWrap__formRequest textarea {
        min-height: 100px
    }

    .s-contacts {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .s-contacts__description {
        font-size: 14px;
        margin-bottom: 10px
    }

    .s-contacts__info {
        font-size: 16px
    }
}

@media only screen and (max-width:1023px) {
    .btn {
        width: 100%;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .footer {
        padding-top: 64px;
        padding-bottom: 64px
    }

    .footer__logo {
        width: 161px
    }

    .footer__container,
    .footer__wrap {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 24px
    }

    .footer__menu {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 16px;
        margin-right: 0
    }

    .footer__menu a {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #d9d9d9
    }

    .footer__menu a:not(:last-child)::before {
        display: none
    }

    .footer__contacts a {
        display: block
    }

    .footer__contacts a:first-child {
        margin-right: 0;
        margin-bottom: 16px
    }

    .copyright {
        margin-top: 32px
    }

    .header {
        position: relative;
        height: 57px
    }

    .header__searchForm {
        display: none
    }

    .header__menu {
        position: absolute;
        top: 57px;
        left: -150vh;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        padding-top: 24px;
        padding-left: 20px;
        padding-right: 20px;
        min-height: 100vh
    }

    .header__menu.active {
        left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        background: #fff;
        z-index: 10;
        color: #000
    }

    .header__menu a {
        font-size: 16px;
        padding-bottom: 16px;
        padding-left: 0;
        border-bottom: 1px solid #d9d9d9;
        width: 100%
    }

    .header__menu a.active {
        text-decoration: none;
        border-bottom: 1px solid #ffc68d
    }

    .header__menu a:not(:last-child) {
        margin-bottom: 16px
    }

    .header__contacts,
    .header__menu a:not(:last-child)::before {
        display: none
    }

    .header__burger {
        position: relative;
        width: 32px;
        height: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .s-main__contentWrap {
        width: 50%
    }

    .s-main__imgWrap {
        max-width: 48%;
        position: absolute;
        top: 20px;
        right: 0
    }

    .s-main__title {
        font-size: 28px;
        line-height: 34px;
        max-width: 100%
    }

    .s-activities__cards {
        grid-template-columns: repeat(2, 1fr)
    }

    .s-adv__title {
        margin-bottom: 15px
    }

    .s-adv__subtitle {
        font-size: 20px
    }

    .s-adv__cards {
        grid-template-columns: repeat(3, 1fr)
    }

    .s-catalog {
        padding-top: 64px;
        padding-bottom: 64px
    }

    .s-catalog__title {
        margin-bottom: 24px
    }

    .s-catalog__searchForm {
        min-width: 100%;
        margin-bottom: 24px;
        border-radius: 16px
    }

    .s-catalog__btn {
        display: none
    }

    .s-catalog__results {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px
    }

    .s-catalog__header {
        display: none
    }

    .s-catalog__body {
        border: none
    }

    .s-catalog__product {
        display: block;
        background: #fff;
        padding: 16px;
        border-radius: 12px;
        border: 1px solid #ffc68d
    }

    .s-catalog__product:not(:last-child) {
        border-bottom: 1px solid #ffc68d;
        margin-bottom: 16px
    }

    .s-catalog__product a,
    .s-catalog__product span {
        display: block;
        border-right: none;
        padding: 0
    }

    .s-catalog__product span.info {
        margin-bottom: 8px
    }

    .s-catalog__product span.info:before {
        content: "Designation:";
        display: block;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 4px
    }

    .s-catalog__product span:last-child {
        text-align: left
    }

    .s-catalog__product span:last-child:before {
        display: block;
        content: "Quantity";
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 4px
    }

    .s-catalog__product a {
        text-decoration: none;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px
    }

    .s-request {
        padding-top: 64px;
        padding-bottom: 64px
    }

    .formWrap__description,
    .formWrap__title {
        margin-bottom: 24px
    }

    .s-contacts {
        padding-top: 64px;
        padding-bottom: 64px
    }

    .s-contacts__title {
        margin-bottom: 24px
    }

    .s-contacts__infoWrap {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 16px;
        margin-bottom: 24px
    }

    .s-contacts__description {
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .title {
        font-size: 28px
    }

    .s-main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .s-main::before {
        background: url(../img/mainBgMobile.png) 0 0/cover
    }

    .s-main__contentWrap {
        width: 100%
    }

    .s-main__imgWrap {
        top: auto;
        bottom: -150px;
        right: -150px;
        max-width: 100%
    }

    .s-main__imgWrap img:first-child {
        display: none
    }

    .s-main__imgWrap img:last-child {
        display: block;
        width: 100%
    }

    .s-main__cards {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .s-activities {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .s-activities__subtitle {
        font-size: 20px
    }

    .s-activities__description {
        margin-bottom: 24px
    }

    .s-activities__cards {
        grid-template-columns: 1fr;
        grid-gap: 24px
    }

    .activeCard__text {
        font-size: 18px
    }

    .s-adv {
        background: url(../img/advBgMob.png) 0 0/cover
    }

    .s-adv__title {
        margin-bottom: 12px
    }

    .s-adv__subtitle {
        line-height: 24px;
        font-weight: 400;
        font-style: italic;
        margin-bottom: 24px
    }

    .s-adv__cards {
        grid-template-columns: 1fr;
        grid-gap: 16px
    }

    .advCard__text {
        font-size: 18px
    }

    .s-request {
        position: relative;
        overflow: hidden;
        padding-top: 64px;
        padding-bottom: 243px
    }

    .s-request__imgWrap {
        position: absolute;
        bottom: -220px;
        right: -100px;
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
        width: 100%
    }

    .formWrap {
        width: 100%
    }

    .s-contacts {
        background: url(../img/mapBgMob.png) 0 0/cover
    }

    .s-contacts__description {
        font-size: 20px
    }
}

@media only screen and (max-width:1600px) and (min-width:1441px) {
    .wrapper {
        padding-right: calc(50% - 665px);
        padding-left: calc(50% - 665px)
    }

    .form__label {
        font-size: 18px;
        margin-bottom: 24px
    }

    .form__label p {
        font-size: 18px;
        margin-bottom: 8px
    }

    .form__input {
        font-size: 18px
    }

    .form__input.textarea {
        height: 163px;
        margin-bottom: 0
    }

    .menu__list {
        -webkit-column-gap: 75px;
        -moz-column-gap: 75px;
        column-gap: 75px
    }
}

@media only screen and (max-width:1440px) and (min-width:1024px) {
    .wrapper {
        padding-right: calc(50% - 475px);
        padding-left: calc(50% - 475px)
    }
}

@media only screen and (max-width:1023px) and (min-width:768px) {
    .wrapper {
        padding-right: 15px;
        padding-left: 15px
    }
}

.s-catalog__btn {
    color: #33281c;
    box-shadow: none;
}

