@font-face {
    font-display: swap;
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 300;
    src: local("TT Norms Light"), local("TTNorms-Light"), url(../../fonts/TTNorms/TTNorms-Light.woff2) format("woff2"), url(../../fonts/TTNorms/TTNorms-Light.woff) format("woff"), url(../../fonts/TTNorms/TTNorms-Light.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 400;
    src: local("TT Norms Regular"), local("TTNorms-Regular"), url(../../fonts/TTNorms/TTNorms-Regular.woff2) format("woff2"), url(../../fonts/TTNorms/TTNorms-Regular.woff) format("woff"), url(../../fonts/TTNorms/TTNorms-Regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 500;
    src: local("TT Norms Medium"), local("TTNorms-Medium"), url(../../fonts/TTNorms/TTNorms-Medium.woff2) format("woff2"), url(../../fonts/TTNorms/TTNorms-Medium.woff) format("woff"), url(../../fonts/TTNorms/TTNorms-Medium.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 700;
    src: local("TT Norms Bold"), local("TTNorms-Bold"), url(../../fonts/TTNorms/TTNorms-Bold.woff2) format("woff2"), url(../../fonts/TTNorms/TTNorms-Bold.woff) format("woff"), url(../../fonts/TTNorms/TTNorms-Bold.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 800;
    src: local("TT Norms ExtraBold"), local("TTNorms-ExtraBold"), url(../../fonts/TTNorms/TTNorms-ExtraBold.woff2) format("woff2"), url(../../fonts/TTNorms/TTNorms-ExtraBold.woff) format("woff"), url(../../fonts/TTNorms/TTNorms-ExtraBold.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: 'TT Hoves';
    font-style: normal;
    font-weight: 400;
    src: local("TT Hoves Regular"), local("TTHoves-Regular"), url(../../fonts/TTHoves/TTHoves-Regular.woff2) format("woff2"), url(../../fonts/TTHoves/TTHoves-Regular.woff) format("woff"), url(../../fonts/TTHoves/TTHoves-Regular.ttf) format("truetype")
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes growInRight {
    from {
        opacity: 1;
        width: 0
    }

    to {
        opacity: 1;
        width: 100%
    }
}

@keyframes growInRight {
    from {
        opacity: 1;
        width: 0
    }

    to {
        opacity: 1;
        width: 100%
    }
}

@-webkit-keyframes growInDown {
    from {
        opacity: 1;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes growInDown {
    from {
        opacity: 1;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes growInDownLine {
    from {
        opacity: 1;
        height: 0
    }

    to {
        opacity: 1;
        height: 100%
    }
}

@keyframes growInDownLine {
    from {
        opacity: 1;
        height: 0
    }

    to {
        opacity: 1;
        height: 100%
    }
}

body,
html {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

html {
    min-height: 100%;
    font-size: 16px
}

body {
    font-family: "TT Norms", sans-serif;
    -webkit-font-feature-settings: 'liga' 0;
    font-feature-settings: 'liga' 0;
    color: #000;
    background: #fff;
    scroll-behavior: smooth
}

input,
textarea {
    outline: 0
}

input.placeholder,
textarea.placeholder {
    color: #a5a5a5;
    font-weight: 400
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #a5a5a5;
    font-weight: 400
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a5a5a5;
    font-weight: 400
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a5a5a5;
    font-weight: 400
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a5a5a5;
    font-weight: 400
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

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

ul li {
    margin: 0;
    padding: 0
}

button {
    outline: 0;
    border: none
}

img,
svg {
    display: block
}

img[src=''] {
    visibility: hidden
}

nav {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

form,
label,
p {
    margin: 0
}

.site-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 100%
}

@media screen and (min-width:1922px) {
    .site-container {
        border-right: 1px solid #eee;
        border-left: 1px solid #eee
    }
}

.app__line {
    position: relative
}

.app__line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    background: #eee;
    z-index: 100;
    pointer-events: none
}

@media screen and (max-width:1020px) {
    .app__line:before {
        display: none
    }
}

.app__line_light {
    position: relative
}

.app__line_light:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    background: rgba(255, 255, 255, .2);
    z-index: 100;
    pointer-events: none
}

@media screen and (max-width:1020px) {
    .app__line_light:before {
        display: none
    }
}

.app__line_mobile {
    position: relative
}

.app__line_mobile:before {
    display: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: -16px;
    right: -16px;
    height: 1px;
    background: #eee;
    z-index: 100;
    pointer-events: none
}

@media screen and (max-width:1020px) {
    .app__line_mobile:before {
        display: block
    }
}

.app__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 90px
}

@media screen and (max-width:768px) {
    .app__body {
        margin-top: 60px
    }
}

.app__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    margin-right: -90px
}

@media screen and (max-width:1199px) {
    .app__contents {
        margin-right: 0
    }
}

.app__right-line {
    position: relative
}

.app__right-line:after {
    content: '';
    position: absolute;
    right: 89px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #eee;
    z-index: 100
}

@media screen and (max-width:1199px) {
    .app__right-line:after {
        display: none
    }
}

.app__right-line_light {
    position: relative
}

.app__right-line_light:after {
    content: '';
    position: absolute;
    right: 90px;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, .2);
    z-index: 100
}

@media screen and (max-width:1199px) {
    .app__right-line_light:after {
        display: none
    }
}

.content {
    max-width: 1920px;
    width: 100%;
    padding: 0 90px;
    margin: 0 auto
}

@media screen and (max-width:1199px) {
    .content {
        max-width: 1772px;
        padding: 0 16px
    }
}

.hr {
    margin: 0;
    background: #eee;
    height: 1px;
    width: calc(100% - 90px);
    border: none;
    margin-right: 90px
}

@media screen and (max-width:1199px) {
    .hr {
        margin-right: 0;
        width: 100%
    }
}

.pswp__counter {
    opacity: 0
}

.pswp__button--share {
    display: none
}

.animated-opacity {
    opacity: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

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

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

.header {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 91px;
    border-bottom: 1px solid #eee;
    z-index: 500;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (max-width:1450px) {
    .header:before {
        display: none
    }
}

@media screen and (max-width:768px) {
    .header {
        height: 60px
    }
}

.header_fixed {
    background: #fff;
    position: fixed
}

.header_transparent {
    background: 0 0;
    border-color: rgba(255, 255, 255, .2)
}

.header_transparent:before {
    display: none
}

.header__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

@media screen and (min-width:1922px) {
    .header_fixed .header__inner {
        border-right: 1px solid #eee;
        border-left: 1px solid #eee
    }
}

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

.header__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.header__right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.header__logo img {
    max-width: 137px;
    margin-bottom: 1px
}

@media screen and (max-width:1450px) {
    .header__logo {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .header__logo img {
        max-width: 107px
    }
}

.header__logo-img_white {
    display: none
}

.header_transparent .header__logo-img_white {
    display: block
}

.header_transparent .header__logo-img_black {
    display: none
}

.header__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

@media screen and (max-width:1450px) {
    .header__nav {
        display: none
    }
}

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

.header__nav-list li {
    height: 100%
}

.header__nav-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 14px;
    font-size: 16px;
    line-height: 19px;
    color: #6f6f6f;
    white-space: nowrap;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (min-width:1400px) and (max-width:1500px) {
    .header__nav-list li a {
        font-size: 15px
    }
}

.header_transparent .header__nav-list li a {
    color: #fff
}

.header_transparent .header__nav-list li a.active,
.header_transparent .header__nav-list li a:hover {
    color: #e6be32
}

.header__nav-list li a:hover {
    color: #a7ab86
}

.header__nav-list li a.active {
    color: #79ac4a
}

.header__phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 60px
}

.header__phone-label {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 12px;
    color: #969696
}

.header_transparent .header__phone-label {
    color: #fff
}

.header__phone-val {
    font-size: 16px;
    line-height: 16px;
    color: #6f6f6f;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header_transparent .header__phone-val {
    color: #fff
}

.header__phone:hover .header__phone-val {
    color: #79ac4a
}

.header_transparent .header__phone:hover .header__phone-val {
    color: #e6be32
}

.header__phone-text {
    margin-left: 10px
}

@media screen and (max-width:1450px) {
    .header__phone-text {
        display: none
    }
}

.header__phone-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header__phone-icon svg {
    width: 16px;
    height: 16px;
    fill: #79ac4a;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header_transparent .header__phone-icon {
    border-color: rgba(255, 255, 255, .2)
}

.header_transparent .header__phone-icon svg {
    fill: #fff
}

.header__phone:hover .header__phone-icon {
    background: #79ac4a;
    border-color: #79ac4a
}

.header__phone:hover .header__phone-icon svg {
    fill: #fff
}

.header_transparent .header__phone:hover .header__phone-icon {
    background: #e6be32;
    border-color: #e6be32
}

.header__menu {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 1000
}

.header__menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #eee
}

.header_transparent .header__menu:before {
    background: 0 0
}

@media screen and (max-width:1450px) {
    .header__menu:before {
        display: none
    }
}

@media screen and (max-width:768px) {
    .header__menu {
        width: 56px;
        height: 60px
    }
}

.header__burger {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 24px;
    padding: 5px 0;
    cursor: pointer;
    outline: 0;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-duration: .22s;
    -o-transition-duration: .22s;
    transition-duration: .22s
}

@media screen and (max-width:1150px) {
    .header__burger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.header__burger-line {
    position: relative;
    width: 24px;
    height: 2px;
    background: #79ac4a;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-duration: .22s;
    -o-transition-duration: .22s;
    transition-duration: .22s
}

.header__burger-line:after,
.header__burger-line:before {
    content: '';
    position: absolute;
    height: 2px;
    background: #79ac4a;
    right: 0
}

.header__burger-line:before {
    top: -7px;
    width: 16px;
    -webkit-transition: all .2s ease-in-out, top .1s ease-in .25s, opacity .1s ease-in;
    -o-transition: all .2s ease-in-out, top .1s ease-in .25s, opacity .1s ease-in;
    transition: all .2s ease-in-out, top .1s ease-in .25s, opacity .1s ease-in
}

.header__burger-line:after {
    bottom: -7px;
    width: 20px;
    -webkit-transition: all .2s ease-in-out, bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: all .2s ease-in-out, bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    -o-transition: all .2s ease-in-out, bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: all .2s ease-in-out, bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: all .2s ease-in-out, bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.header_transparent .header__burger-line {
    background: #fff
}

.header_transparent .header__burger-line:after,
.header_transparent .header__burger-line:before {
    background: #fff
}

.header__menu:hover .header__burger-line:after,
.header__menu:hover .header__burger-line:before {
    width: 24px
}

.header-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background: #00281e;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 800
}

.header-menu:before {
    content: '';
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .06)
}

@media screen and (max-width:768px) {
    .header-menu:before {
        top: 60px
    }
}

.header-menu.is-opened {
    max-height: 100%;
    pointer-events: all;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header-menu .content {
    height: 100%
}

.header-menu__content {
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin
}

.header-menu__content::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    background: 0 0
}

.header-menu__close {
    position: absolute;
    top: 0;
    right: -90px;
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

@media screen and (max-width:768px) {
    .header-menu__close {
        width: 56px;
        height: 60px
    }
}

@media screen and (max-width:1199px) {
    .header-menu__close {
        right: -16px
    }
}

.header-menu__close-line {
    position: relative;
    width: 24px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header-menu__close-line:before {
    content: '';
    position: absolute;
    background: #fff;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 24px;
    height: 2px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.header-menu__close:hover .header-menu__close-line {
    background: #e6be32
}

.header-menu__close:hover .header-menu__close-line:before {
    background: #e6be32
}

.header-menu__top {
    height: 90px
}

@media screen and (max-width:768px) {
    .header-menu__top {
        height: 60px
    }
}

.header-menu__top-row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 90px
}

@media screen and (max-width:768px) {
    .header-menu__top-row {
        height: 60px
    }
}

.header-menu__top-phone {
    display: none
}

@media screen and (max-width:1450px) {
    .header-menu__top-phone {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.header-menu__logo img {
    max-width: 137px;
    margin-bottom: 1px
}

@media screen and (max-width:1450px) {
    .header-menu__logo {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .header-menu__logo img {
        max-width: 107px
    }
}

.header-menu__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.header-menu__inner:after {
    content: '';
    position: absolute;
    right: 90px;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .06)
}

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

    .header-menu__inner:after,
    .header-menu__inner:before {
        display: none
    }
}

.header-menu__row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    height: 100%
}

@media screen and (max-width:1199px) {
    .header-menu__row {
        display: block
    }
}

.header-menu__clmn {
    position: relative
}

.header-menu__clmn:nth-child(1) {
    padding: 90px 80px 90px 0
}

@media screen and (max-width:1450px) {
    .header-menu__clmn:nth-child(1) {
        padding: 50px 0;
        padding-right: 50px
    }
}

@media screen and (max-width:1199px) {
    .header-menu__clmn:nth-child(1) {
        padding: 30px 0
    }
}

.header-menu__block {
    position: relative;
    padding: 80px
}

.header-menu__block:nth-child(1) {
    padding: 90px 80px
}

@media screen and (max-width:1450px) {
    .header-menu__block {
        padding: 50px
    }

    .header-menu__block:nth-child(1) {
        padding: 50px
    }
}

@media screen and (max-width:1199px) {
    .header-menu__block {
        padding: 30px 16px;
        margin: 0 -16px
    }

    .header-menu__block:nth-child(1) {
        padding: 30px 16px 20px;
        border-top: 1px solid rgba(255, 255, 255, .06);
        border-bottom: none
    }

    .header-menu__block:nth-child(2) {
        padding: 0 16px 40px
    }
}

.header-menu__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 120px
}

@media screen and (max-width:1450px) {
    .header-menu__nav {
        grid-gap: 60px
    }
}

@media screen and (max-width:760px) {
    .header-menu__nav {
        display: block
    }
}

.header-menu__nav-block {
    margin-bottom: 40px
}

.header-menu__nav-block:last-child {
    margin-bottom: 0
}

@media screen and (max-width:1199px) {
    .header-menu__nav-block {
        margin-bottom: 20px
    }
}

@media screen and (max-width:760px) {
    .header-menu__nav-block:last-child {
        margin-bottom: 20px
    }
}

.header-menu__nav-list {
    margin: -10px 0
}

@media screen and (max-width:760px) {
    .header-menu__nav-list {
        max-height: 0;
        overflow: hidden;
        pointer-events: none;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
}

.opened .header-menu__nav-list {
    max-height: 400px;
    pointer-events: all;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header-menu__nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: rgba(255, 255, 255, .6);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header-menu__nav-link:hover {
    color: #e6be32
}

@media screen and (max-width:1350px) {
    .header-menu__nav-link {
        font-size: 16px;
        line-height: 19px
    }
}

@media screen and (max-width:768px) {
    .header-menu__nav-link {
        font-size: 14px;
        line-height: 17px
    }
}

.header-menu__nav-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (max-width:1350px) {
    .header-menu__nav-title {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (max-width:768px) {
    .header-menu__nav-title {
        font-size: 20px;
        line-height: 26px
    }
}

.header-menu__nav-title[disabled] {
    color: rgba(255, 255, 255, .6);
    pointer-events: none
}

.header-menu__nav-title[href]:hover {
    color: #e6be32
}

.header-menu__nav-title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

@media screen and (max-width:1199px) {
    .header-menu__nav-title-wrap {
        margin-bottom: 20px
    }
}

.header-menu__nav-arrow {
    display: none
}

.header-menu__nav-arrow svg {
    width: 18px;
    height: 18px;
    fill: ivory;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (max-width:760px) {
    .header-menu__nav-arrow {
        display: block
    }
}

.opened .header-menu__nav-arrow svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.header-menu__contacts {
    display: grid;
    grid-gap: 30px
}

.header-menu__phone {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 28px;
    line-height: 33px;
    color: #e6be32
}

.header-menu__phone:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #e6be32;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header-menu__phone:hover:before {
    width: 100%
}

@media screen and (max-width:1350px) {
    .header-menu__phone {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (max-width:768px) {
    .header-menu__phone {
        font-size: 20px;
        line-height: 26px
    }
}

.header-menu__desc {
    font-size: 18px;
    line-height: 21px;
    color: rgba(255, 255, 255, .6)
}

@media screen and (max-width:1350px) {
    .header-menu__desc {
        font-size: 16px;
        line-height: 19px
    }
}

@media screen and (max-width:768px) {
    .header-menu__desc {
        font-size: 14px;
        line-height: 17px
    }
}

.header-menu__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    line-height: 21px;
    color: rgba(255, 255, 255, .6);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header-menu__link:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #e6be32;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header-menu__link:hover {
    color: #e6be32
}

.header-menu__link:hover:before {
    width: 100%
}

.header-menu__socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -10px
}

.header-menu__socials-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

.header-menu__lang {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 0;
    margin: 0 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, .6)
}

.header-menu__lang:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, .6);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header-menu__lang:hover:before {
    width: 100%;
    opacity: 1
}

.header-menu__decor {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 254px;
    height: 351px;
    pointer-events: none;
    z-index: -1
}

.header-menu__decor svg {
    width: 100%;
    height: 100%;
    fill: #00231a;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

@media screen and (max-width:1450px) {
    .header-menu__decor {
        width: 200px;
        height: 300px
    }
}

@media screen and (max-width:1199px) {
    .header-menu__decor {
        display: none
    }
}

.header-menu__line {
    position: absolute;
    background: rgba(255, 255, 255, .06);
    z-index: 100;
    pointer-events: none;
    opacity: 0
}

.header-menu__line_horiz {
    top: 0;
    left: 0;
    width: 0;
    height: 1px
}

@media screen and (max-width:1199px) {
    .header-menu__line_horiz {
        display: none
    }
}

.header-menu__line_vert {
    top: 90px;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: -1px
}

@media screen and (max-width:1199px) {
    .header-menu__line_vert {
        display: none
    }
}

.footer {
    position: relative;
    background: #00281e;
    z-index: 500
}

.footer__row {
    display: grid;
    grid-template-columns: 20% 1fr 20%;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    grid-gap: 25px 20px;
    padding: 60px 0
}

@media screen and (max-width:1350px) {
    .footer__row {
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (max-width:700px) {
    .footer__row {
        grid-template-columns: 1fr;
        padding: 0;
        grid-gap: 0
    }
}

.footer__right {
    grid-row: span 2
}

@media screen and (max-width:1350px) {
    .footer__right {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
}

@media screen and (max-width:700px) {
    .footer__right {
        grid-row: span 1;
        border-top: 1px solid #0f352b;
        margin: 0 -16px;
        padding: 30px 16px
    }
}

.footer__logo img {
    width: 227px
}

@media screen and (max-width:1650px) {
    .footer__logo img {
        width: 168px
    }
}

.footer__logo_sm {
    padding-top: 15px
}

@media screen and (max-width:1350px) {
    .footer__logo-wrap {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (max-width:700px) {
    .footer__logo-wrap {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 25px 0
    }
}

.footer__rights {
    display: grid;
    grid-gap: 15px;
    font-size: 10px;
    line-height: 14px;
    color: #a7ab86;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

@media screen and (max-width:1350px) {
    .footer__rights {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
}

@media screen and (max-width:700px) {
    .footer__rights {
        border-top: 1px solid #0f352b;
        margin: 0 -16px;
        padding: 30px 16px
    }
}

.footer__rights-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #a7ab86;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.footer__rights-link:hover {
    color: #e6be32
}

.footer__menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row: span 2;
    grid-gap: 30px 40px;
    max-width: 900px;
    margin: 0 auto
}

@media screen and (max-width:1350px) {
    .footer__menu {
        grid-column: span 2;
        max-width: 100%;
        width: 100%
    }
}

@media screen and (max-width:700px) {
    .footer__menu {
        grid-template-columns: 1fr;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        grid-row: span 1;
        grid-column: span 1;
        grid-gap: 0
    }
}

.footer__menu-title {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #a7ab86
}

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

@media screen and (max-width:700px) {
    .footer__menu-title-wrap {
        margin: 0 -16px;
        padding: 16px;
        border-top: 1px solid #0f352b
    }
}

.footer__menu-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.footer__menu-list li a:hover {
    color: #e6be32
}

@media screen and (max-width:700px) {
    .footer__menu-list {
        margin: 0 -16px;
        padding: 0 16px;
        max-height: 0;
        overflow: hidden;
        pointer-events: none;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
}

.opened .footer__menu-list {
    max-height: 400px;
    pointer-events: all;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.footer__menu-arrow {
    display: none;
    margin-left: 20px
}

.footer__menu-arrow svg {
    width: 24px;
    height: 24px;
    fill: #a7ab86;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (max-width:700px) {
    .footer__menu-arrow {
        display: block
    }
}

.opened .footer__menu-arrow svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.footer__menu-clmn {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (max-width:700px) {
    .footer__menu-clmn.opened {
        padding-bottom: 16px
    }
}

.footer__contacts {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    justify-items: end;
    text-align: right;
    color: #fff
}

@media screen and (max-width:1350px) {
    .footer__contacts {
        margin-top: 32px
    }
}

@media screen and (max-width:700px) {
    .footer__contacts {
        margin-top: 0;
        text-align: left;
        justify-items: start
    }
}

.footer__contacts-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    font-size: 24px;
    line-height: 16px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.footer__contacts-link:hover {
    color: #e6be32
}

@media screen and (max-width:1650px) {
    .footer__contacts-link {
        font-size: 20px
    }
}

.footer__contacts-label {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 12px;
    color: #a7ab86
}

.footer__contacts-desc {
    font-size: 14px;
    line-height: 20px
}

.footer__contacts-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width:700px) {
    .footer__contacts-phone {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.footer__socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: -10px
}

.sidebar {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    top: 0;
    width: 90px;
    min-width: 90px;
    height: 100vh;
    margin-top: -90px;
    z-index: 400;
    mix-blend-mode: normal
}

@media screen and (max-width:1199px) {
    .sidebar {
        display: none
    }
}

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

.sidebar__socials {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar__lang {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #6f6f6f;
    cursor: pointer
}

.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 260px;
    height: 60px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background: #79ac4a;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.button:hover {
    background: #629d21
}

.button[disabled] {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #a5a5a5;
    background: #eee;
    pointer-events: none
}

@media screen and (max-width:768px) {
    .button {
        padding: 0 16px;
        height: 50px;
        max-width: 220px;
        font-size: 12px;
        line-height: 12px
    }
}

.button_md {
    width: 200px;
    height: 50px
}

.button-reset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #a7ab9f;
    background: 0 0;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.button-reset:hover {
    color: #a7ab86
}

.link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #79ac4a;
    background: 0 0;
    border-bottom: 1px solid #79ac4a;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    cursor: pointer
}

.link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 1px;
    background: #79ac4a;
    -webkit-transform: translateX(-26px);
    -ms-transform: translateX(-26px);
    transform: translateX(-26px);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.link:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media screen and (max-width:1024px) {
    .link {
        padding: 9px 0;
        font-size: 12px;
        line-height: 12px
    }
}

.link_white {
    color: #fff;
    border-bottom: 1px solid #fff
}

.link_white:before {
    background: #fff
}

.link__arrow {
    margin-left: 10px;
    width: 16px;
    height: 16px;
    fill: #79ac4a;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.link:hover .link__arrow {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
}

.link_white .link__arrow {
    fill: #fff
}

.link__text {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.link:hover .link__text {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.input {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #eee;
    color: #313131;
    font-size: 16px;
    line-height: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.has-error .input {
    border-color: #ff3200
}

.focused .input {
    padding-top: 14px
}

@media screen and (max-width:768px) {
    .input {
        padding: 0 16px;
        height: 50px;
        font-size: 14px;
        line-height: 12px
    }
}

.input__group {
    position: relative
}

.input__group input[disabled],
.input__group textarea[disabled] {
    color: #ddd
}

.input__group_md {
    grid-column: span 2
}

@media screen and (max-width:600px) {
    .input__group_md {
        grid-column: span 1
    }
}

.input__label {
    position: absolute;
    top: 50%;
    left: 21px;
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #a5a5a5;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    pointer-events: none
}

.focused .input__label {
    top: 15px;
    font-size: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.textarea__group .input__label {
    top: 24px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media screen and (max-width:768px) {
    .textarea__group .input__label {
        top: 18px
    }
}

.textarea__group.focused .input__label {
    top: 10px
}

@media screen and (max-width:768px) {
    .input__label {
        left: 16px
    }
}

.input__error {
    position: absolute;
    top: -20px;
    display: none;
    font-size: 12px;
    line-height: 14px;
    color: #ff3200
}

.has-error .input__error {
    display: block
}

.input__input-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 30px
}

.input-search {
    position: relative
}

.input-search__icon {
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.input-search__icon svg {
    width: 24px;
    height: 24px;
    fill: #a5a5a5;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.input-search .input {
    padding-left: 46px
}

.input-search .input:focus~.input-search__icon svg {
    fill: #79ac4a
}

.textarea {
    display: block;
    width: 100%;
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    color: #313131;
    font-size: 16px;
    line-height: 18px;
    min-height: 169px;
    resize: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.focused .textarea {
    padding-top: 30px
}

.has-error .textarea {
    border-color: #ff3200
}

@media screen and (max-width:768px) {
    .textarea {
        padding: 16px
    }

    .focused .textarea {
        padding-top: 25px
    }
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.pagination__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 16px;
    color: #505050;
    background: #fff;
    border: 1px solid #eee;
    border-left: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

li:first-child .pagination__link {
    border-left: 1px solid #eee
}

.pagination__link svg {
    width: 16px;
    height: 16px;
    fill: #505050;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

li:first-child .pagination__link svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination__link:hover {
    color: #79ac4a
}

.pagination__link:hover svg {
    fill: #79ac4a
}

.pagination__link.active {
    background: #79ac4a;
    color: #fff
}

.pagination__link.active svg {
    fill: #fff
}

@media screen and (max-width:768px) {
    .pagination__link {
        width: 50px;
        height: 50px;
        font-size: 14px;
        line-height: 14px
    }

    .pagination__link svg {
        width: 14px;
        height: 14px
    }
}

.pagination__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px
}

.custom-select {
    position: relative
}

.custom-select.is-opened .custom-select__dropdown {
    opacity: 1;
    visibility: visible;
    max-height: 300px;
    pointer-events: all;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.custom-select.is-opened .custom-select__icon svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.custom-select__panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 40px 0 20px;
    background: #fff;
    border: 1px solid #eee;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    cursor: pointer
}

.custom-select__placeholder,
.custom-select__selected {
    font-size: 16px;
    line-height: 14px
}

.custom-select__selected {
    color: #313131
}

.custom-select__placeholder {
    color: #a5a5a5
}

.custom-select__icon {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.custom-select__icon svg {
    width: 24px;
    height: 20px;
    stroke: #a5a5a5;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.custom-select__dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    position: absolute;
    left: 0;
    top: 59px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 100
}

.custom-select__option {
    padding: 10px 20px;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    cursor: pointer
}

.custom-select__option:hover {
    background-color: #eee
}

.form__content {
    display: grid;
    grid-gap: 30px
}

.form__btm {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 20px
}

.form__btm_sb {
    display: grid;
    grid-template-columns: 1fr 260px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:768px) {
    .form__btm_sb {
        grid-template-columns: 1fr
    }
}

.form__policy {
    padding: 12px 0;
    font-size: 12px;
    line-height: 18px;
    color: #a5a5a5
}

@media screen and (max-width:768px) {
    .form__policy {
        padding: 0;
        line-height: 12px
    }
}

.form__policy-link {
    position: relative;
    color: #79ac4a;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.form__policy-link:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #79ac4a;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.form__policy-link:hover:before {
    width: 100%
}

.checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    outline: 0
}

.checkbox input {
    display: none
}

.checkbox input:checked~.checkbox__icon {
    background: #79ac4a;
    border-color: #79ac4a
}

.checkbox input:checked~.checkbox__icon:before {
    display: block
}

.checkbox input:disabled~.checkbox__icon {
    background: #f0edfd
}

.checkbox input:disabled~.checkbox__text {
    color: #ddd
}

.checkbox__icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #eee;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
}

.checkbox__icon:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    display: none;
    background: url(../static/icons/checked.svg) no-repeat center
}

.checkbox_large .checkbox__icon {
    width: 24px;
    height: 24px;
    margin-right: 12px
}

@media screen and (max-width:768px) {
    .checkbox_large .checkbox__icon {
        width: 18px;
        height: 18px;
        margin-right: 10px
    }
}

.checkbox__text {
    font-size: 14px;
    line-height: 14px;
    color: #313131;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.checkbox:hover .checkbox__text {
    color: #79ac4a
}

.checkbox_large .checkbox__text {
    font-size: 16px;
    line-height: 20px;
    color: #a5a5a5
}

@media screen and (max-width:768px) {
    .checkbox_large .checkbox__text {
        font-size: 14px;
        line-height: 14px
    }
}

.droparea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 100px;
    background: #fff;
    border: 1px dashed #eee;
    cursor: pointer
}

.droparea input {
    display: none
}

.droparea__preview {
    width: 100%;
    min-height: 100px;
    padding: 25px
}

.droparea__files {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    min-height: 100px
}

.droparea__files:empty {
    padding: 0;
    min-height: 0
}

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

.droparea__clmn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.droparea__title-wrap {
    margin-left: 10px;
    margin-right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.droparea__progress {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden
}

.droparea__progress-bg {
    width: 170px;
    height: 2px;
    background: #e8e8e8;
    -webkit-border-radius: 90px;
    border-radius: 90px;
    overflow: hidden;
    position: relative
}

.droparea__progress-bg-bar {
    overflow: hidden;
    background: #79ac4a;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    -webkit-transition: width 1s linear;
    -o-transition: width 1s linear;
    transition: width 1s linear
}

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

.droparea__preview.hide {
    display: none
}

.droparea__icon {
    width: 24px;
    height: 24px;
    fill: #79ac4a;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    pointer-events: none
}

.droparea__icon_grey {
    fill: #a7ab9f
}

.droparea__icon-wrap {
    margin-bottom: 8px;
    pointer-events: none
}

.droparea__text {
    font-size: 14px;
    line-height: 14px;
    color: #a5a5a5;
    text-align: center;
    pointer-events: none
}

.droparea__text_underlined {
    color: #79ac4a;
    text-decoration: underline
}

.droparea .dz-preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px
}

.droparea .dz-preview-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.droparea .dz-icon svg {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    fill: #79ac4a
}

.droparea .dz-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 170px;
    min-width: 170px;
    margin-left: 10px;
    margin-right: 20px;
    overflow: hidden
}

.droparea .dz-filename {
    margin-bottom: 5px;
    font-size: 14px;
    color: #a5a5a5;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.droparea .dz-progress {
    width: 100%;
    background: #e8e8e8;
    -webkit-border-radius: 90px;
    border-radius: 90px;
    height: 2px;
    overflow: hidden
}

.droparea .dz-upload {
    height: 2px;
    -webkit-border-radius: 90px;
    border-radius: 90px;
    display: block;
    background: #79ac4a
}

.droparea .dz-error-message {
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px
}

.droparea .dz-error-message:empty {
    margin-top: 0
}

.droparea .dz-remove svg {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    fill: #a7ab9f;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.droparea .dz-remove:hover svg {
    fill: #ff3200
}

.droparea .dz-size {
    display: none;
    font-size: 8px;
    line-height: 10px;
    color: #5f5f5f
}

.droparea .dz-size strong {
    font-weight: 400
}

.section {
    padding-top: 80px;
    padding-bottom: 80px
}

@media screen and (max-width:1020px) {
    .section {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.section__box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px
}

@media screen and (max-width:1020px) {
    .section__box {
        padding: 30px 0
    }
}

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

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

.section__box_left {
    padding-left: 0
}

.section__box_top {
    padding-top: 0
}

@media screen and (max-width:1199px) {
    .section__box_left-mobile {
        margin-left: -16px
    }
}

@media screen and (max-width:1020px) {
    .section__box_left-mobile {
        margin-left: 0
    }
}

@media screen and (max-width:1199px) {
    .section__box_right-mobile {
        margin-right: -16px
    }
}

@media screen and (max-width:1020px) {
    .section__box_right-mobile {
        margin-right: 0
    }
}

.section_sm {
    padding-top: 50px;
    padding-bottom: 50px
}

@media screen and (max-width:1020px) {
    .section_sm {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.section_md {
    padding-top: 70px;
    padding-bottom: 70px
}

@media screen and (max-width:1020px) {
    .section_md {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.section_lg {
    padding-top: 100px;
    padding-bottom: 100px
}

@media screen and (max-width:1020px) {
    .section_lg {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.section__top {
    padding-top: 80px
}

@media screen and (max-width:1020px) {
    .section__top {
        padding-top: 30px
    }
}

.section__top_sm {
    padding-top: 50px
}

@media screen and (max-width:1020px) {
    .section__top_sm {
        padding-top: 30px
    }
}

.section__top_md {
    padding-top: 70px
}

@media screen and (max-width:1020px) {
    .section__top_md {
        padding-top: 30px
    }
}

.section__top_lg {
    padding-top: 100px
}

@media screen and (max-width:1020px) {
    .section__top_lg {
        padding-top: 30px
    }
}

.section__btm {
    padding-bottom: 80px
}

@media screen and (max-width:1020px) {
    .section__btm {
        padding-bottom: 30px
    }
}

.section__btm_sm {
    padding-bottom: 50px
}

@media screen and (max-width:1020px) {
    .section__btm_sm {
        padding-bottom: 30px
    }
}

.section__btm_md {
    padding-bottom: 70px
}

@media screen and (max-width:1020px) {
    .section__btm_md {
        padding-bottom: 30px
    }
}

.section__btm_lg {
    padding-bottom: 100px
}

@media screen and (max-width:1020px) {
    .section__btm_lg {
        padding-bottom: 30px
    }
}

.section__title {
    margin: 0;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #00281e
}

@media screen and (max-width:1200px) {
    .section__title {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (max-width:768px) {
    .section__title {
        font-size: 20px;
        line-height: 26px
    }
}

.section__title_lg {
    margin: 0;
    font-weight: 500;
    font-size: 42px;
    line-height: 36px;
    color: #00281e
}

@media screen and (max-width:1440px) {
    .section__title_lg {
        font-size: 38px;
        line-height: 44px
    }
}

@media screen and (max-width:1200px) {
    .section__title_lg {
        font-size: 30px;
        line-height: 38px
    }
}

@media screen and (max-width:768px) {
    .section__title_lg {
        font-size: 24px;
        line-height: 28px
    }
}

.section__title-line-height_lg {
    line-height: 50px
}

@media screen and (max-width:1440px) {
    .section__title-line-height_lg {
        line-height: 44px
    }
}

@media screen and (max-width:1200px) {
    .section__title-line-height_lg {
        line-height: 38px
    }
}

@media screen and (max-width:768px) {
    .section__title-line-height_lg {
        line-height: 28px
    }
}

.section__title_md {
    margin: 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #00281e
}

@media screen and (max-width:1200px) {
    .section__title_md {
        font-size: 28px;
        line-height: 36px
    }
}

@media screen and (max-width:768px) {
    .section__title_md {
        font-size: 24px;
        line-height: 30px
    }
}

.section__title_center {
    text-align: center
}

.section__title_sm {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #00281e
}

.section__title_upper {
    margin: 0;
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #79ac4a;
    text-transform: uppercase
}

.section__title-btm {
    margin-bottom: 20px
}

.section__title-btm_md {
    margin-bottom: 30px
}

@media screen and (max-width:768px) {
    .section__title-btm_md {
        margin-bottom: 20px
    }
}

.section__title_green {
    color: #79ac4a
}

.section__title_white {
    color: #fff
}

.section__text {
    font-size: 18px;
    line-height: 24px;
    color: #313131
}

.section__text p {
    margin-bottom: 30px
}

.section__text p:last-child {
    margin-bottom: 0
}

@media screen and (max-width:1440px) {
    .section__text {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width:768px) {
    .section__text {
        font-size: 14px;
        line-height: 20px
    }

    .section__text p {
        margin-bottom: 20px
    }
}

.section__link {
    color: #79ac4a;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.section__link:hover {
    color: #00281e
}

.section__text_sm {
    font-size: 16px;
    line-height: 24px;
    color: #313131
}

.section__text_sm p {
    margin-bottom: 30px
}

.section__text_sm p:last-child {
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    .section__text_sm {
        font-size: 14px;
        line-height: 20px
    }

    .section__text_sm p {
        margin-bottom: 20px
    }
}

.section__text_center {
    text-align: center
}

.section__text-max {
    max-width: 642px
}

.section__text-max_lg {
    max-width: 680px
}

.section__text-max_md {
    max-width: 610px
}

.section__text-max_sm {
    max-width: 460px
}

.section__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:1020px) {
    .section__row {
        display: block
    }
}

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

@media screen and (max-width:1200px) {
    .section__img img {
        max-height: 140px
    }
}

@media screen and (max-width:1020px) {
    .section__img {
        padding-top: 0
    }
}

.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 15px 0 10px
}

.breadcrumbs a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 10px;
    position: relative;
    white-space: nowrap;
    color: #505050;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.breadcrumbs a:after {
    position: absolute;
    right: -3px;
    top: 3px;
    content: '-';
    color: #a5a5a5
}

.breadcrumbs a:last-child:after {
    display: none
}

.breadcrumbs a:not([href]) {
    color: #a5a5a5;
    pointer-events: none
}

.breadcrumbs a[href]:hover {
    color: #79ac4a
}

.contacts__box-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
    grid-gap: 45px 90px;
    margin-top: 30px
}

@media screen and (max-width:768px) {
    .contacts__box-wrap {
        grid-gap: 30px 90px
    }
}

.contacts__box-desc {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 330px;
    font-size: 18px;
    line-height: 24px;
    color: #505050;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (max-width:1440px) {
    .contacts__box-desc {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width:768px) {
    .contacts__box-desc {
        font-size: 14px;
        line-height: 20px
    }
}

.contacts__box-desc[href]:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 0;
    background: #79ac4a;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.contacts__box-desc[href]:hover {
    color: #79ac4a
}

.contacts__box-desc[href]:hover:before {
    width: 100%
}

.contacts__box-text {
    display: grid;
    grid-gap: 6px 0
}

.contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 650px;
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width:1020px) {
    .contact-form {
        margin: 0
    }
}

.contact-form__top {
    margin-bottom: 20px
}

.contact-form__content {
    max-width: 550px
}

.contacts-map {
    position: relative;
    min-height: 600px;
    padding-right: 90px
}

@media screen and (max-width:1199px) {
    .contacts-map {
        padding-right: 0
    }
}

.contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 20px
}

.contact-info__btm {
    display: grid;
    grid-gap: 6px;
    margin-top: 30px
}

.contact-info__name {
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    color: #2f2f2f
}

@media screen and (max-width:768px) {
    .contact-info__name {
        font-size: 16px;
        line-height: 16px
    }
}

.contact-info__position {
    font-size: 18px;
    line-height: 16px;
    color: #79ac4a
}

@media screen and (max-width:768px) {
    .contact-info__position {
        font-size: 16px;
        line-height: 16px
    }
}

.contact-info__link {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    line-height: 24px;
    color: #505050;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.contact-info__link:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #79ac4a;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.contact-info__link:hover {
    color: #79ac4a
}

.contact-info__link:hover:before {
    width: 100%
}

@media screen and (max-width:1440px) {
    .contact-info__link {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width:768px) {
    .contact-info__link {
        font-size: 14px;
        line-height: 20px
    }
}

.contact-info__link-row {
    display: inline
}

.news__title_sm {
    margin: 0;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #79ac4a;
    text-transform: uppercase
}

.news__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -25px;
    margin-top: 25px
}

@media screen and (max-width:1020px) {
    .news__tabs {
        margin: 0 -15px
    }
}

.news__tabs-wrap {
    margin-left: 10px
}

@media screen and (max-width:1020px) {
    .news__tabs-wrap {
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 40px
    }
}

.news__tab {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 25px;
    padding: 10px 0;
    font-size: 18px;
    line-height: 18px;
    color: #a5a5a5;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.news__tab:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #a5a5a5;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.news__tab:hover {
    color: #a7ab86
}

.news__tab:hover:before {
    background: #a7ab86;
    width: 100%
}

.news__tab.active {
    color: #79ac4a
}

.news__tab.active:before {
    background: #79ac4a;
    width: 100%
}

@media screen and (max-width:1440px) {
    .news__tab {
        font-size: 16px;
        line-height: 16px
    }
}

@media screen and (max-width:1020px) {
    .news__tab {
        margin: 0 15px;
        font-size: 14px;
        line-height: 14px
    }
}

.news-card {
    position: relative;
    min-height: 540px;
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    border-left: none
}

.news-card:nth-child(4n+1) {
    border-left: 1px solid #eee
}

.news-card:nth-child(4n) {
    border-right: none
}

.news-card:nth-child(-n+4) {
    border-top: 1px solid #eee
}

.news-card__wrap_lined .news-card {
    border-top: none;
    border-left: none
}

@media screen and (max-width:1580px) {
    .news-card__wrap_lined .news-card:nth-child(-n+2) {
        border-top: none
    }
}

@media screen and (max-width:1580px) {
    .news-card:nth-child(2n) {
        border-right: none
    }

    .news-card:nth-child(2n+1) {
        border-left: 1px solid #eee
    }

    .news-card:nth-child(-n+4) {
        border-top: none
    }

    .news-card:nth-child(-n+2) {
        border-top: 1px solid #eee
    }
}

@media screen and (max-width:1199px) {
    .news-card {
        min-height: 400px
    }

    .news-card:nth-child(2n+1) {
        border-left: none
    }
}

@media screen and (max-width:700px) {
    .news-card:nth-child(n) {
        border-left: none;
        border-right: none;
        border-top: none
    }

    .news-card:nth-child(1) {
        border-top: 1px solid #eee
    }
}

.page-view__sidebar-list .news-card {
    min-height: 326px;
    border: none;
    border-bottom: 1px solid #eee
}

@media screen and (max-width:1400px) {
    .page-view__sidebar-list .news-card {
        min-height: 1px
    }
}

.news-card__wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr))
}

@media screen and (max-width:1580px) {
    .news-card__wrap {
        grid-template-columns: repeat(auto-fill, minmax(500px, 1fr))
    }
}

@media screen and (max-width:1199px) {
    .news-card__wrap {
        margin: 0 -16px
    }
}

@media screen and (max-width:1020px) {
    .news-card__wrap {
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr))
    }
}

@media screen and (max-width:500px) {
    .news-card__wrap {
        grid-template-columns: repeat(auto-fill, minmax(290px, 1fr))
    }
}

.news-card__wrap_lined {
    position: relative
}

.news-card__wrap_lined:before {
    content: '';
    position: absolute;
    left: -89px;
    bottom: 0;
    width: 90px;
    height: 1px;
    margin-left: -1px;
    background: #eee;
    z-index: 100;
    pointer-events: none
}

.news-card__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 40px;
    padding-top: 90px;
    z-index: 1
}

.page-view__sidebar-list .news-card__inner {
    padding-top: 40px
}

@media screen and (max-width:1199px) {
    .news-card__inner {
        padding: 40px 16px
    }
}

@media screen and (max-width:1199px) {
    .news-card__wrap-quotes .news-card__inner {
        padding-top: 90px
    }
}

.news-card__btm {
    padding-top: 30px
}

.news-card__title {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #313131
}

.news-card:hover .news-card__title {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.news-card_bg:hover .news-card__title {
    color: #fff;
    -webkit-text-decoration-line: none;
    text-decoration-line: none
}

.news-card__title_sm {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #505050
}

.news-card_bg:hover .news-card__title_sm {
    color: #fff
}

.news-card__date {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #79ac4a
}

.news-card__text {
    font-size: 16px;
    line-height: 24px;
    color: #505050
}

.news-card_bg:hover .news-card__text {
    color: #fff
}

@media screen and (max-width:768px) {
    .news-card__text {
        font-size: 14px;
        line-height: 20px
    }
}

.news-card__text_italic {
    font-style: italic
}

.news-card__link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.news-card__link span {
    max-width: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #79ac4a;
    white-space: nowrap;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateX(-100%) scale(0);
    -ms-transform: translateX(-100%) scale(0);
    transform: translateX(-100%) scale(0);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    pointer-events: none
}

.news-card:hover .news-card__link span {
    max-width: 100%;
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1)
}

.news-card__link svg {
    width: 16px;
    height: 8px;
    fill: #79ac4a;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.news-card:hover .news-card__link svg {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.news-card__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    pointer-events: none;
    z-index: 0
}

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

.news-card__img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 36, 11, .4)
}

.news-card_bg:hover .news-card__img {
    opacity: 1
}

.news-card__quotes {
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: 100
}

.news-card__quotes svg {
    width: 36px;
    height: 36px;
    fill: #e6be32
}

@media screen and (max-width:1199px) {
    .news-card__quotes {
        left: 16px
    }
}

.news-subscription__row {
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    grid-gap: 125px;
    padding-right: 16px
}

@media screen and (max-width:1300px) {
    .news-subscription__row {
        grid-gap: 60px
    }
}

@media screen and (max-width:1199px) {
    .news-subscription__row {
        padding-right: 0
    }
}

@media screen and (max-width:1024px) {
    .news-subscription__row {
        display: block
    }
}

@media screen and (max-width:1024px) {
    .news-subscription__clmn:nth-child(1) {
        margin-bottom: 20px
    }
}

.news-subscription-form__row {
    display: grid;
    grid-template-columns: minmax(200px, 500px) 260px
}

@media screen and (max-width:600px) {
    .news-subscription-form__row {
        grid-template-columns: 1fr 130px
    }
}

.news-subscription-form__policy {
    margin-top: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #a5a5a5
}

@media screen and (max-width:768px) {
    .news-subscription-form__policy {
        font-size: 12px;
        line-height: 12px
    }
}

.news-subscription-form__policy-link {
    position: relative;
    color: #79ac4a;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.news-subscription-form__policy-link:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #79ac4a;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.news-subscription-form__policy-link:hover:before {
    width: 100%
}

.news-contacts__wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-gap: 30px 0;
    margin-bottom: 80px
}

@media screen and (max-width:760px) {
    .news-contacts__wrap {
        margin-bottom: 40px
    }
}

.news-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px
}

.news-tags__desc {
    margin-top: 10px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 14px;
    color: #a5a5a5
}

.news-tags__tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px
}

.news-tags__tags li {
    margin: 5px
}

.news-tags__tags li:last-child {
    margin-right: 0
}

.news-tags__tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 12px;
    color: #79ac4a;
    background: #eef6e5;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.news-tags__tag.active,
.news-tags__tag:hover {
    background: #79ac4a;
    color: #fff
}

.news-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.news-share__desc {
    margin-right: 20px;
    font-size: 16px;
    line-height: 14px;
    color: #a5a5a5
}

.news-share__socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.news-share__socials li:nth-child(1) .news-share__social {
    border-left: 1px solid #eee
}

.news-share__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 9px 24px;
    border: 1px solid #eee;
    border-left: 1px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.news-share__social svg {
    width: 32px;
    height: 32px;
    fill: #d3d3d3;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.news-share__social:hover {
    background: #79ac4a;
    border-color: #79ac4a
}

.news-share__social:hover svg {
    fill: #fff
}

@media screen and (max-width:650px) {
    .news-share__social {
        padding: 9px 15px
    }

    .news-share__social svg {
        width: 26px;
        height: 26px
    }
}

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

.about__logo img {
    width: 100%;
    max-width: 397px
}

@media screen and (max-width:1200px) {
    .about__logo img {
        max-width: 300px
    }
}

@media screen and (max-width:1020px) {
    .about__logo {
        padding-top: 0
    }

    .about__logo img {
        max-width: 200px
    }
}

.about__text {
    font-size: 16px;
    line-height: 24px;
    color: #505050
}

.about__text p {
    padding-bottom: 30px
}

.about__text p:last-child {
    padding-bottom: 0
}

@media screen and (max-width:1020px) {
    .about__text {
        font-size: 14px;
        line-height: 20px
    }

    .about__text p {
        padding-bottom: 20px
    }
}

.about__text_sm {
    font-size: 14px;
    line-height: 20px;
    color: #505050
}

.about__text_max {
    max-width: 805px
}

.about-nav {
    overflow: hidden;
    margin-bottom: -15px
}

@media screen and (max-width:1199px) {
    .about-nav {
        margin-right: -16px;
        padding-right: 16px
    }
}

.about-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -18px;
    overflow-x: auto;
    padding-bottom: 12px
}

.about-nav ul::-webkit-scrollbar {
    height: 3px;
    background-color: #fbfbfb
}

.about-nav ul::-webkit-scrollbar-track {
    background: 0 0;
    border-right: 16px solid #fff
}

.about-nav ul::-webkit-scrollbar-thumb {
    background-color: #eee;
    height: 3px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border-right: 16px solid transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.about-nav ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap
}

@media screen and (max-width:760px) {
    .about-nav ul {
        margin: 0 -14px
    }
}

.about-nav__link {
    position: relative;
    padding: 10px 0;
    margin: 0 18px;
    font-size: 18px;
    line-height: 18px;
    color: #a5a5a5
}

.about-nav__link:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -19px;
    width: 3px;
    height: 3px;
    margin-top: -1px;
    background: #c4c4c4;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.about-nav__link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

li:last-child .about-nav__link:after {
    display: none
}

.about-nav__link:hover {
    color: #a7ab86
}

.about-nav__link:hover:before {
    width: 100%;
    background: #a7ab86
}

.about-nav__link.active {
    color: #79ac4a
}

.about-nav__link.active:before {
    width: 100%;
    background: #79ac4a
}

@media screen and (max-width:1450px) {
    .about-nav__link {
        font-size: 16px;
        line-height: 16px
    }
}

@media screen and (max-width:768px) {
    .about-nav__link {
        padding: 9px 0;
        margin: 0 14px;
        font-size: 16px;
        line-height: 16px
    }

    .about-nav__link:after {
        right: -15px
    }
}

.about-nav__top {
    margin-top: 20px
}

@media screen and (max-width:1200px) {
    .about-nav__wrap {
        padding: 60px 0
    }
}

@media screen and (max-width:1020px) {
    .about-nav__wrap {
        padding: 40px 0
    }
}

.about-bg {
    position: relative;
    overflow: hidden;
    opacity: 0
}

@media screen and (max-width:1020px) {
    .about-bg:before {
        display: none
    }
}

.about-bg img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    -o-object-fit: cover;
    object-fit: cover
}

.about-bg_sm img {
    -o-object-position: 20% 50%;
    object-position: 20% 50%;
    min-height: 200px
}

.about-bg__text {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    color: #fff
}

@media screen and (max-width:1440px) {
    .about-bg__text {
        font-size: 32px;
        line-height: 42px
    }
}

@media screen and (max-width:768px) {
    .about-bg__text {
        font-size: 24px;
        line-height: 28px
    }
}

@media screen and (max-width:768px) {
    .about-bg_left img {
        -o-object-position: -200px;
        object-position: -200px
    }
}

@media screen and (max-width:768px) {
    .about-bg_right img {
        -o-object-position: 70%;
        object-position: 70%
    }
}

@media screen and (max-width:1020px) {
    .about-strategy:before {
        display: none
    }
}

.about-strategy__img {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.about-strategy__img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 579px
}

.about-strategy__img:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #eee
}

.about-strategy__img:after {
    content: '';
    position: absolute;
    left: -90px;
    bottom: -1px;
    width: 90px;
    height: 1px;
    background: #eee
}

@media screen and (max-width:1020px) {
    .about-strategy__img {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 40px 16px
    }

    .about-strategy__img img {
        max-width: 450px
    }
}

.about-strategy__img-btm {
    padding-bottom: 40px
}

.about-strategy__text {
    max-width: 690px;
    padding-top: 55px;
    padding-right: 50px
}

@media screen and (max-width:1020px) {
    .about-strategy__text {
        padding: 40px 16px
    }
}

.about-strategy__block {
    min-height: 360px
}

@media screen and (max-width:1020px) {
    .about-strategy__block {
        min-height: 1px
    }
}

.about-strategy__row {
    grid-template-columns: repeat(2, 50%)
}

@media screen and (max-width:1020px) {
    .about-strategy__row {
        margin: 0 -16px
    }
}

.about-strategy__social {
    margin: 0;
    font-weight: 800;
    font-size: 4.75vw;
    line-height: 1em;
    text-transform: uppercase;
    color: #79ac4a
}

@media screen and (max-width:1800px) {
    .about-strategy__social {
        margin-bottom: 5px
    }
}

@media screen and (max-width:1199px) {
    .about-strategy__social {
        margin-bottom: 0
    }
}

@media screen and (max-width:768px) {
    .about-strategy__social {
        font-size: 8vw
    }
}

@media screen and (max-width:400px) {
    .about-strategy__social {
        font-size: 9vw
    }
}

.about-slider {
    position: relative
}

@media screen and (max-width:1199px) {
    .about-slider {
        margin-right: -16px
    }
}

@media screen and (max-width:1020px) {
    .about-slider {
        margin-right: 0;
        border-top: 1px solid #eee
    }
}

.about-slider__title {
    margin-bottom: 55px;
    padding-bottom: 14px;
    position: relative
}

.about-slider__title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #eee
}

.about-slider__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 55px 80px 0
}

@media screen and (max-width:1500px) {
    .about-slider__top {
        padding: 55px 40px 0
    }
}

@media screen and (max-width:1020px) {
    .about-slider__top {
        padding: 40px 16px 0;
        min-height: 170px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.about-slider__btm {
    padding: 55px 80px
}

@media screen and (max-width:1500px) {
    .about-slider__btm {
        padding: 55px 40px
    }
}

@media screen and (max-width:1020px) {
    .about-slider__btm {
        padding: 50px 16px 40px
    }
}

.about-slider__pagination {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 -12px
}

.about-slider__pagination-wrap {
    position: absolute;
    left: 0;
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    margin: -15px 0;
    padding: 0 80px 0 92px;
    z-index: 100
}

.about-slider__pagination-wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eee;
    z-index: 0
}

@media screen and (max-width:1500px) {
    .about-slider__pagination-wrap {
        padding: 0 40px 0 50px
    }
}

@media screen and (max-width:1020px) {
    .about-slider__pagination-wrap {
        top: 150px;
        padding: 0 30px
    }
}

.about-slider__pagination-bullet {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 90px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    z-index: 1;
    outline: 0;
    cursor: pointer
}

.about-slider__pagination-bullet:last-child {
    margin-right: 0
}

.about-slider__pagination-bullet:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #79ac4a;
    z-index: 3;
    pointer-events: none
}

@media screen and (max-width:1500px) {
    .about-slider__pagination-bullet {
        margin-right: 40px
    }
}

@media screen and (max-width:420px) {
    .about-slider__pagination-bullet {
        margin-right: 20px
    }
}

.about-slider__pagination-bullet_active {
    position: relative;
    background-color: rgba(121, 185, 51, .3)
}

.about-slider__pagination-bullet_active:before {
    width: 12px;
    height: 12px
}

.about-slider__pagination-bullet_active:after {
    content: '';
    position: absolute;
    left: 12px;
    top: 15px;
    background: #79ac4a;
    width: 0;
    height: 1px;
    -webkit-animation: line-animated 11.5s forwards linear;
    animation: line-animated 11.5s forwards linear
}

.about-slider__pagination-bullet_active:last-child:after {
    display: none
}

.about-slider__progress {
    position: relative
}

.about-slider__progress-line {
    position: absolute;
    top: 50%;
    left: 0;
    background: #79ac4a;
    width: 100%;
    height: 1px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.about-slider__list {
    list-style-type: none
}

.about-slider__list li {
    position: relative;
    padding-left: 14px;
    margin-left: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 24px;
    color: #505050
}

.about-slider__list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #79ac4a
}

@media screen and (max-width:768px) {
    .about-slider__list li {
        font-size: 14px;
        line-height: 20px
    }
}

@-webkit-keyframes line-animated {
    0% {
        width: 0
    }

    90% {
        width: 120px
    }

    100% {
        width: 120px
    }
}

@keyframes line-animated {
    0% {
        width: 0
    }

    90% {
        width: 120px
    }

    100% {
        width: 120px
    }
}

@media screen and (max-width:1500px) {
    @-webkit-keyframes line-animated {
        0% {
            width: 0
        }

        90% {
            width: 70px
        }

        100% {
            width: 70px
        }
    }

    @keyframes line-animated {
        0% {
            width: 0
        }

        90% {
            width: 70px
        }

        100% {
            width: 70px
        }
    }
}

@media screen and (max-width:420px) {
    @-webkit-keyframes line-animated {
        0% {
            width: 0
        }

        90% {
            width: 50px
        }

        100% {
            width: 50px
        }
    }

    @keyframes line-animated {
        0% {
            width: 0
        }

        90% {
            width: 50px
        }

        100% {
            width: 50px
        }
    }
}

@media screen and (max-width:1020px) {
    .about-analytics:before {
        display: none
    }
}

.about-analytics__digit {
    width: 100%;
    -webkit-transition: ease-out 2s;
    -o-transition: ease-out 2s;
    transition: ease-out 2s;
    color: #d0d0d0
}

.about-analytics__digit.active {
    color: #79ac4a
}

.about-analytics__digit-clmn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: ease-out 2s;
    -o-transition: ease-out 2s;
    transition: ease-out 2s
}

.about-analytics__number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 76px;
    font-size: 76px;
    font-weight: 400;
    line-height: 76px;
    color: #79ac4a;
    text-align: center;
    overflow: hidden
}

@media screen and (max-width:1600px) {
    .about-analytics__number {
        height: 54px;
        font-size: 54px;
        line-height: 54px
    }
}

@media screen and (max-width:1400px) {
    .about-analytics__number {
        height: 48px;
        font-size: 48px;
        line-height: 48px
    }
}

@media screen and (max-width:1024px) {
    .about-analytics__number {
        height: 40px;
        font-size: 40px;
        line-height: 40px
    }
}

@media screen and (max-width:768px) {
    .about-analytics__number {
        height: 32px;
        font-size: 32px;
        line-height: 32px
    }
}

@media screen and (max-width:1650px) {
    .about-analytics__clmn .about-analytics__number {
        height: 42px;
        font-size: 42px;
        line-height: 42px
    }
}

@media screen and (max-width:768px) {
    .about-analytics__clmn .about-analytics__number {
        height: 33px;
        font-size: 32px;
        line-height: 32px
    }
}

.directions-analytics_sm .about-analytics__number {
    font-size: 40px;
    line-height: 40px;
    height: 40px
}

@media screen and (max-width:1200px) {
    .directions-analytics_sm .about-analytics__number {
        height: 33px;
        font-size: 32px;
        line-height: 32px
    }
}

.about-analytics__number.flex-start .about-analytics__digit-clmn {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about-analytics__number-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

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

.about-analytics__number-wrap-left {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.about-analytics__number-clmn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width:1020px) {
    .about-analytics__number-clmn {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.about-analytics__number_lg {
    margin: 0;
    margin-right: 20px;
    font-size: 120px;
    font-weight: 400;
    line-height: 90px;
    color: #79ac4a
}

@media screen and (max-width:1440px) {
    .about-analytics__number_lg {
        margin-right: 15px;
        font-size: 76px;
        line-height: 58px
    }
}

@media screen and (max-width:1199px) {
    .about-analytics__number_lg {
        font-size: 56px;
        line-height: 42px
    }
}

.about-analytics__number_md {
    font-size: 24px;
    line-height: 18px;
    color: #79ac4a
}

@media screen and (max-width:1440px) {
    .about-analytics__number_md {
        font-size: 20px;
        line-height: 16px
    }
}

@media screen and (max-width:1199px) {
    .about-analytics__number_md {
        font-size: 16px;
        line-height: 14px
    }
}

.about-analytics__number_sm {
    margin-left: 1px;
    font-size: 18px;
    line-height: 18px;
    color: #79ac4a;
    margin-bottom: 7px
}

.about-analytics__number-clmn .about-analytics__number_sm {
    margin-bottom: 0
}

@media screen and (max-width:1199px) {
    .about-analytics__number-clmn .about-analytics__number_sm {
        margin-left: 0
    }
}

@media screen and (max-width:1199px) {
    .about-analytics__number_sm {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 4px;
        margin-left: 6px
    }
}

@media screen and (max-width:1650px) {
    .about-analytics__clmn .about-analytics__number_sm {
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 14px
    }
}

.directions-analytics_sm .about-analytics__number_sm {
    margin-bottom: 3px
}

@media screen and (max-width:768px) {
    .about-analytics__number_sm-mobile {
        position: absolute;
        left: 0;
        bottom: -15px;
        margin-bottom: 0;
        margin-left: 0
    }
}

.about-analytics__number-btm {
    margin-bottom: 18px
}

@media screen and (max-width:1440px) {
    .about-analytics__number-btm {
        margin-bottom: 16px
    }
}

@media screen and (max-width:1199px) {
    .about-analytics__number-btm {
        margin-bottom: 14px
    }
}

.about-analytics__desc {
    font-size: 18px;
    line-height: 24px;
    color: #2f2f2f;
    text-align: center;
}

@media screen and (max-width:1550px) {
    .about-analytics__desc {
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (max-width:1440px) {
    .about-analytics__desc {
        font-size: 14px;
        line-height: 18px
    }
}

@media screen and (max-width:1020px) {
    .about-analytics__desc {
        font-size: 12px;
        line-height: 16px
    }
}

.home-analytics .about-analytics__desc {
    min-height: 48px
}

@media screen and (max-width:1020px) {
    .home-analytics .about-analytics__desc {
        min-height: 1px
    }
}

.directions-analytics_sm .about-analytics__desc {
    font-size: 16px;
    line-height: 20px
}

@media screen and (max-width:1440px) {
    .directions-analytics_sm .about-analytics__desc {
        font-size: 14px;
        line-height: 18px
    }
}

@media screen and (max-width:1020px) {
    .directions-analytics_sm .about-analytics__desc {
        font-size: 12px;
        line-height: 16px
    }
}

.about-analytics__left {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px;
    padding-left: 0
}

@media screen and (max-width:1020px) {
    .about-analytics__left {
        padding: 30px 0
    }
}

.about-analytics__left-img {
    position: absolute;
    bottom: 45px;
    right: 50px;
    z-index: -1
}

.about-analytics__left-img img {
    width: 140px;
    height: auto
}

@media screen and (max-width:1440px) {
    .about-analytics__left-img img {
        width: 100px
    }
}

@media screen and (max-width:1020px) {
    .about-analytics__left-img {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }
}

.about-analytics__left-top {
    display: grid;
    grid-gap: 45px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

@media screen and (max-width:1440px) {
    .about-analytics__left-top {
        grid-gap: 30px
    }
}

@media screen and (max-width:1199px) {
    .about-analytics__left-top {
        grid-gap: 20px
    }
}

@media screen and (max-width:1020px) {
    .about-analytics__left-top {
        margin-bottom: 40px
    }
}

.about-analytics__left-btm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding-bottom: 140px
}

@media screen and (max-width:1440px) {
    .about-analytics__left-btm {
        padding-bottom: 100px
    }
}

@media screen and (max-width:1020px) {
    .about-analytics__left-btm {
        padding-bottom: 0
    }
}

.about-analytics__right {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr))
}

@media screen and (max-width:1550px) {
    .about-analytics__right {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))
    }
}

@media screen and (max-width:1199px) {
    .about-analytics__right {
        margin-right: -16px
    }
}

@media screen and (max-width:1020px) {
    .about-analytics__right {
        margin: 0 -16px;
        grid-template-columns: repeat(4, 1fr);
        border-top: 1px solid #eee
    }
}

@media screen and (max-width:760px) {
    .about-analytics__right {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:1020px) {
    .about-analytics__right_six {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (max-width:600px) {
    .about-analytics__right_six {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:1200px) {
    .about-analytics__clmn {
        grid-template-columns: 1fr
    }
}

@media screen and (max-width:1020px) {
    .about-analytics__clmn {
        grid-template-columns: repeat(2, 1fr)
    }
}

.about-analytics__box {
    display: grid;
    grid-gap: 85px;
    grid-template-rows: repeat(2, -webkit-max-content);
    grid-template-rows: repeat(2, max-content);
    -webkit-align-content: end;
    -ms-flex-line-pack: end;
    align-content: end;
    min-height: 324px;
    padding: 50px;
    border-bottom: 1px solid #eee
}

.about-analytics__box:nth-last-child(-n+2) {
    border-bottom: none
}

.about-analytics__box:nth-child(2n+1) {
    border-right: 1px solid #eee
}

@media screen and (max-width:1550px) {
    .about-analytics__box {
        min-height: 310px;
        padding: 30px;
        grid-gap: 60px
    }
}

@media screen and (max-width:1020px) {
    .about-analytics__box {
        padding: 25px 16px 20px 16px;
        min-height: 1px;
        grid-gap: 26px;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        border-right: 1px solid #eee;
        border-bottom: none
    }

    .about-analytics__box:last-child {
        border-right: none
    }
}

@media screen and (max-width:760px) {
    .about-analytics__box {
        border-bottom: 1px solid #eee
    }

    .about-analytics__box:nth-last-child(-n+2) {
        border-bottom: none
    }
}

.about-analytics__clmn .about-analytics__box {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-gap: 20px;
    min-height: 1px
}

@media screen and (max-width:1200px) {
    .about-analytics__clmn .about-analytics__box {
        border-left: none;
        border-bottom: 1px solid #eee
    }

    .about-analytics__clmn .about-analytics__box:last-child {
        border-bottom: none
    }
}

@media screen and (max-width:1020px) {
    .about-analytics__clmn .about-analytics__box {
        border-bottom: none;
        -webkit-align-content: start;
        -ms-flex-line-pack: start;
        align-content: start
    }

    .about-analytics__clmn .about-analytics__box:nth-child(1) {
        border-right: 1px solid #eee
    }
}

.home-analytics .about-analytics__box {
    min-height: 435px;
    grid-gap: 102px
}

@media screen and (max-width:1600px) {
    .home-analytics .about-analytics__box {
        grid-gap: 60px;
        min-height: 310px;
        padding: 30px
    }
}

@media screen and (max-width:1020px) {
    .home-analytics .about-analytics__box {
        grid-gap: 26px;
        min-height: 1px;
        padding: 25px 16px 20px 16px
    }
}

@media screen and (max-width:760px) {
    .home-analytics .about-analytics__box:nth-child(2n) {
        border-right: none
    }
}

.directions-analytics .about-analytics__box {
    padding: 95px 30px 90px 50px;
    grid-gap: 15px;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    min-height: 0
}

@media screen and (max-width:1600px) {
    .directions-analytics .about-analytics__box {
        padding: 90px 30px
    }
}

@media screen and (max-width:1020px) {
    .directions-analytics .about-analytics__box {
        padding: 25px 16px 20px 16px;
        border-bottom: none
    }
}

@media screen and (max-width:760px) {
    .directions-analytics .about-analytics__box {
        border-bottom: 1px solid #eee
    }

    .directions-analytics .about-analytics__box:nth-last-child(-n+2) {
        border-bottom: none
    }
}

.directions-analytics_sm .about-analytics__box {
    padding: 50px;
    grid-gap: 6px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: 0
}

@media screen and (max-width:1600px) {
    .directions-analytics_sm .about-analytics__box {
        padding: 90px 30px
    }
}

@media screen and (max-width:1020px) {
    .directions-analytics_sm .about-analytics__box {
        padding: 25px 16px 20px 16px;
        border-bottom: none;
        -webkit-align-content: start;
        -ms-flex-line-pack: start;
        align-content: start;
        grid-gap: 20px
    }
}

@media screen and (max-width:760px) {
    .directions-analytics_sm .about-analytics__box {
        border-bottom: 1px solid #eee
    }

    .directions-analytics_sm .about-analytics__box:nth-last-child(-n+2) {
        border-bottom: none
    }

    .directions-analytics_sm .about-analytics__box:nth-child(2n) {
        border-right: none
    }
}

@media screen and (max-width:760px) {
    .directions-analytics__empty .about-analytics__box:nth-last-child(n-2) {
        border-bottom: none
    }
}

.section__box_left .about-analytics__box:nth-child(2n+1) {
    padding-left: 0;
    position: relative
}

.section__box_left .about-analytics__box:nth-child(2n+1):before {
    position: absolute;
    content: '';
    bottom: -1px;
    left: -90px;
    width: 90px;
    height: 1px;
    background: #eee
}

@media screen and (max-width:1020px) {
    .section__box_left .about-analytics__box:nth-child(2n+1) {
        padding-left: 16px
    }
}

@media screen and (max-width:760px) {
    .about-analytics__box_empty {
        display: none
    }
}

.about-analytics__text {
    max-width: 405px
}

.about-group__title {
    margin-bottom: 13px
}

.about-group__wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    border-top: 1px solid #eee;
    overflow: hidden;
    margin-bottom: -1px
}

@media screen and (max-width:1199px) {
    .about-group__wrap {
        margin: 0 -16px -1px
    }
}

@media screen and (max-width:1020px) {
    .about-group__wrap {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr))
    }
}

.about-group__box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    min-height: 200px;
    border: 1px solid transparent;
    border-right-color: #eee;
    border-bottom-color: #eee;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.about-group__box:before {
    display: none;
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    left: -1px;
    height: 1px;
    background: #eee;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.about-group__box:nth-child(1) {
    border-right-color: #eee
}

.about-group__box:nth-child(5n+4) {
    border-left-color: #eee
}

.about-group__box:nth-child(5n+3) {
    border-right-color: transparent
}

.about-group__box:nth-last-child(-n+5) {
    border-bottom-color: transparent
}

.about-group__box:nth-last-child(-n+5):before {
    display: block
}

.about-group__box:nth-last-child(-n+5):hover:before {
    background: #79ac4a
}

@media screen and (max-width:1780px) {
    .about-group__box:nth-child(5n+4) {
        border-left-color: transparent
    }

    .about-group__box:nth-child(5n+3) {
        border-right-color: #eee
    }

    .about-group__box:nth-last-child(-n+5) {
        border-bottom-color: #eee
    }

    .about-group__box:nth-last-child(-n+5):before {
        display: none
    }

    .about-group__box:nth-child(4n+3) {
        border-left-color: #eee
    }

    .about-group__box:nth-child(4n+2) {
        border-right-color: transparent
    }

    .about-group__box:nth-last-child(-n+4) {
        border-bottom-color: transparent
    }

    .about-group__box:nth-last-child(-n+4):before {
        display: block
    }
}

@media screen and (max-width:1460px) {
    .about-group__box:nth-child(4n+3) {
        border-left-color: transparent
    }

    .about-group__box:nth-child(4n+2) {
        border-right-color: #eee
    }

    .about-group__box:nth-last-child(-n+4) {
        border-bottom-color: #eee
    }

    .about-group__box:nth-last-child(-n+4):before {
        display: none
    }

    .about-group__box:nth-child(3n+2) {
        border-left-color: #eee
    }

    .about-group__box:nth-child(3n+1) {
        border-right-color: transparent
    }

    .about-group__box:nth-last-child(-n+3) {
        border-bottom-color: transparent
    }

    .about-group__box:nth-last-child(-n+3):before {
        display: block
    }
}

@media screen and (max-width:1199px) {
    .about-group__box:nth-child(3n+2) {
        border-left-color: transparent
    }
}

@media screen and (max-width:1020px) {
    .about-group__box {
        padding: 20px 16px
    }

    .about-group__box:nth-child(3n+1) {
        border-right-color: #eee
    }

    .about-group__box:nth-last-child(-n+3) {
        border-bottom-color: #eee
    }

    .about-group__box:nth-last-child(-n+3):before {
        display: none
    }

    .about-group__box:nth-child(3n+2) {
        border-right-color: transparent
    }

    .about-group__box:nth-last-child(-n+3) {
        border-bottom-color: transparent
    }

    .about-group__box:nth-last-child(-n+3):before {
        display: block
    }
}

@media screen and (max-width:839px) {
    .about-group__box:nth-child(3n+2) {
        border-right-color: #eee
    }

    .about-group__box:nth-child(2n+1) {
        border-right-color: transparent
    }
}

@media screen and (max-width:600px) {
    .about-group__box:nth-child(2n+3) {
        border-right-color: #eee
    }
}

@media screen and (max-width:560px) {
    .about-group__box:nth-child(n) {
        border-right-color: transparent
    }
}

.about-group__box:hover {
    border-color: #79ac4a
}

.about-group__box-clmn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about-group__box_lg {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    min-height: 200px;
    border: 1px solid #eee;
    border-top-color: transparent;
    grid-column: span 3
}

@media screen and (max-width:1460px) {
    .about-group__box_lg {
        border-right-color: transparent
    }
}

@media screen and (max-width:1199px) {
    .about-group__box_lg {
        border-left: none
    }
}

@media screen and (max-width:1020px) {
    .about-group__box_lg {
        padding: 40px 16px;
        grid-column: span 2;
        border-right-color: #eee
    }
}

@media screen and (max-width:839px) {
    .about-group__box_lg {
        border-right-color: transparent
    }
}

@media screen and (max-width:600px) {
    .about-group__box_lg {
        grid-column: span 1;
        border-right-color: #eee
    }
}

@media screen and (max-width:560px) {
    .about-group__box_lg {
        border-right-color: transparent
    }
}

.about-group__box-row {
    display: grid;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    grid-gap: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media screen and (max-width:1020px) {
    .about-group__box-row {
        grid-template-columns: 1fr
    }
}

.about-group__box-imgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.about-group__box-imgs img {
    margin-right: 34px
}

.about-group__box-imgs img:last-child {
    margin-right: 0
}

@media screen and (max-width:760px) {
    .about-group__box-imgs img {
        margin-right: 30px;
        max-height: 50px
    }
}

.about-group__box-title {
    position: relative;
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 14px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #2f2f2f
}

.about-group__box-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #eee
}

.about-group__box-desc {
    font-size: 16px;
    line-height: 24px;
    color: #2f2f2f
}

.about-group__box-desc p {
    margin-bottom: 4px
}

.about-group__box-desc p:last-child {
    margin-bottom: 0
}

.about-group__box-type {
    margin-top: 30px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #79ac4a
}

.about-directions__row {
    grid-template-columns: repeat(2, 50%)
}

@media screen and (max-width:1020px) {
    .about-directions__row {
        display: block
    }
}

@media screen and (max-width:1020px) {
    .about-directions__top:before {
        display: none
    }
}

.about-directions__top-left {
    position: relative;
    padding-top: 80px;
    padding-bottom: 160px;
    padding-right: 50px
}

@media screen and (max-width:1020px) {
    .about-directions__top-left {
        border-bottom: 1px solid #eee;
        margin: 0 -16px;
        padding: 40px 16px 30px 16px
    }
}

.about-directions__title_green {
    color: #79ac4a
}

.about-directions__text {
    font-size: 18px;
    line-height: 24px;
    color: #505050
}

@media screen and (max-width:1440px) {
    .about-directions__text {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width:768px) {
    .about-directions__text {
        font-size: 14px;
        line-height: 20px
    }
}

.about-directions__features {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 40px;
    max-width: 600px;
    margin-top: 45px
}

@media screen and (max-width:1020px) {
    .about-directions__features {
        grid-template-columns: 1fr;
        grid-gap: 30px
    }
}

.about-directions__feature {
    position: relative;
    padding-top: 12px
}

.about-directions__feature:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #79ac4a
}

.about-directions__feature-title {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #2f2f2f
}

.about-directions__feature-desc {
    font-size: 14px;
    line-height: 20px;
    color: #2f2f2f
}

.about-feature {
    position: relative;
    padding-top: 10px
}

.about-feature:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #eee
}

.about-feature__row .about-feature {
    margin: 15px 30px
}

@media screen and (max-width:1020px) {
    .about-feature__row .about-feature {
        margin: 15px 16px
    }
}

.about-feature_reverse {
    padding-top: 0
}

.about-feature_reverse:before {
    display: none
}

.about-feature__wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 30px 20px
}

@media screen and (max-width:400px) {
    .about-feature__wrap {
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr))
    }
}

.about-feature__wrap_two {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px 60px
}

.about-feature__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px -30px
}

@media screen and (max-width:1020px) {
    .about-feature__row {
        margin: -15px -16px
    }
}

.about-feature__top {
    margin-top: 50px
}

@media screen and (max-width:1020px) {
    .about-feature__top {
        margin-top: 20px
    }
}

.about-feature__top_sm {
    margin-top: 40px
}

@media screen and (max-width:1020px) {
    .about-feature__top_sm {
        margin-top: 20px
    }
}

.about-feature__title-wrap {
    margin-bottom: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.about-feature__title {
    margin-bottom: 2px;
    font-size: 40px;
    line-height: 40px;
    color: #79ac4a
}

.about-feature__title-wrap .about-feature__title {
    margin-bottom: 0
}

.about-feature_reverse .about-feature__title {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 12px
}

.about-feature_reverse .about-feature__title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #eee
}

@media screen and (max-width:1024px) {
    .about-feature__title {
        margin-bottom: 5px;
        font-size: 28px;
        line-height: 40px
    }
}

.about-feature__title-desc {
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 18px;
    color: #79ac4a
}

@media screen and (max-width:1024px) {
    .about-feature__title-desc {
        font-size: 16px
    }
}

.about-feature__desc {
    font-size: 16px;
    line-height: 20px;
    color: #2f2f2f
}

.about-feature_reverse .about-feature__desc {
    line-height: 24px
}

@media screen and (max-width:1024px) {
    .about-feature__desc {
        font-size: 14px;
        line-height: 16px
    }
}

.about-gallery__clmn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.about-gallery__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding-right: 100px
}

@media screen and (max-width:1440px) {
    .about-gallery__text {
        padding-right: 0
    }
}

.about-gallery__text_lg {
    padding-right: 150px
}

.about-gallery__text-max {
    max-width: 600px
}

.about-gallery__icon {
    position: absolute;
    right: 50px;
    bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px
}

.about-gallery__icon svg {
    width: 100px;
    height: 100px;
    fill: #79ac4a;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

@media screen and (max-width:1440px) {
    .about-gallery__icon {
        position: static;
        margin: 0 auto;
        margin-top: 25px
    }
}

.about-gallery__icon_lg {
    right: 100px;
    bottom: 100px
}

.about-gallery__video video {
    width: 100%;
    height: auto;
    display: block
}

.about-gallery__container {
    position: relative;
    overflow: hidden;
    max-height: 432px;
    width: 100%
}

.about-gallery__container_lg {
    max-height: 600px;
    min-height: 400px
}

.about-gallery__container_lg .swiper-wrapper {
    min-height: 400px;
    max-height: 600px
}

.about-gallery__container_lg .swiper-slide {
    min-height: 400px;
    max-height: 600px;
    height: auto
}

.about-gallery__container_lg .swiper-slide img {
    min-height: 400px;
    max-height: 600px
}

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

.about-gallery__arrows {
    position: absolute;
    bottom: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    grid-gap: 1px;
    z-index: 100
}

.about-gallery__arrows_left {
    right: inherit;
    left: 0
}

.about-gallery__arrows_center {
    right: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.about-gallery__arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 50px;
    background: #79ac4a;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.about-gallery__arrow svg {
    width: 20px;
    height: 10px;
    fill: #fff;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.about-gallery__arrow:hover {
    background: #629d21
}

@media screen and (max-width:500px) {
    .about-gallery__arrow {
        width: 30px;
        height: 25px
    }

    .about-gallery__arrow svg {
        width: 10px;
        height: 5px
    }
}

.about-gallery__arrow_prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.about-gallery__row {
    grid-template-columns: repeat(2, 50%)
}

@media screen and (max-width:1020px) {
    .about-gallery__row_reverse {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .about-gallery__row_reverse .app__line_mobile:before {
        top: 0;
        bottom: initial
    }
}

.about-gallery__producers {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 160px));
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 40px 60px
}

@media screen and (max-width:1650px) {
    .about-gallery__producers {
        grid-gap: 40px 20px
    }
}

@media screen and (max-width:1300px) {
    .about-gallery__producers {
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr))
    }

    .about-gallery__producers img {
        max-width: 80%
    }
}

.about-gallery__producers_large {
    grid-gap: 40px 60px
}

@media screen and (max-width:1650px) {
    .about-gallery__producers_large {
        grid-gap: 40px
    }
}

@media screen and (max-width:768px) {
    .about-gallery__producers_large {
        grid-gap: 40px 30px
    }
}

.about-gallery__producers-top {
    margin-top: 60px
}

@media screen and (max-width:1300px) {
    .about-gallery__producers-top {
        margin-top: 40px
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1000;
    padding: 20px
}

.modal.is-opened {
    visibility: visible;
    opacity: 1;
    pointer-events: all
}

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

.modal__appearance {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.modal.is-opened .modal__appearance {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.modal__container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 10px
}

.modal__container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.modal__wrap {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0)
}

.modal__dialog {
    position: relative;
    max-width: 980px;
    width: 100%;
    margin: 20px auto;
    padding: 60px;
    background: #fff;
    -webkit-box-shadow: 0 0 120px rgba(0, 0, 0, .1);
    box-shadow: 0 0 120px rgba(0, 0, 0, .1);
    cursor: default
}

@media screen and (max-width:768px) {
    .modal__dialog {
        padding: 40px 16px
    }
}

.modal__dialog_lg {
    max-width: 1080px;
    padding: 80px 60px
}

@media screen and (max-width:768px) {
    .modal__dialog_lg {
        padding: 40px 16px
    }
}

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

.modal__button {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal__icon svg {
    width: 30px;
    height: 30px;
    fill: #79ac4a;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.modal__close {
    position: absolute;
    right: 15px;
    top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: 0 0;
    cursor: pointer;
    outline: 0
}

.modal__close svg {
    width: 12px;
    height: 12px;
    fill: #969696;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.modal__close:hover svg {
    fill: #d0d0d0
}

@media screen and (max-width:768px) {
    .modal__close {
        top: 5px;
        right: 5px
    }
}

.video-modal__dialog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.video-modal__video {
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding-top: 56.25%
}

.video-modal__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.video-modal__close {
    position: absolute;
    right: -10px;
    top: -40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.video-modal__close svg {
    width: 16px;
    height: 16px;
    fill: rgba(208, 208, 208, .8);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.video-modal__close:hover svg {
    fill: #d0d0d0
}

.catalog-modal__close {
    position: absolute;
    right: 15px;
    top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: 0 0;
    cursor: pointer;
    outline: 0
}

.catalog-modal__close svg {
    width: 12px;
    height: 12px;
    fill: #969696;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.catalog-modal__close:hover svg {
    fill: #d0d0d0
}

@media screen and (max-width:768px) {
    .catalog-modal__close {
        top: 5px;
        right: 5px
    }
}

.catalog-modal__dialog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 120px;
    background: #fff
}

@media screen and (max-width:576px) {
    .catalog-modal__dialog {
        padding: 20px 15px
    }
}

@media (min-width:576px) and (max-width:1110px) {
    .catalog-modal__dialog {
        padding: 30px 40px
    }
}

.catalog-modal__title {
    width: 100%;
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 36px;
    font-weight: 500;
    color: #00281e
}

@media screen and (max-width:790px) {
    .catalog-modal__title {
        font-size: 24px
    }
}

.catalog-modal__fields {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px
}

.catalog-modal__bottom {
    display: grid;
    grid-template-columns: 1fr 180px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-top: 30px
}

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

.catalog-modal__description {
    font-size: 14px;
    line-height: 14px;
    color: #a5a5a5
}

.catalog-modal__description a {
    color: #79b933
}

.catalog-modal__btn-order {
    max-width: 180px;
    margin-left: auto
}

.page-view__row {
    display: grid;
    grid-template-columns: 1fr 570px
}

@media screen and (max-width:1400px) {
    .page-view__row {
        grid-template-columns: 1fr
    }
}

.page-view__clmn:nth-child(1) {
    border-right: 1px solid #eee
}

@media screen and (max-width:1400px) {
    .page-view__clmn:nth-child(1) {
        border-right: none
    }
}

.page-view__section {
    padding-right: 90px
}

.page-view__section_lined {
    position: relative;
    border-top: 1px solid #eee
}

.page-view__section_lined:before {
    content: '';
    position: absolute;
    left: -90px;
    top: -1px;
    width: 90px;
    height: 1px;
    background: #eee
}

.page-view__block {
    margin: 15px 0
}

.career-view .page-view__block {
    margin: 20px 0
}

@media screen and (max-width:760px) {
    .career-view .page-view__block {
        margin: 15px 0
    }
}

.page-view__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1000px
}

.page-view__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -15px 0
}

.career-view .page-view__inner {
    margin: -20px 0
}

@media screen and (max-width:760px) {
    .career-view .page-view__inner {
        margin: -15px 0
    }
}

.page-view__link {
    color: #79ac4a;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    white-space: nowrap
}

.page-view__link:hover {
    color: #00281e
}

.page-view__list {
    list-style-type: none
}

.page-view__list-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 14px;
    font-size: 18px;
    line-height: 24px;
    color: #505050
}

.page-view__list-item:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #79ac4a
}

@media screen and (max-width:1440px) {
    .page-view__list-item {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width:768px) {
    .page-view__list-item {
        font-size: 14px;
        line-height: 20px
    }
}

.page-view__list_sm .page-view__list-item {
    font-size: 16px;
    line-height: 24px
}

@media screen and (max-width:768px) {
    .page-view__list_sm .page-view__list-item {
        font-size: 14px;
        line-height: 20px
    }
}

.page-view__btm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px
}

.page-view__btm-clmn:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width:1790px) {
    .page-view__btm-clmn:nth-child(2) {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (max-width:650px) {
    .page-view__btm-clmn:nth-child(n) {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr
    }
}

.page-view__btm-row {
    display: grid;
    grid-template-columns: 380px 1fr;
    grid-gap: 30px;
    margin-top: 50px
}

@media screen and (max-width:1790px) {
    .page-view__btm-row {
        grid-template-columns: 1fr
    }
}

.page-view__btm_right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-view__sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

@media screen and (max-width:1400px) {
    .page-view__sidebar {
        border-top: 1px solid #eee;
        border-left: 1px solid #eee
    }
}

@media screen and (max-width:1199px) {
    .page-view__sidebar {
        margin: 0 -16px;
        border-left: none
    }
}

.page-view__sidebar-title {
    padding: 100px 40px 30px 40px;
    border-bottom: 1px solid #eee
}

@media screen and (max-width:1199px) {
    .page-view__sidebar-title {
        padding: 30px 16px
    }
}

.page-view__sidebar-title_lg {
    padding-top: 130px
}

@media screen and (max-width:1400px) {
    .page-view__sidebar-title_lg {
        padding-top: 60px
    }
}

@media screen and (max-width:1199px) {
    .page-view__sidebar-title_lg {
        padding: 30px 16px
    }
}

.page-view__sidebar-btm {
    padding: 80px 40px
}

@media screen and (max-width:1199px) {
    .page-view__sidebar-btm {
        padding: 30px 16px
    }
}

.page-view__sidebar-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-view__date {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 14px;
    color: #505050
}

.page-view__features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px 30px
}

.page-view__feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 40px
}

.page-view__feature-name {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
    color: #79ac4a
}

.page-view__feature-desc {
    font-size: 18px;
    line-height: 18px;
    color: #505050
}

.page-view__quote {
    position: relative;
    margin: 0;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    font-style: italic
}

.page-view__quote:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #79ac4a
}

@media screen and (max-width:768px) {
    .page-view__quote {
        font-size: 14px;
        line-height: 22px
    }
}

.page-view__quote_green {
    color: #79ac4a
}

.page-view__socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -10px
}

.page-view__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px
}

.page-view__social svg {
    width: 16px;
    height: 16px;
    fill: #a7ab86;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.page-view__social:hover svg {
    fill: #e6be32
}

.home-scroll-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 60px;
    margin-left: -14px;
    background: #79ac4a;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 100;
    cursor: pointer
}

.home-scroll-btn svg {
    height: 28px;
    width: 9px;
    fill: #fff
}

.home-scroll-btn:hover {
    background: #629d21
}

@media screen and (max-width:768px) {
    .home-scroll-btn {
        display: none
    }
}

.home-banner {
    position: relative;
    margin-top: -90px;
    min-height: 100vh;
    overflow: hidden;
    scroll-snap-align: start
}

.home-banner .content {
    height: 100%
}

@media screen and (max-width:1450px) {
    .home-banner:before {
        top: 90px
    }
}

@media screen and (max-width:1020px) {
    .home-banner:before {
        display: block
    }
}

@media screen and (max-width:768px) {
    .home-banner:before {
        display: none
    }
}

@media screen and (max-width:768px) {
    .home-banner {
        margin-top: -60px
    }
}

@media screen and (max-width:760px) {
    .home-banner {
        min-height: 568px;
        height: 568px
    }
}

.home-banner__row {
    position: relative;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    z-index: 100;
    min-height: 100vh;
    height: 100%
}

@media screen and (max-width:768px) {
    .home-banner__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width:760px) {
    .home-banner__row {
        min-height: 568px
    }
}

.home-banner__block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

@media screen and (max-width:768px) {
    .home-banner__block {
        -webkit-box-flex: initial;
        -webkit-flex: initial;
        -ms-flex: initial;
        flex: initial
    }
}

.home-banner__top {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:768px) {
    .home-banner__top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

.home-banner__top-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 680px;
    margin-top: 90px;
    padding-top: 50px;
    padding-right: 50px
}

@media screen and (max-width:768px) {
    .home-banner__top-left {
        padding-right: 0;
        margin-top: 55px
    }
}

.home-banner__top-right {
    position: relative;
    padding-top: 90px
}

@media screen and (max-width:1199px) {
    .home-banner__top-right {
        margin-right: -16px
    }
}

@media screen and (max-width:768px) {
    .home-banner__top-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0;
        padding-top: 0;
        border-bottom: none;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

.home-banner__btm {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:768px) {
    .home-banner__btm {
        grid-template-columns: 1fr
    }
}

.home-banner__btm-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 120px
}

@media screen and (max-width:768px) {
    .home-banner__btm-left {
        padding-bottom: 50px
    }
}

.home-banner__btm-right {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px;
    padding-bottom: 120px
}

@media screen and (max-width:1199px) {
    .home-banner__btm-right {
        margin-right: -16px
    }
}

@media screen and (max-width:768px) {
    .home-banner__btm-right {
        display: none
    }
}

.home-banner__right-text {
    margin-bottom: 20px
}

.home-banner__title {
    margin: 0;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #fff
}

.home-banner__title_lg {
    margin: 0;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 42px;
    line-height: 54px;
    color: #fff
}

@media screen and (max-width:1440px) {
    .home-banner__title_lg {
        font-size: 38px;
        line-height: 44px
    }
}

@media screen and (max-width:1200px) {
    .home-banner__title_lg {
        font-size: 30px;
        line-height: 38px
    }
}

@media screen and (max-width:760px) {
    .home-banner__title_lg {
        margin-bottom: 13px;
        font-size: 24px;
        line-height: 28px
    }
}

.home-banner__desc {
    max-width: 630px;
    font-size: 18px;
    line-height: 24px;
    color: #fff
}

@media screen and (max-width:1440px) {
    .home-banner__desc {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width:600px) {
    .home-banner__desc {
        font-size: 14px;
        line-height: 18px
    }
}

.home-banner__desc_sm {
    max-width: 400px;
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

.home-banner__video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 50px;
    cursor: pointer
}

@media screen and (max-width:768px) {
    .home-banner__video {
        padding: 96px 50px
    }
}

@media screen and (max-width:760px) {
    .home-banner__video {
        display: none
    }
}

.home-banner__video-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.home-banner__video-icon svg {
    width: 10px;
    height: 10px;
    fill: #00281e;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.home-banner__video:hover .home-banner__video-icon {
    background: #e6be32
}

.home-banner__video:hover .home-banner__video-icon svg {
    fill: #fff
}

.home-banner__bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home-banner__bg-video:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 36, 11, .4);
    pointer-events: none
}

.home-banner__bg-video video {
    display: block;
    min-height: 100%
}

@media screen and (max-width:1024px) {
    .home-banner__bg-video {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:760px) {
    .home-banner__bg-video {
        background: url(../static/images/homepage/video-preview-mobile.jpg);
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 40%
    }

    .home-banner__bg-video video {
        display: none
    }

    .home-banner__bg-video:before {
        background: rgba(52, 36, 11, .4)
    }
}

.home-banner__line {
    position: absolute;
    background: rgba(255, 255, 255, .2);
    z-index: 100;
    pointer-events: none
}

.home-banner__line_horiz {
    top: 0;
    left: 0;
    width: 0;
    height: 1px
}

@media screen and (max-width:768px) {
    .home-banner__line_horiz {
        display: none
    }
}

.home-banner__line_vert {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    opacity: 0
}

@media screen and (max-width:1450px) {
    .home-banner__line_vert {
        top: 90px
    }
}

@media screen and (max-width:768px) {
    .home-banner__line_vert {
        display: none
    }
}

@media screen and (max-width:1020px) {
    .home-analytics:before {
        display: none
    }
}

.home-analytics__left {
    position: relative;
    display: grid;
    grid-template-rows: 1fr -webkit-max-content;
    grid-template-rows: 1fr max-content;
    grid-gap: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 125px;
    padding-bottom: 70px;
    padding-right: 50px
}

@media screen and (max-width:1020px) {
    .home-analytics__left {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 0
    }
}

.home-analytics__left-top {
    max-width: 465px
}

@media screen and (max-width:1020px) {
    .home-analytics__left-top {
        max-width: 100%
    }
}

.home-analytics__decor {
    position: absolute;
    bottom: -60px;
    right: -15px;
    pointer-events: none;
    z-index: -1
}

@media screen and (max-width:1550px) {
    .home-analytics__decor img {
        max-width: 400px
    }
}

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

@media screen and (max-width:1020px) {
    .home-analytics__row {
        grid-template-columns: 1fr
    }
}

.trademarks {
    overflow: hidden
}

@media screen and (max-width:1020px) {
    .trademarks:before {
        display: none
    }
}

.trademarks__title {
    margin: 0;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px
}

.trademarks__title-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 50px 40px 0;
    border-bottom: 1px solid #eee
}

@media screen and (max-width:1020px) {
    .trademarks__title-wrap {
        padding: 40px 16px
    }
}

.trademarks__desc {
    max-width: 600px;
    font-size: 18px;
    line-height: 24px;
    color: #505050
}

@media screen and (max-width:1440px) {
    .trademarks__desc {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width:768px) {
    .trademarks__desc {
        font-size: 14px;
        line-height: 20px
    }
}

.trademarks__top-row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.trademarks__top-row:before {
    content: '';
    position: absolute;
    left: -90px;
    bottom: 0;
    width: 90px;
    height: 1px;
    background: #eee
}

@media screen and (max-width:1199px) {
    .trademarks__top-row:after {
        content: '';
        position: absolute;
        right: -90px;
        bottom: 0;
        width: 90px;
        height: 1px;
        background: #eee
    }
}

@media screen and (max-width:1020px) {
    .trademarks__top-row {
        display: block;
        margin: 0 -16px;
        overflow: hidden
    }

    .trademarks__top-row:after,
    .trademarks__top-row:before {
        display: none
    }
}

.trademarks__tabs {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

@media screen and (max-width:1199px) {
    .trademarks__tabs {
        margin-right: -16px
    }
}

@media screen and (max-width:1020px) {
    .trademarks__tabs {
        margin: 0
    }

    .trademarks__tabs:before {
        content: '';
        position: absolute;
        left: 0;
        top: -1px;
        width: 16px;
        height: 1px;
        background: #eee
    }

    .trademarks__tabs:after {
        content: '';
        position: absolute;
        right: 0;
        top: -1px;
        width: 16px;
        height: 1px;
        background: #eee
    }
}

@media screen and (max-width:400px) {
    .trademarks__tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto
    }

    .trademarks__tabs::-webkit-scrollbar {
        display: none;
        width: 0 !important;
        background: 0 0
    }
}

.trademarks__tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 180px;
    padding: 20px;
    border: 1px solid transparent;
    border-right-color: #eee;
    border-bottom-color: #eee;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.trademarks__tab:last-child {
    border-right-color: transparent
}

.trademarks__tab:hover {
    border-color: #79ac4a
}

.trademarks__tab.is-active {
    background: #eee;
    border-color: ivory
}

@media screen and (max-width:1400px) {
    .trademarks__tab img {
        max-width: 100px
    }
}

@media screen and (max-width:1020px) {
    .trademarks__tab {
        min-height: 85px
    }
}

@media screen and (max-width:760px) {
    .trademarks__tab {
        min-width: 135px;
        padding: 10px
    }

    .trademarks__tab img {
        max-width: 75px
    }
}

.trademarks__tab[data-tab-id=zalesskiy-fermer] img {
    max-width: 136px
}

@media screen and (max-width:1400px) {
    .trademarks__tab[data-tab-id=zalesskiy-fermer] img {
        max-width: 125px
    }
}

@media screen and (max-width:760px) {
    .trademarks__tab[data-tab-id=zalesskiy-fermer] img {
        max-width: 75px
    }
}

.trademarks__tab[data-tab-id=fermi-zalesiya] img {
    max-width: 100px
}

@media screen and (max-width:760px) {
    .trademarks__tab[data-tab-id=fermi-zalesiya] img {
        max-width: 75px
    }
}

.trademarks__block {
    display: none
}

.trademarks__block.is-active {
    display: block
}

@media screen and (max-width:1020px) {
    .trademarks__block:before {
        display: none
    }
}

.trademarks__block-top {
    margin-bottom: 30px
}

.trademarks__block-img {
    position: relative
}

.trademarks__block-img img {
    width: 100%;
    height: auto
}

.trademarks__block-img_animated {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.trademarks__block-img-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 30%
}

.trademarks__block-clmn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.trademarks__box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0
}

.trademarks__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(1px, 220px));
    grid-gap: 0 40px;
    margin-top: 20px
}

@media screen and (max-width:768px) {
    .trademarks__list {
        grid-gap: 0 20px
    }
}

@media screen and (max-width:400px) {
    .trademarks__list {
        grid-template-columns: 1fr
    }
}

.home-news__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 90px 40px 37px 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}

@media screen and (max-width:1199px) {
    .home-news__card {
        padding: 35px 16px 40px
    }
}

@media screen and (max-width:700px) {
    .home-news__card {
        border-right: none
    }
}

.home-news__card-top {
    margin-bottom: 30px
}

.home-news__title {
    margin: 0;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px
}

.home-services {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr))
}

@media screen and (max-width:1580px) {
    .home-services {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr))
    }
}

@media screen and (max-width:1300px) {
    .home-services {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr))
    }
}

@media screen and (max-width:1020px) {
    .home-services {
        grid-template-columns: repeat(3, minmax(150px, -webkit-max-content));
        grid-template-columns: repeat(3, minmax(150px, max-content))
    }
}

@media screen and (max-width:550px) {
    .home-services {
        grid-template-columns: 1fr;
        padding-bottom: 40px
    }
}

.home-services__box {
    padding: 80px 40px
}

.home-services__box:nth-child(1) {
    padding-left: 0
}

@media screen and (max-width:1300px) {
    .home-services__box:nth-child(1) {
        grid-column: span 4;
        padding: 80px 40px 0 0
    }
}

@media screen and (max-width:1199px) {
    .home-services__box:nth-child(1) {
        padding: 40px 40px 0 0
    }
}

@media screen and (max-width:550px) {
    .home-services__box:nth-child(1) {
        grid-column: span 1
    }
}

@media screen and (max-width:1300px) {
    .home-services__box:nth-child(2) {
        padding-left: 0
    }
}

@media screen and (max-width:1300px) {
    .home-services__box {
        padding: 40px
    }
}

@media screen and (max-width:1020px) {
    .home-services__box {
        padding: 40px 15px
    }
}

@media screen and (max-width:550px) {
    .home-services__box {
        padding: 15px 0
    }

    .home-services__box:last-child {
        padding-bottom: 0
    }
}

.home-services__box-icon {
    margin-top: 10px;
    margin-bottom: 12px
}

.home-services__box-icon svg {
    width: 40px;
    height: 40px;
    fill: #79ac4a;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.home-services__box-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    color: #2f2f2f
}

@media screen and (max-width:768px) {
    .home-services__box-title {
        font-size: 16px
    }
}

.home-services__box-list {
    margin-top: 15px;
    list-style-type: none
}

.home-services__box-list-item {
    position: relative;
    padding-left: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #2f2f2f
}

.home-services__box-list-item:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #79ac4a;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.career-about__pluses {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

@media screen and (max-width:1020px) {
    .career-about__pluses {
        margin: 0 -16px
    }
}

@media screen and (max-width:768px) {
    .career-about__pluses {
        display: block
    }
}

.career-about__plus {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 20px;
    min-height: 259px;
    height: 100%;
    padding: 40px;
    border-left: 1px solid #eee
}

.career-about__plus span {
    font-size: 16px;
    line-height: 20px;
    color: #2f2f2f
}

.career-about__plus svg {
    width: 50px;
    height: 50px;
    fill: #79ac4a
}

.career-about__plus:nth-child(1) {
    border-left-color: transparent
}

@media screen and (max-width:1730px) {
    .career-about__plus {
        padding: 20px
    }

    .career-about__plus span {
        font-size: 14px;
        line-height: 18px
    }
}

@media screen and (max-width:1200px) {
    .career-about__plus {
        min-height: 1px
    }
}

@media screen and (max-width:768px) {
    .career-about__plus {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 16px;
        border-bottom: 1px solid #eee;
        border-left: none
    }

    .career-about__plus:last-child {
        border-bottom: none
    }
}

.career-about__plus-clmn:nth-child(1) {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end
}

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

@media screen and (max-width:1350px) {
    .career-hr {
        display: block
    }
}

.career-hr__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width:1350px) {
    .career-hr__btn {
        margin-top: 20px
    }
}

.vacancy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px;
    border: 1px solid #eee;
    border-top-color: transparent;
    border-left-color: transparent
}

.vacancy:nth-child(4n+1) {
    border-left-color: #eee
}

.vacancy:nth-child(4n) {
    border-right-color: transparent
}

.vacancy:nth-child(-n+4) {
    border-top-color: #eee
}

.vacancy:hover .link:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.vacancy:hover .link__arrow {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
}

.vacancy:hover .link__text {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

@media screen and (max-width:1780px) {
    .vacancy:nth-child(4n) {
        border-right-color: #eee
    }

    .vacancy:nth-child(3n) {
        border-right-color: transparent
    }

    .vacancy:nth-child(-n+4) {
        border-top-color: transparent
    }

    .vacancy:nth-child(-n+3) {
        border-top-color: #eee
    }

    .vacancy:nth-child(4n+1) {
        border-left-color: transparent
    }

    .vacancy:nth-child(3n+1) {
        border-left-color: #eee
    }
}

@media screen and (max-width:1380px) {
    .vacancy:nth-child(3n) {
        border-right-color: #eee
    }

    .vacancy:nth-child(2n) {
        border-right-color: transparent
    }

    .vacancy:nth-child(-n+3) {
        border-top-color: transparent
    }

    .vacancy:nth-child(-n+2) {
        border-top-color: #eee
    }

    .vacancy:nth-child(3n+1) {
        border-left-color: transparent
    }

    .vacancy:nth-child(2n+1) {
        border-left-color: #eee
    }
}

@media screen and (max-width:1199px) {
    .vacancy {
        padding: 30px 16px
    }

    .vacancy:nth-child(n) {
        border-left-color: transparent
    }
}

@media screen and (max-width:800px) {
    .vacancy:nth-child(n) {
        border-top-color: transparent
    }

    .vacancy:nth-child(1) {
        border-top-color: #eee
    }

    .vacancy:nth-child(n) {
        border-right-color: transparent
    }
}

.page-view__sidebar-list .vacancy {
    border: none;
    border-bottom: 1px solid #eee
}

.vacancy__top {
    margin-bottom: 40px
}

.vacancy__wrap {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr))
}

@media screen and (max-width:1199px) {
    .vacancy__wrap {
        margin: 60px -16px 0
    }
}

@media screen and (max-width:768px) {
    .vacancy__wrap {
        margin-top: 30px
    }
}

.vacancy__title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #313131
}

.vacancy__num {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #79ac4a
}

.vacancy__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px -16px
}

.vacancy__list-item {
    position: relative;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 14px;
    color: #505050
}

.vacancy__list-item:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #eee;
    width: 1px;
    height: 18px
}

.vacancy__list-item:last-child:before {
    display: none
}

.career-view__desc {
    margin-top: 6px;
    font-size: 14px;
    line-height: 24px;
    color: #505050
}

@media screen and (max-width:768px) {
    .career-view__desc {
        line-height: 20px
    }
}

.career-view__btn-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
}

@media screen and (max-width:760px) {
    .career-view__btn-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.career-view__salary {
    padding-right: 40px;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #79ac4a
}

@media screen and (max-width:768px) {
    .career-view__salary {
        font-size: 20px;
        line-height: 20px
    }
}

@media screen and (max-width:760px) {
    .career-view__salary {
        padding-right: 0;
        margin-bottom: 20px
    }
}

.career-view__options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px -20px;
    margin-top: 20px
}

@media screen and (max-width:768px) {
    .career-view__options {
        margin: -5px -10px;
        margin-top: 20px
    }
}

.career-view__option {
    position: relative;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 24px
}

.career-view__option:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 24px;
    width: 1px;
    background: #eee
}

.career-view__option:last-child:before {
    display: none
}

@media screen and (max-width:768px) {
    .career-view__option {
        padding: 5px 10px;
        font-size: 14px;
        line-height: 20px
    }
}

.career-form {
    max-width: 840px
}

.partners__text {
    padding: 0 16px;
    font-size: 14px;
    line-height: 24px;
    color: #a5a5a5;
    text-align: center
}

@media screen and (max-width:768px) {
    .partners__text {
        line-height: 18px
    }
}

.purchase-direction {
    background: #fff;
    border: 1px solid #eee
}

.purchase-direction:hover {
    border: 1px solid #79ac4a
}

.purchase-direction.opened {
    border: 1px solid #79ac4a
}

.purchase-direction__list {
    margin: 0 30px;
    display: grid;
    grid-gap: 30px
}

@media screen and (max-width:1199px) {
    .purchase-direction__list {
        margin: 0 0 0 16px
    }
}

@media screen and (max-width:1020px) {
    .purchase-direction__list {
        margin: 0
    }
}

.purchase-direction__panel {
    padding: 25px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.purchase-direction__panel span {
    margin-right: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #313131
}

.purchase-direction__panel svg {
    width: 24px;
    height: 24px;
    fill: #79ac4a;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.opened .purchase-direction__panel svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width:1200px) {
    .purchase-direction__panel {
        padding: 16px
    }

    .purchase-direction__panel span {
        font-size: 16px;
        line-height: 22px
    }
}

.purchase-direction__dropdown {
    padding: 0 30px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.opened .purchase-direction__dropdown {
    padding: 0 30px 30px;
    opacity: 1;
    max-height: 1000px;
    pointer-events: all;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (max-width:1200px) {
    .purchase-direction__dropdown {
        padding: 0 16px
    }

    .opened .purchase-direction__dropdown {
        padding: 0 16px 16px
    }
}

.purchase-direction__tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
    list-style-type: none
}

.purchase-direction__tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 5px;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 16px;
    background: #eef6e5;
    color: #79ac4a
}

@media screen and (max-width:1200px) {
    .purchase-direction__tag {
        padding: 8px 10px;
        font-size: 14px;
        line-height: 14px
    }
}

.purchase-direction__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px -35px;
    padding-top: 30px
}

.purchase-direction__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 35px
}

.purchase-direction__contact-label {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #a5a5a5;
    text-transform: uppercase
}

@media screen and (max-width:1200px) {
    .purchase-direction__contact-label {
        font-size: 10px;
        line-height: 12px
    }
}

.purchase-direction__contact-desc {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #313131;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (max-width:1200px) {
    .purchase-direction__contact-desc {
        font-size: 16px;
        line-height: 22px
    }
}

.purchase-direction__contact-desc[href]:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #79ac4a;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.purchase-direction__contact-desc[href]:hover {
    color: #79ac4a
}

.purchase-direction__contact-desc[href]:hover:before {
    width: 100%
}

.leadership-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    border-left: none
}

@media screen and (max-width:1199px) {
    .leadership-card {
        padding: 16px
    }
}

.leadership-card:nth-child(4n+1) {
    border-left: 1px solid #eee
}

.leadership-card:nth-child(4n) {
    border-right: none
}

.leadership-card:nth-child(-n+4) {
    border-top: 1px solid #eee
}

@media screen and (max-width:1380px) {
    .leadership-card:nth-child(4n) {
        border-right: 1px solid #eee
    }

    .leadership-card:nth-child(3n) {
        border-right: none
    }

    .leadership-card:nth-child(4n+1) {
        border-left: none
    }

    .leadership-card:nth-child(3n+1) {
        border-left: 1px solid #eee
    }

    .leadership-card:nth-child(-n+4) {
        border-top: none
    }

    .leadership-card:nth-child(-n+3) {
        border-top: 1px solid #eee
    }
}

@media screen and (max-width:1199px) {
    .leadership-card {
        min-height: 400px
    }

    .leadership-card:nth-child(3n+1) {
        border-left: none
    }
}

@media screen and (max-width:900px) {
    .leadership-card:nth-child(-n+3) {
        border-top: none
    }

    .leadership-card:nth-child(-n+2) {
        border-top: 1px solid #eee
    }

    .leadership-card:nth-child(3n) {
        border-right: 1px solid #eee
    }

    .leadership-card:nth-child(2n) {
        border-right: none
    }
}

@media screen and (max-width:600px) {
    .leadership-card:nth-child(n) {
        border-left: none;
        border-right: none;
        border-top: none
    }

    .leadership-card:nth-child(1) {
        border-top: 1px solid #eee
    }
}

.leadership-card__wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    padding-top: 90px;
    margin: -1px;
    margin-left: 0;
    overflow: hidden
}

@media screen and (max-width:1580px) {
    .leadership-card__wrap {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr))
    }
}

@media screen and (max-width:1199px) {
    .leadership-card__wrap {
        padding-top: 50px;
        margin: -1px -16px
    }
}

.leadership-card__img {
    width: 100%;
    max-height: 380px
}

.leadership-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.leadership-card__name {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #313131
}

.leadership-card__position {
    font-size: 14px;
    line-height: 14px;
    color: #505050
}

.leadership-card__quote {
    position: relative;
    margin: 30px 0;
    padding-right: 50px;
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    font-style: italic
}

.leadership-card__quote:before {
    content: url(../static/icons/quotes.svg);
    position: absolute;
    right: 0;
    top: -10px;
    width: 36px;
    height: 36px
}

@media screen and (max-width:1024px) {
    .leadership-card__quote {
        padding-right: 40px;
        font-size: 14px;
        line-height: 18px
    }

    .leadership-card__quote:before {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
}

.leadership-card__text {
    margin-top: 30px
}

.company-view__socials {
    margin-top: 40px
}

@media screen and (max-width:1199px) {
    .company-view__socials {
        margin-top: 30px
    }
}

.company-view__section {
    max-width: 1000px
}

.company-view__sidebar {
    padding: 60px 40px
}

@media screen and (max-width:1199px) {
    .company-view__sidebar {
        padding: 40px 16px
    }
}

.company-view__title {
    margin: 0;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #313131
}

@media screen and (max-width:1199px) {
    .company-view__title {
        margin-bottom: 30px
    }
}

.company-view__contacts {
    display: grid;
    grid-gap: 40px
}

.company-view__contact-link {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.company-view__contact-link:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background: #79ac4a;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.company-view__contact-link:hover {
    color: #79ac4a
}

.company-view__contact-link:hover:before {
    width: 100%
}

@media screen and (max-width:1440px) {
    .company-view__contact-link {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width:768px) {
    .company-view__contact-link {
        font-size: 14px;
        line-height: 20px
    }
}

.company-view__contact-title {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #79ac4a
}

@media screen and (max-width:768px) {
    .company-view__contact-title {
        font-size: 16px;
        line-height: 22px
    }
}

.company-view__contact-desc {
    font-size: 16px;
    line-height: 16px
}

.company-view__contact-label {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #a5a5a5;
    text-transform: uppercase
}

.company-view__contact-clmn {
    margin-top: 20px
}

.company-view__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 40px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #79ac4a;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.company-view__link:hover {
    color: #00281e
}

@media screen and (max-width:768px) {
    .company-view__link {
        margin-top: 30px
    }
}

.company-view__docs {
    margin-top: 40px;
    display: grid;
    grid-gap: 30px;
    max-width: 820px
}

@media screen and (max-width:768px) {
    .company-view__docs {
        margin-top: 30px
    }
}

.company-view__box {
    padding-top: 60px
}

@media screen and (max-width:768px) {
    .company-view__box {
        padding-top: 30px
    }
}

.doc-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 64px 17px 0;
    font-size: 16px;
    line-height: 20px;
    color: #505050;
    border: 1px solid #eee;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.doc-link:hover {
    border-color: #79ac4a
}

@media screen and (max-width:760px) {
    .doc-link {
        font-size: 14px;
        line-height: 16px;
        padding: 17px 50px 17px 0
    }
}

.doc-link__wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
    grid-gap: 30px;
    margin: 0 30px
}

@media screen and (max-width:1199px) {
    .doc-link__wrap {
        grid-template-columns: 1fr;
        margin: 0
    }
}

.doc-link__icon {
    margin: 0 19px
}

.doc-link__icon svg {
    width: 32px;
    height: 32px;
    fill: #79ac4a;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

@media screen and (max-width:760px) {
    .doc-link__icon {
        margin: 0 10px
    }
}

.doc-link__arrow {
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.doc-link__arrow svg {
    width: 16px;
    height: 16px;
    fill: #79ac4a;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

@media screen and (max-width:760px) {
    .doc-link__arrow {
        right: 15px
    }
}

.filter {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-gap: 20px 0;
    padding: 50px 0
}

@media screen and (max-width:768px) {
    .filter {
        grid-template-columns: repeat(auto-fill, minmax(290px, 1fr))
    }
}

.filter__results {
    padding-bottom: 80px
}

.catalog {
    overflow: hidden
}

.catalog__table {
    overflow-x: auto
}

@media screen and (max-width:760px) {
    .catalog__table {
        margin: 0 -16px;
        padding: 0 16px
    }
}

.catalog__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px
}

@media screen and (max-width:1199px) {
    .catalog__tabs {
        margin: 0 -16px
    }
}

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

.catalog__tabs-wrap {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.catalog__tab {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
    margin: 0 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #313131;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.catalog__tab:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #a7ab86;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.catalog__tab:hover {
    color: #a7ab86
}

.catalog__tab:hover:before {
    width: 100%
}

.catalog__tab.is-active {
    color: #79ac4a
}

.catalog__tab.is-active:before {
    width: 100%;
    background: #79ac4a
}

.catalog__title {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #313131
}

.catalog__block {
    display: none
}

.catalog__block.is-active {
    display: block
}

.catalog__row {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 400px 1fr
}

@media screen and (max-width:1350px) {
    .catalog__row {
        grid-template-columns: 300px 1fr
    }
}

@media screen and (max-width:1020px) {
    .catalog__row {
        display: block
    }
}

.catalog__results {
    margin-top: 20px
}

.catalog__results-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 30px;
    font-size: 16px;
    line-height: 14px;
    color: #313131
}

@media screen and (max-width:1199px) {
    .catalog__results-row {
        padding-right: 0
    }
}

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

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

@media screen and (max-width:1020px) {
    .catalog__results-clmn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.catalog__results-wrap {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr))
}

@media screen and (max-width:600px) {
    .catalog__results-wrap {
        grid-template-columns: repeat(auto-fill, minmax(290px, 1fr))
    }
}

.catalog__sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px
}

@media screen and (max-width:1020px) {
    .catalog__sort {
        margin-bottom: 20px
    }
}

@media screen and (max-width:600px) {
    .catalog__sort {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        padding-right: 0;
        margin-top: 20px
    }
}

.catalog__sort-desc {
    padding: 5px 0;
    margin-right: 20px
}

@media screen and (max-width:600px) {
    .catalog__sort-desc {
        font-weight: 500;
        font-size: 16px;
        line-height: 16px
    }
}

.catalog__sort-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.catalog__sort-item {
    padding: 5px 10px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.catalog__sort-item:hover {
    color: #a7ab86
}

.catalog__sort-item.is-active {
    color: #79ac4a
}

@media screen and (max-width:600px) {
    .catalog__sort-item {
        font-size: 14px
    }
}

.catalog-table {
    margin-top: 30px;
    width: 100%;
    border-collapse: collapse
}

.catalog-table td {
    padding: 18px 30px;
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #eee
}

.catalog-table td:last-child {
    border-right: none
}

@media screen and (max-width:1200px) {
    .catalog-table td {
        padding: 18px 20px
    }

    .catalog-table td:last-child {
        border-right: 1px solid #eee
    }
}

@media screen and (max-width:768px) {
    .catalog-table td {
        font-size: 14px;
        line-height: 14px
    }
}

.catalog-table__head td {
    color: #79ac4a
}

.catalog-table__body td {
    color: #505050
}

.catalog-table__sum {
    background: #eef6e5;
    font-weight: 500
}

@media screen and (max-width:1020px) {
    .catalog-filter {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        width: 100%;
        margin: 0;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        z-index: 1000;
        background: #fff;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        pointer-events: none;
        overflow: auto
    }
}

.catalog-filter.is-opened {
    pointer-events: all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.catalog-filter__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px
}

@media screen and (max-width:1020px) {
    .catalog-filter__inner {
        padding: 40px 20px
    }
}

.catalog-filter__box {
    padding: 15px 0;
    border: 1px solid #eee
}

.catalog-filter__group .catalog-filter__box {
    border-bottom: none
}

.catalog-filter__group .catalog-filter__box:last-child {
    border-bottom: 1px solid #eee
}

.catalog-filter__category {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 20px 8px 30px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.catalog-filter__category svg {
    width: 20px;
    height: 20px;
    fill: #79ac4a;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.catalog-filter__category:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    background: #79ac4a;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.catalog-filter__category:hover {
    color: #a7ab86
}

.catalog-filter__category:hover:before {
    height: 26px;
    background: #a7ab86
}

.catalog-filter__category:hover svg {
    opacity: 1;
    fill: #a7ab86
}

.catalog-filter__category.is-active {
    color: #79ac4a;
    pointer-events: none
}

.catalog-filter__category.is-active:before {
    height: 26px
}

.catalog-filter__category.is-active svg {
    opacity: 1
}

@media screen and (max-width:1200px) {
    .catalog-filter__category {
        padding: 8px 10px 8px 20px
    }
}

.catalog-filter__option {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 20px 8px 30px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.catalog-filter__option:hover {
    color: #79ac4a
}

.catalog-filter__option:hover .checkbox__text {
    color: #313131
}

.catalog-filter__option input:checked~.catalog-filter__num {
    color: #79ac4a
}

@media screen and (max-width:1200px) {
    .catalog-filter__option {
        padding: 8px 10px 8px 20px
    }
}

.catalog-filter__title {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #313131;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.catalog-filter__category:hover .catalog-filter__title {
    color: #a7ab86
}

.is-active .catalog-filter__title {
    color: #79ac4a
}

@media screen and (max-width:1024px) {
    .catalog-filter__title {
        font-size: 16px;
        line-height: 16px
    }
}

.catalog-filter__title_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #313131
}

@media screen and (max-width:600px) {
    .catalog-filter__title_mobile {
        font-weight: 500
    }
}

.catalog-filter__title-row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 20px 8px 30px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.catalog-filter__title-row svg {
    width: 20px;
    height: 20px;
    fill: #79ac4a;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (max-width:1200px) {
    .catalog-filter__title-row {
        padding: 8px 10px 8px 20px
    }
}

.catalog-filter__title-row_mobile {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px
}

@media screen and (max-width:1020px) {
    .catalog-filter__title-row_mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.catalog-filter__num {
    position: absolute;
    right: 25px;
    top: 50%;
    font-size: 16px;
    line-height: 14px;
    color: #aaa;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.catalog-filter__num .catalog-filter__option:hover {
    color: #a7ab86
}

.is-active .catalog-filter__num {
    color: #79ac4a
}

@media screen and (max-width:1200px) {
    .catalog-filter__num {
        right: 15px
    }
}

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

@media screen and (max-width:1350px) {
    .catalog-filter__btns .button {
        padding: 0 16px;
        height: 50px;
        font-size: 12px;
        line-height: 12px;
        width: 160px
    }
}

.catalog-filter__close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: -8px;
    background: 0 0
}

.catalog-filter__close svg {
    width: 10px;
    height: 10px;
    fill: #313131
}

.catalog-filter__filter-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin-left: 10px
}

.catalog-filter__filter-icon svg {
    width: 100%;
    height: 100%;
    fill: #313131
}

.product-card {
    display: grid;
    grid-gap: 20px;
    padding: 30px;
    border: 1px solid #eee
}

@media screen and (max-width:1650px) {
    .product-card {
        padding: 20px
    }
}

.product-card__wrap .product-card {
    border-top: none;
    border-left: none
}

.product-card__wrap .product-card:nth-child(4n+1) {
    border-left: 1px solid #eee
}

.product-card__wrap .product-card:nth-child(4n) {
    border-right: none
}

.product-card__wrap .product-card:nth-child(-n+4) {
    border-top: 1px solid #eee
}

@media screen and (max-width:1580px) {
    .product-card__wrap .product-card:nth-child(4n+1) {
        border-left: none
    }

    .product-card__wrap .product-card:nth-child(4n) {
        border-right: 1px solid #eee
    }

    .product-card__wrap .product-card:nth-child(-n+4) {
        border-top: none
    }

    .product-card__wrap .product-card:nth-child(3n+1) {
        border-left: 1px solid #eee
    }

    .product-card__wrap .product-card:nth-child(3n) {
        border-right: none
    }

    .product-card__wrap .product-card:nth-child(-n+3) {
        border-top: 1px solid #eee
    }
}

@media screen and (max-width:1199px) {
    .product-card__wrap .product-card:nth-child(3n) {
        border-right: 1px solid #eee
    }
}

@media screen and (max-width:1024px) {
    .product-card__wrap .product-card:nth-child(3n+1) {
        border-left: none
    }

    .product-card__wrap .product-card:nth-child(-n+3) {
        border-top: none
    }

    .product-card__wrap .product-card:nth-child(2n+1) {
        border-left: 1px solid #eee
    }

    .product-card__wrap .product-card:nth-child(-n+2) {
        border-top: 1px solid #eee
    }
}

@media screen and (max-width:760px) {
    .product-card__wrap .product-card {
        padding: 20px 16px
    }

    .product-card__wrap .product-card:nth-child(n) {
        border-left: none;
        border-right: none;
        border-top: none
    }

    .product-card__wrap .product-card:nth-child(1) {
        border-top: 1px solid #eee
    }
}

.catalog__results-wrap .product-card {
    border-top: none;
    border-left: none
}

.catalog__results-wrap .product-card:nth-child(3n+1) {
    border-left: 1px solid #eee
}

.catalog__results-wrap .product-card:nth-child(3n) {
    border-right: none
}

.catalog__results-wrap .product-card:nth-child(-n+3) {
    border-top: 1px solid #eee
}

.product-card__wrap {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr))
}

@media screen and (max-width:1400px) {
    .product-card__wrap {
        grid-template-columns: repeat(auto-fill, minmax(310px, 1fr))
    }
}

@media screen and (max-width:1024px) {
    .product-card__wrap {
        grid-template-columns: repeat(auto-fill, minmax(340px, 1fr))
    }
}

@media screen and (max-width:760px) {
    .product-card__wrap {
        display: block;
        margin: 0 -16px;
        margin-top: 30px
    }
}

.product-card__img {
    margin-bottom: 20px;
    height: 290px;
    background: #f5f5f5
}

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

.product-card__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #313131;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.product-card__link:hover .product-card__title {
    color: #79ac4a
}

@media screen and (max-width:1780px) {
    .product-card__title {
        font-size: 16px;
        line-height: 20px
    }
}

.product-card__feature {
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    grid-gap: 0 30px;
    font-size: 14px;
    line-height: 22px;
    color: #505050
}

.product-card__price {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #79ac4a
}

@media screen and (max-width:1780px) {
    .product-card__price {
        font-size: 16px;
        line-height: 20px
    }
}

.product-card__btm {
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 20px
}

@media screen and (max-width:1780px) {
    .product-card__btm .button {
        padding: 0 16px;
        max-width: 170px;
        font-size: 12px;
        line-height: 12px
    }
}

@media screen and (max-width:600px) {
    .product-card__btm {
        grid-template-columns: 1fr
    }
}

.product-card__btm-clmn:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width:600px) {
    .product-card__btm-clmn:nth-child(2) {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.catalog-view__title {
    margin: 0;
    margin-bottom: 40px;
    max-width: 600px;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #313131
}

@media screen and (max-width:1440px) {
    .catalog-view__title {
        font-size: 24px;
        line-height: 28px
    }
}

@media screen and (max-width:1200px) {
    .catalog-view__title {
        font-size: 20px;
        line-height: 24px
    }
}

@media screen and (max-width:768px) {
    .catalog-view__title {
        font-size: 18px;
        line-height: 20px
    }
}

.catalog-view__title_sm {
    margin: 0;
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #313131
}

.catalog-view__title_md {
    margin: 0;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: #313131
}

.catalog-view__type {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 18px;
    color: #79ac4a
}

.catalog-view__features {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalog-view__features-clmn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 90px
}

@media screen and (max-width:760px) {
    .catalog-view__features-clmn {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px
    }
}

.catalog-view__features_lg {
    max-width: 600px
}

.catalog-view__feature {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 16px;
    color: #505050;
    margin: 0 -10px
}

.catalog-view__feature:before {
    position: absolute;
    bottom: 7px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #e8e8e8;
    z-index: -1
}

.catalog-view__feature span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    background: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.catalog-view__feature span:nth-child(2) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.catalog-view__price {
    padding-left: 40px;
    font-weight: 500;
    font-size: 28px;
    line-height: 24px;
    color: #79ac4a
}

@media screen and (max-width:1440px) {
    .catalog-view__price {
        font-size: 22px;
        line-height: 26px
    }
}

@media screen and (max-width:1300px) {
    .catalog-view__price {
        font-size: 20px;
        line-height: 24px
    }
}

@media screen and (max-width:1200px) {
    .catalog-view__price {
        padding: 0;
        margin-bottom: 40px
    }
}

@media screen and (max-width:768px) {
    .catalog-view__price {
        font-size: 18px;
        line-height: 22px
    }
}

.catalog-view__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
}

@media screen and (max-width:1200px) {
    .catalog-view__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (max-width:1400px) {
    .catalog-view__btn {
        padding: 0 16px;
        height: 50px;
        max-width: 220px;
        font-size: 12px;
        line-height: 12px
    }
}

.catalog-view__blocks {
    max-width: 1000px;
    margin: 60px auto
}

@media screen and (max-width:760px) {
    .catalog-view__blocks {
        margin: 40px 0
    }
}

.catalog-slider {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 50px;
    border: 1px solid #eee;
    overflow: hidden
}

@media screen and (max-width:760px) {
    .catalog-slider {
        padding: 20px
    }
}

.catalog-slider .swiper-slide {
    margin: 0
}

.catalog-slider__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 564px;
    max-height: 450px;
    margin: 0 30px
}

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

.catalog-slider__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%
}

.catalog-slider__slide a {
    width: 100%
}

.catalog-slider__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.catalog-slider__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    outline: 0
}

.catalog-slider__arrow svg {
    width: 100%;
    height: 100%;
    fill: #d3d3d3;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.catalog-slider__arrow:hover svg {
    fill: #79ac4a
}

@media screen and (max-width:1600px) {
    .catalog-slider__arrow {
        width: 40px;
        height: 40px
    }
}

@media screen and (max-width:760px) {
    .catalog-slider__arrow {
        width: 30px;
        height: 30px
    }
}

.catalog-slider__arrow_prev {
    left: 40px
}

@media screen and (max-width:1800px) {
    .catalog-slider__arrow_prev {
        left: 15px
    }
}

@media screen and (max-width:760px) {
    .catalog-slider__arrow_prev {
        left: 10px
    }
}

.catalog-slider__arrow_next {
    right: 40px
}

.catalog-slider__arrow_next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width:1800px) {
    .catalog-slider__arrow_next {
        right: 15px
    }
}

@media screen and (max-width:760px) {
    .catalog-slider__arrow_next {
        right: 10px
    }
}

.responsibility__text-max {
    max-width: 500px
}

.responsibility__text-max_sm {
    max-width: 480px
}

.responsibility__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 70px 50px
}

@media screen and (max-width:1400px) {
    .responsibility__box-row .responsibility__box:nth-child(1) {
        padding-top: 100px;
        padding-bottom: 0
    }

    .responsibility__box-row .responsibility__box:nth-child(2) {
        padding-top: 20px;
        padding-bottom: 100px
    }
}

@media screen and (max-width:1199px) {
    .responsibility__box-row .responsibility__box:nth-child(n) {
        padding: 30px 0
    }
}

@media screen and (max-width:1400px) {
    .responsibility__box_empty .responsibility__box:nth-child(2) {
        display: none
    }
}

@media screen and (max-width:1020px) {
    .responsibility__box {
        padding: 30px
    }
}

.responsibility__box_left {
    padding-left: 0
}

.responsibility__box-border {
    border-right: 1px solid #eee
}

@media screen and (max-width:1400px) {
    .responsibility__box-border {
        border-right: none
    }
}

.responsibility__box-row {
    display: grid;
    grid-template-columns: 1fr 300px;
    height: 100%
}

@media screen and (max-width:1400px) {
    .responsibility__box-row {
        grid-template-columns: 1fr
    }
}

@media screen and (max-width:1199px) {
    .responsibility__box-row {
        padding: 20px 0
    }

    .responsibility__box-row:nth-child(2) {
        padding-left: 50px
    }
}

@media screen and (max-width:1020px) {
    .responsibility__box-row {
        padding: 0
    }

    .responsibility__box-row:nth-child(2) {
        padding: 0
    }
}

.responsibility__box-clmn {
    display: grid;
    grid-template-rows: repeat(2, 1fr)
}

@media screen and (max-width:1020px) {
    .responsibility__box-clmn {
        grid-template-rows: 1fr
    }
}

.responsibility__box-clmn .section__box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.responsibility__box-clmn .section__box:nth-child(1) {
    border-bottom: 1px solid #eee
}

@media screen and (max-width:1020px) {
    .responsibility__box-clmn .section__box:nth-child(1) {
        margin: 0 -16px;
        padding-right: 16px;
        padding-left: 16px
    }
}

.responsibility__box-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
}

.responsibility__box-icon svg {
    width: 100px;
    height: 100px;
    fill: #79ac4a;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

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

.responsibility__box-icon_lg svg {
    width: 175px;
    height: 175px;
    fill: #79ac4a;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

@media screen and (max-width:1199px) {
    .responsibility__box_empty {
        display: none
    }
}

.responsibility__links {
    margin-top: 80px;
    margin-bottom: 40px;
    display: grid;
    grid-gap: 20px
}

@media screen and (max-width:1020px) {
    .responsibility__links {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.responsibility__link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    max-width: 400px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #313131;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.responsibility__link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 2px;
    background: #eee
}

.responsibility__link:hover {
    color: #79ac4a;
    text-decoration: underline
}

.editor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -15px 0
}

.editor p {
    margin: 15px 0;
    font-size: 18px;
    line-height: 24px;
    color: #505050
}

@media screen and (max-width:1440px) {
    .editor p {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width:768px) {
    .editor p {
        font-size: 14px;
        line-height: 20px
    }
}

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5 {
    margin: 15px 0;
    color: #00281e;
    font-weight: 500
}

.editor h1 {
    font-size: 28px;
    line-height: 40px
}

@media screen and (max-width:1200px) {
    .editor h1 {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (max-width:768px) {
    .editor h1 {
        font-size: 20px;
        line-height: 26px
    }
}

.editor h2 {
    font-size: 24px;
    line-height: 29px
}

@media screen and (max-width:1200px) {
    .editor h2 {
        font-size: 22px;
        line-height: 28px
    }
}

@media screen and (max-width:768px) {
    .editor h2 {
        font-size: 20px;
        line-height: 24px
    }
}

.editor h3 {
    font-size: 22px;
    line-height: 27px
}

@media screen and (max-width:1200px) {
    .editor h3 {
        font-size: 20px;
        line-height: 24px
    }
}

@media screen and (max-width:768px) {
    .editor h3 {
        font-size: 18px;
        line-height: 22px
    }
}

.editor h4 {
    font-size: 20px;
    line-height: 24px
}

@media screen and (max-width:1200px) {
    .editor h4 {
        font-size: 18px;
        line-height: 22px
    }
}

@media screen and (max-width:768px) {
    .editor h4 {
        font-size: 16px;
        line-height: 20px
    }
}

.editor h5 {
    font-size: 18px;
    line-height: 22px
}

@media screen and (max-width:1200px) {
    .editor h5 {
        font-size: 16px;
        line-height: 20px
    }
}

.editor ul {
    margin: 15px 0;
    list-style-type: none
}

.editor ul li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 0;
    padding-left: 14px
}

.editor ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #79ac4a
}

.editor__quote {
    position: relative;
    margin: 15px 0;
    padding: 24px;
    background: #eef7e5
}

.editor__quote:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 2px;
    height: 100%;
    background: #79ac4a
}

.editor__quote p {
    margin-bottom: 20px
}

.editor__quote-author {
    font-size: 18px;
    line-height: 18px;
    color: #79ac4a
}

.editor__text_yellow {
    padding: 24px;
    background: #fffee6
}

.editor__img-wrap {
    margin: 15px 0
}

.editor__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.site-error__nav {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 30px 60px
}

@media screen and (max-width:1750px) {
    .site-error__nav {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr))
    }
}

@media screen and (max-width:1420px) {
    .site-error__nav {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:600px) {
    .site-error__nav {
        grid-template-columns: 1fr
    }
}

.site-error__nav-title {
    margin: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #313131;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (max-width:1200px) {
    .site-error__nav-title {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 28px
    }
}

@media screen and (max-width:768px) {
    .site-error__nav-title {
        font-size: 18px;
        line-height: 22px
    }
}

.site-error__nav-title[href]:hover {
    color: #79ac4a
}

.site-error__nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 7px 0;
    font-size: 16px;
    line-height: 19px;
    color: #6f6f6f;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.site-error__nav-link:hover {
    color: #79ac4a
}

@media screen and (max-width:1200px) {
    .site-error__nav-link {
        font-size: 14px;
        line-height: 16px
    }
}

.site-error__nav-block:nth-child(1) {
    grid-row: span 2
}

@media screen and (max-width:1420px) {
    .site-error__nav-block:nth-child(1) {
        grid-row: span 1
    }
}

.site-error__nav-block:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.site-error__nav-clmn {
    display: grid;
    grid-gap: 30px
}

@media screen and (max-width:1420px) {
    .site-error__nav-clmn {
        grid-row: span 2
    }
}

.site-error__nav-list_lg {
    display: grid;
    grid-gap: 30px
}

.site-error__form {
    margin: 0 auto
}

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

.history__about-num {
    margin-right: 12px;
    font-weight: 500;
    font-size: 140px;
    line-height: 160px;
    color: #e6be32
}

@media screen and (max-width:1440px) {
    .history__about-num {
        font-size: 120px;
        line-height: 140px
    }
}

@media screen and (max-width:768px) {
    .history__about-num {
        font-size: 104px;
        line-height: 126px
    }
}

.history__about-year {
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 24px;
    color: #e6be32
}

@media screen and (max-width:1440px) {
    .history__about-year {
        font-size: 20px;
        line-height: 20px
    }
}

@media screen and (max-width:768px) {
    .history__about-year {
        font-size: 18px;
        line-height: 18px
    }
}

.history__about-desc {
    max-width: 185px;
    font-size: 18px;
    line-height: 26px;
    color: #737373
}

@media screen and (max-width:1440px) {
    .history__about-desc {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width:768px) {
    .history__about-desc {
        font-size: 14px;
        line-height: 20px
    }
}

.history__directions-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.history__directions-links .directions-btn:nth-child(1) {
    border-left-color: transparent
}

.history__directions-links .directions-btn:nth-child(-n+2) {
    border-top-color: transparent
}

.history__directions-links .directions-btn:nth-child(2n) {
    border-right-color: transparent
}

.history__directions-links .directions-btn:hover {
    border-color: #79ac4a
}

@media screen and (max-width:1199px) {
    .history__directions-links {
        margin-right: -16px
    }
}

@media screen and (max-width:1020px) {
    .history__directions-links {
        margin: 0 -16px
    }
}

@-webkit-keyframes history-line-animated {
    0% {
        width: 0
    }

    90% {
        width: 120px
    }

    100% {
        width: 120px
    }
}

@keyframes history-line-animated {
    0% {
        width: 0
    }

    90% {
        width: 120px
    }

    100% {
        width: 120px
    }
}

@media screen and (max-width:760px) {
    @-webkit-keyframes history-line-animated {
        0% {
            width: 0
        }

        90% {
            width: 90px
        }

        100% {
            width: 90px
        }
    }

    @keyframes history-line-animated {
        0% {
            width: 0
        }

        90% {
            width: 90px
        }

        100% {
            width: 90px
        }
    }
}

.history-slider {
    position: relative
}

.history-slider:before {
    content: '';
    position: absolute;
    top: 80px;
    left: 0;
    right: 90px;
    height: 1px;
    background: #eee;
    z-index: 0
}

@media screen and (max-width:1199px) {
    .history-slider:before {
        right: 0
    }
}

.history-slider__pagination {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 160px;
    margin: 0 -12px
}

.history-slider__padination-desc {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #79ac4a
}

.history-slider__pagination-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 160px;
    max-width: 1160px;
    padding: 0 35px;
    margin: 0 auto;
    z-index: 100;
    overflow: hidden
}

@media screen and (max-width:1700px) {
    .history-slider__pagination-wrap {
        max-width: 920px
    }
}

@media screen and (max-width:1400px) {
    .history-slider__pagination-wrap {
        max-width: 680px
    }
}

@media screen and (max-width:1020px) {
    .history-slider__pagination-wrap {
        max-width: 555px
    }
}

@media screen and (max-width:760px) {
    .history-slider__pagination-wrap {
        max-width: 250px
    }
}

@media screen and (max-width:400px) {
    .history-slider__pagination-wrap {
        max-width: 160px
    }
}

.history-slider__pagination-bullet {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 90px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    outline: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    z-index: 1;
    cursor: pointer
}

.history-slider__pagination-bullet:last-child {
    margin-right: 0
}

.history-slider__pagination-bullet:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #79ac4a;
    z-index: 3;
    pointer-events: none
}

@media screen and (max-width:760px) {
    .history-slider__pagination-bullet {
        margin-right: 60px
    }
}

.history-slider__pagination-bullet-year {
    position: absolute;
    top: -50px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #79ac4a
}

@media screen and (max-width:768px) {
    .history-slider__pagination-bullet-year {
        font-size: 18px
    }
}

.history-slider__pagination-bullet_active {
    position: relative;
    background-color: rgba(121, 185, 51, .3)
}

.history-slider__pagination-bullet_active:before {
    width: 12px;
    height: 12px
}

.history-slider__pagination-bullet_active:after {
    content: '';
    position: absolute;
    left: 12px;
    top: 15px;
    background: #79ac4a;
    width: 0;
    height: 1px;
    -webkit-animation: history-line-animated 11.5s forwards linear;
    animation: history-line-animated 11.5s forwards linear
}

.history-slider__pagination-bullet_active:last-child:after {
    display: none
}

.history-slider__arrow {
    position: absolute;
    top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #eee;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.history-slider__arrow svg {
    width: 16px;
    height: 16px;
    fill: #505050;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.history-slider__arrow:hover {
    border-color: #79ac4a
}

@media screen and (max-width:1020px) {
    .history-slider__arrow {
        width: 50px;
        height: 50px;
        top: 55px
    }
}

.history-slider__arrow_prev {
    left: 90px
}

.history-slider__arrow_prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width:1199px) {
    .history-slider__arrow_prev {
        left: 0
    }
}

.history-slider__arrow_next {
    right: 90px
}

@media screen and (max-width:1199px) {
    .history-slider__arrow_next {
        right: 0
    }
}

.history-slider__slide {
    display: grid;
    grid-template-columns: repeat(2, 50%)
}

@media screen and (max-width:1020px) {
    .history-slider__slide {
        grid-template-columns: 1fr
    }
}

.history-slider__slide-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.history-slider__slide-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.history-slider__slide-img img {
    width: 100%;
    max-height: 400px;
    max-width: 650px;
    height: auto
}

@media screen and (max-width:1020px) {
    .history-slider__slide-img {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.history-slider__slide-img-decor {
    position: absolute;
    right: -90px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.history-slider__slide-img-decor svg {
    width: 180px;
    height: 248px;
    fill: rgba(230, 190, 50, .3)
}

@media screen and (max-width:1020px) {
    .history-slider__slide-img-decor {
        display: none
    }
}

.history-slider__slide-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 60px
}

@media screen and (max-width:1020px) {
    .history-slider__slide-text {
        padding: 0;
        margin-top: 30px
    }
}

.history-slider__wrapper {
    margin-top: 160px;
    max-width: 1300px
}

.history-slider__slide-year {
    margin-top: 20px;
    font-size: 100px;
    font-weight: 700;
    line-height: 84px;
    color: rgba(121, 172, 74, .2)
}

@media screen and (max-width:1020px) {
    .history-slider__slide-year {
        font-size: 80px;
        line-height: 64px
    }
}

@media screen and (max-width:600px) {
    .history-slider__slide-year {
        font-size: 40px;
        line-height: 46px
    }
}

.history-slider__progress {
    position: relative
}

.history-slider__progress-line {
    position: absolute;
    top: 50%;
    left: 0;
    background: #79ac4a;
    width: 100%;
    height: 1px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.structure-map {
    overflow: hidden
}

.structure-map__text {
    position: absolute;
    top: 130px;
    left: 0;
    z-index: 100
}

@media screen and (max-width:1550px) {
    .structure-map__text {
        position: static;
        padding: 50px;
        padding-left: 0;
        margin-right: 90px;
        border-bottom: 1px solid #eee
    }
}

@media screen and (max-width:1199px) {
    .structure-map__text {
        margin-right: 0;
        padding-right: 0
    }
}

@media screen and (max-width:1020px) {
    .structure-map__text {
        padding: 30px 0
    }
}

.structure-map__inner {
    position: relative;
    height: 705px;
    max-width: 100vw;
    max-height: 100vh;
    margin-right: 90px;
    overflow: hidden;
    z-index: 20
}

@media screen and (max-width:1199px) {
    .structure-map__inner {
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    .structure-map__inner {
        max-height: 500px
    }
}

.structure-map__content {
    position: relative;
    height: 100%;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: auto
}

.structure-map__content::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    background: 0 0
}

.structure-map__img {
    position: absolute;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.structure-map__num {
    font-size: 160px;
    line-height: 160px;
    color: #79ac4a
}

@media screen and (max-width:1440px) {
    .structure-map__num {
        font-size: 140px;
        line-height: 140px
    }
}

@media screen and (max-width:768px) {
    .structure-map__num {
        font-size: 110px;
        line-height: 110px
    }
}

@media screen and (max-width:600px) {
    .structure-map__num {
        font-size: 80px;
        line-height: 84px
    }
}

.structure-map__desc-row {
    display: grid;
    grid-gap: 12px;
    grid-template-columns: -webkit-max-content 215px;
    grid-template-columns: max-content 215px
}

.structure-map__desc-clmn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 15px
}

@media screen and (max-width:768px) {
    .structure-map__desc-clmn {
        margin-bottom: 10px
    }
}

.structure-map__desc {
    font-size: 18px;
    line-height: 24px;
    color: #2f2f2f
}

@media screen and (max-width:1440px) {
    .structure-map__desc {
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (max-width:768px) {
    .structure-map__desc {
        font-size: 14px;
        line-height: 18px
    }
}

.structure-map__desc_green {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
    color: #79ac4a
}

@media screen and (max-width:1440px) {
    .structure-map__desc_green {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (max-width:768px) {
    .structure-map__desc_green {
        font-size: 14px;
        line-height: 18px
    }
}

.structure-map__marker {
    position: absolute;
    cursor: pointer;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.structure-map__marker-content {
    position: relative
}

.structure-map__marker-img {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 41px;
    height: 32px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #00281e;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 50
}

.structure-map__marker-img:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    background: #00281e;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 5
}

.structure-map__marker-img svg {
    position: relative;
    width: 24px;
    height: 24px;
    fill: #fff;
    z-index: 10
}

.is-active .structure-map__marker-img,
.structure-map__marker:hover .structure-map__marker-img {
    background: #79ac4a
}

.is-active .structure-map__marker-img:before,
.structure-map__marker:hover .structure-map__marker-img:before {
    background: #79ac4a
}

.structure-map__marker-text {
    position: absolute;
    display: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #00281e;
    background: #fff;
    padding: 5px 10px;
    top: 5px;
    left: 100%;
    margin-left: 10px;
    white-space: nowrap;
    z-index: 100
}

.is-active .structure-map__marker-text {
    display: block
}

@media screen and (max-width:768px) {
    .structure-map__marker-text {
        font-size: 14px;
        line-height: 14px;
        padding: 5px 8px
    }
}

.structure-map__marker[data-map=education-center] {
    top: 44%;
    right: 19%
}

.structure-map__marker[data-map=zalesie-agro] {
    top: 22%;
    right: 29%
}

.structure-map__marker[data-map=zalesskiy-pitomnik] {
    top: 32%;
    right: 28%
}

.structure-map__marker[data-map=intergen-rus] {
    top: 32%;
    right: 35%
}

.structure-map__marker[data-map=malinovka] {
    top: 70%;
    right: 24%
}

.structure-map__marker[data-map=vet-center] {
    top: 50%;
    right: 23%
}

.structure-map__marker[data-map=timber-melio] {
    top: 62%;
    right: 20%
}

.structure-map__marker[data-map=agroservice] {
    top: 67%;
    right: 17%
}

.structure-map__marker[data-map=zalesskie-korma] {
    top: 76%;
    right: 19%
}

.structure-map__marker[data-map=zalesskoe-moloko] {
    top: 41%;
    right: 26%
}

.structure-map__marker[data-map=service-agro] {
    top: 49%;
    right: 28%
}

.structure-map__marker[data-map=novoe-visokovskoe] {
    top: 61%;
    right: 30%
}

.structure-map__marker[data-map=kashtanovka] {
    top: 72%;
    right: 39%
}

.structure-map__marker[data-map=kashtanovka2] {
    top: 56%;
    right: 44%
}

.structure-map__marker[data-map=sosnovka] {
    top: 46%;
    right: 40%
}

.structure-map__marker[data-map=zalesskiy-fermer] {
    top: 39%;
    right: 48%
}

.structure-map__marker[data-map=visokoe] {
    top: 58%;
    right: 25%
}

.structure-map__img-wrap {
    position: relative
}

.directions-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 290px;
    -ms-flex: 1 1 290px;
    flex: 1 1 290px;
    min-height: 180px;
    border: 1px solid transparent;
    border-right-color: #eee;
    border-top-color: #eee;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer
}

@media screen and (max-width:1020px) {
    .directions-btn {
        min-height: 100px;
        padding: 10px
    }
}

.directions-btn svg {
    width: 40px;
    height: 40px;
    fill: #969696;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.directions-btn span {
    margin-top: 15px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #969696;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    text-align: center
}

@media screen and (max-width:1350px) {
    .directions-btn span {
        font-size: 10px;
        line-height: 14px
    }
}

@media screen and (max-width:1020px) {
    .directions-btn span {
        min-height: 28px
    }
}

.directions-btn:nth-child(1) {
    border-left-color: #eee
}

@media screen and (max-width:1199px) {
    .directions-btn:nth-child(1) {
        border-left-color: transparent
    }
}

@media screen and (max-width:1020px) {
    .directions-btn:nth-child(2n) {
        border-right-color: transparent
    }
}

.directions-btn:last-child {
    border-right-color: transparent
}

.directions-btn:hover {
    border-color: #79ac4a
}

.directions-btn:hover span {
    color: #79ac4a
}

.directions-btn:hover svg {
    fill: #79ac4a
}

.directions-btn.active {
    background: #79ac4a;
    border: 1px solid #79ac4a;
    pointer-events: none
}

.directions-btn.active svg {
    fill: #fff
}

.directions-btn.active span {
    color: #fff
}

.directions-btn.active:hover svg {
    fill: #fff
}

.directions-btn.active:hover span {
    color: #fff
}

.directions-btn__wrap-clmn .directions-btn:nth-child(1) {
    border-left-color: transparent
}

.directions-btn__wrap-clmn .directions-btn:nth-child(-n+2) {
    border-top-color: transparent
}

.directions-btn__wrap-clmn .directions-btn:nth-child(2n) {
    border-right-color: transparent
}

.directions-btn__wrap-clmn .directions-btn:hover {
    border-color: #79ac4a
}

.directions-btn__wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

.directions-btn__wrap:before {
    content: '';
    position: absolute;
    left: -90px;
    top: 0;
    width: 90px;
    height: 1px;
    background: #eee
}

@media screen and (max-width:1199px) {
    .directions-btn__wrap {
        margin: 0 -16px
    }
}

@media screen and (max-width:1020px) {
    .directions-btn__wrap {
        grid-template-columns: repeat(2, 1fr)
    }
}

.directions-btn__wrap-clmn .directions-btn__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.directions-btn__wrap-clmn .directions-btn__wrap:before {
    display: none
}

@media screen and (max-width:1199px) {
    .directions-btn__wrap-clmn .directions-btn__wrap {
        margin-right: -16px
    }
}

@media screen and (max-width:1020px) {
    .directions-btn__wrap-clmn .directions-btn__wrap {
        margin: 0 -16px
    }
}

.directions-slider {
    position: relative;
    min-height: 620px
}

@media screen and (max-width:1020px) {
    .directions-slider {
        min-height: 1px;
        width: 100%
    }
}

.directions-slider__container {
    height: 100%
}

.directions-slider__title {
    margin: 0;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #79ac4a
}

@media screen and (max-width:1200px) {
    .directions-slider__title {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (max-width:600px) {
    .directions-slider__title {
        font-size: 20px;
        line-height: 26px
    }
}

.directions-slider__text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    color: #313131
}

.directions-slider__desc {
    font-size: 14px;
    line-height: 20px;
    color: #505050
}

.directions-slider__features {
    display: grid;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    grid-gap: 40px 50px;
    margin-top: 30px
}

@media screen and (max-width:450px) {
    .directions-slider__features {
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr))
    }
}

.directions-slider__arrows {
    position: absolute;
    bottom: 1px;
    right: 1px;
    display: grid;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    grid-gap: 1px
}

@media screen and (max-width:1020px) {
    .directions-slider__arrows {
        display: none
    }
}

.directions-slider__arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 50px;
    background: #79ac4a;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.directions-slider__arrow svg {
    width: 28px;
    height: 9px;
    fill: #fff
}

.directions-slider__arrow:hover {
    background: #629d21
}

.directions-slider__arrow_prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.directions-slider__slide-top {
    margin-bottom: 20px
}

.directions-slider__slide {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 50px 25px;
    width: 100%;
    height: auto;
    min-height: 100%
}

@media screen and (max-width:1020px) {
    .directions-slider__slide {
        padding: 40px 0 30px
    }
}

.directions-slider__slide-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 465px;
    -ms-flex: 1 1 465px;
    flex: 1 1 465px;
    max-width: 465px
}

.directions-slider__slide-img {
    position: absolute;
    z-index: -1
}

@media screen and (max-width:1020px) {
    .directions-slider__slide-img img {
        max-height: 300px;
        max-width: 300px
    }
}

@media screen and (max-width:760px) {
    .directions-slider__slide-img {
        display: none
    }
}

.directions-slider__slide-img.livestock {
    right: -60px;
    bottom: -60px
}

@media screen and (max-width:1440px) {
    .directions-slider__slide-img.livestock img {
        max-width: 500px
    }
}

@media screen and (max-width:1350px) {
    .directions-slider__slide-img.livestock {
        bottom: 0
    }
}

@media screen and (max-width:1020px) {
    .directions-slider__slide-img.livestock {
        bottom: -30px
    }
}

.directions-slider__slide-img.genetics {
    right: 0;
    bottom: 60px
}

@media screen and (max-width:1440px) {
    .directions-slider__slide-img.genetics img {
        max-height: 250px
    }
}

.directions-slider__slide-img.milk {
    right: 0;
    bottom: 60px
}

@media screen and (max-width:1440px) {
    .directions-slider__slide-img.milk img {
        max-height: 250px
    }
}

@media screen and (max-width:1020px) {
    .directions-slider__slide-img.milk {
        bottom: 30px
    }
}

.directions-slider__slide-img.service {
    right: 0;
    bottom: -30px
}

@media screen and (max-width:1500px) {
    .directions-slider__slide-img.service {
        right: -60px
    }
}

@media screen and (max-width:1020px) {
    .directions-slider__slide-img.service img {
        max-height: 400px;
        max-width: 400px
    }
}

.directions-slider__slide-img.vet {
    right: 0;
    bottom: 0
}

@media screen and (max-width:1440px) {
    .directions-slider__slide-img.vet {
        right: -60px
    }
}

.directions-slider__slide-img.crop {
    right: 0;
    bottom: 60px
}

@media screen and (max-width:1440px) {
    .directions-slider__slide-img.crop {
        right: -30px
    }
}

.directions-dealers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 800px
}

.directions-dealers img {
    margin: 25px 30px
}

.directions__img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

@media screen and (max-width:1250px) {
    .directions__img img {
        max-width: 250px;
        max-height: 200px
    }
}

@media screen and (max-width:760px) {
    .directions__img {
        margin-top: 30px;
        position: static
    }
}

.directions__text-max {
    max-width: 500px
}

.directions__box {
    min-height: 440px
}

.directions__analytics {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr))
}

@media screen and (max-width:1550px) {
    .directions__analytics {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr))
    }
}

@media screen and (max-width:1020px) {
    .directions__analytics {
        margin: 0 -16px;
        grid-template-columns: repeat(4, 1fr);
        border-top: 1px solid #eee
    }
}

@media screen and (max-width:760px) {
    .directions__analytics {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:1020px) {
    .directions__row_reversed {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.social-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.social-link svg {
    width: 16px;
    height: 16px;
    fill: #a7ab86;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.social-links_light .social-link svg {
    width: 18px;
    height: 18px;
    fill: rgba(255, 255, 255, .6)
}

.social-links_grey .social-link svg {
    width: 18px;
    height: 18px;
    fill: #969696
}

.social-link:hover svg {
    fill: #e6be32
}

.zalesinka {
    overflow: hidden
}

.zalesinka__about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.zalesinka__partners {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:1300px) {
    .zalesinka__partners {
        grid-template-columns: 1fr
    }
}

@media screen and (max-width:1199px) {
    .zalesinka__partners {
        margin-right: -16px
    }
}

@media screen and (max-width:1020px) {
    .zalesinka__partners {
        margin: 0 -16px
    }
}

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

.zalesinka__partner img {
    max-width: 100%
}

.zalesinka__partner:nth-child(1) {
    border-right: 1px solid #eee
}

@media screen and (max-width:1300px) {
    .zalesinka__partner:nth-child(1) {
        border-right: none
    }
}

@media screen and (max-width:1300px) {
    .zalesinka__partner {
        border-bottom: 1px solid #eee
    }

    .zalesinka__partner:last-child {
        border-bottom: none
    }
}

.zalesinka__text {
    padding-bottom: 80px
}

.zalesinka__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -100px;
    min-height: 150px
}

.zalesinka__img img {
    width: 100%
}

@media screen and (max-width:1020px) {
    .zalesinka__img {
        margin-right: -16px
    }
}

.zalesinka__types {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:1020px) {
    .zalesinka__types {
        margin: 0 -16px
    }
}

@media screen and (max-width:600px) {
    .zalesinka__types {
        grid-template-columns: 1fr
    }
}

.zalesinka__types-box {
    overflow: hidden
}

.zalesinka__type {
    border-right: 1px solid #eee
}

.zalesinka__type:nth-child(n+2) {
    border-top: 1px solid #eee
}

.zalesinka__type:nth-child(2n) {
    border-right: none
}

@media screen and (max-width:1400px) {
    .zalesinka__type {
        padding: 30px
    }
}

@media screen and (max-width:1020px) {
    .zalesinka__type {
        padding: 30px 16px
    }

    .zalesinka__type:nth-child(1),
    .zalesinka__type:nth-child(2) {
        border-top: none
    }
}

@media screen and (max-width:600px) {
    .zalesinka__type:nth-child(n) {
        border-top: 1px solid #eee
    }

    .zalesinka__type:nth-child(1) {
        border-top: none
    }
}

.zalesinka__type-inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px
}

.zalesinka__type-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-right: 14px;
    font-weight: 500;
    font-size: 32px;
    line-height: 24px;
    color: #79ac4a;
    border: 2px solid #79ac4a;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

@media screen and (max-width:1400px) {
    .zalesinka__type-num {
        width: 50px;
        height: 50px;
        font-size: 26px
    }
}

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

.zalesinka__type-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #313131
}

.zalesinka__type-price {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #79ac4a
}

@media screen and (max-width:1440px) {
    .zalesinka__type-price {
        font-size: 22px;
        line-height: 22px
    }
}

@media screen and (max-width:768px) {
    .zalesinka__type-price {
        font-size: 18px;
        line-height: 20px
    }
}

.zalesinka__type-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -22px
}

.zalesinka__type-option {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    padding: 0 22px;
    margin: 5px 0
}

.zalesinka__type-option svg {
    width: 14px;
    height: 14px;
    fill: #79ac4a;
    margin-left: 10px
}

.zalesinka__type-option:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #eee
}

.zalesinka__type-option:last-child:after {
    display: none
}

@media screen and (max-width:768px) {
    .zalesinka__type-option {
        font-size: 14px;
        line-height: 20px
    }
}

.zalesinka__type-desc {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 14px;
    color: #505050
}

.podcasts-about__row {
    display: grid;
    grid-template-columns: minmax(400px, 660px) 1fr
}

@media screen and (max-width:1400px) {
    .podcasts-about__row {
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (max-width:1020px) {
    .podcasts-about__row {
        display: block
    }
}

.podcasts-about__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 40px
}

.podcasts-about__desc {
    max-width: 445px
}

.podcasts-about__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0
}

.podcasts-about__text_sm {
    max-width: 445px
}

.podcasts-about__video {
    position: relative
}

.podcasts-about__video video {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    z-index: 5
}

.podcasts-about__video-preview {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10
}

.podcasts-about__video-preview-icon {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.podcasts-about__video-preview-icon svg {
    width: 10px;
    height: 10px;
    fill: #00281e;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.podcasts-about__video-preview:hover .podcasts-about__video-preview-icon {
    background: #e6be32
}

.podcasts-about__video-preview:hover .podcasts-about__video-preview-icon svg {
    fill: #fff
}

.podcasts-platforms__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px 55px;
    margin-top: 38px
}

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

.podcasts-platforms__item-icon {
    margin-right: 9px;
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain
}

.podcasts-platforms__item-name {
    font-family: "TT Hoves", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #505050
}

.podcasts-participants__wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    margin-top: 70px
}

@media screen and (max-width:768px) {
    .podcasts-participants__wrap {
        margin-top: 40px
    }
}

@media screen and (max-width:600px) {
    .podcasts-participants__wrap {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))
    }
}

.podcasts-participant-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 40px 26px;
    border: 1px solid #eee;
    border-top-color: transparent;
    border-left-color: transparent
}

.podcasts-participant-card:nth-child(4n+1) {
    border-left-color: #eee
}

.podcasts-participant-card:nth-child(4n) {
    border-right-color: transparent
}

.podcasts-participant-card:nth-child(-n+4) {
    border-top-color: #eee
}

@media screen and (max-width:1780px) {
    .podcasts-participant-card:nth-child(4n) {
        border-right-color: #eee
    }

    .podcasts-participant-card:nth-child(3n) {
        border-right-color: transparent
    }

    .podcasts-participant-card:nth-child(-n+4) {
        border-top-color: transparent
    }

    .podcasts-participant-card:nth-child(-n+3) {
        border-top-color: #eee
    }

    .podcasts-participant-card:nth-child(4n+1) {
        border-left-color: transparent
    }

    .podcasts-participant-card:nth-child(3n+1) {
        border-left-color: #eee
    }
}

@media screen and (max-width:1380px) {
    .podcasts-participant-card:nth-child(3n) {
        border-right-color: #eee
    }

    .podcasts-participant-card:nth-child(2n) {
        border-right-color: transparent
    }

    .podcasts-participant-card:nth-child(-n+3) {
        border-top-color: transparent
    }

    .podcasts-participant-card:nth-child(-n+2) {
        border-top-color: #eee
    }

    .podcasts-participant-card:nth-child(3n+1) {
        border-left-color: transparent
    }

    .podcasts-participant-card:nth-child(2n+1) {
        border-left-color: #eee
    }
}

@media screen and (max-width:1199px) {
    .podcasts-participant-card:nth-child(n) {
        border-left-color: transparent
    }
}

@media screen and (max-width:800px) {
    .podcasts-participant-card:nth-child(n) {
        border-top-color: transparent
    }

    .podcasts-participant-card:nth-child(1) {
        border-top-color: #eee
    }

    .podcasts-participant-card:nth-child(n) {
        border-right-color: transparent
    }
}

@media screen and (max-width:768px) {
    .podcasts-participant-card {
        padding: 20px 15px
    }
}

.podcasts-participant-card__img {
    width: 100%;
    height: 244px
}

.podcasts-participant-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.podcasts-participant-card__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.podcasts-participant-card__top-desc {
    padding: 0 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #969696;
    border-right: 1px solid #eee
}

.podcasts-participant-card__top-desc:nth-child(1) {
    padding-left: 0
}

.podcasts-participant-card__top-desc:last-child {
    padding-right: 0;
    border-right: none
}

.podcasts-participant-card__platforms {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    margin-top: 24px
}

.podcasts-participant-card__platform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer
}

.podcasts-participant-card__platform-icon {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain
}

.podcasts-participant-card__text {
    margin-top: 18px
}

.podcasts-participant-card__name {
    font-weight: 500;
    font-size: 32px;
    line-height: 30px;
    color: #313131
}

@media screen and (max-width:1200px) {
    .podcasts-participant-card__name {
        font-size: 28px;
        line-height: 36px
    }
}

@media screen and (max-width:768px) {
    .podcasts-participant-card__name {
        font-size: 24px;
        line-height: 30px
    }
}

.podcasts-participant-card__desc {
    margin-top: 11px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #79ac4a
}

.podcasts-participant-card__title {
    margin-top: 24px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #505050
}

@media screen and (max-width:768px) {
    .podcasts-participant-card__title {
        font-size: 16px;
        line-height: 20px
    }
}

.podcast-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.podcast-form .input__label {
    max-width: 450px
}

.podcast-form__text {
    margin-bottom: 30px;
    max-width: 570px;
    text-align: center
}

.podcast-form__content {
    max-width: 550px;
    width: 100%
}

.catalog {
    display: grid;
    grid-template-columns: 394px 1fr;
    grid-column-gap: 32px
}

@media screen and (max-width:1023px) {
    .catalog {
        grid-template-columns: 1fr
    }
}

@media (min-width:1024px) and (max-width:1360px) {
    .catalog {
        grid-template-columns: 280px 1fr;
        grid-gap: 20px
    }
}

.catalog-filters-desktop {
    display: none
}

@media (min-width:1024px) {
    .catalog-filters-desktop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }
}

.catalog-filters-mobile {
    display: none
}

@media screen and (max-width:1023px) {
    .catalog-filters-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }
}

.catalog-filters__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px
}

@media screen and (max-width:375px) {
    .catalog-filters__bottom {
        display: grid;
        grid-template-columns: 125px 90px
    }
}

.catalog-filters__bottom-count {
    margin-left: auto
}

@media screen and (max-width:375px) {
    .catalog-filters__bottom-count {
        margin-left: 0
    }
}

.catalog-filters__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 12px;
    padding: 30px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.catalog-filters__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #313131;
    cursor: pointer;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.catalog-filters__item.active {
    color: #79ac4a
}

.catalog-filters__item:hover {
    color: #79ac4a
}

.catalog-filters__button-accept {
    margin-left: auto
}

@media (min-width:1024px) and (max-width:1360px) {
    .catalog-filters__button-accept {
        max-width: none;
        width: 100%
    }
}

.catalog-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 30px;
    overflow-x: auto
}

@media screen and (max-width:1024px) {
    .catalog-content {
        margin-right: 0
    }
}

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

.catalog-search .input {
    padding-left: 46px
}

@media screen and (max-width:1023px) {
    .catalog-search {
        margin: 16px 0
    }
}

.catalog-search__icon {
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.catalog-search__icon svg {
    width: 24px;
    height: 24px;
    fill: #a5a5a5;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.catalog-table {
    margin-top: 0 !important;
    overflow: auto;
    border: none
}

.catalog-table .grid-view {
    overflow-y: hidden
}

.catalog-table .grid-view .pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 52px;
    border: 1px solid #eee
}

.catalog-table .grid-view .pagination li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    position: relative;
    cursor: pointer
}

.catalog-table .grid-view .pagination li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.catalog-table .grid-view .pagination li:not(:last-child) {
    border-right: 1px solid #eee
}

.catalog-table .grid-view .pagination li.active {
    background-color: #79ac4a
}

.catalog-table .grid-view .pagination li.active a {
    color: #fff
}

.catalog-table .grid-view .pagination li:hover {
    background-color: #79ac4a
}

.catalog-table .grid-view .pagination li:hover a {
    color: #fff
}

.catalog-table__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-width: 1030px;
    margin-bottom: 52px
}

.catalog-table__header {
    display: grid;
    grid-template-columns: minmax(300px, 600px) minmax(155px, 1fr) minmax(155px, 1fr) minmax(220px, 350px);
    width: 100%;
    border-bottom: 1px solid #eee
}

.catalog-table__header-column {
    padding: 18px 18px 18px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #79ac4a;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee
}

.catalog-table__header-column:first-child {
    border-left: 1px solid #eee
}

.catalog-table__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.catalog-table__body-row {
    display: grid;
    grid-template-columns: minmax(300px, 600px) minmax(155px, 1fr) minmax(155px, 1fr) minmax(220px, 350px);
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.catalog-table__body-row td {
    border: none;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.catalog-table__body-row td:first-child {
    border-left: 1px solid #eee
}

.catalog-table__body-row td:last-child {
    border-right: 1px solid #eee
}

.catalog-table__body-row:hover {
    background-color: #eef6e5
}

.catalog-table__body-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 3px 0 3px 18px !important;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.catalog-table__body-column:last-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 52px auto;
    border: 1px solid #eee
}

.catalog-pagination .catalog-pagination-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    cursor: pointer
}

.catalog-pagination .catalog-pagination-item.active {
    background-color: #79ac4a;
    color: #fff
}

.catalog-pagination .catalog-pagination-item:hover {
    background-color: #79ac4a;
    color: #fff
}

.catalog-pagination__next svg,
.catalog-pagination__prev svg {
    width: 16px;
    height: 8px;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.catalog-pagination__next:hover svg,
.catalog-pagination__prev:hover svg {
    fill: #fff
}

.catalog-pagination__prev {
    border-right: 1px solid #eee
}

.catalog-pagination__prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.catalog-pagination__next {
    border-left: 1px solid #eee
}

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

.catalog-pagination__items .catalog-pagination-item:not(:last-child) {
    border-right: 1px solid #eee
}

.catalog-table__body-column__order {
    width: 115px;
    height: 52px
}

.catalog-table__body-column__order-link {
    width: 115px;
    height: 52px;
    margin-left: auto;
    background: #eee;
    color: #505050
}

.catalog-table__body-column__order-link:hover {
    background: #dbdbdb
}

.catalog-view .catalog-view__overview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 50px
}

@media screen and (max-width:768px) {
    .catalog-view .catalog-view__overview {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:980px) {
    .catalog-view .catalog-view__overview {
        gap: 24px
    }
}

.catalog-view .catalog-view__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalog-view .catalog-view__article,
.catalog-view .catalog-view__relate-item__article {
    margin-bottom: 8px;
    color: #79b933
}

.catalog-view .catalog-view__info-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
    gap: 20px
}

@media screen and (max-width:768px) {
    .catalog-view .catalog-view__info-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (max-width:1024px) {
    .catalog-view .catalog-view__info-bottom .button {
        height: 50px
    }
}

.catalog-view .catalog-view__info-price {
    font-size: 28px;
    line-height: 24px;
    color: #79b933;
    white-space: nowrap
}

@media screen and (max-width:1024px) {
    .catalog-view .catalog-view__info-price {
        font-size: 20px;
        line-height: normal
    }
}

.catalog-view .catalog-view__image {
    width: 380px;
    min-width: 380px;
    height: 260px;
    min-height: 260px
}

@media screen and (max-width:768px) {
    .catalog-view .catalog-view__image {
        margin: 0 auto;
        min-width: auto;
        width: auto;
        min-height: auto;
        height: auto
    }
}

.catalog-view .catalog-view__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.catalog-view .section__title:nth-of-type(2) {
    color: #79b933
}

.catalog-view .catalog-view__related-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

@media screen and (max-width:575px) {
    .catalog-view .catalog-view__related-list {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (min-width:576px) and (max-width:1299px) {
    .catalog-view .catalog-view__related-list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:1330px) and (max-width:1730px) {
    .catalog-view .catalog-view__related-list {
        grid-template-columns: repeat(3, 1fr)
    }
}

.catalog-view__relate-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    border: 1px solid #eee
}

.catalog-view__relate-item__name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #313131
}

.catalog-view__relate-item__image {
    margin-bottom: 20px
}

.catalog-view__relate-item__image img {
    max-width: 100%
}

.catalog-view__relate-item__article {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 18px;
    color: #79ac4a
}

.catalog-view__relate-item__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    margin-top: 64px
}

.catalog-view__relate-item__bottom .button {
    width: 200px;
    height: 50px
}

.catalog-view__relate-item__price {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #79ac4a;
    white-space: nowrap
}

/*# sourceMappingURL=main.min.css.map */