@charset "UTF-8";
/*---------------------------------------------------------------FONTS---------------------------------------------------------------*/
@font-face {
    font-family: "roboto";
    font-style: normal;
    font-weight: 100;
    font-display: block;
    src: url("../fonts/roboto/RobotoLight/RobotoLight.woff2") format("woff2"), url("../fonts/roboto/RobotoLight/RobotoLight.woff") format("woff"), url("../fonts/roboto/RobotoLight/RobotoLight.ttf") format("truetype"), url("../fonts/roboto/RobotoLight/RobotoLight.eot"), url("../fonts/roboto/RobotoLight/RobotoLight.eot?#iefix") format("embedded-opentype");
}

@font-face {
    font-family: "roboto";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/roboto/RobotoRegular/RobotoRegular.woff2") format("woff2"), url("../fonts/roboto/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/roboto/RobotoRegular/RobotoRegular.ttf") format("truetype"), url("../fonts/roboto/RobotoRegular/RobotoRegular.eot"), url("../fonts/roboto/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype");
}

@font-face {
    font-family: "roboto";
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: url("../fonts/roboto/RobotoMedium/RobotoMedium.woff2") format("woff2"), url("../fonts/roboto/RobotoMedium/RobotoMedium.woff") format("woff"), url("../fonts/roboto/RobotoMedium/RobotoMedium.ttf") format("truetype"), url("../fonts/roboto/RobotoMedium/RobotoMedium.eot"), url("../fonts/roboto/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype");
}

@font-face {
    font-family: "roboto";
    font-style: normal;
    font-weight: bold;
    font-display: block;
    src: url("../fonts/roboto/RobotoBold/RobotoBold.woff2") format("woff2"), url("../fonts/roboto/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/roboto/RobotoBold/RobotoBold.ttf") format("truetype"), url("../fonts/roboto/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/RobotoBold/RobotoBold.eot");
}

@font-face {
    font-family: "roboto";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/roboto/RobotoBlack/robotoblack.woff2") format("woff2"), url("../fonts/roboto/RobotoBlack/robotoblack.woff") format("woff"), url("../fonts/roboto/RobotoBlack/robotoblack.ttf") format("truetype"), url("../fonts/roboto/RobotoBlack/robotoblack.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/RobotoBlack/robotoblack.eot");
}

@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/proxima/regular/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/proxima/regular/ProximaNova-Regular.eot");
}

@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: bold;
    font-display: block;
    src: url("../fonts/proxima/bold/ProximaNova-Bold.woff") format("woff"), url("../fonts/proxima/bold/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/proxima/bold/ProximaNova-Bold.eot");
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* line 2, dev/sass/utils/_reset.scss */
button, hr, input {
    overflow: visible;
}

/* line 5, dev/sass/utils/_reset.scss */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 10, dev/sass/utils/_reset.scss */
a, audio, canvas, progress, video {
    display: inline-block;
}

/* line 14, dev/sass/utils/_reset.scss */
progress, sub, sup {
    vertical-align: baseline;
}

/* line 18, dev/sass/utils/_reset.scss */
[type=checkbox], [type=radio], legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/* line 23, dev/sass/utils/_reset.scss */
*, body {
    margin: 0;
}

/* line 27, dev/sass/utils/_reset.scss */
*, legend {
    padding: 0;
}

/* line 31, dev/sass/utils/_reset.scss */
*, :active, :focus, :hover, :visited {
    outline: 0;
}

/* line 35, dev/sass/utils/_reset.scss */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/* line 40, dev/sass/utils/_reset.scss */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block;
}

/* line 45, dev/sass/utils/_reset.scss */
figure {
    margin: 1em 40px;
}

/* line 49, dev/sass/utils/_reset.scss */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/* line 54, dev/sass/utils/_reset.scss */
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* line 59, dev/sass/utils/_reset.scss */
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

/* line 64, dev/sass/utils/_reset.scss */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/* line 70, dev/sass/utils/_reset.scss */
b, strong {
    font-weight: bold;
}

/* line 74, dev/sass/utils/_reset.scss */
dfn {
    font-style: italic;
}

/* line 78, dev/sass/utils/_reset.scss */
mark {
    background-color: #ff0;
    color: #000;
}

/* line 83, dev/sass/utils/_reset.scss */
small {
    font-size: 80%;
}

/* line 87, dev/sass/utils/_reset.scss */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

/* line 93, dev/sass/utils/_reset.scss */
sub {
    bottom: -.25em;
}

/* line 97, dev/sass/utils/_reset.scss */
sup {
    top: -.5em;
}

/* line 101, dev/sass/utils/_reset.scss */
audio:not([controls]) {
    display: none;
    height: 0;
}

/* line 106, dev/sass/utils/_reset.scss */
img {
    border-style: none;
}

/* line 110, dev/sass/utils/_reset.scss */
svg:not(:root) {
    overflow: hidden;
}

/* line 114, dev/sass/utils/_reset.scss */
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/* line 121, dev/sass/utils/_reset.scss */
button, select {
    text-transform: none;
}

/* line 125, dev/sass/utils/_reset.scss */
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

/* line 129, dev/sass/utils/_reset.scss */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/* line 134, dev/sass/utils/_reset.scss */
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px;
}

/* line 138, dev/sass/utils/_reset.scss */
fieldset {
    padding: .35em .75em .625em;
}

/* line 142, dev/sass/utils/_reset.scss */
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

/* line 149, dev/sass/utils/_reset.scss */
textarea {
    overflow: auto;
}

/* line 153, dev/sass/utils/_reset.scss */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

/* line 157, dev/sass/utils/_reset.scss */
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/* line 162, dev/sass/utils/_reset.scss */
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* line 166, dev/sass/utils/_reset.scss */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* line 171, dev/sass/utils/_reset.scss */
summary {
    display: list-item;
}

/* line 175, dev/sass/utils/_reset.scss */
[hidden], template {
    display: none;
}

/* line 179, dev/sass/utils/_reset.scss */
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

/* line 184, dev/sass/utils/_reset.scss */
.flex-center, .flex-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
}

/* line 191, dev/sass/utils/_reset.scss */
.clearfix:after {
    clear: both;
}

/* line 195, dev/sass/utils/_reset.scss */
ul > li {
    list-style: none;
}

/* line 199, dev/sass/utils/_reset.scss */
ul {
    padding-left: 0;
}

/* line 204, dev/sass/utils/_reset.scss */
input, select, button {
    outline: none;
}

/* line 208, dev/sass/utils/_reset.scss */
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* line 214, dev/sass/utils/_reset.scss */
h1, h2, h3, h4, h5, p {
    margin: 0;
}

/* line 5, dev/sass/utils/variables.scss */
:root {
    --headerWidth: 295px;
}

/* line 7, dev/sass/utils/common.scss */
.col-1 {
    width: 8.33333%;
}

/* line 7, dev/sass/utils/common.scss */
.col-2 {
    width: 16.66667%;
}

/* line 7, dev/sass/utils/common.scss */
.col-3 {
    width: 25%;
}

/* line 7, dev/sass/utils/common.scss */
.col-4 {
    width: 33.33333%;
}

/* line 7, dev/sass/utils/common.scss */
.col-5 {
    width: 41.66667%;
}

/* line 7, dev/sass/utils/common.scss */
.col-6 {
    width: 50%;
}

/* line 7, dev/sass/utils/common.scss */
.col-7 {
    width: 58.33333%;
}

/* line 7, dev/sass/utils/common.scss */
.col-8 {
    width: 66.66667%;
}

/* line 7, dev/sass/utils/common.scss */
.col-9 {
    width: 75%;
}

/* line 7, dev/sass/utils/common.scss */
.col-10 {
    width: 83.33333%;
}

/* line 7, dev/sass/utils/common.scss */
.col-11 {
    width: 91.66667%;
}

/* line 7, dev/sass/utils/common.scss */
.col-12 {
    width: 100%;
}

/* line 12, dev/sass/utils/common.scss */
html {
    overflow-x: hidden;
    height: 100%;
}

/* line 18, dev/sass/utils/common.scss */
body {
    font-family: "roboto";
    font-weight: 400;
    overflow: visible;
    overflow-x: hidden;
    font-size: 18px;
    line-height: 1.4em;
    min-height: 100%;
    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;
}

@media screen and (max-width: 1440px) {
    /* line 18, dev/sass/utils/common.scss */
    body {
        font-size: 16px;
    }
}

/* line 34, dev/sass/utils/common.scss */
/*main {*/
/*    width: calc(100% - var(--headerWidth));*/
/*    margin-left: auto;*/
/*    position: relative;*/
/*    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: start;*/
/*    -webkit-align-items: flex-start;*/
/*    -ms-flex-align: start;*/
/*    align-items: flex-start;*/
/*    margin-bottom: auto;*/
/*}*/

@media screen and (max-width: 1180px) {
    /* line 34, dev/sass/utils/common.scss */
    main {
        width: 100%;
    }
}

/* line 48, dev/sass/utils/common.scss */
a {
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    line-height: 1.4em;
    color: #55555B;
}

/* line 55, dev/sass/utils/common.scss */
img {
    max-width: 100%;
}

/* line 59, dev/sass/utils/common.scss */
.tabs__content {
    display: none;
    /* по умолчанию прячем все блоки */
}

/* line 64, dev/sass/utils/common.scss */
.tabs__content.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* по умолчанию показываем нужный блок */
}

/* line 70, dev/sass/utils/common.scss */
.container {
    margin: 0 auto;
    width: 100%;
}

/* line 1, dev/sass/utils/dump.scss */
.icon {
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 1600px) {
    /* line 6, dev/sass/utils/dump.scss */
    .hide-lg {
        display: none !important;
    }
}

@media screen and (max-width: 1440px) {
    /* line 12, dev/sass/utils/dump.scss */
    .hide-md {
        display: none !important;
    }
}

@media screen and (max-width: 1180px) {
    /* line 18, dev/sass/utils/dump.scss */
    .hide-xmd {
        display: none !important;
    }
}

@media screen and (max-width: 990px) {
    /* line 24, dev/sass/utils/dump.scss */
    .hide-sm {
        display: none !important;
    }
}

@media screen and (max-width: 800px) {
    /* line 30, dev/sass/utils/dump.scss */
    .hide-xs {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    /* line 36, dev/sass/utils/dump.scss */
    .hide-xxs {
        display: none !important;
    }
}

@media screen and (max-width: 450px) {
    /* line 42, dev/sass/utils/dump.scss */
    .hide-xxxs {
        display: none !important;
    }
}

/* line 47, dev/sass/utils/dump.scss */
[data-tab] {
    display: none;
}

/* line 49, dev/sass/utils/dump.scss */
[data-tab].active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 54, dev/sass/utils/dump.scss */
.social-links {
    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;
}

/* line 58, dev/sass/utils/dump.scss */
.social-links a {
    padding: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* line 63, dev/sass/utils/dump.scss */
.social-links a:hover .icon {
    fill: #74BB20;
}

/* line 69, dev/sass/utils/dump.scss */
.social-links .icon {
    width: 16px;
    height: 16px;
    fill: #282929;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 76, dev/sass/utils/dump.scss */
h1, .h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 110%;
    text-transform: uppercase;
    color: #4D4D4F;
}

/* line 83, dev/sass/utils/dump.scss */
.h2, h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    color: #55555B;
}

@media screen and (max-width: 600px) {
    /* line 83, dev/sass/utils/dump.scss */
    .h2, h2 {
        font-size: 24px;
    }
}

/* line 93, dev/sass/utils/dump.scss */
.h3, h3 {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #4D4D4F;
}

@media screen and (max-width: 600px) {
    /* line 93, dev/sass/utils/dump.scss */
    .h3, h3 {
        font-size: 18px;
    }
}

/* line 102, dev/sass/utils/dump.scss */
.page-zag {
    width: 100%;
    padding: 30px 50px;
    border-left: 1px solid #EEEEEE;
}

@media screen and (max-width: 1440px) {
    /* line 102, dev/sass/utils/dump.scss */
    .page-zag {
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 102, dev/sass/utils/dump.scss */
    .page-zag {
        padding: 15px;
    }
}

/* line 114, dev/sass/utils/dump.scss */
.container-padding {
    padding: 0 100px 0 50px;
    border-left: 1px solid #EEEEEE;
}

@media screen and (max-width: 1440px) {
    /* line 114, dev/sass/utils/dump.scss */
    .container-padding {
        padding: 0 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 114, dev/sass/utils/dump.scss */
    .container-padding {
        padding: 0 15px;
        border-left: 0;
    }
}

/* line 125, dev/sass/utils/dump.scss */
iframe {
    width: 100%;
    height: 700px;
    margin-bottom: 40px;
}

/* line 129, dev/sass/utils/dump.scss */
iframe .content-wrapper {
    width: 100% !important;
}

@media screen and (max-width: 990px) {
    /* line 125, dev/sass/utils/dump.scss */
    iframe {
        margin-bottom: 20px;
        height: 400px;
    }
}

@media screen and (max-width: 600px) {
    /* line 125, dev/sass/utils/dump.scss */
    iframe {
        margin-bottom: 10px;
        height: 200px;
    }
}

/* line 141, dev/sass/utils/dump.scss */
.video {
    width: 100%;
    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;
    position: relative;
    margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
    /* line 141, dev/sass/utils/dump.scss */
    .video {
        margin-bottom: 10px;
    }
}

/* line 150, dev/sass/utils/dump.scss */
.video-play {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    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;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    z-index: 10;
}

/* line 162, dev/sass/utils/dump.scss */
.video-play:hover .icon {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/* line 166, dev/sass/utils/dump.scss */
.video-play.play {
    opacity: 0;
    pointer-events: none;
}

/* line 170, dev/sass/utils/dump.scss */
.video-play .icon {
    width: 85px;
    height: 85px;
    fill: rgba(255, 255, 255, 0.8);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 178, dev/sass/utils/dump.scss */
.video video {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 !important;
}

/* line 184, dev/sass/utils/dump.scss */
.video video:-webkit-full-page-media {
    margin: 0 !important;
}

/* line 189, dev/sass/utils/dump.scss */
.scroll--up {
    background-color: #74BB20;
    padding: 17px 10px;
    position: fixed;
    right: -50px;
    bottom: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
}

@media screen and (max-width: 600px) {
    /* line 189, dev/sass/utils/dump.scss */
    .scroll--up {
        bottom: 15px;
        padding: 10px 5px;
    }
}

/* line 204, dev/sass/utils/dump.scss */
.scroll--up.visible {
    opacity: 1;
    pointer-events: auto;
    right: 20px;
}

@media screen and (max-width: 600px) {
    /* line 204, dev/sass/utils/dump.scss */
    .scroll--up.visible {
        right: 15px;
    }
}

/* line 212, dev/sass/utils/dump.scss */
.scroll--up:hover {
    -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.18);
    box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.18);
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
}

/* line 216, dev/sass/utils/dump.scss */
.scroll--up .icon {
    fill: transparent;
    stroke: #fff;
    display: block;
}

/* line 220, dev/sass/utils/dump.scss */
.scroll--up .icon-scroll--up__ar {
    margin-bottom: 10px;
    height: 33px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: scrollUp;
    animation-name: scrollUp;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media screen and (max-width: 600px) {
    /* line 220, dev/sass/utils/dump.scss */
    .scroll--up .icon-scroll--up__ar {
        height: 20px;
    }
}

/* line 231, dev/sass/utils/dump.scss */
.scroll--up .icon-scroll--up__mouse {
    width: 15px;
    height: 20px;
    margin: 0 auto;
}

@-webkit-keyframes scrollUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes scrollUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* line 251, dev/sass/utils/dump.scss */
.readmore {
    position: relative;
    height: 200px;
    margin: 0 0 20px;
    overflow: hidden;
    z-index: 0;
}

/* line 257, dev/sass/utils/dump.scss */
.readmore::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background-image: -webkit-linear-gradient(bottom, #fff 43px, transparent);
    background-image: -o-linear-gradient(bottom, #fff 43px, transparent);
    background-image: linear-gradient(0deg, #fff 43px, transparent);
    z-index: 10;
    pointer-events: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

/* line 270, dev/sass/utils/dump.scss */
.readmore-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20;
    overflow: hidden;
}

/* line 277, dev/sass/utils/dump.scss */
.readmore-btn::before {
    display: block;
    content: attr(data-before);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    text-align: center;
}

/* line 284, dev/sass/utils/dump.scss */
.readmore-btn::after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    content: attr(data-after);
    display: block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    text-align: center;
}

/* line 296, dev/sass/utils/dump.scss */
.readmore--open {
    padding-bottom: 63px !important;
}

@media screen and (max-width: 600px) {
    /* line 296, dev/sass/utils/dump.scss */
    .readmore--open {
        padding-bottom: 51px !important;
    }
}

/* line 301, dev/sass/utils/dump.scss */
.readmore--open::before {
    opacity: 0;
}

/* line 305, dev/sass/utils/dump.scss */
.readmore--open .readmore-btn::before {
    -webkit-transform: translateY(calc(-100% - 20px));
    -ms-transform: translateY(calc(-100% - 20px));
    transform: translateY(calc(-100% - 20px));
}

/* line 308, dev/sass/utils/dump.scss */
.readmore--open .readmore-btn::after {
    -webkit-transform: translateY(calc(-100% - 10px));
    -ms-transform: translateY(calc(-100% - 10px));
    transform: translateY(calc(-100% - 10px));
}

@media screen and (max-width: 600px) {
    /* line 308, dev/sass/utils/dump.scss */
    .readmore--open .readmore-btn::after {
        -webkit-transform: translateY(calc(-100% - 5px));
        -ms-transform: translateY(calc(-100% - 5px));
        transform: translateY(calc(-100% - 5px));
    }
}

/* line 1, dev/sass/utils/btn.scss */
.btn {
    font-size: 15px;
    padding: 10px;
    letter-spacing: -0.01em;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

@media screen and (max-width: 600px) {
    /* line 1, dev/sass/utils/btn.scss */
    .btn {
        padding: 5px 8px;
        font-size: 14px;
    }
}

/* line 11, dev/sass/utils/btn.scss */
.btn-green {
    border: 1px solid #74BB20;
    background-color: #74BB20;
    color: #fff;
}

/* line 15, dev/sass/utils/btn.scss */
.btn-green:hover {
    color: #74BB20;
    background-color: #fff;
}

/* line 20, dev/sass/utils/btn.scss */
.btn-border {
    background-color: white;
    border: 1px solid #74BB20;
    color: #74BB20;
}

/* line 24, dev/sass/utils/btn.scss */
.btn-border:hover {
    color: white;
    background-color: #74BB20;
}

/* line 29, dev/sass/utils/btn.scss */
.btn-img {
    text-transform: uppercase;
}

/* line 31, dev/sass/utils/btn.scss */
.btn-img .icon {
    width: 12px;
    fill: #fff;
    height: 10px;
    margin-right: 10px;
    margin-top: 1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 40, dev/sass/utils/btn.scss */
.btn-img:hover .icon {
    fill: #74BB20;
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
}

/* line 47, dev/sass/utils/btn.scss */
.btn-black {
    border: 1px solid #55555B;
}

/* line 50, dev/sass/utils/btn.scss */
.btn-uppercase {
    text-transform: uppercase;
}

/* line 53, dev/sass/utils/btn.scss */
.btn--sbmt {
    border: 1px solid #74BB20;
    background-color: #fff;
    padding: 13px 23px;
    color: #333333;
    opacity: 0.8;
    font-size: 18px;
    letter-spacing: -0.01em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

/* line 66, dev/sass/utils/btn.scss */
.btn--sbmt::before {
    content: attr(data-before);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
    top: 0px;
    -webkit-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
}

/* line 73, dev/sass/utils/btn.scss */
.btn--sbmt::after {
    content: attr(data-after);
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    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;
    -webkit-transform: skew(5deg, 5deg);
    -ms-transform: skew(5deg, 5deg);
    transform: skew(5deg, 5deg);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

@media screen and (min-width: 990px) {
    /* line 88, dev/sass/utils/btn.scss */
    .btn--sbmt:hover {
        border-color: #55555B;
    }
    /* line 91, dev/sass/utils/btn.scss */
    .btn--sbmt:hover::before {
        top: -20px;
        -webkit-transform: skew(15deg, 15deg);
        -ms-transform: skew(15deg, 15deg);
        transform: skew(15deg, 15deg);
        opacity: 0;
    }
    /* line 96, dev/sass/utils/btn.scss */
    .btn--sbmt:hover::after {
        top: 0;
        -webkit-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        color: #333333;
    }
}

/* line 103, dev/sass/utils/btn.scss */
.btn--sbmt.off {
    border-color: #55555B;
}

/* line 105, dev/sass/utils/btn.scss */
.btn--sbmt.off::before {
    top: -20px;
    -webkit-transform: skew(15deg, 15deg);
    -ms-transform: skew(15deg, 15deg);
    transform: skew(15deg, 15deg);
}

/* line 109, dev/sass/utils/btn.scss */
.btn--sbmt.off::after {
    top: 0;
    -webkit-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    background-color: #74BB20;
}

@media screen and (min-width: 990px) {
    /* line 116, dev/sass/utils/btn.scss */
    .btn--sbmt.off:hover::after {
        background-color: #fff;
    }
}

/* line 123, dev/sass/utils/btn.scss */
.btn-up {
    text-transform: uppercase;
}

/* line 126, dev/sass/utils/btn.scss */
.btn-lg {
    padding: 16px 40px;
}

@media screen and (max-width: 1180px) {
    /* line 126, dev/sass/utils/btn.scss */
    .btn-lg {
        padding: 10px 20px;
    }
}

/* line 133, dev/sass/utils/btn.scss */
.btn-back {
    width: 57px;
    height: 52px;
    padding: 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;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 143, dev/sass/utils/btn.scss */
.btn-back:hover {
    background-color: #fff;
}

/* line 145, dev/sass/utils/btn.scss */
.btn-back:hover .icon {
    fill: #55555B;
}

/* line 149, dev/sass/utils/btn.scss */
.btn-back .icon {
    width: 13px;
    height: 10px;
    fill: #fff;
}

/* line 157, dev/sass/utils/btn.scss */
.link-wArrow {
    font-size: 15px;
    line-height: 120%;
    text-transform: uppercase;
    padding-top: 9px;
    margin-top: 15px;
    position: relative;
}

/* line 164, dev/sass/utils/btn.scss */
.link-wArrow:hover {
    color: #74BB20;
}

/* line 166, dev/sass/utils/btn.scss */
.link-wArrow:hover::before {
    width: calc(100% + 30px);
    background-color: #74BB20;
}

/* line 170, dev/sass/utils/btn.scss */
.link-wArrow:hover:after {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    left: calc(100% + 10px);
}

/* line 176, dev/sass/utils/btn.scss */
.link-wArrow::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #55555B;
    z-index: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 187, dev/sass/utils/btn.scss */
.link-wArrow::after {
    content: '';
    width: 20px;
    height: 10px;
    position: absolute;
    top: 13px;
    left: calc(100% + 5px);
    background-image: url(../img/svg/ar-r-long.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
    opacity: 0;
}

/* line 3, dev/sass/modules/mp/mp-ms.scss */
.mp-ms {
    width: 100%;
    margin-left: -4px;
}

@media screen and (max-width: 1180px) {
    /* line 3, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms {
        margin-left: 0;
    }
}

/* line 9, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__container {
    height: 100vh;
}

@media screen and (max-width: 1180px) {
    /* line 9, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__container {
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    /* line 9, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__container {
        padding: 0 15px;
    }
}

/* line 18, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item {
    float: left;
    height: 50%;
    width: calc(100% / 3);
    position: relative;
    padding: 4px;
    overflow: hidden;
}

@media screen and (max-width: 1180px) {
    /* line 18, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item {
        padding-bottom: calc(25% - 4px);
    }
}

@media screen and (max-width: 990px) {
    /* line 18, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item {
        width: 50%;
        padding-bottom: calc(50% - 2.5px);
    }
}

@media screen and (max-width: 600px) {
    /* line 18, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item {
        width: 100%;
        padding-bottom: 0%;
    }
}

/* line 36, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item-name {
    position: absolute;
    width: calc(100% - 8px);
    padding: 22px 35px;
    left: 4px;
    top: 4px;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FEFEFE;
    z-index: 2;
}

@media screen and (max-width: 600px) {
    /* line 36, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item-name {
        padding: 20px 25px;
        font-size: 18px;
        left: 0;
        width: 100%;
        position: relative;
    }
}

/* line 55, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item-desc {
    position: absolute;
    width: calc(100% - 8px);
    color: #FEFEFE;
    z-index: 2;
    left: 4px;
    padding: 35px;
    opacity: 0;
    visibility: hidden;
    bottom: -100px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

@media screen and (max-width: 1180px) {
    /* line 55, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item-desc {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 55, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item-desc {
        padding: 20px 25px;
        position: relative;
        font-size: 12px;
        left: 0;
        width: 100%;
        padding-top: 0;
    }
}

/* line 80, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item .bg {
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
    overflow: hidden;
    z-index: 1;
}

@media screen and (max-width: 600px) {
    /* line 80, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item .bg {
        width: 100%;
        left: 0;
    }
}

/* line 92, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item .bg::before {
    content: '';
    z-index: 2;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

@media screen and (max-width: 1180px) {
    /* line 92, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item .bg::before {
        background-color: rgba(0, 0, 0, 0.3);
    }
}

/* line 104, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item .bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100%;
    max-width: 1000%;
    z-index: 1;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* line 119, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item:hover .bg::before {
    background-color: rgba(0, 0, 0, 0.3);
}

/* line 122, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item:hover .bg img {
    -webkit-transform: scale(1.05) translateX(-48%) translateY(-50%);
    -ms-transform: scale(1.05) translateX(-48%) translateY(-50%);
    transform: scale(1.05) translateX(-48%) translateY(-50%);
}

/* line 126, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item:hover .mp-ms__item-desc {
    bottom: 4px;
    opacity: 1;
    visibility: visible;
}

/* line 132, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item--wh2 {
    height: 100%;
    width: calc(100% / 3);
}

@media screen and (max-width: 1180px) {
    /* line 132, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item--wh2 {
        padding-bottom: 50%;
    }
}

@media screen and (max-width: 990px) {
    /* line 132, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item--wh2 {
        padding-bottom: 100%;
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    /* line 132, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item--wh2 {
        width: 100%;
        padding-bottom: 0%;
    }
}

/* line 147, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item--ww2 {
    width: 66.66%;
    height: 50%;
}

/* line 150, dev/sass/modules/mp/mp-ms.scss */
.mp-ms__item--ww2 .mp-ms__item-name {
    width: 50%;
}

@media screen and (max-width: 600px) {
    /* line 150, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item--ww2 .mp-ms__item-name {
        width: 100%;
    }
}

@media screen and (max-width: 1180px) {
    /* line 147, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item--ww2 {
        padding-bottom: 25%;
        height: auto;
    }
}

@media screen and (max-width: 990px) {
    /* line 147, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item--ww2 {
        width: 100%;
        padding-bottom: 50%;
    }
}

@media screen and (max-width: 600px) {
    /* line 147, dev/sass/modules/mp/mp-ms.scss */
    .mp-ms__item--ww2 {
        padding-bottom: 0;
    }
}

/* line 1, dev/sass/modules/mp/mp-news.scss */
.mp-news {
    margin-top: -4px;
    border-left: 1px solid #ededed;
}

/* line 4, dev/sass/modules/mp/mp-news.scss */
.mp-news__container {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* line 9, dev/sass/modules/mp/mp-news.scss */
.mp-news__main {
    width: 60%;
    padding: 64px 45px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 1440px) {
    /* line 9, dev/sass/modules/mp/mp-news.scss */
    .mp-news__main {
        padding: 40px 25px 0;
    }
}

@media screen and (max-width: 990px) {
    /* line 9, dev/sass/modules/mp/mp-news.scss */
    .mp-news__main {
        width: 100%;
        padding: 40px 15px 0;
    }
}

/* line 23, dev/sass/modules/mp/mp-news.scss */
.mp-news__main .news-item__more {
    display: none;
    padding-top: 15px;
    padding-bottom: 80px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    /* line 23, dev/sass/modules/mp/mp-news.scss */
    .mp-news__main .news-item__more {
        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;
    }
}

/* line 33, dev/sass/modules/mp/mp-news.scss */
.mp-news__main .news-item__more a {
    width: 100%;
    text-align: center;
}

/* line 39, dev/sass/modules/mp/mp-news.scss */
.mp-news__sidebar {
    width: 40%;
    padding: 80px 60px 70px;
    border-left: 1px solid #E0E0E0;
    margin-top: 15px;
}

@media screen and (max-width: 1440px) {
    /* line 39, dev/sass/modules/mp/mp-news.scss */
    .mp-news__sidebar {
        padding: 40px;
    }
}

@media screen and (max-width: 990px) {
    /* line 39, dev/sass/modules/mp/mp-news.scss */
    .mp-news__sidebar {
        width: 100%;
        border-top: 1px solid #E0E0E0;
        border-left: 0px solid #E0E0E0;
        padding: 40px 15px;
        margin-top: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 39, dev/sass/modules/mp/mp-news.scss */
    .mp-news__sidebar {
        display: none;
    }
}

/* line 58, dev/sass/modules/mp/mp-news.scss */
.mp-news__zag {
    margin-bottom: 35px;
    width: 100%;
}

/* line 61, dev/sass/modules/mp/mp-news.scss */
.mp-news__zag .h2, .mp-news__zag h2 {
    width: 100%;
}

/* line 67, dev/sass/modules/mp/mp-news.scss */
.news-container {
    width: 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-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* line 73, dev/sass/modules/mp/mp-news.scss */
.news-container-mh {
    min-height: 100vh;
}

@media screen and (max-width: 1180px) {
    /* line 73, dev/sass/modules/mp/mp-news.scss */
    .news-container-mh {
        min-height: 1px;
    }
}

/* line 1, dev/sass/modules/mp/mp-contact.scss */
.mp-contact {
    width: 100%;
    position: relative;
}

/* line 4, dev/sass/modules/mp/mp-contact.scss */
.mp-contact #mp-contact__map {
    height: 730px;
    width: 100%;
}

/* line 7, dev/sass/modules/mp/mp-contact.scss */
.mp-contact #mp-contact__map .ymaps-2-1-75-image {
    -webkit-filter: none !important;
    filter: none !important;
}

/* line 10, dev/sass/modules/mp/mp-contact.scss */
.mp-contact #mp-contact__map ymaps {
    -webkit-filter: none !important;
    filter: none !important;
}

/* line 14, dev/sass/modules/mp/mp-contact.scss */
.mp-contact #mp-contact__map [class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale") !important;
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%) !important;
    /* Chrome 19+ & Safari 6+ */
}

/* line 21, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__content {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    padding: 45px 60px;
    width: 680px;
}

@media screen and (max-width: 1440px) {
    /* line 21, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__content {
        width: 500px;
        padding: 25px;
    }
}

/* line 40, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item {
    border-bottom: 1px solid #E0E0E0;
}

/* line 42, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item:last-child {
    border-bottom: 0;
}

/* line 45, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item-name {
    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;
    padding: 30px 0;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #4F4F4F;
    opacity: 0.8;
    cursor: pointer;
}

@media screen and (max-width: 1440px) {
    /* line 45, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__item-name {
        padding: 15px 0;
    }
}

/* line 59, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item-name .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 20px;
    height: 20px;
}

/* line 66, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item-content {
    display: none;
    padding-right: 80px;
}

@media screen and (max-width: 1440px) {
    /* line 66, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__item-content {
        padding-right: 50px;
    }
}

/* line 72, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item-content .name {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #333333;
    opacity: 0.8;
    margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {
    /* line 72, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__item-content .name {
        margin-bottom: 15px;
        font-size: 16px;
    }
}

/* line 85, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item-content p {
    font-size: 16px;
    color: #4F4F4F;
    opacity: 0.8;
    margin-bottom: 25px;
}

@media screen and (max-width: 1440px) {
    /* line 85, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__item-content p {
        margin-bottom: 20px;
        font-size: 14px;
    }
}

/* line 95, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item-content a[href*=tel] {
    color: #55555B;
    opacity: 0.8;
    margin-right: 10px;
    text-decoration: underline;
}

/* line 100, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item-content a[href*=tel]:hover {
    color: #74BB20;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

/* line 105, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item-content .top-border {
    font-size: 15px;
    text-transform: uppercase;
    color: #55555B;
    padding-top: 10px;
    margin-top: 30px;
    border-top: 1px solid #55555B;
}

/* line 112, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item-content .top-border:hover {
    border-color: #74BB20;
    color: #74BB20;
}

/* line 121, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__item.open .mp-contact__item-name .icon {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/* line 130, dev/sass/modules/mp/mp-contact.scss */
.mp-contact-mob {
    display: none;
}

@media screen and (max-width: 800px) {
    /* line 130, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact-mob {
        display: block;
    }
}

/* line 135, dev/sass/modules/mp/mp-contact.scss */
.mp-contact-mob .h2, .mp-contact-mob h2 {
    text-align: center;
    margin-bottom: 35px;
}

/* line 139, dev/sass/modules/mp/mp-contact.scss */
.mp-contact-mob #mp-contact-mob__map {
    width: 100%;
    height: 450px;
    background-color: #74BB20;
}

/* line 143, dev/sass/modules/mp/mp-contact.scss */
.mp-contact-mob #mp-contact-mob__map .ymaps-2-1-75-image {
    -webkit-filter: none !important;
    filter: none !important;
}

/* line 146, dev/sass/modules/mp/mp-contact.scss */
.mp-contact-mob #mp-contact-mob__map ymaps {
    -webkit-filter: none !important;
    filter: none !important;
}

/* line 150, dev/sass/modules/mp/mp-contact.scss */
.mp-contact-mob #mp-contact-mob__map [class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale") !important;
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%) !important;
    /* Chrome 19+ & Safari 6+ */
}

/* line 158, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab {
    position: relative;
}

/* line 160, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #BDBDBD;
}

@media screen and (max-width: 600px) {
    /* line 160, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__tab-list {
        position: relative;
        border-top: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 169, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__tab-list .slick-track {
        padding-top: 5px;
    }
}

/* line 175, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-list .slick-next, .mp-contact__tab-list .slick-prev {
    width: 60px;
    height: 100%;
    z-index: 50;
    background-position: center;
    background-repeat: no-repeat;
}

/* line 181, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-list .slick-next::before, .mp-contact__tab-list .slick-prev::before {
    content: none;
}

/* line 185, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-list .slick-prev {
    left: 0;
    background-image: url(../img/svg/slick-left.svg);
}

/* line 189, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-list .slick-next {
    right: 0;
    background-image: url(../img/svg/slick-right.svg);
}

/* line 193, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-list li {
    padding: 20px 25px;
    margin-top: -1px;
    border-top: 2px solid transparent;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: rgba(79, 79, 79, 0.5);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    /* line 193, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__tab-list li {
        padding: 0px;
        text-align: center;
        border-top: 1px solid #BDBDBD;
        margin-top: 0;
    }
}

@media screen and (max-width: 800px) {
    /* line 211, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__tab-list li span {
        padding: 20px;
        display: inline-block;
        border-top: 2px solid transparent;
    }
}

/* line 218, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-list li.active {
    border-color: #74BB20;
    color: rgba(79, 79, 79, 0.8);
}

@media screen and (max-width: 800px) {
    /* line 218, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__tab-list li.active {
        border-top: 1px solid #BDBDBD;
    }
}

@media screen and (max-width: 800px) {
    /* line 224, dev/sass/modules/mp/mp-contact.scss */
    .mp-contact__tab-list li.active span {
        border-color: #74BB20;
        margin-top: -1px;
    }
}

/* line 233, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-content {
    position: absolute;
    bottom: 0%;
    width: calc(100% - 30px);
    left: 15px;
    background-color: #fff;
    padding: 30px 17px;
}

/* line 241, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-content p {
    font-size: 14px;
    color: #4F4F4F;
    opacity: 0.8;
    margin-bottom: 11px;
    width: 100%;
}

/* line 248, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-content a[href*=tel] {
    color: #55555B;
    opacity: 0.8;
    margin-right: 10px;
    font-size: 14px;
    text-decoration: underline;
}

/* line 254, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-content a[href*=tel]:hover {
    color: #74BB20;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

/* line 259, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-content .top-border {
    font-size: 15px;
    text-transform: uppercase;
    color: #55555B;
    padding-top: 10px;
    margin-top: 30px;
    border-top: 1px solid #55555B;
}

/* line 266, dev/sass/modules/mp/mp-contact.scss */
.mp-contact__tab-content .top-border:hover {
    border-color: #74BB20;
    color: #74BB20;
}

/* line 1, dev/sass/pages/news.scss */
.news-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(50% - 30px);
    margin-bottom: 50px;
}

@media screen and (max-width: 1440px) {
    /* line 1, dev/sass/pages/news.scss */
    .news-item {
        margin-bottom: 30px;
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 600px) {
    /* line 1, dev/sass/pages/news.scss */
    .news-item {
        width: 100%;
    }
}

/* line 13, dev/sass/pages/news.scss */
.news-item__img {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    margin-bottom: 50px;
}

@media screen and (max-width: 1440px) {
    /* line 13, dev/sass/pages/news.scss */
    .news-item__img {
        margin-bottom: 35px;
    }
}

/* line 21, dev/sass/pages/news.scss */
.news-item__img:after {
    content: '';
    position: absolute;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 165px;
    height: 1px;
    background-color: #000000;
    left: 0;
    bottom: -25px;
}

@media screen and (max-width: 1440px) {
    /* line 21, dev/sass/pages/news.scss */
    .news-item__img:after {
        bottom: -20px;
    }
}

/* line 34, dev/sass/pages/news.scss */
.news-item__img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 0px solid #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* line 44, dev/sass/pages/news.scss */
.news-item__img .bg {
    width: 100%;
    padding-bottom: 45%;
    -webkit-background-size: cover;
    background-size: cover;
}

/* line 51, dev/sass/pages/news.scss */
.news-item__content .date {
    font-weight: 300;
    font-size: 16px;
    line-height: 144%;
    color: #828282;
    margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {
    /* line 51, dev/sass/pages/news.scss */
    .news-item__content .date {
        margin-bottom: 15px;
    }
}

/* line 61, dev/sass/pages/news.scss */
.news-item__content p {
    color: #55555B;
    height: 70px;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    /* line 61, dev/sass/pages/news.scss */
    .news-item__content p {
        height: auto;
    }
}

/* line 71, dev/sass/pages/news.scss */
.news-item:hover .news-item__img::before {
    border: 15px solid #fff;
}

/* line 74, dev/sass/pages/news.scss */
.news-item:hover .news-item__img::after {
    background-color: #74BB20;
    width: 210px;
}

/* line 81, dev/sass/pages/news.scss */
.news-list__item {
    width: 100%;
    margin-bottom: 45px;
}

@media screen and (max-width: 1440px) {
    /* line 81, dev/sass/pages/news.scss */
    .news-list__item {
        margin-bottom: 30px;
    }
}

/* line 87, dev/sass/pages/news.scss */
.news-list__item:last-child {
    margin-bottom: 0;
}

/* line 91, dev/sass/pages/news.scss */
.news-list__item:hover p {
    color: #74BB20;
}

/* line 95, dev/sass/pages/news.scss */
.news-list__item .date {
    font-weight: 300;
    font-size: 16px;
    line-height: 144%;
    color: #828282;
    margin-bottom: 25px;
}

@media screen and (max-width: 1440px) {
    /* line 95, dev/sass/pages/news.scss */
    .news-list__item .date {
        margin-bottom: 10px;
    }
}

/* line 105, dev/sass/pages/news.scss */
.news-list__item p {
    color: #55555B;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 1, dev/sass/pages/text-page.scss */
.popup,
.text__container {
    padding: 50px;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    /* line 1, dev/sass/pages/text-page.scss */
    .popup,
    .text__container {
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 1, dev/sass/pages/text-page.scss */
    .popup,
    .text__container {
        padding: 15px;
    }
}

/* line 16, dev/sass/pages/text-page.scss */
.popup .h1, .popup h1,
.text__container .h1,
.text__container h1 {
    font-weight: bold;
    font-size: 28px;
    line-height: 110%;
    text-transform: uppercase;
    color: #4D4D4F;
    margin-bottom: 25px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    /* line 16, dev/sass/pages/text-page.scss */
    .popup .h1, .popup h1,
    .text__container .h1,
    .text__container h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

/* line 29, dev/sass/pages/text-page.scss */
.popup .h2, .popup h2,
.text__container .h2,
.text__container h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
    color: #4D4D4F;
    margin-bottom: 25px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    /* line 29, dev/sass/pages/text-page.scss */
    .popup .h2, .popup h2,
    .text__container .h2,
    .text__container h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

/* line 42, dev/sass/pages/text-page.scss */
.popup .h3, .popup h3,
.text__container .h3,
.text__container h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 110%;
    text-transform: uppercase;
    color: #4D4D4F;
    margin-bottom: 25px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    /* line 42, dev/sass/pages/text-page.scss */
    .popup .h3, .popup h3,
    .text__container .h3,
    .text__container h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

/* line 55, dev/sass/pages/text-page.scss */
.popup .h4, .popup h4,
.text__container .h4,
.text__container h4 {
    font-weight: 500;
    line-height: 110%;
    color: #4D4D4F;
    font-size: 18px;
    margin-bottom: 20px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    /* line 55, dev/sass/pages/text-page.scss */
    .popup .h4, .popup h4,
    .text__container .h4,
    .text__container h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

/* line 67, dev/sass/pages/text-page.scss */
.popup p,
.text__container p {
    font-size: 16px;
    line-height: 140%;
    color: #55555B;
    margin-bottom: 25px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    /* line 67, dev/sass/pages/text-page.scss */
    .popup p,
    .text__container p {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

/* line 77, dev/sass/pages/text-page.scss */
.popup p.text-page-date,
.text__container p.text-page-date {
    color: #828282;
}

/* line 81, dev/sass/pages/text-page.scss */
.popup .link-wArrow,
.text__container .link-wArrow {
    margin-bottom: 25px;
}

@media screen and (max-width: 600px) {
    /* line 81, dev/sass/pages/text-page.scss */
    .popup .link-wArrow,
    .text__container .link-wArrow {
        margin-bottom: 15px;
        font-size: 14px;
    }
}

/* line 88, dev/sass/pages/text-page.scss */
.popup .w25,
.text__container .w25 {
    width: calc(25% - 50px);
    margin: 40px 50px 40px 0;
    padding: 30px 50px 0 0;
}

@media screen and (max-width: 1600px) {
    /* line 88, dev/sass/pages/text-page.scss */
    .popup .w25,
    .text__container .w25 {
        padding: 20px 20px 0 0;
    }
}

@media screen and (max-width: 1440px) {
    /* line 88, dev/sass/pages/text-page.scss */
    .popup .w25,
    .text__container .w25 {
        width: calc(50% - 50px);
        margin: 20px 50px 20px 0;
    }
}

@media screen and (max-width: 1180px) {
    /* line 88, dev/sass/pages/text-page.scss */
    .popup .w25,
    .text__container .w25 {
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 88, dev/sass/pages/text-page.scss */
    .popup .w25,
    .text__container .w25 {
        width: 100%;
        margin: 10px 0;
        padding: 0 20px 0 0;
    }
}

/* line 107, dev/sass/pages/text-page.scss */
.popup .w25:not(:last-child),
.text__container .w25:not(:last-child) {
    border-right: 1px solid #f2f2f2;
}

@media screen and (max-width: 1440px) {
    /* line 107, dev/sass/pages/text-page.scss */
    .popup .w25:not(:last-child),
    .text__container .w25:not(:last-child) {
        border-right: none;
    }
}

@media screen and (max-width: 600px) {
    /* line 107, dev/sass/pages/text-page.scss */
    .popup .w25:not(:last-child),
    .text__container .w25:not(:last-child) {
        border-bottom: 1px solid #f2f2f2;
    }
}

/* line 116, dev/sass/pages/text-page.scss */
.popup .w25:nth-child(2n-1),
.text__container .w25:nth-child(2n-1) {
    border-right: 1px solid #f2f2f2;
}

@media screen and (max-width: 600px) {
    /* line 116, dev/sass/pages/text-page.scss */
    .popup .w25:nth-child(2n-1),
    .text__container .w25:nth-child(2n-1) {
        border-right: none;
    }
}

/* line 123, dev/sass/pages/text-page.scss */
.popup .w33,
.text__container .w33 {
    width: calc(100% / 3 - 30px);
    margin-right: 30px;
}

@media screen and (max-width: 1440px) {
    /* line 123, dev/sass/pages/text-page.scss */
    .popup .w33,
    .text__container .w33 {
        width: calc(100% / 2 - 30px);
    }
}

@media screen and (max-width: 600px) {
    /* line 123, dev/sass/pages/text-page.scss */
    .popup .w33,
    .text__container .w33 {
        width: 100%;
    }
}

/* line 133, dev/sass/pages/text-page.scss */
.popup .w50,
.text__container .w50 {
    width: 50%;
    padding-right: 30px;
}

@media screen and (max-width: 600px) {
    /* line 133, dev/sass/pages/text-page.scss */
    .popup .w50,
    .text__container .w50 {
        padding-right: 0;
        width: 100%;
    }
}

/* line 141, dev/sass/pages/text-page.scss */
.popup .w100,
.text__container .w100 {
    width: 100%;
}

/* line 144, dev/sass/pages/text-page.scss */
.popup img,
.text__container img {
    height: auto;
    margin: 30px 0;
}

@media screen and (max-width: 600px) {
    /* line 144, dev/sass/pages/text-page.scss */
    .popup img,
    .text__container img {
        margin: 15px 0;
    }
}

/* line 151, dev/sass/pages/text-page.scss */
.popup ul:not(.pagination-list),
.text__container ul:not(.pagination-list) {
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    /* line 151, dev/sass/pages/text-page.scss */
    .popup ul:not(.pagination-list),
    .text__container ul:not(.pagination-list) {
        margin-bottom: 20px;
    }
}

/* line 156, dev/sass/pages/text-page.scss */
.popup ul:not(.pagination-list) li,
.text__container ul:not(.pagination-list) li {
    font-size: 16px;
    line-height: 143.69%;
    color: #55555B;
    padding-bottom: 9px;
    position: relative;
    padding-left: 23px;
}

@media screen and (max-width: 600px) {
    /* line 156, dev/sass/pages/text-page.scss */
    .popup ul:not(.pagination-list) li,
    .text__container ul:not(.pagination-list) li {
        font-size: 14px;
    }
}

/* line 166, dev/sass/pages/text-page.scss */
.popup ul:not(.pagination-list) li ul,
.text__container ul:not(.pagination-list) li ul {
    margin: 10px 0;
}

@media screen and (max-width: 600px) {
    /* line 168, dev/sass/pages/text-page.scss */
    .popup ul:not(.pagination-list) li ul li,
    .text__container ul:not(.pagination-list) li ul li {
        margin-bottom: 2px;
    }
}

/* line 174, dev/sass/pages/text-page.scss */
.popup ul:not(.pagination-list) li:last-child,
.text__container ul:not(.pagination-list) li:last-child {
    margin-bottom: 0;
}

/* line 177, dev/sass/pages/text-page.scss */
.popup ul:not(.pagination-list) li::before,
.text__container ul:not(.pagination-list) li::before {
    content: '';
    width: 14px;
    height: 1px;
    background-color: #74BB20;
    position: absolute;
    left: 0;
    top: 10px;
}

/* line 188, dev/sass/pages/text-page.scss */
.popup ol,
.text__container ol {
    counter-reset: section;
    list-style-type: none;
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    /* line 188, dev/sass/pages/text-page.scss */
    .popup ol,
    .text__container ol {
        margin-bottom: 20px;
    }
}

/* line 195, dev/sass/pages/text-page.scss */
.popup ol ol,
.text__container ol ol {
    margin: 10px 0;
}

/* line 198, dev/sass/pages/text-page.scss */
.popup ol li,
.text__container ol li {
    font-size: 14px;
    line-height: 157%;
    color: #4F4F4F;
    opacity: 0.8;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
    letter-spacing: -0.01em;
}

@media screen and (max-width: 600px) {
    /* line 198, dev/sass/pages/text-page.scss */
    .popup ol li,
    .text__container ol li {
        font-size: 14px;
        padding-left: 15px;
    }
}

/* line 211, dev/sass/pages/text-page.scss */
.popup ol li li,
.text__container ol li li {
    padding-left: 35px;
}

@media screen and (max-width: 600px) {
    /* line 211, dev/sass/pages/text-page.scss */
    .popup ol li li,
    .text__container ol li li {
        padding-left: 30px;
    }
}

/* line 217, dev/sass/pages/text-page.scss */
.popup ol li:last-child,
.text__container ol li:last-child {
    margin-bottom: 0;
}

/* line 221, dev/sass/pages/text-page.scss */
.popup ol li::before,
.text__container ol li::before {
    counter-increment: section;
    content: counters(section, "") "";
    color: #74BB20;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}

/* line 233, dev/sass/pages/text-page.scss */
.popup .text-gallery,
.text__container .text-gallery {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% + 20px);
    min-width: calc(100% + 20px);
}

@media screen and (max-width: 600px) {
    /* line 233, dev/sass/pages/text-page.scss */
    .popup .text-gallery,
    .text__container .text-gallery {
        min-width: 100%;
        width: 100%;
    }
}

/* line 243, dev/sass/pages/text-page.scss */
.popup .text-gallery a,
.text__container .text-gallery a {
    width: calc(33.33% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    padding-bottom: 22%;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    /* line 243, dev/sass/pages/text-page.scss */
    .popup .text-gallery a,
    .text__container .text-gallery a {
        margin-right: 0;
        width: 100%;
        margin-bottom: 5px;
        padding-bottom: 50%;
    }
}

/* line 256, dev/sass/pages/text-page.scss */
.popup .text-gallery a:before,
.text__container .text-gallery a:before {
    content: '';
    width: 100px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(116, 187, 32, 0)), color-stop(49%, rgba(116, 187, 32, 0.2)), to(rgba(116, 187, 32, 0)));
    background: -webkit-linear-gradient(left, rgba(116, 187, 32, 0) 0%, rgba(116, 187, 32, 0.2) 49%, rgba(116, 187, 32, 0) 100%);
    background: -o-linear-gradient(left, rgba(116, 187, 32, 0) 0%, rgba(116, 187, 32, 0.2) 49%, rgba(116, 187, 32, 0) 100%);
    background: linear-gradient(90deg, rgba(116, 187, 32, 0) 0%, rgba(116, 187, 32, 0.2) 49%, rgba(116, 187, 32, 0) 100%);
    position: absolute;
    top: 0;
    left: -150px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    z-index: 2;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

/* line 270, dev/sass/pages/text-page.scss */
.popup .text-gallery a:hover img,
.text__container .text-gallery a:hover img {
    -webkit-transform: scale(1.05) translateY(-50%) translateX(-50%);
    -ms-transform: scale(1.05) translateY(-50%) translateX(-50%);
    transform: scale(1.05) translateY(-50%) translateX(-50%);
}

/* line 273, dev/sass/pages/text-page.scss */
.popup .text-gallery a:hover:before,
.text__container .text-gallery a:hover:before {
    opacity: 0.5;
    left: calc(100% + 100px);
}

/* line 279, dev/sass/pages/text-page.scss */
.popup .text-gallery a.w70,
.text__container .text-gallery a.w70 {
    width: calc(66.66% - 20px);
}

@media screen and (max-width: 600px) {
    /* line 279, dev/sass/pages/text-page.scss */
    .popup .text-gallery a.w70,
    .text__container .text-gallery a.w70 {
        width: 100%;
    }
}

/* line 285, dev/sass/pages/text-page.scss */
.popup .text-gallery a.w40,
.text__container .text-gallery a.w40 {
    width: calc(40% - 24px);
}

@media screen and (max-width: 990px) {
    /* line 285, dev/sass/pages/text-page.scss */
    .popup .text-gallery a.w40,
    .text__container .text-gallery a.w40 {
        width: calc(50% - 24px);
    }
}

@media screen and (max-width: 450px) {
    /* line 285, dev/sass/pages/text-page.scss */
    .popup .text-gallery a.w40,
    .text__container .text-gallery a.w40 {
        width: 100%;
    }
}

/* line 294, dev/sass/pages/text-page.scss */
.popup .text-gallery a img,
.text__container .text-gallery a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    margin: 0;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

/* line 307, dev/sass/pages/text-page.scss */
.popup .text-gallery--v2,
.text__container .text-gallery--v2 {
    margin: -12px;
}

@media screen and (max-width: 450px) {
    /* line 307, dev/sass/pages/text-page.scss */
    .popup .text-gallery--v2,
    .text__container .text-gallery--v2 {
        margin: 0;
    }
}

/* line 312, dev/sass/pages/text-page.scss */
.popup .text-gallery--v2 a,
.text__container .text-gallery--v2 a {
    width: calc(20% - 24px);
    margin: 12px;
    padding-bottom: 14%;
}

@media screen and (max-width: 990px) {
    /* line 312, dev/sass/pages/text-page.scss */
    .popup .text-gallery--v2 a,
    .text__container .text-gallery--v2 a {
        width: calc(50% - 24px);
        padding-bottom: 28%;
    }
}

@media screen and (max-width: 450px) {
    /* line 312, dev/sass/pages/text-page.scss */
    .popup .text-gallery--v2 a,
    .text__container .text-gallery--v2 a {
        width: 100%;
        padding-bottom: 56%;
        margin: 6px 0;
    }
}

/* line 332, dev/sass/pages/text-page.scss */
.popup .numbers-animation,
.text__container .numbers-animation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 60px;
    color: #4F4F4F;
}

@media screen and (max-width: 990px) {
    /* line 332, dev/sass/pages/text-page.scss */
    .popup .numbers-animation,
    .text__container .numbers-animation {
        margin: 20px 0 30px;
    }
}

/* line 340, dev/sass/pages/text-page.scss */
.popup .numbers-animation__number,
.text__container .numbers-animation__number {
    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;
    border-right: 4px solid #474747;
    width: 33%;
    min-width: 33%;
}

@media screen and (max-width: 990px) {
    /* line 340, dev/sass/pages/text-page.scss */
    .popup .numbers-animation__number,
    .text__container .numbers-animation__number {
        width: 50%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    /* line 340, dev/sass/pages/text-page.scss */
    .popup .numbers-animation__number,
    .text__container .numbers-animation__number {
        width: 100%;
        border-right: 0;
    }
}

/* line 355, dev/sass/pages/text-page.scss */
.popup .numbers-animation__number:last-child,
.text__container .numbers-animation__number:last-child {
    border-right: 0;
}

/* line 358, dev/sass/pages/text-page.scss */
.popup .numbers-animation__number-value,
.text__container .numbers-animation__number-value {
    font-size: 46px;
    font-weight: 700;
    text-align: right;
    margin-right: 5px;
    min-width: 55px;
    line-height: 1;
}

@media screen and (max-width: 1440px) {
    /* line 358, dev/sass/pages/text-page.scss */
    .popup .numbers-animation__number-value,
    .text__container .numbers-animation__number-value {
        font-size: 30px;
    }
}

/* line 369, dev/sass/pages/text-page.scss */
.popup .numbers-animation__number-unit,
.text__container .numbers-animation__number-unit {
    padding-right: 5px;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
}

@media screen and (max-width: 1440px) {
    /* line 369, dev/sass/pages/text-page.scss */
    .popup .numbers-animation__number-unit,
    .text__container .numbers-animation__number-unit {
        font-size: 30px;
    }
}

/* line 378, dev/sass/pages/text-page.scss */
.popup .numbers-animation__number-text,
.text__container .numbers-animation__number-text {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 30px 0 15px;
}

@media screen and (max-width: 1600px) {
    /* line 378, dev/sass/pages/text-page.scss */
    .popup .numbers-animation__number-text,
    .text__container .numbers-animation__number-text {
        font-size: 13px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 378, dev/sass/pages/text-page.scss */
    .popup .numbers-animation__number-text,
    .text__container .numbers-animation__number-text {
        padding-right: 15px;
    }
}

@media screen and (max-width: 600px) {
    /* line 378, dev/sass/pages/text-page.scss */
    .popup .numbers-animation__number-text,
    .text__container .numbers-animation__number-text {
        font-size: 10px;
    }
}

/* line 396, dev/sass/pages/text-page.scss */
.popup span.green,
.text__container span.green {
    color: #74BB20;
}

/* line 399, dev/sass/pages/text-page.scss */
.popup .social-share,
.text__container .social-share {
    position: relative;
    width: 100%;
    padding: 30px 0 0;
}

/* line 403, dev/sass/pages/text-page.scss */
.popup .social-share::before,
.text__container .social-share::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: -30px;
    height: 1px;
    background-color: #f2f2f2;
}

/* line 413, dev/sass/pages/text-page.scss */
.popup .social-share-zag,
.text__container .social-share-zag {
    margin: 0 0 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 166%;
    color: #55555B;
}

/* line 420, dev/sass/pages/text-page.scss */
.popup .social-share ul,
.text__container .social-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2px;
}

/* line 424, dev/sass/pages/text-page.scss */
.popup .social-share ul li,
.text__container .social-share ul li {
    margin: 2px;
    padding: 0;
}

/* line 427, dev/sass/pages/text-page.scss */
.popup .social-share ul li::before,
.text__container .social-share ul li::before {
    display: none;
}

/* line 430, dev/sass/pages/text-page.scss */
.popup .social-share ul li a,
.text__container .social-share ul li a {
    display: block;
    overflow: hidden;
}

/* line 434, dev/sass/pages/text-page.scss */
.popup .social-share ul li a:hover img,
.text__container .social-share ul li a:hover img {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

/* line 438, dev/sass/pages/text-page.scss */
.popup .social-share ul li a img,
.text__container .social-share ul li a img {
    display: block;
    margin: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* line 447, dev/sass/pages/text-page.scss */
.popup-end,
.text__container-end {
    position: relative;
    width: 100%;
    margin: 60px 0 0;
    padding: 60px 0 10px;
    background-color: #fafafa;
    z-index: 0;
}

@media screen and (max-width: 1600px) {
    /* line 447, dev/sass/pages/text-page.scss */
    .popup-end,
    .text__container-end {
        margin: 40px 0 0;
        padding: 40px 0 20px;
    }
}

@media screen and (max-width: 990px) {
    /* line 447, dev/sass/pages/text-page.scss */
    .popup-end,
    .text__container-end {
        padding: 20px 0;
    }
}

/* line 461, dev/sass/pages/text-page.scss */
.popup-end::before,
.text__container-end::before {
    content: '';
    position: absolute;
    left: -50px;
    right: -50px;
    top: 0;
    bottom: -50px;
    background-color: #fafafa;
    pointer-events: none;
    z-index: -1;
}

@media screen and (max-width: 1600px) {
    /* line 461, dev/sass/pages/text-page.scss */
    .popup-end::before,
    .text__container-end::before {
        bottom: -20px;
        right: -20px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 461, dev/sass/pages/text-page.scss */
    .popup-end::before,
    .text__container-end::before {
        left: -20px;
    }
}

@media screen and (max-width: 990px) {
    /* line 461, dev/sass/pages/text-page.scss */
    .popup-end::before,
    .text__container-end::before {
        bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 461, dev/sass/pages/text-page.scss */
    .popup-end::before,
    .text__container-end::before {
        left: -15px;
        right: -15px;
    }
}

/* line 487, dev/sass/pages/text-page.scss */
.popup .about-values__list,
.text__container .about-values__list {
    position: relative;
    margin: 40px -32px;
    padding: 0;
}

@media screen and (max-width: 600px) {
    /* line 487, dev/sass/pages/text-page.scss */
    .popup .about-values__list,
    .text__container .about-values__list {
        margin: 20px 0;
    }
}

/* line 494, dev/sass/pages/text-page.scss */
.popup .about-values__list::before,
.text__container .about-values__list::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    height: 100%;
    width: 1px;
    background-color: #f2f2f2;
}

@media screen and (max-width: 600px) {
    /* line 494, dev/sass/pages/text-page.scss */
    .popup .about-values__list::before,
    .text__container .about-values__list::before {
        display: none;
    }
}

/* line 507, dev/sass/pages/text-page.scss */
.popup .about-values__item,
.text__container .about-values__item {
    width: calc(50% - 32px);
    margin: -1px 16px 0;
}

@media screen and (max-width: 600px) {
    /* line 507, dev/sass/pages/text-page.scss */
    .popup .about-values__item,
    .text__container .about-values__item {
        width: 100%;
        margin: -1px 0 0;
    }
}

/* line 516, dev/sass/pages/text-page.scss */
.text-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: calc(100vh - 240px);
}

/* line 520, dev/sass/pages/text-page.scss */
.text-page .text-sidebar {
    width: 35%;
    padding: 50px;
    border-left: 1px solid #EEEEEE;
    padding-top: 0 !important;
}

@media screen and (max-width: 1600px) {
    /* line 520, dev/sass/pages/text-page.scss */
    .text-page .text-sidebar {
        width: 30%;
        padding: 20px;
    }
}

@media screen and (max-width: 990px) {
    /* line 520, dev/sass/pages/text-page.scss */
    .text-page .text-sidebar {
        width: 100%;
        border-left: 0;
    }
}

/* line 535, dev/sass/pages/text-page.scss */
.text-page .text-sidebar .news-list {
    margin-bottom: 50px;
}

@media screen and (max-width: 990px) {
    /* line 535, dev/sass/pages/text-page.scss */
    .text-page .text-sidebar .news-list {
        margin-bottom: 20px;
        padding-bottom: 30px;
        border-bottom: 1px solid #EEEEEE;
    }
}

/* line 543, dev/sass/pages/text-page.scss */
.text-page .text-sidebar-block {
    display: block;
    width: 100%;
    margin: 0 0 40px;
}

/* line 548, dev/sass/pages/text-page.scss */
.text-page .text-sidebar-zag {
    position: relative;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #4f4f4f;
    opacity: 0.8;
}

/* line 560, dev/sass/pages/text-page.scss */
.text-page .text-sidebar-zag::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100px;
    height: 1px;
    background-color: #55555b;
}

/* line 572, dev/sass/pages/text-page.scss */
.text-page .text-sidebar-link {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 120%;
    color: #55555b;
}

/* line 577, dev/sass/pages/text-page.scss */
.text-page .text-sidebar-link:hover {
    color: #74BB20;
}

/* line 580, dev/sass/pages/text-page.scss */
.text-page .text-sidebar-link:not(:last-child) {
    margin: 0 10px 0 0;
}

/* line 585, dev/sass/pages/text-page.scss */
.text-page .text-banner {
    padding: 35px;
}

/* line 587, dev/sass/pages/text-page.scss */
.text-page .text-banner.noPadding {
    padding-top: 0 !important;
}

@media screen and (max-width: 1600px) {
    /* line 585, dev/sass/pages/text-page.scss */
    .text-page .text-banner {
        padding: 20px;
    }
}

@media screen and (max-width: 990px) {
    /* line 585, dev/sass/pages/text-page.scss */
    .text-page .text-banner {
        margin: 0 auto;
    }
}

@media screen and (max-width: 990px) and (max-width: 600px) {
    /* line 585, dev/sass/pages/text-page.scss */
    .text-page .text-banner {
        padding: 10px 0;
    }
}

/* line 599, dev/sass/pages/text-page.scss */
.text-page .text-banner 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;
}

@media screen and (max-width: 990px) {
    /* line 599, dev/sass/pages/text-page.scss */
    .text-page .text-banner a {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* line 608, dev/sass/pages/text-page.scss */
.text-page__double .text__container {
    width: 65%;
}

@media screen and (max-width: 1600px) {
    /* line 608, dev/sass/pages/text-page.scss */
    .text-page__double .text__container {
        width: 70%;
        padding: 20px 20px 20px 50px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 608, dev/sass/pages/text-page.scss */
    .text-page__double .text__container {
        padding: 20px;
    }
}

@media screen and (max-width: 990px) {
    /* line 608, dev/sass/pages/text-page.scss */
    .text-page__double .text__container {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    /* line 608, dev/sass/pages/text-page.scss */
    .text-page__double .text__container {
        padding: 15px;
    }
}

/* line 625, dev/sass/pages/text-page.scss */
.text-page-zag {
    padding: 30px 50px;
}

@media screen and (max-width: 1440px) {
    /* line 625, dev/sass/pages/text-page.scss */
    .text-page-zag {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 625, dev/sass/pages/text-page.scss */
    .text-page-zag {
        padding: 15px;
    }
}

/* line 638, dev/sass/pages/text-page.scss */
.text-page a:not(.btn) {
    color: #4F4F4F;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

/* line 642, dev/sass/pages/text-page.scss */
.text-page a:not(.btn):hover {
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
}

/* line 649, dev/sass/pages/text-page.scss */
.text-caption-img {
    position: relative;
    width: 100%;
    min-height: 350px;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 0;
}

@media screen and (max-width: 1600px) {
    /* line 649, dev/sass/pages/text-page.scss */
    .text-caption-img {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 990px) {
    /* line 649, dev/sass/pages/text-page.scss */
    .text-caption-img {
        padding: 30px 25px;
        width: 100%;
    }
}

/* line 665, dev/sass/pages/text-page.scss */
.text-caption-img::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.33);
    z-index: -1;
}

/* line 676, dev/sass/pages/text-page.scss */
.text-caption-img .project-info {
    position: relative;
    margin: 30px 0;
    padding: 10px 0;
}

@media screen and (max-width: 990px) {
    /* line 676, dev/sass/pages/text-page.scss */
    .text-caption-img .project-info {
        margin: 30px;
    }
}

/* line 683, dev/sass/pages/text-page.scss */
.text-caption-img .project-info::before, .text-caption-img .project-info::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 600px) {
    /* line 683, dev/sass/pages/text-page.scss */
    .text-caption-img .project-info::before, .text-caption-img .project-info::after {
        display: none;
    }
}

/* line 697, dev/sass/pages/text-page.scss */
.text-caption-img .project-info::before {
    border-bottom: none;
    top: 0;
}

/* line 701, dev/sass/pages/text-page.scss */
.text-caption-img .project-info::after {
    border-top: none;
    bottom: 0;
}

/* line 705, dev/sass/pages/text-page.scss */
.text-caption-img .project-info ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 708, dev/sass/pages/text-page.scss */
.text-caption-img .project-info ul.project-info--double {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* line 710, dev/sass/pages/text-page.scss */
.text-caption-img .project-info ul.project-info--double li {
    width: 50%;
}

@media screen and (max-width: 600px) {
    /* line 710, dev/sass/pages/text-page.scss */
    .text-caption-img .project-info ul.project-info--double li {
        width: 180px;
    }
}

/* line 715, dev/sass/pages/text-page.scss */
.text-caption-img .project-info ul.project-info--double li:last-child {
    border-right: 0;
}

/* line 720, dev/sass/pages/text-page.scss */
.text-caption-img .project-info ul.project-info--single {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* line 722, dev/sass/pages/text-page.scss */
.text-caption-img .project-info ul.project-info--single li {
    width: 100%;
}

@media screen and (max-width: 600px) {
    /* line 722, dev/sass/pages/text-page.scss */
    .text-caption-img .project-info ul.project-info--single li {
        width: 180px;
    }
}

/* line 727, dev/sass/pages/text-page.scss */
.text-caption-img .project-info ul.project-info--single li:last-child {
    border-right: 0;
}

/* line 732, dev/sass/pages/text-page.scss */
.text-caption-img .project-info ul li {
    width: calc(100% / 3);
    text-align: center;
    padding: 0 20px;
}

@media screen and (max-width: 600px) {
    /* line 732, dev/sass/pages/text-page.scss */
    .text-caption-img .project-info ul li {
        width: 180px;
        margin: 0 auto;
        padding: 10px 20px;
        position: relative;
    }
}

@media screen and (max-width: 600px) {
    /* line 742, dev/sass/pages/text-page.scss */
    .text-caption-img .project-info ul li::before, .text-caption-img .project-info ul li::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 20px;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
}

@media screen and (max-width: 600px) {
    /* line 755, dev/sass/pages/text-page.scss */
    .text-caption-img .project-info ul li::before {
        border-bottom: none;
        top: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 761, dev/sass/pages/text-page.scss */
    .text-caption-img .project-info ul li::after {
        border-top: none;
        bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 767, dev/sass/pages/text-page.scss */
    .text-caption-img .project-info ul li:not(:last-child) {
        margin-bottom: 20px;
    }
}

/* line 772, dev/sass/pages/text-page.scss */
.text-caption-img .project-info ul li:not(:nth-child(3n)) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 600px) {
    /* line 772, dev/sass/pages/text-page.scss */
    .text-caption-img .project-info ul li:not(:nth-child(3n)) {
        border-right: none;
    }
}

/* line 780, dev/sass/pages/text-page.scss */
.text-caption-img .project-info__prop {
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    line-height: 138%;
    text-transform: uppercase;
}

/* line 788, dev/sass/pages/text-page.scss */
.text-caption-img .project-info__val {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    line-height: 138%;
    text-transform: uppercase;
}

/* line 797, dev/sass/pages/text-page.scss */
.text-caption-img .career-develop__gallery {
    margin: 20px 0 0;
    -webkit-transform: translateY(115px);
    -ms-transform: translateY(115px);
    transform: translateY(115px);
}

@media screen and (max-width: 1440px) {
    /* line 797, dev/sass/pages/text-page.scss */
    .text-caption-img .career-develop__gallery {
        margin: 0;
        -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
        transform: translateY(80px);
    }
}

@media screen and (max-width: 990px) {
    /* line 797, dev/sass/pages/text-page.scss */
    .text-caption-img .career-develop__gallery {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        margin-top: 30px;
    }
}

/* line 810, dev/sass/pages/text-page.scss */
.text-caption-content {
    width: 100%;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

/* line 815, dev/sass/pages/text-page.scss */
.text-caption-content h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 22px;
    line-height: 138%;
}

/* line 821, dev/sass/pages/text-page.scss */
.text-caption-content .text-caption-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 20px;
}

/* line 826, dev/sass/pages/text-page.scss */
.text-caption-content .text-caption-list li {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 138%;
}

/* line 831, dev/sass/pages/text-page.scss */
.text-caption-content .text-caption-list li:not(:last-child) {
    position: relative;
    margin: 0 8px 0 0;
    padding: 0 8px 0 0;
}

/* line 835, dev/sass/pages/text-page.scss */
.text-caption-content .text-caption-list li:not(:last-child)::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background-color: #fff;
    opacity: 0.4;
}

/* line 850, dev/sass/pages/text-page.scss */
.text-caption-content p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 20px;
}

/* line 858, dev/sass/pages/text-page.scss */
.text-caption-info {
    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;
    margin: 0 0 20px;
}

/* line 864, dev/sass/pages/text-page.scss */
.text-caption-info .icon {
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
    display: block;
    fill: #fff;
}

/* line 871, dev/sass/pages/text-page.scss */
.text-caption-info span {
    color: #fff;
    font-size: 13px;
    font-weight: 30;
    line-height: 138%;
    text-decoration: underline;
}

/* line 881, dev/sass/pages/text-page.scss */
.text-cite {
    width: 100%;
}

/* line 883, dev/sass/pages/text-page.scss */
.text-cite .career-develop__highlight {
    max-width: 800px;
    position: relative;
    padding: 100px 100px 35px;
    background-image: url("./../img/svg/cite.svg");
    background-repeat: no-repeat;
    background-position: center top 28px;
    -webkit-background-size: 44px 44px;
    background-size: 44px;
    z-index: 0;
}

@media screen and (max-width: 990px) {
    /* line 883, dev/sass/pages/text-page.scss */
    .text-cite .career-develop__highlight {
        -webkit-background-size: 32px 32px;
        background-size: 32px;
        padding: 52px 20px 20px;
        background-position: center top 10px;
    }
}

/* line 897, dev/sass/pages/text-page.scss */
.text-cite .career-develop__highlight::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 14px;
    bottom: 14px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    pointer-events: none;
    z-index: -1;
}

/* line 913, dev/sass/pages/text-page.scss */
.list-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 918, dev/sass/pages/text-page.scss */
.gray-text--bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 25px 0;
    width: 100%;
}

/* line 924, dev/sass/pages/text-page.scss */
.gray-text--bg::before {
    content: '';
    background-color: #FAFAFA;
    width: calc(100% + 100px);
    height: 100%;
    top: 0;
    left: -50px;
    position: absolute;
}

@media screen and (max-width: 1600px) {
    /* line 924, dev/sass/pages/text-page.scss */
    .gray-text--bg::before {
        width: calc(100% + 70px);
        left: -50px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 924, dev/sass/pages/text-page.scss */
    .gray-text--bg::before {
        width: calc(100% + 40px);
        left: -20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 924, dev/sass/pages/text-page.scss */
    .gray-text--bg::before {
        width: calc(100% + 30px);
        left: -15px;
    }
}

/* line 946, dev/sass/pages/text-page.scss */
.text-caption-img--small {
    min-height: 200px;
    padding: 75px 0;
}

/* line 1, dev/sass/modules/projects/project-sl.scss */
.project-sl {
    width: 100%;
    background-color: #F2F2F2;
    padding-left: 50px;
    padding-right: 150px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1600px) {
    /* line 1, dev/sass/modules/projects/project-sl.scss */
    .project-sl {
        padding-right: 50px;
    }
}

@media screen and (max-width: 600px) {
    /* line 1, dev/sass/modules/projects/project-sl.scss */
    .project-sl {
        padding: 30px 15px;
    }
}

/* line 14, dev/sass/modules/projects/project-sl.scss */
.project-sl::before {
    content: '';
    width: 50px;
    height: 100%;
    background-color: #F2F2F2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    -webkit-transition: .3s !important;
    -o-transition: .3s !important;
    transition: .3s !important;
    -webkit-transition-delay: 1.5s !important;
    -o-transition-delay: 1.5s !important;
    transition-delay: 1.5s !important;
    opacity: 0;
}

@media screen and (max-width: 600px) {
    /* line 14, dev/sass/modules/projects/project-sl.scss */
    .project-sl::before {
        content: none;
    }
}

/* line 32, dev/sass/modules/projects/project-sl.scss */
.project-sl.open::before {
    z-index: 120;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
    opacity: 1;
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
}

/* line 38, dev/sass/modules/projects/project-sl.scss */
.project-sl.open .project-sl__container {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

/* line 42, dev/sass/modules/projects/project-sl.scss */
.project-sl.open .project-sl__container .slick-list {
    overflow: hidden;
}

/* line 47, dev/sass/modules/projects/project-sl.scss */
.project-sl__container {
    width: 100%;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    z-index: 110;
}

@media screen and (max-width: 600px) {
    /* line 47, dev/sass/modules/projects/project-sl.scss */
    .project-sl__container {
        -webkit-transition: .7s;
        -o-transition: .7s;
        transition: .7s;
    }
}

/* line 54, dev/sass/modules/projects/project-sl.scss */
.project-sl__container::before {
    content: '';
    width: 50px;
    height: 100%;
    left: -50px;
    top: 0;
    background-color: #F2F2F2;
    position: absolute;
    z-index: 5;
}

@media screen and (max-width: 600px) {
    /* line 54, dev/sass/modules/projects/project-sl.scss */
    .project-sl__container::before {
        content: '';
        width: 100px;
        height: 100%;
        left: -100px;
        top: 0;
        background: -webkit-linear-gradient(2.72deg, rgba(242, 242, 242, 0.85) 2.49%, rgba(242, 242, 242, 0) 97.84%);
        background: -o-linear-gradient(2.72deg, rgba(242, 242, 242, 0.85) 2.49%, rgba(242, 242, 242, 0) 97.84%);
        background: linear-gradient(87.28deg, rgba(242, 242, 242, 0.85) 2.49%, rgba(242, 242, 242, 0) 97.84%);
        position: absolute;
        z-index: 5;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

/* line 76, dev/sass/modules/projects/project-sl.scss */
.project-sl__container::after {
    content: '';
    width: 100px;
    height: 100%;
    right: -100px;
    top: 0;
    background: -webkit-linear-gradient(2.72deg, rgba(242, 242, 242, 0.85) 2.49%, rgba(242, 242, 242, 0) 97.84%);
    background: -o-linear-gradient(2.72deg, rgba(242, 242, 242, 0.85) 2.49%, rgba(242, 242, 242, 0) 97.84%);
    background: linear-gradient(87.28deg, rgba(242, 242, 242, 0.85) 2.49%, rgba(242, 242, 242, 0) 97.84%);
    position: absolute;
    z-index: 5;
}

/* line 87, dev/sass/modules/projects/project-sl.scss */
.project-sl__container .slick-list {
    overflow: visible;
}

/* line 91, dev/sass/modules/projects/project-sl.scss */
.project-sl__container .arrow {
    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;
    z-index: 10;
    width: 50px;
    height: 100%;
    cursor: pointer;
    top: 0;
    opacity: 0.7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 104, dev/sass/modules/projects/project-sl.scss */
.project-sl__container .arrow:hover {
    opacity: 1;
}

/* line 108, dev/sass/modules/projects/project-sl.scss */
.project-sl__container .arrow svg {
    stroke: #55555B;
    width: 30px;
    height: 30px;
}

/* line 115, dev/sass/modules/projects/project-sl.scss */
.project-sl__container .arrow-left {
    left: -50px;
}

/* line 119, dev/sass/modules/projects/project-sl.scss */
.project-sl__container .arrow-right {
    right: -50px;
}

/* line 123, dev/sass/modules/projects/project-sl.scss */
.project-sl__container[data-child='1'] {
    width: 100%;
}

/* line 125, dev/sass/modules/projects/project-sl.scss */
.project-sl__container[data-child='1'] .project-sl__item,
.project-sl__container[data-child='1'] .slick-track {
    width: 100% !important;
}

@media screen and (min-width: 600px) {
    /* line 131, dev/sass/modules/projects/project-sl.scss */
    .project-sl__container[data-child='2'] .slick-track {
        width: 100% !important;
    }
}

@media screen and (min-width: 600px) {
    /* line 137, dev/sass/modules/projects/project-sl.scss */
    .project-sl__container[data-child='2'] .project-sl__item {
        width: 50% !important;
    }
}

/* line 145, dev/sass/modules/projects/project-sl.scss */
.project-sl__item {
    padding: 50px 0;
    border-bottom: 2px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    /* line 145, dev/sass/modules/projects/project-sl.scss */
    .project-sl__item {
        padding: 0;
    }
}

/* line 154, dev/sass/modules/projects/project-sl.scss */
.project-sl__item::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #74BB20;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

/* line 167, dev/sass/modules/projects/project-sl.scss */
.project-sl__item:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* line 171, dev/sass/modules/projects/project-sl.scss */
.project-sl__item:hover .img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

/* line 175, dev/sass/modules/projects/project-sl.scss */
.project-sl__item:hover .project-sl__item-content::before {
    background-color: rgba(0, 0, 0, 0.4);
}

/* line 180, dev/sass/modules/projects/project-sl.scss */
.project-sl__item-content {
    position: relative;
    height: 330px;
    width: calc(100% - 7px);
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 1600px) {
    /* line 180, dev/sass/modules/projects/project-sl.scss */
    .project-sl__item-content {
        height: 280px;
    }
}

@media screen and (max-width: 600px) {
    /* line 180, dev/sass/modules/projects/project-sl.scss */
    .project-sl__item-content {
        height: 200px;
    }
}

/* line 194, dev/sass/modules/projects/project-sl.scss */
.project-sl__item-content::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.26);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 206, dev/sass/modules/projects/project-sl.scss */
.project-sl__item-content .img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

/* line 217, dev/sass/modules/projects/project-sl.scss */
.project-sl__item-content .name {
    z-index: 3;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 30px;
}

@media screen and (max-width: 600px) {
    /* line 217, dev/sass/modules/projects/project-sl.scss */
    .project-sl__item-content .name {
        font-size: 18px;
    }
}

/* line 239, dev/sass/modules/projects/project-sl.scss */
.project-sl__info {
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 50;
    padding-right: 150px;
    padding-left: 50px;
    height: calc(100% - 100px);
    width: 0;
    pointer-events: none;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

@media screen and (max-width: 1600px) {
    /* line 239, dev/sass/modules/projects/project-sl.scss */
    .project-sl__info {
        padding-right: 50px;
    }
}

@media screen and (max-width: 600px) {
    /* line 239, dev/sass/modules/projects/project-sl.scss */
    .project-sl__info {
        padding: 30px 15px;
        height: 100%;
        top: 0px;
        -webkit-transition: .7s;
        -o-transition: .7s;
        transition: .7s;
    }
}

/* line 259, dev/sass/modules/projects/project-sl.scss */
.project-sl__info.open {
    width: 100%;
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

@media screen and (max-width: 600px) {
    /* line 259, dev/sass/modules/projects/project-sl.scss */
    .project-sl__info.open {
        -webkit-transition: 0.7s;
        -o-transition: 0.7s;
        transition: 0.7s;
    }
}

/* line 267, dev/sass/modules/projects/project-sl.scss */
.project-sl__info.open .project-sl__info-item .h2, .project-sl__info.open .project-sl__info-item h2,
.project-sl__info.open .project-sl__info-item p,
.project-sl__info.open .project-sl__info-item .link {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 274, dev/sass/modules/projects/project-sl.scss */
.project-sl__info.open .project-sl__info-item .h2, .project-sl__info.open .project-sl__info-item h2 {
    -webkit-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
}

/* line 277, dev/sass/modules/projects/project-sl.scss */
.project-sl__info.open .project-sl__info-item p {
    -webkit-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    transition-delay: 1s !important;
}

/* line 280, dev/sass/modules/projects/project-sl.scss */
.project-sl__info.open .project-sl__info-item .link {
    -webkit-transition-delay: 1.2s !important;
    -o-transition-delay: 1.2s !important;
    transition-delay: 1.2s !important;
}

/* line 285, dev/sass/modules/projects/project-sl.scss */
.project-sl__info-item {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    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;
    position: relative;
}

/* line 295, dev/sass/modules/projects/project-sl.scss */
.project-sl__info-item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.38);
}

/* line 305, dev/sass/modules/projects/project-sl.scss */
.project-sl__info-item__content {
    padding: 50px;
    z-index: 5;
    max-width: 550px;
}

@media screen and (max-width: 600px) {
    /* line 305, dev/sass/modules/projects/project-sl.scss */
    .project-sl__info-item__content {
        padding: 15px;
    }
}

/* line 315, dev/sass/modules/projects/project-sl.scss */
.project-sl__info-item .h2, .project-sl__info-item h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 600px) {
    /* line 315, dev/sass/modules/projects/project-sl.scss */
    .project-sl__info-item .h2, .project-sl__info-item h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

/* line 332, dev/sass/modules/projects/project-sl.scss */
.project-sl__info-item p {
    font-size: 16px;
    line-height: 143.69%;
    color: #FFFFFF;
    opacity: 0.9;
    margin-bottom: 50px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 1600px) {
    /* line 332, dev/sass/modules/projects/project-sl.scss */
    .project-sl__info-item p {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 600px) {
    /* line 332, dev/sass/modules/projects/project-sl.scss */
    .project-sl__info-item p {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

/* line 356, dev/sass/modules/projects/project-sl.scss */
.project-sl__info-item .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 600px) {
    /* line 356, dev/sass/modules/projects/project-sl.scss */
    .project-sl__info-item .link {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* line 364, dev/sass/modules/projects/project-sl.scss */
.project-sl__info-item .link a {
    margin-right: 11px;
}

@media screen and (max-width: 600px) {
    /* line 364, dev/sass/modules/projects/project-sl.scss */
    .project-sl__info-item .link a {
        margin-top: 5px;
    }
}

/* line 5, dev/sass/modules/projects/projects.scss */
.project-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 150px 50px 50px;
    width: 100%;
    border-left: 1px solid #EEEEEE;
}

@media screen and (max-width: 1600px) {
    /* line 5, dev/sass/modules/projects/projects.scss */
    .project-container {
        padding-right: 50px;
    }
}

@media screen and (max-width: 800px) {
    /* line 5, dev/sass/modules/projects/projects.scss */
    .project-container {
        padding: 0 15px 30px;
    }
}

/* line 18, dev/sass/modules/projects/projects.scss */
.project-item {
    padding: 65px 50px 0px;
    position: relative;
    border-right: 1px solid #F2F2F2;
    width: 33.33%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

@media screen and (max-width: 1600px) {
    /* line 18, dev/sass/modules/projects/projects.scss */
    .project-item {
        padding: 30px 20px 0px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 18, dev/sass/modules/projects/projects.scss */
    .project-item {
        width: 50%;
    }
}

@media screen and (max-width: 800px) {
    /* line 18, dev/sass/modules/projects/projects.scss */
    .project-item {
        padding: 15px 15px 0;
        border-left: 1px solid #F2F2F2;
    }
}

@media screen and (max-width: 600px) {
    /* line 18, dev/sass/modules/projects/projects.scss */
    .project-item {
        width: 100%;
    }
}

/* line 37, dev/sass/modules/projects/projects.scss */
.project-item::before, .project-item::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    background-color: #74BB20;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 45, dev/sass/modules/projects/projects.scss */
.project-item::before {
    top: 0;
    right: 0;
}

/* line 49, dev/sass/modules/projects/projects.scss */
.project-item::after {
    bottom: 0;
    left: 0;
}

/* line 53, dev/sass/modules/projects/projects.scss */
.project-item:hover {
    background-color: #FAFAFA;
}

/* line 55, dev/sass/modules/projects/projects.scss */
.project-item:hover:after, .project-item:hover::before {
    width: 100%;
}

/* line 59, dev/sass/modules/projects/projects.scss */
.project-item__img {
    width: 100%;
    padding-bottom: 60%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

/* line 66, dev/sass/modules/projects/projects.scss */
.project-item__top {
    width: 100%;
    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: 15px 0 20px;
}

/* line 71, dev/sass/modules/projects/projects.scss */
.project-item__top .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;
}

@media screen and (max-width: 600px) {
    /* line 71, dev/sass/modules/projects/projects.scss */
    .project-item__top .type {
        line-height: 100%;
    }
}

/* line 77, dev/sass/modules/projects/projects.scss */
.project-item__top .type .line {
    width: 16px;
    height: 1px;
    margin-right: 10px;
}

@media screen and (max-width: 1600px) {
    /* line 77, dev/sass/modules/projects/projects.scss */
    .project-item__top .type .line {
        margin-right: 5px;
    }
}

/* line 84, dev/sass/modules/projects/projects.scss */
.project-item__top .type .line.green {
    background-color: #74BB20;
}

/* line 87, dev/sass/modules/projects/projects.scss */
.project-item__top .type .line.blue {
    background-color: #99D6EA;
}

/* line 90, dev/sass/modules/projects/projects.scss */
.project-item__top .type .line.brown {
    background-color: #D6A461;
}

/* line 94, dev/sass/modules/projects/projects.scss */
.project-item__top .type span:not(.line) {
    font-size: 12px;
    text-transform: uppercase;
    color: #828282;
}

@media screen and (max-width: 1600px) {
    /* line 94, dev/sass/modules/projects/projects.scss */
    .project-item__top .type span:not(.line) {
        font-size: 11px;
    }
}

/* line 103, dev/sass/modules/projects/projects.scss */
.project-item__top .status {
    font-size: 13px;
    text-transform: uppercase;
    color: #BDBDBD;
    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;
}

@media screen and (max-width: 1600px) {
    /* line 103, dev/sass/modules/projects/projects.scss */
    .project-item__top .status {
        font-size: 12px;
    }
}

/* line 112, dev/sass/modules/projects/projects.scss */
.project-item__top .status .icon {
    width: 11px;
    height: 8px;
    stroke: #74BB20;
    fill: transparent;
    margin-right: 11px;
}

@media screen and (max-width: 1600px) {
    /* line 112, dev/sass/modules/projects/projects.scss */
    .project-item__top .status .icon {
        margin-right: 5px;
    }
}

/* line 124, dev/sass/modules/projects/projects.scss */
.project-item__content {
    padding-bottom: 40px;
    border-bottom: 1px solid #F2F2F2;
}

@media screen and (max-width: 600px) {
    /* line 124, dev/sass/modules/projects/projects.scss */
    .project-item__content {
        padding-bottom: 20px;
    }
}

/* line 130, dev/sass/modules/projects/projects.scss */
.project-item__content .name {
    font-size: 17px;
    color: #55555B;
    min-height: 50px;
    margin-bottom: 10px;
}

/* line 136, dev/sass/modules/projects/projects.scss */
.project-item__content p {
    font-weight: 300;
    font-size: 15px;
    color: #55555B;
}

/* line 2, dev/sass/modules/career/career-adv.scss */
.career-adv__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 8px);
}

@media screen and (max-width: 600px) {
    /* line 2, dev/sass/modules/career/career-adv.scss */
    .career-adv__container {
        width: 100%;
    }
}

/* line 10, dev/sass/modules/career/career-adv.scss */
.career-adv__item {
    width: calc(33.33% - 8px);
    margin-right: 8px;
    padding-bottom: 20%;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}

@media screen and (max-width: 990px) {
    /* line 10, dev/sass/modules/career/career-adv.scss */
    .career-adv__item {
        height: 200px;
    }
}

@media screen and (max-width: 600px) {
    /* line 10, dev/sass/modules/career/career-adv.scss */
    .career-adv__item {
        width: 100%;
        margin-right: 0;
    }
}

/* line 25, dev/sass/modules/career/career-adv.scss */
.career-adv__item:hover:before {
    opacity: 0.4;
}

/* line 28, dev/sass/modules/career/career-adv.scss */
.career-adv__item:hover .career-adv__item-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* line 32, dev/sass/modules/career/career-adv.scss */
.career-adv__item::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.2;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}

/* line 44, dev/sass/modules/career/career-adv.scss */
.career-adv__item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    z-index: 1;
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;
    transition: 1.2s;
}

/* line 55, dev/sass/modules/career/career-adv.scss */
.career-adv__item-content {
    width: 100%;
    padding: 10px 50px;
    position: absolute;
    left: 0;
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 3;
}

@media screen and (max-width: 600px) {
    /* line 55, dev/sass/modules/career/career-adv.scss */
    .career-adv__item-content {
        padding: 10px;
    }
}

/* line 69, dev/sass/modules/career/career-adv.scss */
.career-adv__item-content .zag {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    /* line 69, dev/sass/modules/career/career-adv.scss */
    .career-adv__item-content .zag {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    /* line 69, dev/sass/modules/career/career-adv.scss */
    .career-adv__item-content .zag {
        font-size: 16px;
    }
}

/* line 83, dev/sass/modules/career/career-adv.scss */
.career-adv__item-content p {
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    margin: 30px 0;
}

@media screen and (max-width: 600px) {
    /* line 83, dev/sass/modules/career/career-adv.scss */
    .career-adv__item-content p {
        margin: 15px 0;
        font-size: 14px;
        margin-bottom: 15px;
    }
}

/* line 97, dev/sass/modules/career/career-adv.scss */
.career-adv__item--main {
    width: calc(100% - 8px);
    padding-bottom: 33%;
}

@media screen and (max-width: 990px) {
    /* line 97, dev/sass/modules/career/career-adv.scss */
    .career-adv__item--main {
        height: 400px;
    }
}

@media screen and (max-width: 600px) {
    /* line 97, dev/sass/modules/career/career-adv.scss */
    .career-adv__item--main {
        width: 100%;
    }
}

/* line 106, dev/sass/modules/career/career-adv.scss */
.career-adv__item--main .career-adv__item-content {
    max-width: 800px;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

/* line 110, dev/sass/modules/career/career-adv.scss */
.career-adv__item--main .career-adv__item-content p {
    padding: 0 80px;
}

@media screen and (max-width: 600px) {
    /* line 110, dev/sass/modules/career/career-adv.scss */
    .career-adv__item--main .career-adv__item-content p {
        padding: 0px;
    }
}

/* line 1, dev/sass/modules/career/career-coorp.scss */
.career-coorp {
    padding: 80px 0 20px;
}

@media screen and (max-width: 1440px) {
    /* line 1, dev/sass/modules/career/career-coorp.scss */
    .career-coorp {
        padding: 30px 0 20px;
    }
}

/* line 6, dev/sass/modules/career/career-coorp.scss */
.career-coorp__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 11, dev/sass/modules/career/career-coorp.scss */
.career-coorp__text {
    width: 42%;
    padding-right: 45px;
}

@media screen and (max-width: 1600px) {
    /* line 11, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__text {
        padding-right: 20px;
        width: 50%;
    }
}

@media screen and (max-width: 990px) {
    /* line 11, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__text {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }
}

/* line 23, dev/sass/modules/career/career-coorp.scss */
.career-coorp__text h3, .career-coorp__text .h3 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1600px) {
    /* line 23, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__text h3, .career-coorp__text .h3 {
        margin-bottom: 15px;
    }
}

/* line 30, dev/sass/modules/career/career-coorp.scss */
.career-coorp__text .target {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #55555B;
    margin: 40px 0;
}

@media screen and (max-width: 1600px) {
    /* line 30, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__text .target {
        margin: 20px 0;
    }
}

/* line 41, dev/sass/modules/career/career-coorp.scss */
.career-coorp__text p {
    font-size: 16px;
    line-height: 152.69%;
    color: #53565A;
    margin-bottom: 25px;
}

@media screen and (max-width: 1600px) {
    /* line 41, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__text p {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 41, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__text p {
        font-size: 14px;
    }
}

/* line 52, dev/sass/modules/career/career-coorp.scss */
.career-coorp__text p:last-child {
    margin-bottom: 0;
}

/* line 56, dev/sass/modules/career/career-coorp.scss */
.career-coorp__text p b {
    font-weight: 600;
}

/* line 62, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl {
    width: 58%;
}

@media screen and (max-width: 1600px) {
    /* line 62, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__sl {
        width: 50%;
    }
}

@media screen and (max-width: 990px) {
    /* line 62, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__sl {
        width: 100%;
    }
}

/* line 70, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-container {
    width: 100%;
}

@media screen and (max-width: 600px) {
    /* line 72, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__sl-container .slick-list {
        overflow: visible;
    }
}

/* line 77, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-container .arrow {
    position: absolute;
    height: 50px;
    width: 50px;
    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;
    bottom: 40px;
    z-index: 10;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    /* line 77, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__sl-container .arrow {
        display: none !important;
    }
}

/* line 93, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-container .arrow:hover svg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

/* line 100, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-container .arrow svg {
    fill: transparent;
    stroke: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0.8;
}

/* line 108, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-container .arrow-left {
    left: 15px;
    border-right: 1px solid #FAFAFA;
}

/* line 113, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-container .arrow-right {
    left: 65px;
}

/* line 120, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item {
    padding-bottom: 22.5%;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    /* line 120, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__sl-item {
        padding-bottom: 17%;
        margin: 0 5px;
    }
}

/* line 129, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item:hover .img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/* line 133, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item:hover .text {
    background-color: rgba(85, 85, 91, 0.95);
}

/* line 137, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item .click-mob-js {
    display: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 15px;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    /* line 137, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__sl-item .click-mob-js {
        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;
    }
}

/* line 146, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item .click-mob-js .icon {
    fill: #fff;
    width: 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/* line 153, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item .img {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;
    transition: 1.2s;
    z-index: 1;
}

/* line 165, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: black;
    opacity: 0.1;
    z-index: 2;
}

/* line 177, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px 100px 30px 150px;
    background-color: rgba(85, 85, 91, 0.85);
    z-index: 3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

@media screen and (max-width: 600px) {
    /* line 177, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__sl-item .text {
        padding: 15px;
        padding-top: 0;
        bottom: auto;
        top: calc(100% - 31px);
        height: 100%;
    }
}

/* line 193, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item .text.open {
    top: 0;
}

/* line 195, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item .text.open .click-mob-js .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* line 199, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item .text p {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 600px) {
    /* line 199, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__sl-item .text p {
        font-size: 12px;
    }
}

/* line 207, dev/sass/modules/career/career-coorp.scss */
.career-coorp__sl-item .text p b {
    display: block;
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media screen and (max-width: 600px) {
    /* line 207, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__sl-item .text p b {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

/* line 224, dev/sass/modules/career/career-coorp.scss */
.career-coorp__items {
    width: calc(100% + 9px);
    min-width: calc(100% + 9px);
    padding: 10px 0;
}

@media screen and (max-width: 990px) {
    /* line 224, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__items {
        width: 100%;
        min-width: 100%;
    }
}

/* line 234, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item {
    margin-right: 9px;
    width: calc((58% / 2) - 7.5px);
    padding-bottom: 21%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 9px;
}

@media screen and (max-width: 1600px) {
    /* line 234, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item {
        width: calc(50% - 9px);
        padding-bottom: calc(25% - 9px);
    }
}

@media screen and (max-width: 990px) {
    /* line 234, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item {
        width: 100%;
        margin-right: 0;
        padding-bottom: 230px;
    }
}

@media screen and (max-width: 600px) {
    /* line 234, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item {
        height: auto;
    }
}

/* line 254, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.33;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}

/* line 266, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item--main {
    width: calc(42% - 12.5px);
    padding-bottom: calc(42% + 9px);
}

@media screen and (max-width: 1600px) {
    /* line 266, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item--main {
        width: calc(50% - 9px);
        padding-bottom: calc(50% - 9px);
    }
}

@media screen and (max-width: 990px) {
    /* line 266, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item--main {
        width: 100%;
        padding-bottom: 60%;
    }
}

@media screen and (max-width: 600px) {
    /* line 266, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item--main {
        height: 470px;
    }
}

/* line 280, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item--main .career-coorp__item-content {
    width: calc(100% - 40px);
    text-align: center;
    left: 20px;
    bottom: auto;
    top: 20px;
    height: calc(100% - 40px);
    background-color: rgba(116, 187, 32, 0);
    padding: 60px 55px;
}

@media screen and (max-width: 990px) {
    /* line 280, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item--main .career-coorp__item-content {
        background-color: rgba(116, 187, 32, 0.7);
        width: calc(100% - 20px);
        left: 10px;
        top: 10px;
        height: calc(100% - 20px);
    }
}

@media screen and (max-width: 600px) {
    /* line 280, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item--main .career-coorp__item-content {
        padding: 10px;
    }
}

/* line 300, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item--main .career-coorp__item-content .zag b {
    font-size: 24px;
}

@media screen and (max-width: 600px) {
    /* line 300, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item--main .career-coorp__item-content .zag b {
        font-size: 18px;
    }
}

/* line 308, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item--main .career-coorp__item-bottom {
    padding-top: 65px;
}

/* line 312, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item--main .career-coorp__item-top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 110px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

@media screen and (max-width: 990px) {
    /* line 312, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item--main .career-coorp__item-top {
        top: 60px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media screen and (max-width: 600px) {
    /* line 312, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item--main .career-coorp__item-top {
        top: 10px;
        width: calc(100% - 20px);
    }
}

/* line 328, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item--main:hover .career-coorp__item-content {
    background-color: rgba(116, 187, 32, 0.9);
}

/* line 332, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item--main:hover .career-coorp__item-top {
    top: 60px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

/* line 338, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item--main:hover .career-coorp__item-bottom {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .3s !important;
    -o-transition-delay: .3s !important;
    transition-delay: .3s !important;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 1;
}

/* line 347, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    z-index: 1;
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;
    transition: 1.2s;
    z-index: 1;
}

/* line 360, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item-top {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: calc(100% - 65px);
    width: calc(100% - 60px);
    -webkit-transition-delay: .2s !important;
    -o-transition-delay: .2s !important;
    transition-delay: .2s !important;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
}

@media screen and (max-width: 990px) {
    /* line 360, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-top {
        top: 25px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media screen and (max-width: 600px) {
    /* line 360, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-top {
        top: 15px;
        width: calc(100% - 20px);
    }
}

/* line 380, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item-top .icon {
    width: 54px;
    height: 49px;
    fill: #FFFFFF;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    opacity: 0;
}

@media screen and (max-width: 990px) {
    /* line 380, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-top .icon {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

@media screen and (max-width: 600px) {
    /* line 380, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-top .icon {
        width: 35px;
        height: 35px;
    }
}

/* line 398, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item-bottom {
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    padding-top: 80px;
}

@media screen and (max-width: 1440px) {
    /* line 398, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-bottom {
        padding-top: 60px;
    }
}

@media screen and (max-width: 990px) {
    /* line 398, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-bottom {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        padding-top: 80px;
    }
}

@media screen and (max-width: 600px) {
    /* line 398, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-bottom {
        padding-top: 60px;
    }
}

/* line 414, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item-bottom .icon {
    width: 56px;
    height: 56px;
    fill: #fff;
    margin: 35px 0 64px;
}

@media screen and (max-width: 1600px) {
    /* line 414, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-bottom .icon {
        margin: 20px 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 414, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-bottom .icon {
        margin: 0px 0 10px;
        width: 35px;
        height: 35px;
    }
}

/* line 429, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item-bottom p {
    font-size: 15px;
    color: #fff;
}

@media screen and (max-width: 1440px) {
    /* line 429, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-bottom p {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    /* line 429, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-bottom p {
        font-size: 13px;
    }
}

/* line 441, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item-content {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 25px 30px;
    overflow: hidden;
}

@media screen and (max-width: 990px) {
    /* line 441, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-content {
        background-color: rgba(116, 187, 32, 0.7);
    }
}

@media screen and (max-width: 600px) {
    /* line 441, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-content {
        padding: 10px;
    }
}

/* line 458, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item-content .zag b {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 9px;
    display: block;
}

@media screen and (max-width: 600px) {
    /* line 458, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-content .zag b {
        font-size: 16px;
        margin-bottom: 0;
    }
}

/* line 471, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item-content .zag span {
    font-size: 16px;
    line-height: 143.69%;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media screen and (max-width: 600px) {
    /* line 471, dev/sass/modules/career/career-coorp.scss */
    .career-coorp__item-content .zag span {
        font-size: 12px;
    }
}

/* line 484, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item:hover:not(.career-coorp__item--main) .career-coorp__item-content {
    background-color: rgba(116, 187, 32, 0.9);
}

/* line 488, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item:hover:not(.career-coorp__item--main) .career-coorp__item-top {
    top: 25px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

/* line 493, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item:hover:not(.career-coorp__item--main) .career-coorp__item-top .icon {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

/* line 500, dev/sass/modules/career/career-coorp.scss */
.career-coorp__item:hover:not(.career-coorp__item--main) .career-coorp__item-bottom {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .3s !important;
    -o-transition-delay: .3s !important;
    transition-delay: .3s !important;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 1;
}

/* line 2, dev/sass/modules/career/career-develop.scss */
.career-develop h3, .career-develop .h3 {
    text-align: center;
    margin-bottom: 65px;
}

@media screen and (max-width: 600px) {
    /* line 2, dev/sass/modules/career/career-develop.scss */
    .career-develop h3, .career-develop .h3 {
        margin-bottom: 25px;
    }
}

/* line 10, dev/sass/modules/career/career-develop.scss */
.career-develop__bonus .zag {
    font-size: 22px;
    text-transform: uppercase;
    color: #55555B;
    text-align: center;
    font-weight: bold;
    margin-bottom: 17px;
}

@media screen and (max-width: 600px) {
    /* line 10, dev/sass/modules/career/career-develop.scss */
    .career-develop__bonus .zag {
        margin-top: 20px;
        margin-bottom: 0px;
        font-size: 18px;
    }
}

/* line 24, dev/sass/modules/career/career-develop.scss */
.career-develop__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
}

@media screen and (max-width: 600px) {
    /* line 24, dev/sass/modules/career/career-develop.scss */
    .career-develop__list {
        padding: 15px 0 0;
    }
}

/* line 31, dev/sass/modules/career/career-develop.scss */
.career-develop__list li {
    width: 33.33%;
    border-right: 1px solid #F2F2F2;
    padding: 0 20px 30px 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;
}

@media screen and (max-width: 1440px) {
    /* line 31, dev/sass/modules/career/career-develop.scss */
    .career-develop__list li {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    /* line 31, dev/sass/modules/career/career-develop.scss */
    .career-develop__list li {
        width: 100%;
        border-right: 0px solid #F2F2F2 !important;
        padding: 0;
        padding-bottom: 10px;
    }
}

/* line 47, dev/sass/modules/career/career-develop.scss */
.career-develop__list li:nth-child(3n) {
    border-right: 0;
}

@media screen and (max-width: 1440px) {
    /* line 47, dev/sass/modules/career/career-develop.scss */
    .career-develop__list li:nth-child(3n) {
        border-right: 1px solid #F2F2F2;
    }
}

@media screen and (max-width: 1440px) {
    /* line 53, dev/sass/modules/career/career-develop.scss */
    .career-develop__list li:nth-child(2n) {
        border-right: 0;
    }
}

/* line 58, dev/sass/modules/career/career-develop.scss */
.career-develop__list li .icon {
    fill: #74BB20;
    width: 35px;
    height: 35px;
}

@media screen and (max-width: 600px) {
    /* line 58, dev/sass/modules/career/career-develop.scss */
    .career-develop__list li .icon {
        width: 25px;
        height: 25px;
    }
}

/* line 67, dev/sass/modules/career/career-develop.scss */
.career-develop__list li span {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #F2F2F2;
    color: #53565A;
    font-size: 17px;
    line-height: 110%;
    width: calc(100% - 65px);
    min-height: 70px;
    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;
}

@media screen and (max-width: 600px) {
    /* line 67, dev/sass/modules/career/career-develop.scss */
    .career-develop__list li span {
        font-size: 14px;
        margin-left: 15px;
        padding-left: 15px;
        width: calc(100% - 40px);
        min-height: 50px;
    }
}

/* line 88, dev/sass/modules/career/career-develop.scss */
.career-develop__highlight {
    max-width: 960px;
    margin: 40px auto;
    font-size: 16px;
    text-align: center;
    color: #53565A;
    padding: 35px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

@media screen and (max-width: 1440px) {
    /* line 88, dev/sass/modules/career/career-develop.scss */
    .career-develop__highlight {
        margin: 20px auto;
        max-width: 600px;
        padding: 20px 0;
        font-size: 14px;
    }
}

/* line 105, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 50px;
    margin: 80px 0;
}

@media screen and (max-width: 1440px) {
    /* line 105, dev/sass/modules/career/career-develop.scss */
    .career-develop__gallery {
        margin: 40px 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 105, dev/sass/modules/career/career-develop.scss */
    .career-develop__gallery {
        padding: 0;
        margin-bottom: 30px;
    }
}

/* line 118, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery .slick-list {
    min-width: 100%;
    width: 100% !important;
}

/* line 122, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery .arrow {
    width: 50px;
    height: 100%;
    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;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    /* line 122, dev/sass/modules/career/career-develop.scss */
    .career-develop__gallery .arrow {
        display: none;
    }
}

/* line 134, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery .arrow.slick-disabled {
    opacity: 0;
}

/* line 137, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery .arrow:hover {
    background-color: #EEEEEE;
}

/* line 139, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery .arrow:hover svg {
    stroke: #74BB20;
}

/* line 143, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery .arrow svg {
    stroke: #53565A;
    fill: transparent;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/* line 148, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery .arrow-left {
    left: 0px;
}

/* line 151, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery .arrow-right {
    right: 0px;
}

/* line 155, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery-item {
    height: 300px;
    width: 33.33%;
    min-width: 200px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media screen and (max-width: 600px) {
    /* line 155, dev/sass/modules/career/career-develop.scss */
    .career-develop__gallery-item {
        height: 200px;
    }
}

/* line 165, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery-item::before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: black;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    left: 0;
    top: 0;
}

/* line 177, dev/sass/modules/career/career-develop.scss */
.career-develop__gallery-item:hover:before {
    opacity: 0.3;
}

/* line 1, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy {
    padding: 20px 0 80px;
}

/* line 3, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy h3, .career-vacancy .h3 {
    text-align: center;
    margin-bottom: 120px;
}

@media screen and (max-width: 1440px) {
    /* line 3, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy h3, .career-vacancy .h3 {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 600px) {
    /* line 3, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy h3, .career-vacancy .h3 {
        margin-bottom: 15px;
    }
}

/* line 13, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__container {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* line 18, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list {
    width: 50%;
}

@media screen and (max-width: 990px) {
    /* line 18, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list {
        width: 100%;
        padding-bottom: 30px;
    }
}

/* line 26, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-item.open .career-vacancy__list-name .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* line 30, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-item ul {
    display: none;
}

/* line 33, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-item li {
    padding: 30px 0 20px 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;
    margin-bottom: -1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

@media screen and (max-width: 1440px) {
    /* line 33, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-item li {
        padding: 15px 0 15px 15px;
    }
}

@media screen and (max-width: 600px) {
    /* line 33, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-item li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
    }
}

/* line 48, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-item li:hover {
    background-color: #FAFAFA;
}

@media screen and (max-width: 600px) {
    /* line 48, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-item li:hover {
        background-color: rgba(241, 241, 241, 0.59);
    }
}

/* line 54, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-item li.active {
    background-color: #FAFAFA;
}

@media screen and (max-width: 600px) {
    /* line 54, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-item li.active {
        background-color: rgba(241, 241, 241, 0.59);
    }
}

/* line 59, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-item li.active span:not(.price) {
    font-weight: 600;
}

/* line 63, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-item li span:not(.price) {
    font-weight: 500;
    font-size: 18px;
    color: #53565A;
    width: calc(100% - 170px);
    min-height: 57px;
    border-right: 1px solid #55555B;
    padding-right: 100px;
}

@media screen and (max-width: 1440px) {
    /* line 63, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-item li span:not(.price) {
        padding-right: 30px;
        width: calc(100% - 140px);
    }
}

@media screen and (max-width: 600px) {
    /* line 63, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-item li span:not(.price) {
        width: 100%;
        border-right: 0px solid #55555B;
        border-bottom: 1px solid #55555B;
        min-height: 1px;
        padding: 0 0 10px;
        margin-bottom: 15px;
        font-size: 14px;
    }
}

/* line 85, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-item li .price {
    width: 170px;
    padding-right: 40px;
    font-weight: 300;
    font-size: 16px;
    line-height: 111.69%;
    text-align: right;
    color: #74BB20;
}

@media screen and (max-width: 1440px) {
    /* line 85, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-item li .price {
        padding-right: 30px;
        font-size: 18px;
        width: 140px;
    }
}

@media screen and (max-width: 600px) {
    /* line 85, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-item li .price {
        width: 100%;
        text-align: center;
        padding-right: 0;
        font-size: 14px;
    }
}

/* line 107, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-name {
    padding: 18px 0 18px 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;
    border: 1px solid #F2F2F2;
    margin-bottom: -1px;
    cursor: pointer;
}

@media screen and (max-width: 1440px) {
    /* line 107, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-name {
        padding: 15px;
        padding-right: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 107, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-name {
        height: auto;
    }
}

/* line 122, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-name span {
    font-weight: 500;
    font-size: 22px;
    color: #53565A;
    width: calc(100% - 70px);
    min-height: 57px;
    border-right: 1px solid #F2F2F2;
    padding-top: 10px;
}

@media screen and (max-width: 600px) {
    /* line 122, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__list-name span {
        padding-top: 0;
        min-height: 30px;
        font-size: 14px;
    }
}

/* line 136, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__list-name .icon {
    stroke: #53565A;
    stroke-width: 2px;
    fill: transparent;
    width: 10px;
    margin: 0 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 146, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab {
    width: calc(50% - 60px);
    margin-left: 60px;
    padding-left: 50px;
    border-left: 1px solid #F2F2F2;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 1600px) {
    /* line 146, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__tab {
        width: calc(50% - 30px);
        margin-left: 30px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 990px) {
    /* line 146, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__tab {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border-left: 0px solid #F2F2F2;
    }
}

/* line 164, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab .name {
    font-weight: 600;
    font-size: 22px;
    line-height: 152.69%;
    color: #53565A;
    margin-bottom: 40px;
}

/* line 170, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab .name span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

/* line 174, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab .name span:not(.price) {
    width: calc(100% - 135px);
    padding-right: 50px;
    margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
    /* line 174, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__tab .name span:not(.price) {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
}

/* line 184, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab .name .price {
    font-size: 16px;
    line-height: 111.69%;
    text-align: right;
    color: #74BB20;
    width: 100%;
    margin-top: 10px;
}

@media screen and (max-width: 600px) {
    /* line 184, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__tab .name .price {
        width: 100%;
    }
}

/* line 196, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab p {
    font-size: 16px;
    line-height: 152.69%;
    color: #53565A;
    margin-bottom: 50px;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    /* line 196, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__tab p {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    /* line 196, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__tab p {
        margin-bottom: 15px;
        font-size: 14px;
    }
}

/* line 209, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab p b {
    font-weight: 600;
}

/* line 213, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab .btn {
    text-transform: uppercase;
    padding: 15px 40px;
    margin-top: 50px;
}

@media screen and (max-width: 600px) {
    /* line 213, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__tab .btn {
        margin-top: 15px;
        width: 100%;
        padding: 10px;
        text-align: center;
    }
}

/* line 224, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab .list {
    margin-bottom: 50px;
}

@media screen and (max-width: 1440px) {
    /* line 224, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__tab .list {
        margin-bottom: 30px;
    }
}

/* line 229, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab .list li {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #53565A;
    margin-bottom: 15px;
    padding-left: 50px;
    position: relative;
}

@media screen and (max-width: 1440px) {
    /* line 229, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__tab .list li {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    /* line 229, dev/sass/modules/career/career-vacancy.scss */
    .career-vacancy__tab .list li {
        padding-left: 30px;
    }
}

/* line 244, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab .list li:last-child {
    margin-bottom: 0;
}

/* line 248, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab .list li::before {
    content: '';
    width: 16px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 15px;
    background-color: #74BB20;
}

/* line 259, dev/sass/modules/career/career-vacancy.scss */
.career-vacancy__tab .list--bold li {
    font-weight: 400;
    line-height: 140%;
}

/* line 3, dev/sass/modules/about/about-awards.scss */
.about-awards__container .inform-blck {
    margin-bottom: 0;
}

@media screen and (max-width: 600px) {
    /* line 6, dev/sass/modules/about/about-awards.scss */
    .about-awards__container .inform-blck__content {
        padding-bottom: 100px;
    }
}

/* line 12, dev/sass/modules/about/about-awards.scss */
.about-awards__sl {
    margin-bottom: 75px;
    margin-top: -85px;
    z-index: 50;
    padding: 0 65px;
}

@media screen and (max-width: 1600px) {
    /* line 12, dev/sass/modules/about/about-awards.scss */
    .about-awards__sl {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 600px) {
    /* line 12, dev/sass/modules/about/about-awards.scss */
    .about-awards__sl {
        margin-bottom: 20px;
        padding: 0 30px;
    }
}

/* line 24, dev/sass/modules/about/about-awards.scss */
.about-awards__sl .arrow {
    position: absolute;
    z-index: 20;
    top: calc(50% - 30px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    /* line 24, dev/sass/modules/about/about-awards.scss */
    .about-awards__sl .arrow {
        width: 30px;
    }
}

/* line 34, dev/sass/modules/about/about-awards.scss */
.about-awards__sl .arrow-left {
    left: 0;
}

/* line 37, dev/sass/modules/about/about-awards.scss */
.about-awards__sl .arrow-right {
    right: 0;
}

/* line 40, dev/sass/modules/about/about-awards.scss */
.about-awards__sl .arrow svg {
    stroke: #55555B;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

@media screen and (max-width: 600px) {
    /* line 40, dev/sass/modules/about/about-awards.scss */
    .about-awards__sl .arrow svg {
        width: 100%;
    }
}

/* line 48, dev/sass/modules/about/about-awards.scss */
.about-awards__sl .arrow:hover svg {
    stroke: #74BB20;
}

/* line 56, dev/sass/modules/about/about-awards.scss */
.about-awards__item {
    padding: 10px 35px;
    font-size: 17px;
    line-height: 143.69%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media screen and (max-width: 1600px) {
    /* line 56, dev/sass/modules/about/about-awards.scss */
    .about-awards__item {
        padding: 10px;
    }
}

/* line 65, dev/sass/modules/about/about-awards.scss */
.about-awards__item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    border-color: #74BB20;
}

/* line 70, dev/sass/modules/about/about-awards.scss */
.about-awards__item img {
    border: 8px solid #55555B;
    margin-bottom: 20px;
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 76, dev/sass/modules/about/about-awards.scss */
.about-awards__item .name {
    color: #55555B;
}

/* line 79, dev/sass/modules/about/about-awards.scss */
.about-awards__item p {
    color: #BDBDBD;
}

/* line 1, dev/sass/modules/about/about-history.scss */
.about-history {
    margin-bottom: 120px;
}

@media screen and (max-width: 1600px) {
    /* line 1, dev/sass/modules/about/about-history.scss */
    .about-history {
        margin-bottom: 45px;
    }
}

/* line 6, dev/sass/modules/about/about-history.scss */
.about-history__container {
    position: relative;
}

/* line 10, dev/sass/modules/about/about-history.scss */
.about-history__img .img {
    height: 550px;
    min-width: 400px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 1600px) {
    /* line 10, dev/sass/modules/about/about-history.scss */
    .about-history__img .img {
        height: 450px;
    }
}

@media screen and (max-width: 990px) {
    /* line 10, dev/sass/modules/about/about-history.scss */
    .about-history__img .img {
        height: auto;
        padding-bottom: 350px;
    }
}

@media screen and (max-width: 600px) {
    /* line 10, dev/sass/modules/about/about-history.scss */
    .about-history__img .img {
        padding-bottom: 200px;
    }
}

/* line 27, dev/sass/modules/about/about-history.scss */
.about-history__text {
    width: 440px;
    left: calc(20% + 1px);
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #fff;
}

@media screen and (max-width: 1600px) {
    /* line 27, dev/sass/modules/about/about-history.scss */
    .about-history__text {
        width: 50%;
        left: 0;
    }
}

@media screen and (max-width: 1180px) {
    /* line 27, dev/sass/modules/about/about-history.scss */
    .about-history__text {
        height: auto;
        min-height: 100%;
    }
}

@media screen and (max-width: 990px) {
    /* line 27, dev/sass/modules/about/about-history.scss */
    .about-history__text {
        width: 100%;
        position: initial;
        top: auto;
        left: auto;
    }
}

/* line 48, dev/sass/modules/about/about-history.scss */
.about-history__text .arrows {
    position: absolute;
    z-index: 500;
    left: 50px;
    top: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 190px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
}

@media screen and (max-width: 1600px) {
    /* line 48, dev/sass/modules/about/about-history.scss */
    .about-history__text .arrows {
        top: 160px;
    }
}

@media screen and (max-width: 1180px) {
    /* line 48, dev/sass/modules/about/about-history.scss */
    .about-history__text .arrows {
        left: 0;
    }
}

@media screen and (max-width: 990px) {
    /* line 48, dev/sass/modules/about/about-history.scss */
    .about-history__text .arrows {
        top: calc(350px + 30px);
        right: 0;
        left: auto;
    }
}

@media screen and (max-width: 600px) {
    /* line 48, dev/sass/modules/about/about-history.scss */
    .about-history__text .arrows {
        top: calc(200px + 30px);
    }
}

/* line 73, dev/sass/modules/about/about-history.scss */
.about-history__text .arrows.one .arrow {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
}

/* line 77, dev/sass/modules/about/about-history.scss */
.about-history__text .arrows.one .arrow-right:hover {
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
}

/* line 83, dev/sass/modules/about/about-history.scss */
.about-history__text .arrow {
    width: 70px;
    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;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    margin-right: 30px;
}

@media screen and (max-width: 990px) {
    /* line 83, dev/sass/modules/about/about-history.scss */
    .about-history__text .arrow {
        margin-right: 0;
        margin-left: 30px;
    }
}

/* line 95, dev/sass/modules/about/about-history.scss */
.about-history__text .arrow:hover {
    width: 140px;
}

/* line 97, dev/sass/modules/about/about-history.scss */
.about-history__text .arrow:hover .icon {
    stroke: #74BB20;
}

/* line 101, dev/sass/modules/about/about-history.scss */
.about-history__text .arrow .icon {
    stroke: #7d7d7d;
    width: 140px;
    min-width: 140px;
}

/* line 109, dev/sass/modules/about/about-history.scss */
.about-history__text .arrow-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* line 120, dev/sass/modules/about/about-history.scss */
.about-history__text .slick-list, .about-history__text .slick-track {
    height: 100%;
}

/* line 123, dev/sass/modules/about/about-history.scss */
.about-history__text-container {
    height: 100%;
}

/* line 127, dev/sass/modules/about/about-history.scss */
.about-history__item {
    height: auto;
}

/* line 129, dev/sass/modules/about/about-history.scss */
.about-history__item-content {
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: 0 50px 50px;
}

@media screen and (max-width: 1600px) {
    /* line 129, dev/sass/modules/about/about-history.scss */
    .about-history__item-content {
        max-width: 100%;
    }
}

@media screen and (max-width: 1180px) {
    /* line 129, dev/sass/modules/about/about-history.scss */
    .about-history__item-content {
        padding: 0 0px 70px;
    }
}

@media screen and (max-width: 990px) {
    /* line 129, dev/sass/modules/about/about-history.scss */
    .about-history__item-content {
        padding: 20px 0px;
    }
}

/* line 145, dev/sass/modules/about/about-history.scss */
.about-history__item .btn {
    position: absolute;
    bottom: 0;
    left: 50px;
}

@media screen and (max-width: 1180px) {
    /* line 145, dev/sass/modules/about/about-history.scss */
    .about-history__item .btn {
        left: 0;
    }
}

@media screen and (max-width: 990px) {
    /* line 145, dev/sass/modules/about/about-history.scss */
    .about-history__item .btn {
        position: initial;
        left: auto;
        margin-top: 20px;
    }
}

/* line 158, dev/sass/modules/about/about-history.scss */
.about-history__item .year {
    font-weight: bold;
    font-size: 96px;
    line-height: 0.8;
    text-transform: uppercase;
    color: #F2F2F2;
    margin-bottom: 20px;
}

@media screen and (max-width: 1600px) {
    /* line 158, dev/sass/modules/about/about-history.scss */
    .about-history__item .year {
        font-size: 80px;
    }
}

@media screen and (max-width: 990px) {
    /* line 158, dev/sass/modules/about/about-history.scss */
    .about-history__item .year {
        font-size: 50px;
        margin-bottom: 20px;
    }
}

/* line 173, dev/sass/modules/about/about-history.scss */
.about-history__item .zag {
    font-weight: 600;
    font-size: 18px;
    line-height: 125.5%;
    text-transform: uppercase;
    color: #4D4D4F;
    margin-bottom: 70px;
    min-height: 70px;
}

@media screen and (max-width: 1600px) {
    /* line 173, dev/sass/modules/about/about-history.scss */
    .about-history__item .zag {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 990px) {
    /* line 173, dev/sass/modules/about/about-history.scss */
    .about-history__item .zag {
        margin-bottom: 20px;
        font-size: 16px;
        min-height: auto;
    }
}

/* line 190, dev/sass/modules/about/about-history.scss */
.about-history__item p {
    font-weight: 300;
    font-size: 15px;
    line-height: 140.5%;
    color: #4D4D4F;
}

@media screen and (max-width: 990px) {
    /* line 190, dev/sass/modules/about/about-history.scss */
    .about-history__item p {
        font-size: 14px;
    }
}

/* line 1, dev/sass/modules/about/about-leader.scss */
.about-leader {
    margin-bottom: 66px;
    position: relative;
}

@media screen and (max-width: 600px) {
    /* line 1, dev/sass/modules/about/about-leader.scss */
    .about-leader {
        margin-bottom: 20px;
    }
}

/* line 7, dev/sass/modules/about/about-leader.scss */
.about-leader__container {
    position: relative;
}

/* line 11, dev/sass/modules/about/about-leader.scss */
.about-leader__zag {
    margin-bottom: 90px;
    margin-top: 60px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    /* line 11, dev/sass/modules/about/about-leader.scss */
    .about-leader__zag {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

/* line 19, dev/sass/modules/about/about-leader.scss */
.about-leader__zag h3, .about-leader__zag .h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 125.5%;
    text-transform: uppercase;
    color: #55555B;
    margin-bottom: 37px;
}

@media screen and (max-width: 600px) {
    /* line 19, dev/sass/modules/about/about-leader.scss */
    .about-leader__zag h3, .about-leader__zag .h3 {
        margin-bottom: 25px;
    }
}

/* line 30, dev/sass/modules/about/about-leader.scss */
.about-leader__zag p {
    max-width: 960px;
    padding: 40px 15px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin: 0 auto;
    font-size: 16px;
    line-height: 152.69%;
    color: #53565A;
}

@media screen and (max-width: 600px) {
    /* line 30, dev/sass/modules/about/about-leader.scss */
    .about-leader__zag p {
        font-size: 14px;
        padding: 10px;
    }
}

/* line 46, dev/sass/modules/about/about-leader.scss */
.about-leader__img {
    margin-bottom: 57px;
    position: relative;
    width: 75%;
    margin-left: 25%;
}

@media screen and (max-width: 990px) {
    /* line 46, dev/sass/modules/about/about-leader.scss */
    .about-leader__img {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 46, dev/sass/modules/about/about-leader.scss */
    .about-leader__img {
        margin-bottom: 0px;
    }
}

/* line 59, dev/sass/modules/about/about-leader.scss */
.about-leader__img::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
}

@media screen and (max-width: 990px) {
    /* line 59, dev/sass/modules/about/about-leader.scss */
    .about-leader__img::before {
        content: none;
    }
}

/* line 69, dev/sass/modules/about/about-leader.scss */
.about-leader__img::before {
    background: -webkit-linear-gradient(357.81deg, rgba(255, 255, 255, 0.76) 18.64%, rgba(255, 255, 255, 0.57) 97.07%);
    background: -o-linear-gradient(357.81deg, rgba(255, 255, 255, 0.76) 18.64%, rgba(255, 255, 255, 0.57) 97.07%);
    background: linear-gradient(92.19deg, rgba(255, 255, 255, 0.76) 18.64%, rgba(255, 255, 255, 0.57) 97.07%);
    left: 33.33%;
    width: 66.66%;
}

/* line 74, dev/sass/modules/about/about-leader.scss */
.about-leader__img::after {
    background: -webkit-linear-gradient(354.1deg, rgba(255, 255, 255, 0.76) 18.64%, rgba(255, 255, 255, 0.57) 97.07%);
    background: -o-linear-gradient(354.1deg, rgba(255, 255, 255, 0.76) 18.64%, rgba(255, 255, 255, 0.57) 97.07%);
    background: linear-gradient(95.9deg, rgba(255, 255, 255, 0.76) 18.64%, rgba(255, 255, 255, 0.57) 97.07%);
    right: 0;
}

/* line 79, dev/sass/modules/about/about-leader.scss */
.about-leader__img-item img {
    width: 100%;
}

@media screen and (max-width: 990px) {
    /* line 79, dev/sass/modules/about/about-leader.scss */
    .about-leader__img-item img {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    /* line 79, dev/sass/modules/about/about-leader.scss */
    .about-leader__img-item img {
        width: 100%;
    }
}

/* line 95, dev/sass/modules/about/about-leader.scss */
.about-leader__text {
    width: calc(25% + 1px);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    position: absolute;
    background-color: #fff;
}

@media screen and (max-width: 990px) {
    /* line 95, dev/sass/modules/about/about-leader.scss */
    .about-leader__text {
        width: 50%;
        left: auto;
        right: 0;
        padding-right: 50px;
    }
}

@media screen and (max-width: 600px) {
    /* line 95, dev/sass/modules/about/about-leader.scss */
    .about-leader__text {
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
        padding-right: 0;
    }
}

/* line 116, dev/sass/modules/about/about-leader.scss */
.about-leader__text .slick-list, .about-leader__text .slick-track {
    height: 100%;
}

/* line 119, dev/sass/modules/about/about-leader.scss */
.about-leader__text .arrow {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
    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;
    z-index: 20;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    /* line 119, dev/sass/modules/about/about-leader.scss */
    .about-leader__text .arrow {
        height: 50px;
        top: 15px;
        width: 20px;
    }
}

/* line 134, dev/sass/modules/about/about-leader.scss */
.about-leader__text .arrow svg {
    stroke: #55555B;
    width: 17px;
    height: 35px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/* line 141, dev/sass/modules/about/about-leader.scss */
.about-leader__text .arrow:hover svg {
    stroke: #74BB20;
}

/* line 145, dev/sass/modules/about/about-leader.scss */
.about-leader__text .arrow-left {
    display: none !important;
    left: calc((100% + 50px)*-1);
}

@media screen and (max-width: 990px) {
    /* line 145, dev/sass/modules/about/about-leader.scss */
    .about-leader__text .arrow-left {
        left: -100%;
    }
}

@media screen and (max-width: 600px) {
    /* line 145, dev/sass/modules/about/about-leader.scss */
    .about-leader__text .arrow-left {
        height: 50px;
        top: 15px;
        width: 20px;
        left: 0;
    }
}

/* line 158, dev/sass/modules/about/about-leader.scss */
.about-leader__text .arrow-right {
    left: 200%;
}

@media screen and (max-width: 990px) {
    /* line 158, dev/sass/modules/about/about-leader.scss */
    .about-leader__text .arrow-right {
        right: 0;
        left: auto;
    }
}

/* line 166, dev/sass/modules/about/about-leader.scss */
.about-leader__text-item {
    padding: 0 25px;
    position: relative;
}

@media screen and (max-width: 1600px) {
    /* line 166, dev/sass/modules/about/about-leader.scss */
    .about-leader__text-item {
        padding: 0 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 166, dev/sass/modules/about/about-leader.scss */
    .about-leader__text-item {
        padding: 20px 0;
    }
}

/* line 175, dev/sass/modules/about/about-leader.scss */
.about-leader__text-item .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 125.5%;
    text-transform: uppercase;
    color: #4D4D4F;
    margin-bottom: 6px;
}

@media screen and (max-width: 600px) {
    /* line 175, dev/sass/modules/about/about-leader.scss */
    .about-leader__text-item .name {
        margin: 0 30px;
        width: calc(100% - 60px);
        text-align: center;
    }
}

/* line 188, dev/sass/modules/about/about-leader.scss */
.about-leader__text-item .status {
    font-size: 18px;
    padding-bottom: 11px;
    line-height: 125.5%;
    color: #BDBDBD;
    border-bottom: 1px solid #74BB20;
    display: inline-block;
}

@media screen and (max-width: 1600px) {
    /* line 188, dev/sass/modules/about/about-leader.scss */
    .about-leader__text-item .status {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    /* line 188, dev/sass/modules/about/about-leader.scss */
    .about-leader__text-item .status {
        margin: 0 30px;
        width: calc(100% - 60px);
        text-align: center;
    }
}

/* line 204, dev/sass/modules/about/about-leader.scss */
.about-leader__text-item .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    max-height: 70%;
    height: 100%;
    padding: 0 35px;
}

@media screen and (max-width: 1600px) {
    /* line 204, dev/sass/modules/about/about-leader.scss */
    .about-leader__text-item .text {
        padding: 0 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 204, dev/sass/modules/about/about-leader.scss */
    .about-leader__text-item .text {
        position: initial;
        max-height: 100%;
        left: auto;
        bottom: auto;
        padding: 30px 0;
    }
}

/* line 222, dev/sass/modules/about/about-leader.scss */
.about-leader__text-item .text p {
    font-weight: 300;
    font-size: 15px;
    line-height: 140.5%;
    color: #4D4D4F;
}

@media screen and (max-width: 1600px) {
    /* line 222, dev/sass/modules/about/about-leader.scss */
    .about-leader__text-item .text p {
        font-size: 12px;
    }
}

@media screen and (max-width: 600px) {
    /* line 222, dev/sass/modules/about/about-leader.scss */
    .about-leader__text-item .text p {
        text-align: center;
    }
}

/* line 233, dev/sass/modules/about/about-leader.scss */
.about-leader__text-item .text p b {
    font-weight: normal;
}

/* line 241, dev/sass/modules/about/about-leader.scss */
.about-leader__link {
    text-align: center;
}

/* line 1, dev/sass/modules/about/about-values.scss */
.about-values {
    padding: 65px 70px 0;
    position: relative;
}

@media screen and (max-width: 1600px) {
    /* line 1, dev/sass/modules/about/about-values.scss */
    .about-values {
        padding: 45px 0px 0;
    }
}

/* line 7, dev/sass/modules/about/about-values.scss */
.about-values::before {
    content: '';
    width: calc(100% + 150px);
    height: 100%;
    background-color: #FAFAFA;
    position: absolute;
    left: -50px;
    top: 0;
    pointer-events: none;
}

/* line 17, dev/sass/modules/about/about-values.scss */
.about-values__zag {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 125.5%;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: #55555B;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 1600px) {
    /* line 17, dev/sass/modules/about/about-values.scss */
    .about-values__zag {
        margin-bottom: 45px;
    }
}

/* line 34, dev/sass/modules/about/about-values.scss */
.about-values__list {
    padding-bottom: 104px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1600px) {
    /* line 34, dev/sass/modules/about/about-values.scss */
    .about-values__list {
        padding-bottom: 45px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 34, dev/sass/modules/about/about-values.scss */
    .about-values__list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* line 49, dev/sass/modules/about/about-values.scss */
.about-values__item {
    width: calc(33.33% - 15px);
    margin-right: 15px;
    padding: 20px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-bottom: -1px;
    background-color: #fff;
    position: relative;
    z-index: 20;
}

/* line 61, dev/sass/modules/about/about-values.scss */
.about-values__item.w100 {
    width: 100% !important;
}

@media screen and (max-width: 1600px) {
    /* line 49, dev/sass/modules/about/about-values.scss */
    .about-values__item {
        width: calc(33.33% - 10px);
        margin-right: 10px;
        padding: 15px 20px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 49, dev/sass/modules/about/about-values.scss */
    .about-values__item {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 600px) {
    /* line 49, dev/sass/modules/about/about-values.scss */
    .about-values__item {
        width: 100%;
        margin-right: 0;
    }
}

/* line 77, dev/sass/modules/about/about-values.scss */
.about-values__item::before, .about-values__item::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #74BB20;
    position: absolute;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 85, dev/sass/modules/about/about-values.scss */
.about-values__item::before {
    top: -0.5px;
    right: 0;
}

/* line 89, dev/sass/modules/about/about-values.scss */
.about-values__item::after {
    bottom: -0.5px;
    left: 0;
}

/* line 93, dev/sass/modules/about/about-values.scss */
.about-values__item:hover {
    background-color: #fff;
}

/* line 95, dev/sass/modules/about/about-values.scss */
.about-values__item:hover::before, .about-values__item:hover::after {
    width: 100%;
}

/* line 99, dev/sass/modules/about/about-values.scss */
.about-values__item-img {
    width: 70px;
    border-right: 1px solid #E0E0E0;
}

@media screen and (max-width: 1600px) {
    /* line 99, dev/sass/modules/about/about-values.scss */
    .about-values__item-img {
        width: 60px;
    }
}

/* line 105, dev/sass/modules/about/about-values.scss */
.about-values__item-img .icon {
    fill: #55555B;
    width: 38px;
    height: 38px;
}

@media screen and (max-width: 1600px) {
    /* line 105, dev/sass/modules/about/about-values.scss */
    .about-values__item-img .icon {
        width: 30px;
        height: 30px;
    }
}

/* line 115, dev/sass/modules/about/about-values.scss */
.about-values__item-text {
    width: calc(100% - 70px);
    padding-left: 30px;
}

@media screen and (max-width: 1600px) {
    /* line 115, dev/sass/modules/about/about-values.scss */
    .about-values__item-text {
        width: calc(100% - 60px);
        padding-left: 20px;
    }
}

/* line 122, dev/sass/modules/about/about-values.scss */
.about-values__item-text p {
    font-size: 15px;
    line-height: 140.5%;
    color: #4D4D4F;
    margin-bottom: 14px;
}

@media screen and (max-width: 1600px) {
    /* line 122, dev/sass/modules/about/about-values.scss */
    .about-values__item-text p {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

/* line 132, dev/sass/modules/about/about-values.scss */
.about-values__item-text p:last-child {
    margin-bottom: 0;
}

/* line 135, dev/sass/modules/about/about-values.scss */
.about-values__item-text p b {
    font-weight: 600;
}

/* line 2, dev/sass/pages/arenda.scss */
.arenda-map {
    padding: 40px;
    background-color: #fff;
}

@media screen and (max-width: 990px) {
    /* line 2, dev/sass/pages/arenda.scss */
    .arenda-map {
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 2, dev/sass/pages/arenda.scss */
    .arenda-map {
        padding: 10px;
    }
}

/* line 11, dev/sass/pages/arenda.scss */
.arenda-map__zag {
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
    color: #4D4D4F;
    margin-bottom: 40px;
    padding-right: 20px;
}

@media screen and (max-width: 990px) {
    /* line 11, dev/sass/pages/arenda.scss */
    .arenda-map__zag {
        margin-bottom: 20px;
        font-size: 18px;
    }
}

/* line 25, dev/sass/pages/arenda.scss */
.arenda-map__popup .mfp-content {
    max-width: 1230px;
    margin: 0 auto;
}

/* line 29, dev/sass/pages/arenda.scss */
.arenda-map__popup button.mfp-close {
    background-image: url(../img/svg/close-green.svg);
    width: 60px;
    height: 60px;
    right: 30px;
    top: 25px;
    -webkit-background-size: 30px 30px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}

@media screen and (max-width: 990px) {
    /* line 29, dev/sass/pages/arenda.scss */
    .arenda-map__popup button.mfp-close {
        width: 40px;
        height: 40px;
        -webkit-background-size: 20px 20px;
        background-size: 20px;
        top: 0;
        right: 0;
    }
}

/* line 49, dev/sass/pages/arenda.scss */
.arenda-map__popup .ymaps-2-1-76-balloon__close-button {
    -webkit-background-size: 20px 20px;
    background-size: 20px;
}

/* line 52, dev/sass/pages/arenda.scss */
.arenda-map__popup .ymaps-2-1-76-balloon__content {
    width: 600px;
    padding: 0 !important;
}

@media screen and (max-width: 990px) {
    /* line 52, dev/sass/pages/arenda.scss */
    .arenda-map__popup .ymaps-2-1-76-balloon__content {
        width: 500px;
    }
}

@media screen and (max-width: 600px) {
    /* line 52, dev/sass/pages/arenda.scss */
    .arenda-map__popup .ymaps-2-1-76-balloon__content {
        width: 100%;
        min-width: 250px;
        padding-right: 50px;
    }
}

/* line 64, dev/sass/pages/arenda.scss */
.arenda-map__popup .ymaps-2-1-76-balloon__content > ymaps {
    width: 100% !important;
    height: auto !important;
}

/* line 71, dev/sass/pages/arenda.scss */
.arenda-map__container {
    width: 100%;
    height: 650px;
}

@media screen and (max-width: 990px) {
    /* line 71, dev/sass/pages/arenda.scss */
    .arenda-map__container {
        height: 400px;
    }
}

@media screen and (max-width: 800px) {
    /* line 81, dev/sass/pages/arenda.scss */
    .project-sl--arenda {
        padding: 0 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 85, dev/sass/pages/arenda.scss */
    .project-sl--arenda .project-sl__info {
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 92, dev/sass/pages/arenda.scss */
    .project-sl__container--arenda::before {
        content: none;
    }
}

/* line 100, dev/sass/pages/arenda.scss */
.templateBaloon {
    padding: 40px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media screen and (max-width: 990px) {
    /* line 100, dev/sass/pages/arenda.scss */
    .templateBaloon {
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 100, dev/sass/pages/arenda.scss */
    .templateBaloon {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
    }
}

/* line 111, dev/sass/pages/arenda.scss */
.templateBaloon__text {
    width: 50%;
    padding-right: 50px;
}

@media screen and (max-width: 990px) {
    /* line 111, dev/sass/pages/arenda.scss */
    .templateBaloon__text {
        padding-right: 10px;
    }
}

@media screen and (max-width: 600px) {
    /* line 111, dev/sass/pages/arenda.scss */
    .templateBaloon__text {
        padding-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
}

/* line 122, dev/sass/pages/arenda.scss */
.templateBaloon__text .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 143.69%;
    color: #55555B;
    margin-bottom: 25px;
}

@media screen and (max-width: 600px) {
    /* line 122, dev/sass/pages/arenda.scss */
    .templateBaloon__text .name {
        margin-bottom: 10px;
        font-size: 14px;
        padding-right: 20px;
    }
}

/* line 134, dev/sass/pages/arenda.scss */
.templateBaloon__text .desc {
    font-size: 14px;
    line-height: 143.69%;
    color: #55555B;
    margin-bottom: 35px;
}

@media screen and (max-width: 600px) {
    /* line 134, dev/sass/pages/arenda.scss */
    .templateBaloon__text .desc {
        margin-bottom: 10px;
        font-size: 12px;
    }
}

/* line 144, dev/sass/pages/arenda.scss */
.templateBaloon__text a {
    text-transform: uppercase;
}

/* line 148, dev/sass/pages/arenda.scss */
.templateBaloon__img {
    width: 50%;
    text-align: right;
}

@media screen and (max-width: 600px) {
    /* line 148, dev/sass/pages/arenda.scss */
    .templateBaloon__img {
        width: 100%;
    }
}

/* line 154, dev/sass/pages/arenda.scss */
.templateBaloon__img img {
    max-width: 100%;
    max-height: 100%;
}

/* line 1, dev/sass/pages/contact.scss */
.contact {
    width: 100%;
}

/* line 4, dev/sass/pages/contact.scss */
.contact .project-sl__container.hidden {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 1600px) {
    /* line 4, dev/sass/pages/contact.scss */
    .contact .project-sl__container.hidden {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

/* line 12, dev/sass/pages/contact.scss */
.contact .project-sl__container::after {
    content: none;
}

@media screen and (max-width: 1600px) {
    /* line 12, dev/sass/pages/contact.scss */
    .contact .project-sl__container::after {
        content: '';
    }
}

/* line 23, dev/sass/pages/contact.scss */
.contact .project-sl__item-content {
    height: 300px;
}

@media screen and (max-width: 600px) {
    /* line 23, dev/sass/pages/contact.scss */
    .contact .project-sl__item-content {
        height: 200px;
    }
}

/* line 30, dev/sass/pages/contact.scss */
.contact-sl {
    padding-right: 50px;
    margin-bottom: 120px;
}

@media screen and (max-width: 990px) {
    /* line 30, dev/sass/pages/contact.scss */
    .contact-sl {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 600px) {
    /* line 30, dev/sass/pages/contact.scss */
    .contact-sl {
        padding-right: 15px;
        margin-bottom: 20px;
    }
}

/* line 40, dev/sass/pages/contact.scss */
.contact-sl .project-sl__info {
    z-index: 120;
    padding-right: 50px;
}

@media screen and (max-width: 600px) {
    /* line 40, dev/sass/pages/contact.scss */
    .contact-sl .project-sl__info {
        padding-right: 15px;
    }
}

/* line 50, dev/sass/pages/contact.scss */
.contact-map__container {
    height: 900px;
    width: 100%;
    position: relative;
}

/* line 54, dev/sass/pages/contact.scss */
.contact-map__container--small {
    height: 550px;
}

@media screen and (max-width: 600px) {
    /* line 54, dev/sass/pages/contact.scss */
    .contact-map__container--small {
        height: 80vh;
    }
}

@media screen and (max-width: 600px) {
    /* line 50, dev/sass/pages/contact.scss */
    .contact-map__container {
        height: 80vh;
    }
}

/* line 63, dev/sass/pages/contact.scss */
.contact-map__container .ymaps-2-1-75-image {
    -webkit-filter: none !important;
    filter: none !important;
}

/* line 67, dev/sass/pages/contact.scss */
.contact-map__container ymaps {
    -webkit-filter: none !important;
    filter: none !important;
}

/* line 71, dev/sass/pages/contact.scss */
.contact-map__container [class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale") !important;
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%) !important;
    /* Chrome 19+ & Safari 6+ */
}

@media screen and (max-width: 1440px) {
    /* line 78, dev/sass/pages/contact.scss */
    .contact-map__container .templateBaloon--small {
        padding: 10px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 83, dev/sass/pages/contact.scss */
    .contact-map__container .templateBaloon--small .templateBaloon__text .name {
        margin-bottom: 15px;
    }
}

/* line 88, dev/sass/pages/contact.scss */
.contact-map__container .templateBaloon--small .templateBaloon__text .desc {
    margin-bottom: 0;
}

@media screen and (max-width: 1440px) {
    /* line 82, dev/sass/pages/contact.scss */
    .contact-map__container .templateBaloon--small .templateBaloon__text {
        padding-right: 15px;
    }
}

/* line 97, dev/sass/pages/contact.scss */
.contact-map__container .ymaps-2-1-76-balloon__content > ymaps {
    width: 550px !important;
    height: auto !important;
}

@media screen and (max-width: 1440px) {
    /* line 97, dev/sass/pages/contact.scss */
    .contact-map__container .ymaps-2-1-76-balloon__content > ymaps {
        width: 400px !important;
    }
}

@media screen and (max-width: 600px) {
    /* line 97, dev/sass/pages/contact.scss */
    .contact-map__container .ymaps-2-1-76-balloon__content > ymaps {
        width: 200px !important;
    }
}

/* line 109, dev/sass/pages/contact.scss */
.contact-map__container.no--ballon .ymaps-2-1-76-balloon__layout {
    display: none !important;
}

/* line 112, dev/sass/pages/contact.scss */
.contact-map__container.no--ballon .templateBaloon--small {
    display: none !important;
}

/* line 118, dev/sass/pages/contact.scss */
.contact-map__info {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    z-index: 500;
    background-color: #fff;
    padding: 30px 140px 20px 90px;
    width: 815px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 1700px) {
    /* line 118, dev/sass/pages/contact.scss */
    .contact-map__info {
        width: 700px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 118, dev/sass/pages/contact.scss */
    .contact-map__info {
        width: 600px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 990px) {
    /* line 118, dev/sass/pages/contact.scss */
    .contact-map__info {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    /* line 118, dev/sass/pages/contact.scss */
    .contact-map__info {
        padding: 15px;
        padding-left: 70px;
    }
}

/* line 147, dev/sass/pages/contact.scss */
.contact-map__info.visible {
    left: calc(100% - 55px);
    opacity: 1;
    visibility: visible;
}

/* line 152, dev/sass/pages/contact.scss */
.contact-map__info.visible .contact-map__info-button svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* line 157, dev/sass/pages/contact.scss */
.contact-map__info.open {
    left: calc(100% - 815px);
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 1700px) {
    /* line 157, dev/sass/pages/contact.scss */
    .contact-map__info.open {
        left: calc(100% - 700px);
    }
}

@media screen and (max-width: 990px) {
    /* line 157, dev/sass/pages/contact.scss */
    .contact-map__info.open {
        left: 0;
    }
}

/* line 171, dev/sass/pages/contact.scss */
.contact-map__info.open .contact-map__info-button svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* line 176, dev/sass/pages/contact.scss */
.contact-map__info-button {
    position: absolute;
    width: 55px;
    height: 100%;
    border-right: 1px solid #E0E0E0;
    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;
    left: 0;
    top: 0;
    cursor: pointer;
}

/* line 188, dev/sass/pages/contact.scss */
.contact-map__info-button svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 194, dev/sass/pages/contact.scss */
.contact-map__info-zag {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #4F4F4F;
    opacity: 0.8;
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    /* line 194, dev/sass/pages/contact.scss */
    .contact-map__info-zag {
        margin-bottom: 10px;
        font-size: 14px;
    }
}

/* line 209, dev/sass/pages/contact.scss */
.contact-map__info-list {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000000;
}

@media screen and (max-width: 1440px) {
    /* line 209, dev/sass/pages/contact.scss */
    .contact-map__info-list {
        padding-bottom: 20px;
    }
}

/* line 216, dev/sass/pages/contact.scss */
.contact-map__info-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

@media screen and (max-width: 600px) {
    /* line 216, dev/sass/pages/contact.scss */
    .contact-map__info-list li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
}

/* line 223, dev/sass/pages/contact.scss */
.contact-map__info-list li .name {
    width: 130px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #4F4F4F;
    opacity: 0.8;
}

@media screen and (max-width: 600px) {
    /* line 223, dev/sass/pages/contact.scss */
    .contact-map__info-list li .name {
        width: 100%;
    }
}

/* line 236, dev/sass/pages/contact.scss */
.contact-map__info-list li .link {
    width: calc((100% - 130px) / 2);
}

@media screen and (max-width: 600px) {
    /* line 236, dev/sass/pages/contact.scss */
    .contact-map__info-list li .link {
        width: 100%;
    }
}

/* line 241, dev/sass/pages/contact.scss */
.contact-map__info-list li .link a {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #55555B;
    opacity: 0.8;
    display: block;
}

@media screen and (max-width: 1440px) {
    /* line 241, dev/sass/pages/contact.scss */
    .contact-map__info-list li .link a {
        font-size: 14px;
    }
}

/* line 253, dev/sass/pages/contact.scss */
.contact-map__info-list li .link a:hover {
    text-decoration: none;
}

/* line 259, dev/sass/pages/contact.scss */
.contact-map__info-list li .address {
    width: calc((100% - 130px) / 2);
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #4F4F4F;
    opacity: 0.8;
    padding: 0 15px;
}

@media screen and (max-width: 1440px) {
    /* line 259, dev/sass/pages/contact.scss */
    .contact-map__info-list li .address {
        font-size: 14px;
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 259, dev/sass/pages/contact.scss */
    .contact-map__info-list li .address {
        width: 100%;
        text-align: left;
        margin-top: 5px;
    }
}

/* line 281, dev/sass/pages/contact.scss */
.contact-map__info .mob-form {
    display: none;
}

@media screen and (max-width: 600px) {
    /* line 281, dev/sass/pages/contact.scss */
    .contact-map__info .mob-form {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    /* line 287, dev/sass/pages/contact.scss */
    .contact-map__info-form {
        display: none;
    }
}

/* line 291, dev/sass/pages/contact.scss */
.contact-map__info-form .zag {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #4F4F4F;
    opacity: 0.8;
    margin-bottom: 11px;
}

@media screen and (max-width: 1440px) {
    /* line 291, dev/sass/pages/contact.scss */
    .contact-map__info-form .zag {
        margin-bottom: 5px;
        font-size: 14px;
    }
}

/* line 306, dev/sass/pages/contact.scss */
.contact-map__info-form p {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #4F4F4F;
    opacity: 0.8;
    margin-bottom: 15px;
}

@media screen and (max-width: 1440px) {
    /* line 306, dev/sass/pages/contact.scss */
    .contact-map__info-form p {
        margin-bottom: 10px;
        font-size: 14px;
    }
}

/* line 318, dev/sass/pages/contact.scss */
.contact-map__info-form .form-block {
    width: 100%;
    margin-right: 0;
}

/* line 321, dev/sass/pages/contact.scss */
.contact-map__info-form .form-block label {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #828282;
    margin-bottom: 19px;
    display: block;
}

@media screen and (max-width: 1440px) {
    /* line 321, dev/sass/pages/contact.scss */
    .contact-map__info-form .form-block label {
        margin-bottom: 10px;
    }
}

/* line 331, dev/sass/pages/contact.scss */
.contact-map__info-form .form-block label span {
    color: #74BB20;
}

/* line 335, dev/sass/pages/contact.scss */
.contact-map__info-form .form-block textarea {
    height: 120px;
    resize: none;
    width: 100%;
    border: 1px solid #55555B;
    padding: 15px 27px;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #4F4F4F;
    opacity: 0.8;
}

/* line 345, dev/sass/pages/contact.scss */
.contact-map__info-form .form-block textarea.error, .contact-map__info-form .form-block textarea.error-online {
    border-color: #EB5757 !important;
}

/* line 348, dev/sass/pages/contact.scss */
.contact-map__info-form .form-block textarea.success {
    border-color: #74BB20 !important;
}

/* line 356, dev/sass/pages/contact.scss */
.contact-map--single {
    position: relative;
    width: 100%;
}

/* line 359, dev/sass/pages/contact.scss */
.contact-map--single .contact-map__info {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("./../img/svg/map-marker.svg");
    background-repeat: no-repeat;
    background-position: right 30% top 15%;
}

/* line 1, dev/sass/pages/vacancy.scss */
.vacancy {
    width: 100%;
}

/* line 4, dev/sass/pages/vacancy.scss */
.vacancy .contact-sl {
    margin-bottom: 0;
}

/* line 9, dev/sass/pages/vacancy.scss */
.vacancy .project-sl__container.hidden {
    opacity: 0;
}

/* line 14, dev/sass/pages/vacancy.scss */
.vacancy-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 1px solid #F2F2F2;
    padding: 0 50px;
}

@media screen and (max-width: 1440px) {
    /* line 14, dev/sass/pages/vacancy.scss */
    .vacancy-list {
        padding: 0 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 14, dev/sass/pages/vacancy.scss */
    .vacancy-list {
        padding: 0 15px;
    }
}

/* line 26, dev/sass/pages/vacancy.scss */
.vacancy-list .pagination {
    margin-top: 70px;
}

@media screen and (max-width: 1440px) {
    /* line 26, dev/sass/pages/vacancy.scss */
    .vacancy-list .pagination {
        margin-top: 30px;
    }
}

/* line 33, dev/sass/pages/vacancy.scss */
.vacancy-list__item {
    width: 50%;
    position: relative;
    padding: 40px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}

@media screen and (max-width: 1440px) {
    /* line 33, dev/sass/pages/vacancy.scss */
    .vacancy-list__item {
        padding: 20px;
    }
}

@media screen and (max-width: 990px) {
    /* line 33, dev/sass/pages/vacancy.scss */
    .vacancy-list__item {
        width: 100%;
        padding: 15px;
    }
}

/* line 49, dev/sass/pages/vacancy.scss */
.vacancy-list__item:nth-child(odd) {
    border-right: 0;
}

@media screen and (max-width: 990px) {
    /* line 49, dev/sass/pages/vacancy.scss */
    .vacancy-list__item:nth-child(odd) {
        border-right: 1px solid #F2F2F2;
    }
}

/* line 55, dev/sass/pages/vacancy.scss */
.vacancy-list__item:nth-child(odd)::after {
    right: -1px;
}

/* line 64, dev/sass/pages/vacancy.scss */
.vacancy-list__item:hover {
    background-color: #FAFAFA;
}

/* line 67, dev/sass/pages/vacancy.scss */
.vacancy-list__item:hover::before, .vacancy-list__item:hover::after {
    height: 100%;
}

/* line 71, dev/sass/pages/vacancy.scss */
.vacancy-list__item:hover .vacancy-list__item-top .btn::before {
    width: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 77, dev/sass/pages/vacancy.scss */
.vacancy-list__item::before, .vacancy-list__item::after {
    content: '';
    width: 1px;
    height: 0px;
    background-color: #74BB20;
    position: absolute;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 5;
}

/* line 87, dev/sass/pages/vacancy.scss */
.vacancy-list__item::before {
    left: 0;
    bottom: 0;
}

/* line 92, dev/sass/pages/vacancy.scss */
.vacancy-list__item::after {
    right: 0;
    top: 0;
}

/* line 97, dev/sass/pages/vacancy.scss */
.vacancy-list__item-top {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #55555B;
}

@media screen and (max-width: 1440px) {
    /* line 97, dev/sass/pages/vacancy.scss */
    .vacancy-list__item-top {
        padding-bottom: 20px;
    }
}

/* line 105, dev/sass/pages/vacancy.scss */
.vacancy-list__item-top .btn {
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 600px) {
    /* line 105, dev/sass/pages/vacancy.scss */
    .vacancy-list__item-top .btn {
        position: relative;
    }
}

/* line 113, dev/sass/pages/vacancy.scss */
.vacancy-list__item-top .btn::before {
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    right: -2px;
    top: -2px;
    /*background-color: #fff;*/
    z-index: 2;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

@media screen and (max-width: 1180px) {
    /* line 113, dev/sass/pages/vacancy.scss */
    .vacancy-list__item-top .btn::before {
        content: none;
    }
}

/* line 130, dev/sass/pages/vacancy.scss */
.vacancy-list__item-name {
    width: calc(100% - 200px);
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: #4D4D4F;
}

@media screen and (max-width: 600px) {
    /* line 130, dev/sass/pages/vacancy.scss */
    .vacancy-list__item-name {
        font-size: 18px;
        width: 100%;
        margin-bottom: 5px;
        height: auto !important;
    }
}

/* line 144, dev/sass/pages/vacancy.scss */
.vacancy-list__item-price {
    width: calc(100% - 200px);
    font-size: 16px;
    line-height: 112%;
    color: #78BE20;
}

@media screen and (max-width: 600px) {
    /* line 144, dev/sass/pages/vacancy.scss */
    .vacancy-list__item-price {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* line 154, dev/sass/pages/vacancy.scss */
.vacancy-list__item-type {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    color: #828282;
    padding-left: 30px;
    line-height: 1.5;
    margin-bottom: 14px;
    margin-top: 10px;
    width: calc(100% - 200px);
}

@media screen and (max-width: 600px) {
    /* line 154, dev/sass/pages/vacancy.scss */
    .vacancy-list__item-type {
        width: 100%;
    }
}

/* line 167, dev/sass/pages/vacancy.scss */
.vacancy-list__item-type i {
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 1px;
}

/* line 174, dev/sass/pages/vacancy.scss */
.vacancy-list__item-type i.gray {
    background-color: #828282;
}

/* line 178, dev/sass/pages/vacancy.scss */
.vacancy-list__item-type i.blue {
    background-color: #99D6EA;
}

/* line 182, dev/sass/pages/vacancy.scss */
.vacancy-list__item-type i.green {
    background-color: #78BE20;
}

/* line 186, dev/sass/pages/vacancy.scss */
.vacancy-list__item-type i.orange {
    background-color: #D6A461;
}

/* line 192, dev/sass/pages/vacancy.scss */
.vacancy-list__item-text {
    padding-top: 25px;
}

/* line 195, dev/sass/pages/vacancy.scss */
.vacancy-list__item-text p {
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    color: #4D4D4F;
    margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
    /* line 195, dev/sass/pages/vacancy.scss */
    .vacancy-list__item-text p {
        font-size: 14px;
    }
}

/* line 204, dev/sass/pages/vacancy.scss */
.vacancy-list__item-text p:last-child {
    margin-bottom: 0;
}

/* line 208, dev/sass/pages/vacancy.scss */
.vacancy-list__item-text p b {
    font-weight: normal;
}

/* line 1, dev/sass/pages/404.scss */
.page-404 {
    width: 100%;
    height: 480px;
    margin-bottom: 110px;
    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;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 990px) {
    /* line 1, dev/sass/pages/404.scss */
    .page-404 {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 600px) {
    /* line 1, dev/sass/pages/404.scss */
    .page-404 {
        margin-bottom: 0px;
    }
}

/* line 16, dev/sass/pages/404.scss */
.page-404__container {
    text-align: center;
    padding: 0 20px;
}

/* line 20, dev/sass/pages/404.scss */
.page-404__name {
    font-weight: 600;
    font-size: 144px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 140%;
}

@media screen and (max-width: 600px) {
    /* line 20, dev/sass/pages/404.scss */
    .page-404__name {
        font-size: 60px;
    }
}

/* line 30, dev/sass/pages/404.scss */
.page-404 p {
    font-weight: 500;
    font-size: 22px;
    text-transform: lowercase;
    color: #FFFFFF;
    margin-bottom: 55px;
}

@media screen and (max-width: 600px) {
    /* line 30, dev/sass/pages/404.scss */
    .page-404 p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

/* line 3, dev/sass/pages/search.scss */
.search-info .tender-form {
    border-top: 0;
}

/* line 6, dev/sass/pages/search.scss */
.search-info.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    padding-bottom: 50px;
}

/* line 12, dev/sass/pages/search.scss */
.search-list {
    width: 100%;
}

/* line 14, dev/sass/pages/search.scss */
.search-list-mh {
    min-height: 60vh;
}

/* line 17, dev/sass/pages/search.scss */
.search-list__item {
    width: 100%;
    padding: 30px 20px;
    border-bottom: 1px solid #E0E0E0;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

@media screen and (max-width: 990px) {
    /* line 17, dev/sass/pages/search.scss */
    .search-list__item {
        padding: 30px 15px;
    }
}

/* line 26, dev/sass/pages/search.scss */
.search-list__item::before, .search-list__item::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    background-color: #74BB20;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

/* line 34, dev/sass/pages/search.scss */
.search-list__item::before {
    left: 0;
    top: 0;
}

/* line 38, dev/sass/pages/search.scss */
.search-list__item::after {
    right: 0;
    bottom: -1px;
}

/* line 42, dev/sass/pages/search.scss */
.search-list__item:hover {
    background-color: #FAFAFA;
}

/* line 44, dev/sass/pages/search.scss */
.search-list__item:hover:before, .search-list__item:hover:after {
    width: 100%;
}

/* line 47, dev/sass/pages/search.scss */
.search-list__item:hover * {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

/* line 51, dev/sass/pages/search.scss */
.search-list__item-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #4D4D4F;
    margin-bottom: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 60, dev/sass/pages/search.scss */
.search-list__item-type {
    font-weight: 300;
    font-size: 12px;
    line-height: 143.69%;
    text-transform: uppercase;
    color: #696869;
    margin-bottom: 14px;
}

/* line 68, dev/sass/pages/search.scss */
.search-list__item-p {
    font-size: 15px;
    line-height: 143.69%;
    color: #55555B;
    margin-bottom: 15px;
    min-height: 80px;
}

/* line 75, dev/sass/pages/search.scss */
.search-list__item-link {
    font-weight: 300;
    font-size: 13px;
    line-height: 143.69%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #55555B;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 84, dev/sass/pages/search.scss */
.search-list .pagination {
    margin-top: 90px;
}

@media screen and (max-width: 990px) {
    /* line 84, dev/sass/pages/search.scss */
    .search-list .pagination {
        margin-top: 30px;
        padding-bottom: 30px;
    }
}

/* line 93, dev/sass/pages/search.scss */
.search-header {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    padding: 30px 0;
}

@media screen and (max-width: 990px) {
    /* line 93, dev/sass/pages/search.scss */
    .search-header {
        padding: 30px 0;
    }
}

/* line 101, dev/sass/pages/search.scss */
.search-header::before {
    content: '';
    background-color: #FAFAFA;
    width: calc(100% + 100px);
    height: 100%;
    left: -50px;
    top: 0;
    position: absolute;
    z-index: -1;
}

/* line 111, dev/sass/pages/search.scss */
.search-header p {
    font-size: 15px;
    line-height: 143.69%;
    color: #55555B;
    margin-top: 40px;
    margin-bottom: 0;
}

@media screen and (max-width: 990px) {
    /* line 111, dev/sass/pages/search.scss */
    .search-header p {
        margin-top: 20px;
    }
}

/* line 122, dev/sass/pages/search.scss */
.search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

/* line 126, dev/sass/pages/search.scss */
.search-form__img {
    position: absolute;
    top: 5px;
    width: 50px;
    height: 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;
    border-right: 1px solid #74BB20;
}

/* line 135, dev/sass/pages/search.scss */
.search-form__img .icon {
    width: 21px;
    height: 21px;
}

/* line 140, dev/sass/pages/search.scss */
.search-form__input {
    width: 402px;
    height: 50px;
    border: 1px solid #55555B;
    padding: 10px;
    padding-left: 70px;
    font-size: 14px;
    color: rgba(85, 85, 91, 0.81);
}

/* line 148, dev/sass/pages/search.scss */
.search-form__input::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(85, 85, 91, 0.81);
}
.search-form__input::-moz-placeholder {
    font-size: 14px;
    color: rgba(85, 85, 91, 0.81);
}
.search-form__input::-ms-input-placeholder {
    font-size: 14px;
    color: rgba(85, 85, 91, 0.81);
}
.search-form__input::placeholder {
    font-size: 14px;
    color: rgba(85, 85, 91, 0.81);
}

/* line 153, dev/sass/pages/search.scss */
.search-form .btn {
    margin-left: 12px;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    /* line 153, dev/sass/pages/search.scss */
    .search-form .btn {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}

/* line 2, dev/sass/pages/press.scss */
.press-calendar {
    padding: 30px 0 40px;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 12, dev/sass/pages/press.scss */
.press-calendar__input {
    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;
    position: relative;
}

@media screen and (max-width: 600px) {
    /* line 12, dev/sass/pages/press.scss */
    .press-calendar__input {
        width: 100%;
    }
}

/* line 20, dev/sass/pages/press.scss */
.press-calendar__input input {
    border: 1px solid #55555B;
    padding: 14px 18px;
    color: #828282;
    opacity: 0.8;
    width: 380px;
    font-size: 15px;
    height: 50px;
}

@media screen and (max-width: 600px) {
    /* line 20, dev/sass/pages/press.scss */
    .press-calendar__input input {
        width: 100%;
    }
}

/* line 32, dev/sass/pages/press.scss */
.press-calendar__input img {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 1px solid #74BB20;
    padding: 5px 0 5px 15px;
}

/* line 42, dev/sass/pages/press.scss */
.press-calendar p {
    font-size: 16px;
    color: #333333;
    width: 100%;
}

/* line 49, dev/sass/pages/press.scss */
.press-info .h4, .press-info h4 {
    font-weight: 600;
    font-size: 22px;
    color: #4F4F4F;
    opacity: 0.8;
    margin-bottom: 20px;
}

/* line 56, dev/sass/pages/press.scss */
.press-info p {
    color: #4F4F4F;
    opacity: 0.8;
    font-size: 16px;
    margin-bottom: 10px;
}

/* line 62, dev/sass/pages/press.scss */
.press-info__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0 26px;
    border-bottom: 1px solid #F2F2F2;
    border-top: 1px solid #F2F2F2;
    margin: 20px 0 40px;
}

/* line 69, dev/sass/pages/press.scss */
.press-info__link a {
    font-weight: 600;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #4F4F4F;
    opacity: 0.8;
    margin-right: 10px;
    margin-top: 10px;
}

/* line 77, dev/sass/pages/press.scss */
.press-info__link a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

/* line 83, dev/sass/pages/press.scss */
.press-info__subs {
    margin: 35px 0 70px;
}

@media screen and (max-width: 600px) {
    /* line 83, dev/sass/pages/press.scss */
    .press-info__subs {
        margin: 20px 0;
    }
}

/* line 88, dev/sass/pages/press.scss */
.press-info__subs label {
    display: block;
    margin-bottom: 19px;
    color: #3c3c3c;
}

/* line 92, dev/sass/pages/press.scss */
.press-info__subs label span {
    color: #74BB20;
}

/* line 96, dev/sass/pages/press.scss */
.press-info__subs .btn {
    text-transform: uppercase;
    font-size: 15px;
}

@media screen and (max-width: 1600px) {
    /* line 96, dev/sass/pages/press.scss */
    .press-info__subs .btn {
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 990px) {
    /* line 96, dev/sass/pages/press.scss */
    .press-info__subs .btn {
        margin-top: 0;
        width: auto;
    }
}

@media screen and (max-width: 600px) {
    /* line 96, dev/sass/pages/press.scss */
    .press-info__subs .btn {
        width: 100%;
        margin-top: 10px;
        min-height: 50px;
    }
}

/* line 113, dev/sass/pages/press.scss */
.press-info__subs-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1600px) {
    /* line 113, dev/sass/pages/press.scss */
    .press-info__subs-input {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 990px) {
    /* line 113, dev/sass/pages/press.scss */
    .press-info__subs-input {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 600px) {
    /* line 113, dev/sass/pages/press.scss */
    .press-info__subs-input {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* line 124, dev/sass/pages/press.scss */
.press-info__subs-input input {
    border: 1px solid #55555B;
    width: 100%;
    padding: 10px 20px;
    color: rgba(130, 130, 130, 0.8);
    font-size: 15px;
    border-right: 0;
    min-height: 50px;
}

@media screen and (max-width: 1600px) {
    /* line 124, dev/sass/pages/press.scss */
    .press-info__subs-input input {
        border-right: 1px solid #55555B;
    }
}

/* line 135, dev/sass/pages/press.scss */
.press-info__subs-input input.error, .press-info__subs-input input.error-online {
    border-color: #EB5757;
}

/* line 138, dev/sass/pages/press.scss */
.press-info__subs-input input.success {
    border-color: #74BB20;
}

/* line 141, dev/sass/pages/press.scss */
.press-info__subs-input input::-webkit-input-placeholder {
    color: rgba(130, 130, 130, 0.8);
}
.press-info__subs-input input::-moz-placeholder {
    color: rgba(130, 130, 130, 0.8);
}
.press-info__subs-input input::-ms-input-placeholder {
    color: rgba(130, 130, 130, 0.8);
}
.press-info__subs-input input::placeholder {
    color: rgba(130, 130, 130, 0.8);
}

/* line 149, dev/sass/pages/press.scss */
.press-download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 152, dev/sass/pages/press.scss */
.press-download__lg {
    width: 130px;
    border: 1px solid #E0E0E0;
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 7px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media screen and (max-width: 600px) {
    /* line 152, dev/sass/pages/press.scss */
    .press-download__lg {
        width: 100%;
    }
}

/* line 163, dev/sass/pages/press.scss */
.press-download__lg .icon {
    margin: 0 auto;
    width: 35.04px;
    height: 43.49px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media screen and (max-width: 600px) {
    /* line 163, dev/sass/pages/press.scss */
    .press-download__lg .icon {
        margin: 30px auto;
    }
}

/* line 172, dev/sass/pages/press.scss */
.press-download__lg .name {
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #4D4D4F;
    border-top: 1px solid #E0E0E0;
    padding: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 181, dev/sass/pages/press.scss */
.press-download__lg:hover {
    border-color: #74BB20;
}

/* line 183, dev/sass/pages/press.scss */
.press-download__lg:hover .name {
    border-color: #74BB20;
}

/* line 188, dev/sass/pages/press.scss */
.press-download__content {
    width: calc(100% - 130px);
    padding-left: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1600px) {
    /* line 188, dev/sass/pages/press.scss */
    .press-download__content {
        padding-left: 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 188, dev/sass/pages/press.scss */
    .press-download__content {
        padding-left: 0;
        width: 100%;
        margin-top: 15px;
    }
}

/* line 201, dev/sass/pages/press.scss */
.press-download__content .name {
    font-weight: 500;
    font-size: 14px;
    line-height: 140.5%;
    text-transform: uppercase;
    color: #4D4D4F;
    padding-bottom: 18px;
    margin-bottom: 25px;
    border-bottom: 1px solid #000000;
    width: 100%;
}

/* line 213, dev/sass/pages/press.scss */
.press-download__a {
    border: 1px solid #E0E0E0;
    text-align: center;
    color: #4D4D4F;
    font-size: 14px;
    padding: 5px 10px;
    width: calc(33.33% - 7px);
    margin-right: 7px;
    margin-bottom: 7px;
    text-transform: uppercase;
    min-height: 33px;
}

@media screen and (max-width: 1600px) {
    /* line 213, dev/sass/pages/press.scss */
    .press-download__a {
        width: calc(50% - 7px);
    }
}

@media screen and (max-width: 990px) {
    /* line 213, dev/sass/pages/press.scss */
    .press-download__a {
        width: calc(33.33% - 7px);
    }
}

/* line 230, dev/sass/pages/press.scss */
.press-download__a:hover {
    border-color: #74BB20;
}

/* line 240, dev/sass/pages/press.scss */
.ui-widget-header {
    background-color: #74BB20;
}

/* line 243, dev/sass/pages/press.scss */
#ui-datepicker-div {
    z-index: 100 !important;
}

/* line 246, dev/sass/pages/press.scss */
.ui-widget-content {
    border-color: #74BB20;
    background-color: #fff;
    z-index: 20;
}

/* line 251, dev/sass/pages/press.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
    border-color: #74BB20;
    text-align: center;
}

/* line 256, dev/sass/pages/press.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-state-active, .ui-widget-content .ui-state-active {
    background: #74BB20;
    color: #fff;
}

/* line 261, dev/sass/pages/press.scss */
.ui-datepicker .ui-datepicker-prev span {
    background-image: url(../img/svg/ar-l-long.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
}

/* line 266, dev/sass/pages/press.scss */
.ui-datepicker .ui-datepicker-next span {
    background-image: url(../img/svg/ar-r-long.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
}

/* line 273, dev/sass/pages/press.scss */
.date-picker--simple {
    width: 380px;
    min-width: 300px;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 10px;
    border-color: #E0E0E0;
}

@media screen and (max-width: 600px) {
    /* line 273, dev/sass/pages/press.scss */
    .date-picker--simple {
        width: calc(100% - 30px);
        left: 15px !important;
        padding: 10px;
    }
}

@media screen and (max-width: 600px) {
    /* line 285, dev/sass/pages/press.scss */
    .date-picker--simple .jq-selectbox__select-text {
        font-size: 14px;
    }
}

/* line 290, dev/sass/pages/press.scss */
.date-picker--simple .ui-datepicker-buttonpane {
    width: 30%;
    margin: 0;
    float: left;
    border: 0;
    padding: 0;
    padding-left: 10px;
}

/* line 298, dev/sass/pages/press.scss */
.date-picker--simple [data-handler="today"] {
    display: none;
}

/* line 301, dev/sass/pages/press.scss */
.date-picker--simple .ui-datepicker-buttonpane button {
    height: 100%;
    float: none;
    background-color: #74BB20;
    color: #fff;
    font-size: 15px;
    padding: 15px;
    text-align: center;
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
    margin: 0;
}

/* line 314, dev/sass/pages/press.scss */
.date-picker--simple * {
    line-height: 100%;
}

/* line 317, dev/sass/pages/press.scss */
.date-picker--simple .jq-selectbox__select {
    height: 50px;
    padding-left: 15px;
    text-align: left;
    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;
}

/* line 324, dev/sass/pages/press.scss */
.date-picker--simple .ui-widget-header {
    background-color: #fff;
    padding: 0;
    border: 0;
    width: 70%;
    float: left;
}

/* line 331, dev/sass/pages/press.scss */
.date-picker--simple .ui-datepicker-title {
    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;
    margin: 0;
}

/* line 335, dev/sass/pages/press.scss */
.date-picker--simple .ui-datepicker-title .jq-selectbox {
    width: 49%;
}

/* line 339, dev/sass/pages/press.scss */
.date-picker--simple .ui-datepicker-prev,
.date-picker--simple .ui-datepicker-next {
    display: none;
}

/* line 1, dev/sass/pages/ie.scss */
.page-ie {
    height: 100vh;
    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;
    background-image: url(../img/ie-bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    text-align: center;
}

/* line 10, dev/sass/pages/ie.scss */
.page-ie__zag {
    max-width: 600px;
    color: #fff;
    margin: 40px auto 20px;
}

/* line 14, dev/sass/pages/ie.scss */
.page-ie__zag p {
    font-weight: 300;
    font-size: 28px;
    line-height: 138%;
    text-transform: lowercase;
    color: rgba(250, 250, 250, 0.5);
}

/* line 20, dev/sass/pages/ie.scss */
.page-ie__zag p b {
    display: block;
    font-weight: 500;
    font-size: 49px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 5px;
}

/* line 30, dev/sass/pages/ie.scss */
.page-ie__text {
    font-weight: 300;
    font-size: 15px;
    line-height: 138%;
    text-align: center;
    text-transform: lowercase;
    color: #FAFAFA;
    opacity: 0.6;
    max-width: 600px;
    margin: 0 auto;
}

/* line 41, dev/sass/pages/ie.scss */
.page-ie__browser {
    border: 1px solid rgba(255, 255, 255, 0.6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0;
    max-width: 950px;
    margin: 40px auto 0;
}

/* line 47, dev/sass/pages/ie.scss */
.page-ie__browser-item {
    width: 25%;
    padding: 0 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #74BB20;
}

/* line 55, dev/sass/pages/ie.scss */
.page-ie__browser-item:hover div {
    background-color: white;
    color: black;
}

/* line 60, dev/sass/pages/ie.scss */
.page-ie__browser-item:last-child {
    border-right: 0;
}

/* line 63, dev/sass/pages/ie.scss */
.page-ie__browser-item img {
    margin-bottom: 30px;
}

/* line 66, dev/sass/pages/ie.scss */
.page-ie__browser-item div {
    width: 100%;
    padding: 8px 10px;
    text-align: center;
    font-size: 17px;
    line-height: 138%;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 1, dev/sass/pages/tender-request.scss */
main.no-scroll {
    height: 100vh;
    overflow: hidden;
}

/* line 5, dev/sass/pages/tender-request.scss */
body.no-scroll {
    height: 100vh;
    overflow: hidden;
}

/* line 10, dev/sass/pages/tender-request.scss */
.show-request .request {
    right: 0;
    left: 0;
    height: 100vh;
    overflow-y: scroll;
}

/* line 18, dev/sass/pages/tender-request.scss */
.hide-request .request {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 5;
    top: 46px;
}

/* line 25, dev/sass/pages/tender-request.scss */
.hide-request .request.hide-block {
    top: 46px;
    left: 100%;
    width: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-color: white;
    z-index: 5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 36, dev/sass/pages/tender-request.scss */
.tender.hide {
    display: none;
}

/* line 39, dev/sass/pages/tender-request.scss */
.request {
    position: absolute;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 60px;
    top: 46px;
    left: 100%;
    background-color: white;
}

@media screen and (max-width: 990px) {
    /* line 39, dev/sass/pages/tender-request.scss */
    .request {
        padding: 30px 15px;
    }
}

/* line 49, dev/sass/pages/tender-request.scss */
.request.show-block {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    background-color: white;
    z-index: 5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* line 57, dev/sass/pages/tender-request.scss */
.request .anketa {
    max-width: 1045px;
}

/* line 60, dev/sass/pages/tender-request.scss */
.request .anketa-item._table {
    width: 100%;
    padding-right: 0;
}

/* line 63, dev/sass/pages/tender-request.scss */
.request .anketa-item._table .input--text {
    border: none;
    padding: 0;
    opacity: 1;
}

@media screen and (max-width: 990px) {
    /* line 60, dev/sass/pages/tender-request.scss */
    .request .anketa-item._table {
        overflow: auto;
        max-width: calc(100vw - 30px);
    }
}

/* line 72, dev/sass/pages/tender-request.scss */
.request .anketa-item._table .more-table {
    width: 100%;
    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;
    margin-top: 10px;
}

/* line 77, dev/sass/pages/tender-request.scss */
.request .anketa-item._table .more-table a {
    color: #74BB20;
    text-decoration: underline;
    font-size: 16px;
}

/* line 81, dev/sass/pages/tender-request.scss */
.request .anketa-item._table .more-table a:hover {
    text-decoration: none;
}

/* line 87, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table {
    width: 100%;
    border-collapse: collapse;
}

@media screen and (max-width: 990px) {
    /* line 87, dev/sass/pages/tender-request.scss */
    .request .anketa-item._table table {
        width: 990px;
    }
}

/* line 93, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table .required--input {
    width: 100%;
    height: 100%;
}

/* line 96, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table .required--input input {
    padding: 28px 26px;
}

/* line 99, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table .required--input.error {
    border: 1px solid #EB5757;
}

/* line 102, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table .required--input.succes {
    border: 1px solid #74BB20;
}

/* line 107, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table tr:first-child td {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #55555B;
    padding: 16px 26px;
}

/* line 117, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table .press-calendar__input input {
    border: none;
}

/* line 120, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table .press-calendar__input img {
    border: none;
}

/* line 125, dev/sass/pages/tender-request.scss */
.request .anketa-item._table td {
    border: 1px solid #55555B;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #55555B;
}

/* line 134, dev/sass/pages/tender-request.scss */
.request .anketa-item._table td.name {
    padding: 16px 26px;
}

/* line 140, dev/sass/pages/tender-request.scss */
.request .anketa .anketa-sbmt {
    background-color: transparent;
    padding: 0;
    min-width: auto;
    margin-left: 0;
}

/* line 147, dev/sass/pages/tender-request.scss */
.request-close {
    position: absolute;
    right: 60px;
    top: 65px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

@media screen and (max-width: 990px) {
    /* line 147, dev/sass/pages/tender-request.scss */
    .request-close {
        top: 30px;
    }
}

@media screen and (max-width: 600px) {
    /* line 147, dev/sass/pages/tender-request.scss */
    .request-close {
        right: 30px;
    }
}

/* line 161, dev/sass/pages/tender-request.scss */
.request-close:before, .request-close:after {
    content: '';
    position: absolute;
    width: 45px;
    height: 1px;
    background-color: #74BB20;
    top: 18px;
}

/* line 169, dev/sass/pages/tender-request.scss */
.request-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* line 172, dev/sass/pages/tender-request.scss */
.request-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* line 175, dev/sass/pages/tender-request.scss */
.request-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* line 179, dev/sass/pages/tender-request.scss */
.request-zag {
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
    color: #4D4D4F;
    padding-bottom: 5px;
    padding-right: 100px;
}

@media screen and (max-width: 600px) {
    /* line 179, dev/sass/pages/tender-request.scss */
    .request-zag {
        padding-right: 70px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 191, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    /* line 191, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 199, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document .form-block--file-zag {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    /* line 199, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document .form-block--file-zag {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1440px) {
    /* line 208, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document .form-block--file {
        width: 100%;
        padding: 30px;
    }
}

@media screen and (max-width: 600px) {
    /* line 208, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document .form-block--file {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 600px) {
    /* line 216, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document .form-block--file .jq-file {
        height: auto;
        width: 90%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (max-width: 1440px) {
    /* line 223, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document .form-block--file .jq-file__name {
        top: 60px;
    }
}

@media screen and (max-width: 600px) {
    /* line 223, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document .form-block--file .jq-file__name {
        top: auto;
        bottom: -8px;
        right: 10px;
        left: auto;
        padding-right: 0;
    }
}

@media screen and (max-width: 1440px) {
    /* line 235, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document .form-block--file .photo {
        margin-left: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 235, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document .form-block--file .photo {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    /* line 247, dev/sass/pages/tender-request.scss */
    .request .anketa-item._document .form-block--file .text {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 90%;
        margin-bottom: 15px;
    }
}

/* line 258, dev/sass/pages/tender-request.scss */
._document .error {
    color: #EB5757;
    font-size: 13px;
}

/* line 262, dev/sass/pages/tender-request.scss */
._document .percent {
    color: #74BB20;
    font-size: 13px;
}

/* line 2, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-item .scroll__container {
    height: 450px;
}

/* line 5, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name {
    border: 1px solid #F2F2F2;
    padding: 0;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

@media screen and (max-width: 800px) {
    /* line 5, dev/sass/pages/tender-lc-bid.scss */
    .tender__list._bid .tender__list-name {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* line 12, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__text {
    padding: 17px 30px 17px 30px;
}

@media screen and (max-width: 800px) {
    /* line 12, dev/sass/pages/tender-lc-bid.scss */
    .tender__list._bid .tender__list-name .tender__list-name__text {
        width: calc(100% - 81px);
        padding: 17px 5px 17px 30px;
    }
}

/* line 19, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__text .zag span {
    font-weight: 500;
    font-size: 16px;
    line-height: 140.5%;
    color: #4D4D4F;
}

/* line 26, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__text .desc {
    padding-top: 18px;
}

/* line 28, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__text .desc span {
    font-weight: normal;
    font-size: 16px;
    line-height: 140.5%;
    color: #4D4D4F;
}

/* line 36, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__status {
    padding: 0 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;
    border-right: 1px solid #F2F2F2;
    border-left: 1px solid #F2F2F2;
    min-width: 210px;
    width: 210px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* line 46, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__status span {
    font-size: 18px;
    line-height: 140.5%;
    text-transform: uppercase;
    color: #55555B;
    width: auto;
    min-height: auto;
    padding: 0;
    border: none;
}

/* line 58, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__status._succes span {
    color: #74BB20;
}

/* line 64, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__status._reject span {
    color: #D6A461;
}

@media screen and (max-width: 800px) {
    /* line 36, dev/sass/pages/tender-lc-bid.scss */
    .tender__list._bid .tender__list-name .tender__list-name__status {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        padding: 15px 40px;
        border: none;
        border-top: 1px solid #F2F2F2;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* line 78, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__arr {
    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;
}

@media screen and (max-width: 800px) {
    /* line 78, dev/sass/pages/tender-lc-bid.scss */
    .tender__list._bid .tender__list-name .tender__list-name__arr {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        border-left: 1px solid #F2F2F2;
    }
}

/* line 88, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val .check {
    pointer-events: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* line 92, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val .check span {
    font-weight: normal;
    font-size: 16px;
    line-height: 140.5%;
    color: #4D4D4F;
}

/* line 100, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val .file .jq-file.styler {
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 104, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val .file .jq-file__name {
    visibility: hidden;
}

/* line 107, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val .file .jq-file__browse {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    background: none;
    padding: 16px 20px;
    margin-left: 35px;
    text-transform: uppercase;
    border: 1px solid #74BB20;
    background-color: #74BB20;
    color: #fff;
    font-size: 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
}

/* line 122, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val .file .jq-file__browse:hover {
    background-color: white;
    color: #74BB20;
}

/* line 131, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val_table {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}

/* line 135, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val_table table {
    width: 100%;
    border-collapse: collapse;
}

@media screen and (max-width: 600px) {
    /* line 135, dev/sass/pages/tender-lc-bid.scss */
    .tender__list._bid .tender__list-val_table table {
        width: 500px;
    }
}

/* line 141, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val_table table td {
    border: 1px solid #55555B;
    padding: 16px 26px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #55555B;
}

@media screen and (max-width: 800px) {
    /* line 141, dev/sass/pages/tender-lc-bid.scss */
    .tender__list._bid .tender__list-val_table table td {
        padding: 15px;
    }
}

/* line 154, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val_table._big-table {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}

/* line 158, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val_table._big-table table {
    width: 700px;
}

/* line 164, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .h3 {
    margin-top: 35px;
}

/* line 168, dev/sass/pages/tender-lc-bid.scss */
.tender__list-val.anketa {
    padding-bottom: 0;
}

/* line 3, dev/sass/pages/popup.scss */
.mfp-wrap.w600 .mfp-content {
    max-width: 600px;
}

/* line 9, dev/sass/pages/popup.scss */
.mfp-wrap.w460 .mfp-content {
    max-width: 460px;
}

/* line 11, dev/sass/pages/popup.scss */
.mfp-wrap.w460 .mfp-content .popup {
    padding: 50px 73px 60px;
}

@media screen and (max-width: 600px) {
    /* line 11, dev/sass/pages/popup.scss */
    .mfp-wrap.w460 .mfp-content .popup {
        padding: 50px 20px 60px;
    }
}

/* line 22, dev/sass/pages/popup.scss */
.mfp-content .popup {
    padding: 45px 90px 50px 40px;
}

@media screen and (max-width: 600px) {
    /* line 22, dev/sass/pages/popup.scss */
    .mfp-content .popup {
        padding: 45px 50px 50px 20px;
    }
}

/* line 27, dev/sass/pages/popup.scss */
.mfp-content .popup-wrp {
    width: 100%;
}

/* line 30, dev/sass/pages/popup.scss */
.mfp-content .popup__zag {
    font-weight: bold;
    font-size: 28px;
    line-height: 110%;
    text-transform: uppercase;
    color: #4D4D4F;
    margin-bottom: 14px;
}

/* line 38, dev/sass/pages/popup.scss */
.mfp-content .popup__desc {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #55555B;
}

/* line 44, dev/sass/pages/popup.scss */
.mfp-content .popup .btn {
    margin-top: 30px;
}

/* line 46, dev/sass/pages/popup.scss */
.mfp-content .popup .btn-full {
    width: 100%;
    margin-top: 10px;
    padding: 16px 0;
}

/* line 52, dev/sass/pages/popup.scss */
.mfp-content .popup .mfp-close {
    top: 50px;
    right: 40px;
}

@media screen and (max-width: 600px) {
    /* line 52, dev/sass/pages/popup.scss */
    .mfp-content .popup .mfp-close {
        right: 15px;
        top: 30px;
    }
}

/* line 60, dev/sass/pages/popup.scss */
.mfp-content .popup__form {
    width: 100%;
    border-top: 1px solid #E0E0E0;
    margin-top: 25px;
    padding-top: 35px;
}

/* line 65, dev/sass/pages/popup.scss */
.mfp-content .popup__form-item {
    width: 100%;
}

/* line 67, dev/sass/pages/popup.scss */
.mfp-content .popup__form-item .anketa-item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
}

/* line 71, dev/sass/pages/popup.scss */
.mfp-content .popup__form-item .anketa-item label {
    font-size: 16px;
    line-height: 130%;
    color: #55555B;
}

/* line 77, dev/sass/pages/popup.scss */
.mfp-content .popup__form-item .anketa-item .check span {
    font-size: 16px;
    color: #55555B;
    margin-left: 20px;
}

/* line 88, dev/sass/pages/popup.scss */
body .mfp-bg.mfp-ready + .tender.hide {
    display: block;
}

/* line 92, dev/sass/pages/popup.scss */
.popup__form.anketa {
    padding-bottom: 0;
    width: 100%;
    max-width: none;
}

/* line 96, dev/sass/pages/popup.scss */
.popup__form.anketa .form-block--file-zag {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
}

/* line 101, dev/sass/pages/popup.scss */
.popup__form.anketa .form-block--file {
    width: 100%;
    background-position-y: 60%;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (max-width: 600px) {
    /* line 101, dev/sass/pages/popup.scss */
    .popup__form.anketa .form-block--file {
        background-image: none;
    }
}

/* line 109, dev/sass/pages/popup.scss */
.popup__form.anketa .form-block--file .jq-file .jq-file__name {
    position: static;
    padding-right: 0;
}

/* line 113, dev/sass/pages/popup.scss */
.popup__form.anketa .form-block--file .jq-file {
    width: auto;
    margin-right: 35px;
}

/* line 117, dev/sass/pages/popup.scss */
.popup__form.anketa .form-block--file .photo {
    padding-left: 0;
}

/* line 126, dev/sass/pages/popup.scss */
.tender__list-item .tender__list-val .popup__form.anketa {
    padding-left: 35px;
    padding-bottom: 0;
    margin-top: 0;
}

/* line 130, dev/sass/pages/popup.scss */
.tender__list-item .tender__list-val .popup__form.anketa .btn {
    margin-left: 0;
}

@media screen and (max-width: 600px) {
    /* line 126, dev/sass/pages/popup.scss */
    .tender__list-item .tender__list-val .popup__form.anketa {
        padding-left: 15px;
    }
}

/* line 1, dev/sass/pages/anketa.scss */
.anketa {
    width: 100%;
    margin-top: 40px;
}

/* line 5, dev/sass/pages/anketa.scss */
.anketa .check span {
    font-size: 16px;
    line-height: 1.3px;
    letter-spacing: -0.01em;
    color: #333333;
    margin-left: 20px;
}

/* line 11, dev/sass/pages/anketa.scss */
.anketa .check span span {
    color: #74BB20;
    margin-left: 5px;
}

/* line 17, dev/sass/pages/anketa.scss */
.anketa .form-block--file {
    background-image: url(./../img/svg/clip.svg);
    background-position-x: 95%;
    height: 115px;
    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;
    border: none;
}

@media screen and (max-width: 600px) {
    /* line 17, dev/sass/pages/anketa.scss */
    .anketa .form-block--file {
        height: 150px;
    }
}

/* line 28, dev/sass/pages/anketa.scss */
.anketa .form-block--file .text .desc {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    opacity: 0.7;
}

/* line 36, dev/sass/pages/anketa.scss */
.anketa .form-block--file .form-file-field {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    opacity: 1;
    font-weight: normal;
}

/* line 44, dev/sass/pages/anketa.scss */
.anketa .form-block--file {
    background-color: #FAFAFA;
}

/* line 46, dev/sass/pages/anketa.scss */
.anketa .form-block--file .photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 35px;
}

/* line 50, dev/sass/pages/anketa.scss */
.anketa .form-block--file .jq-file__browse {
    color: white;
    background: #74BB20;
    padding: 12px 40px;
    border: 1px solid #74BB20;
    text-shadow: none;
    position: static;
    font-size: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width: 600px) {
    /* line 50, dev/sass/pages/anketa.scss */
    .anketa .form-block--file .jq-file__browse {
        left: 10px;
        padding: 12px;
    }
}

/* line 66, dev/sass/pages/anketa.scss */
.anketa .form-block--file .jq-file__browse:hover {
    color: #74BB20;
    background-color: white;
}

/* line 71, dev/sass/pages/anketa.scss */
.anketa .form-block--file .jq-file {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
}

@media screen and (max-width: 600px) {
    /* line 71, dev/sass/pages/anketa.scss */
    .anketa .form-block--file .jq-file {
        height: 120px;
    }
}

/* line 77, dev/sass/pages/anketa.scss */
.anketa .form-block--file .jq-file .jq-file__name {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #828282;
    background: none;
    font-family: "Proxima Nova";
    position: absolute;
    bottom: 0px;
    left: 0;
    padding-left: 0;
}

@media screen and (max-width: 600px) {
    /* line 77, dev/sass/pages/anketa.scss */
    .anketa .form-block--file .jq-file .jq-file__name {
        left: 0px;
        top: 95px;
    }
}

/* line 98, dev/sass/pages/anketa.scss */
.anketa .form-block--file .text {
    right: 100px;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #333333;
    font-family: "Proxima Nova";
    top: 37px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

@media screen and (max-width: 600px) {
    /* line 98, dev/sass/pages/anketa.scss */
    .anketa .form-block--file .text {
        left: 10px;
        top: 90px;
    }
}

/* line 113, dev/sass/pages/anketa.scss */
.anketa--p {
    min-width: calc(100% + 150px);
    background-color: #FAFAFA;
    padding: 30px 0 30px 50px;
    margin-left: -50px;
}

@media screen and (max-width: 1440px) {
    /* line 113, dev/sass/pages/anketa.scss */
    .anketa--p {
        width: 100%;
        min-width: calc(100% + 40px);
        margin-left: -20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 113, dev/sass/pages/anketa.scss */
    .anketa--p {
        padding-right: 15px;
        padding-left: 15px;
        min-width: calc(100% + 30px);
        margin-left: -15px;
    }
}

/* line 131, dev/sass/pages/anketa.scss */
.anketa--p p {
    width: calc(70% - 50px);
    color: #55555B;
    font-size: 15px;
    margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
    /* line 131, dev/sass/pages/anketa.scss */
    .anketa--p p {
        width: 100%;
    }
}

/* line 142, dev/sass/pages/anketa.scss */
.anketa-section {
    border-top: 1px solid #E0E0E0;
    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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 45px 0 15px;
}

/* line 148, dev/sass/pages/anketa.scss */
.anketa-section:last-child {
    padding-bottom: 0;
}

@media screen and (max-width: 1440px) {
    /* line 142, dev/sass/pages/anketa.scss */
    .anketa-section {
        width: 100%;
    }
}

/* line 155, dev/sass/pages/anketa.scss */
.anketa-section .h3 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    opacity: 0.8;
}

/* line 166, dev/sass/pages/anketa.scss */
.anketa-copy {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

/* line 172, dev/sass/pages/anketa.scss */
.anketa-copy .close {
    width: 40px;
    height: 40px;
    background-image: url(../img/svg/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    /* line 172, dev/sass/pages/anketa.scss */
    .anketa-copy .close {
        width: 25px;
        height: 25px;
    }
}

/* line 190, dev/sass/pages/anketa.scss */
.anketa-copy .close:hover {
    -webkit-transform: rotate(180deg) scale(0.6);
    -ms-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
}

/* line 195, dev/sass/pages/anketa.scss */
.anketa-copy__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

/* line 201, dev/sass/pages/anketa.scss */
.anketa-copy-btn {
    width: calc(100% - 40px);
    padding: 30px 0 30px;
    margin-bottom: 45px;
    position: relative;
}

@media screen and (max-width: 600px) {
    /* line 201, dev/sass/pages/anketa.scss */
    .anketa-copy-btn {
        width: 100%;
        margin-bottom: 15px;
    }
}

/* line 214, dev/sass/pages/anketa.scss */
.anketa-copy-btn::before {
    content: '';
    width: 66.66%;
    height: 1px;
    background-color: #E0E0E0;
    position: absolute;
    right: 0;
    top: 50%;
}

@media screen and (max-width: 1440px) {
    /* line 214, dev/sass/pages/anketa.scss */
    .anketa-copy-btn::before {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    /* line 214, dev/sass/pages/anketa.scss */
    .anketa-copy-btn::before {
        content: none;
    }
}

/* line 230, dev/sass/pages/anketa.scss */
.anketa-copy-btn .btn {
    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: 13px 5px;
    font-size: 15px;
    text-transform: uppercase;
    color: #74BB20;
    background-color: #fff;
    border: 1px solid #74BB20;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: calc(33.33% - 40px);
}

@media screen and (max-width: 1440px) {
    /* line 230, dev/sass/pages/anketa.scss */
    .anketa-copy-btn .btn {
        width: 40%;
    }
}

@media screen and (max-width: 600px) {
    /* line 230, dev/sass/pages/anketa.scss */
    .anketa-copy-btn .btn {
        width: 100%;
    }
}

/* line 250, dev/sass/pages/anketa.scss */
.anketa-copy-btn .btn:hover {
    background-color: #74BB20;
    color: #fff;
}

/* line 254, dev/sass/pages/anketa.scss */
.anketa-copy-btn .btn:hover .icon {
    stroke: #fff;
}

/* line 259, dev/sass/pages/anketa.scss */
.anketa-copy-btn .btn .icon {
    width: 23px;
    height: 23px;
    fill: transparent;
    stroke: #74BB20;
    margin-right: 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/* line 272, dev/sass/pages/anketa.scss */
.anketa-zag {
    padding: 45px 0;
    margin-bottom: 45px;
    border-bottom: 1px solid #55555B;
    width: calc(100% - 40px);
}

@media screen and (max-width: 600px) {
    /* line 272, dev/sass/pages/anketa.scss */
    .anketa-zag {
        width: 100%;
        padding: 20px 0;
        margin-bottom: 25px;
    }
}

/* line 283, dev/sass/pages/anketa.scss */
.anketa-zag .h2, .anketa-zag h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
    color: #4D4D4F;
    margin: 0;
}

@media screen and (max-width: 600px) {
    /* line 283, dev/sass/pages/anketa.scss */
    .anketa-zag .h2, .anketa-zag h2 {
        font-size: 18px;
    }
}

/* line 296, dev/sass/pages/anketa.scss */
.anketa .hr {
    width: calc(100% - 40px);
    background-color: #E0E0E0;
    height: 1px;
    margin: 0 0 45px;
}

/* line 304, dev/sass/pages/anketa.scss */
.anketa .error input, .anketa .error textarea,
.anketa .error-online input,
.anketa .error-online textarea {
    border-color: #EB5757 !important;
}

/* line 310, dev/sass/pages/anketa.scss */
.anketa .not-equally input, .anketa .not-equally textarea {
    border-color: #EB5757 !important;
}

/* line 315, dev/sass/pages/anketa.scss */
.anketa .succes input, .anketa .succes textarea {
    border-color: #74BB20 !important;
}

/* line 321, dev/sass/pages/anketa.scss */
.anketa-item {
    width: 33.33%;
    padding-right: 40px;
    margin-bottom: 45px;
    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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 1440px) {
    /* line 321, dev/sass/pages/anketa.scss */
    .anketa-item {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    /* line 321, dev/sass/pages/anketa.scss */
    .anketa-item {
        padding-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }
}

/* line 338, dev/sass/pages/anketa.scss */
.anketa-item.error input, .anketa-item.error textarea, .anketa-item.error-online input, .anketa-item.error-online textarea {
    border-color: #EB5757 !important;
}

/* line 344, dev/sass/pages/anketa.scss */
.anketa-item.not-equally input, .anketa-item.not-equally textarea {
    border-color: #EB5757 !important;
}

/* line 350, dev/sass/pages/anketa.scss */
.anketa-item.succes input, .anketa-item.succes textarea {
    border-color: #74BB20 !important;
}

/* line 355, dev/sass/pages/anketa.scss */
.anketa-item.w100 {
    width: 100%;
}

/* line 358, dev/sass/pages/anketa.scss */
.anketa-item.mb20 {
    margin-bottom: 20px;
}

/* line 361, dev/sass/pages/anketa.scss */
.anketa-item .w100 {
    width: 100%;
}

/* line 365, dev/sass/pages/anketa.scss */
.anketa-item .form-block--file {
    width: 100%;
}

/* line 368, dev/sass/pages/anketa.scss */
.anketa-item .check {
    cursor: pointer;
}

/* line 370, dev/sass/pages/anketa.scss */
.anketa-item .check label {
    cursor: pointer;
}

/* line 375, dev/sass/pages/anketa.scss */
.anketa-item.empty {
    margin-bottom: 0;
}

/* line 378, dev/sass/pages/anketa.scss */
.anketa-item._document {
    height: auto;
    position: relative;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

/* line 384, dev/sass/pages/anketa.scss */
.anketa-item._document.error .form-block--file-zag, .anketa-item._document.error-online .form-block--file-zag {
    color: #EB5757;
}

/* line 390, dev/sass/pages/anketa.scss */
.anketa-item .form-block--file-zag {
    width: 35%;
    font-weight: 500;
    font-size: 18px;
    line-height: 143.69%;
    color: #333333;
    padding-right: 25px;
    padding-bottom: 40px;
}

/* line 399, dev/sass/pages/anketa.scss */
.anketa-item .form-block--file {
    width: 65%;
    height: auto;
    padding: 30px 0;
}

/* line 405, dev/sass/pages/anketa.scss */
.anketa-item p {
    color: #55555B;
}

/* line 408, dev/sass/pages/anketa.scss */
.anketa-item p span {
    color: #74BB20;
    margin-left: 5px;
}

/* line 415, dev/sass/pages/anketa.scss */
.anketa-item input + .dl--input {
    margin-top: 35px;
}

/* line 420, dev/sass/pages/anketa.scss */
.anketa-item .dl--input {
    width: 100%;
}

/* line 421, dev/sass/pages/anketa.scss */
.anketa-item .dl--input input {
    width: 50%;
    text-align: center;
}

/* line 429, dev/sass/pages/anketa.scss */
.anketa-item.w66 {
    width: 66.66%;
    margin-right: 10px;
}

@media screen and (max-width: 1440px) {
    /* line 429, dev/sass/pages/anketa.scss */
    .anketa-item.w66 {
        width: 100%;
    }
}

/* line 437, dev/sass/pages/anketa.scss */
.anketa-item.single-in-line {
    width: 100%;
    padding-right: calc(66.66% + 40px);
}

@media screen and (max-width: 600px) {
    /* line 437, dev/sass/pages/anketa.scss */
    .anketa-item.single-in-line {
        padding-right: 0;
    }
}

/* line 445, dev/sass/pages/anketa.scss */
.anketa-item > label {
    font-size: 15px;
    display: block;
    letter-spacing: -0.01em;
    margin-bottom: 19px;
    width: 100%;
    color: #828282;
}

@media screen and (max-width: 600px) {
    /* line 445, dev/sass/pages/anketa.scss */
    .anketa-item > label {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

/* line 457, dev/sass/pages/anketa.scss */
.anketa-item > label b {
    font-weight: 500;
    color: #55555B;
}

/* line 462, dev/sass/pages/anketa.scss */
.anketa-item > label.minHeigth {
    min-height: 50px;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/* line 468, dev/sass/pages/anketa.scss */
.anketa-item > label.minHeigth span {
    display: inline-block;
}

/* line 473, dev/sass/pages/anketa.scss */
.anketa-item > label span {
    color: #74BB20;
    margin-left: 5px;
}

/* line 479, dev/sass/pages/anketa.scss */
.anketa-item .press-calendar__input {
    width: 100%;
}

/* line 482, dev/sass/pages/anketa.scss */
.anketa-item .press-calendar__input input {
    width: 100%;
}

/* line 488, dev/sass/pages/anketa.scss */
.anketa-sbmt {
    padding: 55px 0 120px 50px;
    min-width: calc(100% + 150px);
    margin-left: -50px;
    background-color: #FAFAFA;
}

/* line 493, dev/sass/pages/anketa.scss */
.anketa-sbmt._no-bg {
    background-color: transparent;
}

@media screen and (max-width: 600px) {
    /* line 488, dev/sass/pages/anketa.scss */
    .anketa-sbmt {
        padding: 30px 0px;
        margin-left: 0;
        min-width: 100%;
    }
}

/* line 502, dev/sass/pages/anketa.scss */
.anketa-sbmt button {
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    /* line 502, dev/sass/pages/anketa.scss */
    .anketa-sbmt button {
        width: 240px;
    }
}

/* line 510, dev/sass/pages/anketa.scss */
.anketa.__w-small .anketa-item {
    width: 50%;
}

@media screen and (max-width: 600px) {
    /* line 510, dev/sass/pages/anketa.scss */
    .anketa.__w-small .anketa-item {
        padding-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }
}

/* line 517, dev/sass/pages/anketa.scss */
.anketa.__w-small .anketa-item.w66 {
    width: 100%;
}

/* line 520, dev/sass/pages/anketa.scss */
.anketa.__w-small .anketa-item.w100 {
    width: 100%;
}

/* line 527, dev/sass/pages/anketa.scss */
.tr--input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

/* line 531, dev/sass/pages/anketa.scss */
.tr--input::before, .tr--input::after {
    content: '';
    width: 1px;
    height: 70%;
    position: absolute;
    top: 15%;
    background-color: #74BB20;
    z-index: 20;
}

/* line 541, dev/sass/pages/anketa.scss */
.tr--input::before {
    left: 33.33%;
}

/* line 545, dev/sass/pages/anketa.scss */
.tr--input::after {
    right: 33.33%;
}

/* line 549, dev/sass/pages/anketa.scss */
.tr--input input {
    width: calc(100% / 3);
    border-left: 0;
    border-right: 0;
}

/* line 554, dev/sass/pages/anketa.scss */
.tr--input input:first-child {
    border-left: 1px solid #55555B;
}

/* line 558, dev/sass/pages/anketa.scss */
.tr--input input:last-child {
    border-right: 1px solid #55555B;
}

/* line 564, dev/sass/pages/anketa.scss */
.radio--container {
    width: 100%;
}

/* line 567, dev/sass/pages/anketa.scss */
.radio--container label {
    font-size: 16px;
    color: #55555B;
    width: 100%;
    margin-bottom: 18px;
    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;
}

/* line 575, dev/sass/pages/anketa.scss */
.radio--container label span {
    margin-left: 15px;
}

/* line 582, dev/sass/pages/anketa.scss */
.passport--input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
}

/* line 587, dev/sass/pages/anketa.scss */
.passport--input::before {
    content: '';
    width: 1px;
    height: 70%;
    background-color: #74BB20;
    position: absolute;
    left: 56px;
    top: 15%;
    z-index: 9;
}

/* line 598, dev/sass/pages/anketa.scss */
.passport--input input {
    padding-left: 15px;
    padding-right: 15px;
}

/* line 602, dev/sass/pages/anketa.scss */
.passport--input input:first-child {
    width: 55px;
    text-transform: uppercase;
    border-right: 0;
}

/* line 608, dev/sass/pages/anketa.scss */
.passport--input input:last-child {
    width: calc(100% - 55px);
    border-left: 0;
}

/* line 615, dev/sass/pages/anketa.scss */
.check--container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

/* line 620, dev/sass/pages/anketa.scss */
.check--container label {
    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: 50%;
    margin-bottom: 25px;
    color: #55555B;
    font-size: 16px;
}

@media screen and (max-width: 600px) {
    /* line 620, dev/sass/pages/anketa.scss */
    .check--container label {
        margin-bottom: 15px;
    }
}

/* line 631, dev/sass/pages/anketa.scss */
.check--container label span {
    padding-left: 25px;
    max-width: calc(100% - 25px);
}

@media screen and (max-width: 600px) {
    /* line 631, dev/sass/pages/anketa.scss */
    .check--container label span {
        padding-left: 10px;
        max-width: calc(100% - 10px);
    }
}

/* line 645, dev/sass/pages/anketa.scss */
.press-calendar__input input.error, .press-calendar__input input.error-online {
    border-color: #EB5757 !important;
}

/* line 650, dev/sass/pages/anketa.scss */
.press-calendar__input input.success {
    border-color: #74BB20 !important;
}

/* line 656, dev/sass/pages/anketa.scss */
.input-country {
    position: relative;
    width: 100%;
}

/* line 659, dev/sass/pages/anketa.scss */
.input-country .jq-selectbox {
    position: absolute;
    width: 110px;
    height: 100%;
    border: 0;
}

/* line 665, dev/sass/pages/anketa.scss */
.input-country .jq-selectbox__select {
    height: 100%;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-right: 1px solid #dbdbdb;
}

/* line 676, dev/sass/pages/anketa.scss */
.input-country .jq-selectbox__select-text {
    height: 100%;
    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-left: 40px;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    padding-right: 50px;
}

/* line 685, dev/sass/pages/anketa.scss */
.input-country .jq-selectbox__select-text[style="background-image: none;"] {
    padding-left: 20px;
}

/* line 691, dev/sass/pages/anketa.scss */
.input-country .jq-selectbox__trigger {
    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;
    border: none;
}

/* line 697, dev/sass/pages/anketa.scss */
.input-country .jq-selectbox__trigger-arrow {
    position: static;
    top: auto;
    left: auto;
    right: auto;
}

/* line 705, dev/sass/pages/anketa.scss */
.input-country .jq-selectbox__dropdown {
    margin: 0;
    padding: 0;
}

/* line 708, dev/sass/pages/anketa.scss */
.input-country .jq-selectbox__dropdown ul {
    margin-bottom: 0;
}

/* line 711, dev/sass/pages/anketa.scss */
.input-country .jq-selectbox__dropdown li:not(.no-mask) {
    padding-left: 39px;
}

/* line 716, dev/sass/pages/anketa.scss */
.input-country .jq-selectbox li {
    padding-left: 40px;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left 10px center;
}

/* line 724, dev/sass/pages/anketa.scss */
.input-country input[type="tel"] {
    width: 100%;
    padding-left: 120px;
}

/* line 727, dev/sass/pages/anketa.scss */
.input-country input[type="tel"].input--hidden {
    display: none;
}

/* line 2, dev/sass/pages/tender.scss */
.tender .popup ul:not(.pagination-list) li::before, .tender .text__container ul:not(.pagination-list) li::before {
    display: none;
}

/* line 5, dev/sass/pages/tender.scss */
.tender .tender__container {
    width: 100%;
    border: 1px solid #F2F2F2;
}

/* line 11, dev/sass/pages/tender.scss */
.tender .text-page__double .tender-text__container {
    display: block;
    max-width: 950px;
    width: 65%;
    padding-bottom: 50px;
}

@media screen and (max-width: 990px) {
    /* line 11, dev/sass/pages/tender.scss */
    .tender .text-page__double .tender-text__container {
        width: 100%;
        max-width: 100%;
    }
}

/* line 19, dev/sass/pages/tender.scss */
.tender .text-page__double .tender-text__container h1 {
    text-transform: none;
}

/* line 25, dev/sass/pages/tender.scss */
.tender .top-zag {
    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-bottom: 10px;
}

/* line 30, dev/sass/pages/tender.scss */
.tender .top-zag h1 {
    width: auto;
    margin-bottom: 15px;
}

/* line 34, dev/sass/pages/tender.scss */
.tender .top-zag .btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 450px) {
    /* line 34, dev/sass/pages/tender.scss */
    .tender .top-zag .btns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* line 40, dev/sass/pages/tender.scss */
.tender .top-zag .btns a {
    position: relative;
    color: rgba(130, 130, 130, 0.5);
    text-decoration: none;
}

/* line 44, dev/sass/pages/tender.scss */
.tender .top-zag .btns a:first-child {
    margin-right: 35px;
}

/* line 47, dev/sass/pages/tender.scss */
.tender .top-zag .btns a:before {
    position: absolute;
    content: '';
    bottom: -4px;
    width: 50%;
    height: 1px;
    left: 0;
    background-color: rgba(130, 130, 130, 0.5);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/* line 57, dev/sass/pages/tender.scss */
.tender .top-zag .btns a:after {
    position: absolute;
    content: '';
    bottom: -4px;
    width: 50%;
    height: 1px;
    right: 0;
    background-color: rgba(130, 130, 130, 0.5);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/* line 67, dev/sass/pages/tender.scss */
.tender .top-zag .btns a.green {
    color: #74BB20;
}

/* line 69, dev/sass/pages/tender.scss */
.tender .top-zag .btns a.green:before {
    background-color: #74BB20;
}

/* line 72, dev/sass/pages/tender.scss */
.tender .top-zag .btns a.green:after {
    background-color: #74BB20;
}

/* line 76, dev/sass/pages/tender.scss */
.tender .top-zag .btns a:hover {
    text-decoration: none;
}

/* line 78, dev/sass/pages/tender.scss */
.tender .top-zag .btns a:hover:before {
    width: 0%;
    left: 50%;
}

/* line 82, dev/sass/pages/tender.scss */
.tender .top-zag .btns a:hover:after {
    width: 0%;
    right: 50%;
}

@media screen and (max-width: 450px) {
    /* line 40, dev/sass/pages/tender.scss */
    .tender .top-zag .btns a {
        margin-bottom: 15px;
    }
}

/* line 93, dev/sass/pages/tender.scss */
.tender .info {
    margin-top: -15px;
}

/* line 96, dev/sass/pages/tender.scss */
.tender .tender-text__container {
    display: block;
    width: 100%;
    max-width: 1160px;
    border-right: none;
    padding-bottom: 0;
}

/* line 104, dev/sass/pages/tender.scss */
.tender .text-sidebar {
    padding: 0;
    max-width: 550px;
}

@media screen and (max-width: 1600px) {
    /* line 104, dev/sass/pages/tender.scss */
    .tender .text-sidebar {
        width: 35%;
    }
}

@media screen and (max-width: 990px) {
    /* line 104, dev/sass/pages/tender.scss */
    .tender .text-sidebar {
        max-width: none;
        width: 100%;
    }
}

/* line 115, dev/sass/pages/tender.scss */
.tender .tender-info {
    padding: 50px 50px 50px 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 118, dev/sass/pages/tender.scss */
.tender .tender-info .h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #4F4F4F;
    opacity: 0.8;
}

@media screen and (max-width: 990px) {
    /* line 118, dev/sass/pages/tender.scss */
    .tender .tender-info .h3 {
        margin-bottom: 25px;
    }
}

/* line 130, dev/sass/pages/tender.scss */
.tender .tender-info.__lc:hover {
    background-color: #FAFAFA;
}

/* line 134, dev/sass/pages/tender.scss */
.tender .tender-info .hr {
    width: 100%;
    height: 1px;
    background-color: #F2F2F2;
    margin-bottom: 20px;
}

@media screen and (max-width: 990px) {
    /* line 134, dev/sass/pages/tender.scss */
    .tender .tender-info .hr {
        margin-bottom: 25px;
    }
}

/* line 144, dev/sass/pages/tender.scss */
.tender .tender-info__callback {
    padding-bottom: 20px;
}

@media screen and (max-width: 990px) {
    /* line 144, dev/sass/pages/tender.scss */
    .tender .tender-info__callback {
        padding-bottom: 20px;
    }
}

/* line 150, dev/sass/pages/tender.scss */
.tender .tender-info__callback p {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #4F4F4F;
    opacity: 0.8;
    margin-bottom: 15px;
}

/* line 159, dev/sass/pages/tender.scss */
.tender .tender-info__callback a {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.01em;
    text-decoration: underline;
    color: #74BB20;
    opacity: 0.8;
}

/* line 167, dev/sass/pages/tender.scss */
.tender .tender-info__callback a:hover {
    text-decoration: none;
}

/* line 173, dev/sass/pages/tender.scss */
.tender .tender-info .btn-black {
    background-color: #55555B;
    color: white;
}

/* line 176, dev/sass/pages/tender.scss */
.tender .tender-info .btn-black:hover {
    color: #55555B;
    background-color: #E5E5E5;
}

/* line 187, dev/sass/pages/tender.scss */
.tender__list-item.open .tender__list-name .icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* line 192, dev/sass/pages/tender.scss */
.tender__list-item .anketa.close {
    display: none;
}

/* line 196, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section {
    margin: 35px;
    padding: 0;
    border-bottom: 1px solid #F2F2F2;
    width: calc(100% - 70px);
}

/* line 201, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section:last-child {
    border: none;
}

/* line 211, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-selectbox__dropdown ul li::before {
    display: none;
}

/* line 220, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .btn-dark.btn {
    padding: 15px 40px;
    background: #55555B;
    color: white;
    border: none;
    margin-right: 15px;
}

/* line 228, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section label.photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 233, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .anketa-zag {
    border-bottom: none;
    padding: 25px 0px;
    margin-bottom: 0px;
}

/* line 238, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .anketa-zag .h2 {
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    color: #55555B;
}

/* line 246, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-checkbox {
    vertical-align: 0;
    margin-right: 20px;
}

/* line 252, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .check label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* line 254, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .check label span {
    margin-top: -1px;
}

/* line 259, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .check span {
    font-size: 16px;
    color: #55555B;
    font-family: "Proxima Nova";
}

/* line 265, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .check .jq-checkbox.styler {
    border: none;
}

/* line 268, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .check .jq-checkbox.styler .jq-checkbox.styler {
    border: 1px solid #C3C3C3;
}

/* line 274, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .anketa-sbmt {
    min-width: auto;
    background-color: white;
    text-align: center;
    width: calc(100% - 70px);
    padding: 0;
    margin-left: 0;
}

/* line 283, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler {
    width: 100%;
    padding: 0;
}

/* line 287, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler .jq-number__field {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 291, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler .jq-number__field .styler {
    padding: 15px;
}

/* line 296, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler .jq-number__spin {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 300, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler .jq-number__spin.minus {
    background-image: url(../img/svg/ar-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 5px;
}

/* line 307, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler .jq-number__spin.minus:after {
    display: none;
}

/* line 312, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler .jq-number__spin.plus {
    background-image: url(../img/svg/ar-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 5px;
    margin-right: 1px;
}

/* line 319, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler .jq-number__spin.plus:after {
    display: none;
}

/* line 326, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .h3 {
    font-size: 15px;
    font-weight: bold;
}

/* line 332, dev/sass/pages/tender.scss */
.tender__list-item p.val {
    padding: 25px 35px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 143.69%;
    color: #696869;
}

/* line 339, dev/sass/pages/tender.scss */
.tender__list-item .tender__list-val {
    background-color: #FAFAFA;
    padding: 35px 0 35px;
}

/* line 342, dev/sass/pages/tender.scss */
.tender__list-item .tender__list-val .btn {
    padding: 16px 20px;
    margin-left: 35px;
}

/* line 345, dev/sass/pages/tender.scss */
.tender__list-item .tender__list-val .btn.hide {
    display: none;
}

/* line 351, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container {
    height: 360px;
    overflow-y: auto;
    padding: 0 35px 35px;
}

@media screen and (max-width: 600px) {
    /* line 351, dev/sass/pages/tender.scss */
    .tender__list-item .scroll__container {
        padding: 10px 15px 25px;
    }
}

/* line 359, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container .btn {
    margin-top: 20px;
}

/* line 363, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container .zag {
    font-weight: 500;
    font-size: 14px;
    color: #55555B;
    padding: 0 0 12px 0;
}

/* line 370, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container p {
    font-size: 14px;
    line-height: 143.69%;
    color: #55555B;
    margin-bottom: 0;
}

/* line 377, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container ol {
    margin-top: 0;
}

/* line 381, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container .scroll-item {
    padding-right: 110px;
    padding-bottom: 35px;
}

@media screen and (max-width: 600px) {
    /* line 381, dev/sass/pages/tender.scss */
    .tender__list-item .scroll__container .scroll-item {
        padding-right: 5px;
    }
}

/* line 389, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #74BB20;
}

/* line 393, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #EAEAEA;
}

/* line 398, dev/sass/pages/tender.scss */
.tender__list-item .tender__list-name {
    padding: 18px 0 18px 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;
    border: 1px solid #F2F2F2;
    margin-bottom: -1px;
    cursor: pointer;
}

/* line 407, dev/sass/pages/tender.scss */
.tender__list-item .tender__list-name span {
    font-weight: 500;
    font-size: 19px;
    color: #4D4D4F;
    width: calc(100% - 70px);
    min-height: 57px;
    border-right: 1px solid #F2F2F2;
    line-height: 140.5%;
    padding-top: 10px;
}

@media screen and (max-width: 600px) {
    /* line 407, dev/sass/pages/tender.scss */
    .tender__list-item .tender__list-name span {
        font-size: 18px;
    }
}

/* line 421, dev/sass/pages/tender.scss */
.tender__list-item .tender__list-name .icon {
    stroke: #74BB20;
    stroke-width: 2px;
    fill: transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 20px;
    margin: 0 30px;
}

/* line 431, dev/sass/pages/tender.scss */
.tender .tender__list-val__info {
    font-weight: 600;
    color: #4F4F4F;
    opacity: 0.8;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    padding: 25px 0px;
    margin: 0px 150px 0 35px;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    text-align: center;
}

/* line 448, dev/sass/pages/tender.scss */
.tender .input-btn .input--text {
    width: calc(100% - 155px);
}

@media screen and (max-width: 600px) {
    /* line 448, dev/sass/pages/tender.scss */
    .tender .input-btn .input--text {
        width: 100%;
        margin-bottom: 15px;
    }
}

/* line 456, dev/sass/pages/tender.scss */
.tender .input-btn .btn-green {
    text-transform: uppercase;
    padding: 15.5px;
}

/* line 462, dev/sass/pages/tender.scss */
.tender .input--text {
    padding: 15px;
}

/* line 465, dev/sass/pages/tender.scss */
.tender .anketa {
    padding-bottom: 226px;
}

/* line 467, dev/sass/pages/tender.scss */
.tender .anketa._disable {
    padding-bottom: 0;
}

@media screen and (max-width: 990px) {
    /* line 465, dev/sass/pages/tender.scss */
    .tender .anketa {
        padding-bottom: 0;
    }
}

/* line 473, dev/sass/pages/tender.scss */
.tender .anketa .anketa-sbmt {
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 990px) {
    /* line 473, dev/sass/pages/tender.scss */
    .tender .anketa .anketa-sbmt {
        position: static;
    }
}

/* line 481, dev/sass/pages/tender.scss */
.tender .anketa._disable .anketa-sbmt {
    display: none;
}

/* line 484, dev/sass/pages/tender.scss */
.tender .anketa._disable input {
    pointer-events: none;
}

/* line 487, dev/sass/pages/tender.scss */
.tender .anketa._disable .input--text {
    color: #333333;
    font-size: 15px;
}

/* line 493, dev/sass/pages/tender.scss */
.tender .anketa._edit .input--text {
    color: rgba(130, 130, 130, 0.8);
    font-size: 15px;
}

/* line 500, dev/sass/pages/tender.scss */
.tender .anketa-item > label {
    margin-bottom: 19px;
    font-family: "Proxima Nova";
    font-size: 16px;
    line-height: 147%;
    letter-spacing: -0.01em;
    color: #333333;
}

/* line 510, dev/sass/pages/tender.scss */
.tender-form {
    padding-top: 40px;
    border-top: 1px solid #55555B;
}

@media screen and (max-width: 990px) {
    /* line 510, dev/sass/pages/tender.scss */
    .tender-form {
        padding-top: 25px;
    }
}

/* line 517, dev/sass/pages/tender.scss */
.tender-form p {
    color: #4F4F4F;
    opacity: 0.8;
    margin-bottom: 20px;
}

/* line 524, dev/sass/pages/tender.scss */
.tender-form--noStyle {
    border-top: 0;
}

/* line 527, dev/sass/pages/tender.scss */
.tender-form--noStyle .h3, .tender-form--noStyle h3 {
    font-weight: 500;
    font-size: 22px;
    color: #4F4F4F;
    opacity: 0.8;
    margin-bottom: 20px;
}

/* line 535, dev/sass/pages/tender.scss */
.tender-form--noStyle p {
    font-size: 16px;
    color: #4F4F4F;
    opacity: 0.8;
}

/* line 542, dev/sass/pages/tender.scss */
.tender .multiple-styler {
    width: 100% !important;
    height: auto;
    padding: 0 !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #55555B;
    border-bottom-color: #55555B;
    color: #4F4F4F;
    font-size: 16px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* line 554, dev/sass/pages/tender.scss */
.tender .multiple-styler .ms-drop input[type="checkbox"] {
    margin-top: 0.2rem;
    opacity: 0;
}

/* line 558, dev/sass/pages/tender.scss */
.tender .multiple-styler .ms-choice > span {
    padding: 11px 40px 11px 27px;
}

/* line 561, dev/sass/pages/tender.scss */
.tender .multiple-styler .ms-choice {
    height: 47px;
    padding: 0;
    border: 0;
}

/* line 566, dev/sass/pages/tender.scss */
.tender .multiple-styler .ms-choice .icon-caret {
    border: 0;
    width: 20px;
    height: 20px;
    background-image: url(../img/svg/ar-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    top: 40%;
}

/* line 581, dev/sass/pages/tender.scss */
.tender .multiple-styler li label {
    padding: 5px 18px;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 143.69%;
    color: #55555B;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    /* line 581, dev/sass/pages/tender.scss */
    .tender .multiple-styler li label {
        padding: 5px 5px 5px 0;
    }
}

/* line 594, dev/sass/pages/tender.scss */
.tender .multiple-styler li label::before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 8px;
    border: 1px solid #6B7581;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media screen and (max-width: 600px) {
    /* line 594, dev/sass/pages/tender.scss */
    .tender .multiple-styler li label::before {
        left: 0;
    }
}

/* line 611, dev/sass/pages/tender.scss */
.tender .multiple-styler li label::after {
    content: '';
    opacity: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 8px;
    border: 1px solid #74BB20;
    background-color: #74BB20;
    background-image: url(../img/svg/checked.svg);
    background-position: center;
    -webkit-background-size: 7px 7px;
    background-size: 7px;
    background-repeat: no-repeat;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media screen and (max-width: 600px) {
    /* line 611, dev/sass/pages/tender.scss */
    .tender .multiple-styler li label::after {
        left: 0;
    }
}

/* line 632, dev/sass/pages/tender.scss */
.tender .multiple-styler li label span {
    margin-left: 10px;
    font-size: 16px;
    line-height: 143.69%;
    color: #55555B;
    text-transform: none;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* line 645, dev/sass/pages/tender.scss */
.tender .multiple-styler li.selected label::before {
    opacity: 0;
}

/* line 649, dev/sass/pages/tender.scss */
.tender .multiple-styler li.selected label::after {
    opacity: 1;
}

/* line 656, dev/sass/pages/tender.scss */
.tender .scroll-item__descr {
    font-size: 14px;
    color: #55555B;
}

/* line 663, dev/sass/pages/tender.scss */
.required--check .jq-checkbox {
    pointer-events: none;
}

/* line 668, dev/sass/pages/tender.scss */
.tr--input::before, .tr--input::after {
    z-index: 1;
}

/* line 673, dev/sass/pages/tender.scss */
.required--select.error .jq-selectbox__select {
    border-color: #EB5757 !important;
}

/* line 678, dev/sass/pages/tender.scss */
.required--select.succes .jq-selectbox__select {
    border-color: #74BB20 !important;
}

/* line 687, dev/sass/pages/tender.scss */
table .tr--input.error::before, table .tr--input.error::after, table .tr--input.error-online::before, table .tr--input.error-online::after {
    background-color: #EB5757 !important;
}

/* line 690, dev/sass/pages/tender.scss */
table .tr--input.error input::-webkit-input-placeholder, table .tr--input.error-online input::-webkit-input-placeholder {
    color: #EB5757 !important;
}
table .tr--input.error input::-moz-placeholder, table .tr--input.error-online input::-moz-placeholder {
    color: #EB5757 !important;
}
table .tr--input.error input::-ms-input-placeholder, table .tr--input.error-online input::-ms-input-placeholder {
    color: #EB5757 !important;
}
table .tr--input.error input::placeholder, table .tr--input.error-online input::placeholder {
    color: #EB5757 !important;
}

/* line 695, dev/sass/pages/tender.scss */
table .tr--input.succes::before, table .tr--input.succes::after {
    background-color: #74BB20 !important;
}

/* line 703, dev/sass/pages/tender.scss */
.anketa-item.password-first, .anketa-item.password-second {
    margin-bottom: 0;
}

/* line 706, dev/sass/pages/tender.scss */
.anketa-item img {
    margin-top: 0;
}

/* line 709, dev/sass/pages/tender.scss */
.anketa-item input {
    padding: 13px 17px 13px 17px;
}


/* line 14, dev/sass/modules/header.scss */
/*.header__container {*/
/*    position: relative;*/
/*    padding-bottom: 120px;*/
/*    height: 100%;*/
/*}*/

/*@media screen and (max-width: 1180px) {*/
/*    !* line 14, dev/sass/modules/header.scss *!*/
/*    .header__container {*/
/*        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;*/
/*        padding-bottom: 0;*/
/*        position: relative;*/
/*    }*/
/*}*/

/*!* line 26, dev/sass/modules/header.scss *!*/
/*.header__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;*/
/*    padding: 50px 10px;*/
/*}*/

/*@media screen and (max-width: 1600px) {*/
/*    !* line 26, dev/sass/modules/header.scss *!*/
/*    .header__logo {*/
/*        padding: 15px 10px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1180px) {*/
/*    !* line 26, dev/sass/modules/header.scss *!*/
/*    .header__logo {*/
/*        padding: 5px 20px;*/
/*        position: absolute;*/
/*        left: 0;*/
/*        height: 100%;*/
/*        -webkit-box-align: center;*/
/*        -webkit-align-items: center;*/
/*        -ms-flex-align: center;*/
/*        align-items: center;*/
/*    }*/
/*}*/

/*!* line 41, dev/sass/modules/header.scss *!*/
/*.header__logo a {*/
/*    -webkit-box-align: center;*/
/*    -webkit-align-items: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*}*/

/*@media screen and (max-width: 1180px) {*/
/*    !* line 46, dev/sass/modules/header.scss *!*/
/*    .header__logo img {*/
/*        max-width: 90px;*/
/*    }*/
/*}*/

/*!* line 53, dev/sass/modules/header.scss *!*/
/*.header__phone {*/
/*    text-align: center;*/
/*}*/

/*@media screen and (max-width: 1180px) {*/
/*    !* line 53, dev/sass/modules/header.scss *!*/
/*    .header__phone {*/
/*        text-align: right;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*    !* line 53, dev/sass/modules/header.scss *!*/
/*    .header__phone {*/
/*        font-size: 14px;*/
/*        margin-top: 18px;*/
/*    }*/
/*}*/

/*!* line 64, dev/sass/modules/header.scss *!*/
/*.header__phone a {*/
/*    display: block;*/
/*}*/

/*!* line 68, dev/sass/modules/header.scss *!*/
/*.header__phone a[href^=tel]:hover {*/
/*    color: #74BB20;*/
/*}*/

/*!* line 72, dev/sass/modules/header.scss *!*/
/*.header__phone a[href^=tel] span {*/
/*    color: #74BB20;*/
/*}*/

/*!* line 77, dev/sass/modules/header.scss *!*/
/*.header__phone a[href^='/'] {*/
/*    font-weight: 300;*/
/*    font-size: 13px;*/
/*    color: #74BB20;*/
/*    text-decoration: underline;*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*    !* line 77, dev/sass/modules/header.scss *!*/
/*    .header__phone a[href^='/'] {*/
/*        display: none;*/
/*    }*/
/*}*/

/*!* line 86, dev/sass/modules/header.scss *!*/
/*.header__phone a[href^='/']:hover {*/
/*    text-decoration: none;*/
/*}*/

/*!* line 93, dev/sass/modules/header.scss *!*/
/*.header__lang {*/
/*    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;*/
/*    width: 50%;*/
/*    padding: 5px 0;*/
/*}*/

/*@media screen and (max-width: 1180px) {*/
/*    !* line 93, dev/sass/modules/header.scss *!*/
/*    .header__lang {*/
/*        border-right: 1px solid #EEEEEE;*/
/*        border-bottom: 0;*/
/*        padding: 0;*/
/*        margin-bottom: 0;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*    !* line 93, dev/sass/modules/header.scss *!*/
/*    .header__lang {*/
/*        border-right: 0;*/
/*        position: absolute;*/
/*        right: -3px;*/
/*        top: 19px;*/
/*        width: auto;*/
/*    }*/
/*}*/

/*!* line 113, dev/sass/modules/header.scss *!*/
/*.header__lang a {*/
/*    text-transform: uppercase;*/
/*    padding: 5px 20px;*/
/*    color: #55555B;*/
/*    font-size: 16px;*/
/*}*/

/*@media screen and (max-width: 1440px) {*/
/*    !* line 113, dev/sass/modules/header.scss *!*/
/*    .header__lang a {*/
/*        font-size: 14px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*    !* line 113, dev/sass/modules/header.scss *!*/
/*    .header__lang a {*/
/*        font-size: 12px;*/
/*        padding: 0 5px;*/
/*    }*/
/*}*/

/*!* line 126, dev/sass/modules/header.scss *!*/
/*.header__lang a.active {*/
/*    color: #74BB20;*/
/*    pointer-events: none;*/
/*}*/

/*!* line 131, dev/sass/modules/header.scss *!*/
/*.header__lang a:hover {*/
/*    color: #74BB20;*/
/*}*/

/*!* line 135, dev/sass/modules/header.scss *!*/
/*.header__lang a:last-child {*/
/*    border-left: 1px solid #282929;*/
/*}*/

/*!* line 141, dev/sass/modules/header.scss *!*/
/*.header-menu {*/
/*    padding: 10px 35px 0px;*/
/*}*/

/*@media screen and (max-width: 1600px) {*/
/*    !* line 141, dev/sass/modules/header.scss *!*/
/*    .header-menu {*/
/*        padding-bottom: 50px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1440px) {*/
/*    !* line 141, dev/sass/modules/header.scss *!*/
/*    .header-menu {*/
/*        padding-bottom: 30px;*/
/*    }*/
/*}*/

/*!* line 152, dev/sass/modules/header.scss *!*/
/*.header-menu__li a {*/
/*    font-weight: 300;*/
/*    color: #4F4F4F;*/
/*    padding: 12px 0;*/
/*    width: 100%;*/
/*}*/

/*@media screen and (max-width: 1600px) {*/
/*    !* line 152, dev/sass/modules/header.scss *!*/
/*    .header-menu__li a {*/
/*        padding: 8px 0;*/
/*    }*/
/*}*/

/*!* line 163, dev/sass/modules/header.scss *!*/
/*.header-menu__li:hover:not(.active) a {*/
/*    color: #74BB20;*/
/*}*/

/*!* line 168, dev/sass/modules/header.scss *!*/
/*.header-menu__li.active {*/
/*    pointer-events: none;*/
/*}*/

/*!* line 171, dev/sass/modules/header.scss *!*/
/*.header-menu__li.active a {*/
/*    font-weight: 600;*/
/*}*/

/*!* line 178, dev/sass/modules/header.scss *!*/
/*.header-links {*/
/*    border-top: 1px solid #EEEEEE;*/
/*    padding: 44px 20px 10px;*/
/*}*/

/*@media screen and (max-width: 1600px) {*/
/*    !* line 178, dev/sass/modules/header.scss *!*/
/*    .header-links {*/
/*        padding-top: 15px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1180px) {*/
/*    !* line 178, dev/sass/modules/header.scss *!*/
/*    .header-links {*/
/*        padding: 0;*/
/*        border: 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;*/
/*        padding-right: 50px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*    !* line 178, dev/sass/modules/header.scss *!*/
/*    .header-links {*/
/*        width: 100%;*/
/*        padding-right: 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;*/
/*    }*/
/*}*/

/*!* line 203, dev/sass/modules/header.scss *!*/
/*.header-links .btn {*/
/*    margin-bottom: 20px;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/

/*@media screen and (max-width: 1440px) {*/
/*    !* line 203, dev/sass/modules/header.scss *!*/
/*    .header-links .btn {*/
/*        margin-bottom: 10px;*/
/*    }*/
/*}*/

/*!* line 214, dev/sass/modules/header.scss *!*/
/*.header-bottom {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    padding: 10px 0;*/
/*    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: end;*/
/*    -webkit-align-items: flex-end;*/
/*    -ms-flex-align: end;*/
/*    align-items: flex-end;*/
/*}*/

/*@media screen and (max-width: 1180px) {*/
/*    !* line 214, dev/sass/modules/header.scss *!*/
/*    .header-bottom {*/
/*        position: relative;*/
/*        width: auto;*/
/*        padding: 0;*/
/*        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;*/
/*    }*/
/*}*/

/*!* line 235, dev/sass/modules/header.scss *!*/
/*.header-bottom .social-links {*/
/*    width: 50%;*/
/*}*/

/*!* line 244, dev/sass/modules/header.scss *!*/
/*.header-search {*/
/*    margin-bottom: 15px;*/
/*    padding: 0 15px 15px;*/
/*    width: 100%;*/
/*    border-bottom: 1px solid #EEEEEE;*/
/*}*/

/*@media screen and (max-width: 1180px) {*/
/*    !* line 244, dev/sass/modules/header.scss *!*/
/*    .header-search {*/
/*        display: none;*/
/*    }*/
/*}*/

/*!* line 253, dev/sass/modules/header.scss *!*/
/*.header-search form {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    position: relative;*/
/*    height: 42px;*/
/*    width: 100%;*/
/*}*/

/*!* line 260, dev/sass/modules/header.scss *!*/
/*.header-search input[type='text'] {*/
/*    padding: 10px;*/
/*    padding-left: 50px;*/
/*    border: 1px solid #F2F2F2;*/
/*    width: 100%;*/
/*}*/

/*!* line 267, dev/sass/modules/header.scss *!*/
/*.header-search input[type='submit'] {*/
/*    width: 42px;*/
/*    height: 42px;*/
/*    font-size: 0;*/
/*    border: 0;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background: none;*/
/*    background-image: url(../img/svg/search.svg);*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    cursor: pointer;*/
/*    -webkit-transition: .3s;*/
/*    -o-transition: .3s;*/
/*    transition: .3s;*/
/*}*/

/*!* line 282, dev/sass/modules/header.scss *!*/
/*.header-search input[type='submit']:hover {*/
/*    opacity: 0.7;*/
/*}*/

/*!* line 288, dev/sass/modules/header.scss *!*/
/*.header-burger {*/
/*    padding: 25px;*/
/*}*/

/*!* line 292, dev/sass/modules/header.scss *!*/
/*.header-mob {*/
/*    display: none;*/
/*}*/

/*@media screen and (max-width: 1180px) {*/
/*    !* line 292, dev/sass/modules/header.scss *!*/
/*    .header-mob {*/
/*        display: block;*/
/*    }*/
/*}*/

/*!* line 298, dev/sass/modules/header.scss *!*/
/*.header-mob__container {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-flex-wrap: wrap;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 100%;*/
/*    width: 100%;*/
/*    z-index: 50;*/
/*    background-color: #fff;*/
/*    border-top: 1px solid #EEEEEE;*/
/*    -webkit-box-shadow: 0px 10px 7px 2px rgba(0, 0, 0, 0.25);*/
/*    box-shadow: 0px 10px 7px 2px rgba(0, 0, 0, 0.25);*/
/*    -webkit-transition: .3s;*/
/*    -o-transition: .3s;*/
/*    transition: .3s;*/
/*}*/

/*!* line 311, dev/sass/modules/header.scss *!*/
/*.header-mob__container.open {*/
/*    left: 0;*/
/*}*/

/*!* line 316, dev/sass/modules/header.scss *!*/
/*.header-mob__container .header-menu {*/
/*    border-bottom: 1px solid #EEEEEE;*/
/*    width: 100%;*/
/*}*/

/*!* line 321, dev/sass/modules/header.scss *!*/
/*.header-mob__container .btn {*/
/*    margin: 40px auto 50px;*/
/*    display: table;*/
/*    -webkit-box-ordinal-group: 3;*/
/*    -webkit-order: 2;*/
/*    -ms-flex-order: 2;*/
/*    order: 2;*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*    !* line 321, dev/sass/modules/header.scss *!*/
/*    .header-mob__container .btn {*/
/*        margin-bottom: 15px;*/
/*        margin-top: 15px;*/
/*    }*/
/*}*/

/*!* line 331, dev/sass/modules/header.scss *!*/
/*.header-mob__container .social-links {*/
/*    -webkit-box-ordinal-group: 4;*/
/*    -webkit-order: 3;*/
/*    -ms-flex-order: 3;*/
/*    order: 3;*/
/*    width: 100%;*/
/*    padding: 10px 0;*/
/*    border-top: 1px solid #EEEEEE;*/
/*}*/

/*!* line 337, dev/sass/modules/header.scss *!*/
/*.header-mob__container .social-links a {*/
/*    margin-right: 10px;*/
/*    border: 1px solid #EEEEEE;*/
/*    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);*/
/*    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);*/
/*    -webkit-border-radius: 50%;*/
/*    border-radius: 50%;*/
/*}*/

/*!* line 343, dev/sass/modules/header.scss *!*/
/*.header-mob__container .social-links a:last-child {*/
/*    margin-right: 0;*/
/*}*/

/*@media screen and (max-width: 1180px) {*/
/*    !* line 349, dev/sass/modules/header.scss *!*/
/*    .header-mob__container .header-search {*/
/*        display: block;*/
/*        padding-top: 15px;*/
/*    }*/
/*}*/



/* line 2, dev/sass/modules/footer.scss */
.footer__container {
    padding: 50px 46px;
    width: calc(100% - var(--headerWidth));
    margin-left: auto;
    background-color: #53565A;
    font-size: 15px;
    color: #FFFFFF;
}

@media screen and (max-width: 1180px) {
    /* line 2, dev/sass/modules/footer.scss */
    .footer__container {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    /* line 2, dev/sass/modules/footer.scss */
    .footer__container {
        padding: 50px 15px;
        font-size: 14px;
    }
}

/* line 16, dev/sass/modules/footer.scss */
.footer__container p {
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 120%;
}

/* line 22, dev/sass/modules/footer.scss */
.footer .medialine {
    opacity: 0.8;
    color: #FFFFFF;
    font-weight: 300;
}

/* line 26, dev/sass/modules/footer.scss */
.footer .medialine span {
    color: #74BB20;
    text-decoration: underline;
}

/* line 31, dev/sass/modules/footer.scss */
.footer .medialine:hover span {
    text-decoration: none;
}

/* line 1, dev/sass/modules/breadcrums.scss */
.breadcrumbs {
    width: 100%;
}

/* line 4, dev/sass/modules/breadcrums.scss */
.bx-breadcrumb {
    margin: 0;
    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;
    padding: 16px 50px;
    background-color: #FAFAFA;
    border: 1px solid #EEEEEE;
}

@media screen and (max-width: 1440px) {
    /* line 4, dev/sass/modules/breadcrums.scss */
    .bx-breadcrumb {
        padding: 16px 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 4, dev/sass/modules/breadcrums.scss */
    .bx-breadcrumb {
        padding: 15px;
    }
}

/* line 18, dev/sass/modules/breadcrums.scss */
.bx-breadcrumb-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* line 20, dev/sass/modules/breadcrums.scss */
.bx-breadcrumb-item span {
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #74BB20;
}

/* line 26, dev/sass/modules/breadcrums.scss */
.bx-breadcrumb-item a {
    padding-right: 12px;
    margin-right: 12px;
    position: relative;
    border-right: 1px solid #BDBDBD;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #55555B;
}

/* line 34, dev/sass/modules/breadcrums.scss */
.bx-breadcrumb-item a * {
    color: #55555B;
}

/* line 37, dev/sass/modules/breadcrums.scss */
.bx-breadcrumb-item a:hover {
    color: #74BB20;
}

/* line 39, dev/sass/modules/breadcrums.scss */
.bx-breadcrumb-item a:hover * {
    color: #74BB20;
}

/* line 1, dev/sass/modules/burger.scss */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 29px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

/* line 10, dev/sass/modules/burger.scss */
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #55555B;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon 3 */
/* line 24, dev/sass/modules/burger.scss */
#nav-icon3 span:nth-child(1) {
    top: 0px;
}

/* line 28, dev/sass/modules/burger.scss */
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 12px;
}

/* line 33, dev/sass/modules/burger.scss */
#nav-icon3 span:nth-child(4) {
    top: 23px;
}

/* line 37, dev/sass/modules/burger.scss */
#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/* line 43, dev/sass/modules/burger.scss */
#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* line 50, dev/sass/modules/burger.scss */
#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* line 57, dev/sass/modules/burger.scss */
#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/* line 1, dev/sass/modules/styler.scss */
.jq-selectbox {
    width: 100%;
}

/* line 3, dev/sass/modules/styler.scss */
.jq-selectbox.error .jq-selectbox__select {
    border-color: #EB5757;
}

/* line 6, dev/sass/modules/styler.scss */
.jq-selectbox.success .jq-selectbox__select {
    border-color: #74BB20;
}

/* line 10, dev/sass/modules/styler.scss */
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/* line 14, dev/sass/modules/styler.scss */
.jq-selectbox__select {
    height: auto;
    padding: 11px 40px 11px 27px;
    border: 1px solid #55555B;
    border-bottom-color: #55555B;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #4F4F4F;
    text-shadow: none;
    font-size: 16px;
}

/* line 25, dev/sass/modules/styler.scss */
.jq-selectbox__select-text {
    color: #4F4F4F;
    opacity: 0.8;
}

/* line 30, dev/sass/modules/styler.scss */
.jq-selectbox__trigger {
    border-left: 0;
}

/* line 32, dev/sass/modules/styler.scss */
.jq-selectbox__trigger-arrow {
    border: 0;
    width: 20px;
    height: 20px;
    background-image: url(../img/svg/ar-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 44, dev/sass/modules/styler.scss */
.jq-selectbox__dropdown {
    margin: 0;
    border: 1px solid #55555B;
    border-top: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 20px 0;
}

/* line 53, dev/sass/modules/styler.scss */
.jq-selectbox__dropdown li {
    font-size: 15px;
    letter-spacing: -0.01em;
    color: #4F4F4F;
    opacity: 0.8;
    padding: 7px 27px;
}

/* line 59, dev/sass/modules/styler.scss */
.jq-selectbox__dropdown li:hover {
    background-color: #74BB20;
}

/* line 66, dev/sass/modules/styler.scss */
.jq-checkbox {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 72, dev/sass/modules/styler.scss */
.jq-checkbox.error {
    border-color: #EB5757;
}

/* line 75, dev/sass/modules/styler.scss */
.jq-checkbox.checked {
    background-color: #74BB20;
    border-color: #74BB20 !important;
}

/* line 78, dev/sass/modules/styler.scss */
.jq-checkbox.checked .jq-checkbox__div {
    width: 11px;
    height: 7px;
    margin: 4px 0 0 4px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

/* line 88, dev/sass/modules/styler.scss */
body .jq-radio {
    width: 15px;
    height: 15px;
    border: 1px solid #74BB20;
    background: none;
    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;
}

/* line 96, dev/sass/modules/styler.scss */
body .jq-radio.error {
    border-color: #EB5757 !important;
}

/* line 100, dev/sass/modules/styler.scss */
body .jq-radio.checked .jq-radio__div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 9px;
    height: 9px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #74BB20;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0;
}

/* line 111, dev/sass/modules/styler.scss */
body .jq-radio .jq-radio__div {
    width: 9px;
    height: 9px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #74BB20;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0;
}

/* line 1, dev/sass/modules/form.scss */
.form--style {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 50px 50px 100px;
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
}

@media screen and (max-width: 1440px) {
    /* line 1, dev/sass/modules/form.scss */
    .form--style {
        padding: 25px 25px 25px 50px;
    }
}

@media screen and (max-width: 600px) {
    /* line 1, dev/sass/modules/form.scss */
    .form--style {
        padding: 20px 15px;
    }
}

/* line 13, dev/sass/modules/form.scss */
.form--style__bottom {
    width: 100%;
    padding-top: 35px;
    margin-top: 15px;
    border-top: 1px solid #E0E0E0;
}

/* line 18, dev/sass/modules/form.scss */
.form--style__bottom .btn {
    margin-right: 50px;
}

@media screen and (max-width: 600px) {
    /* line 18, dev/sass/modules/form.scss */
    .form--style__bottom .btn {
        margin-right: 0;
        width: 100%;
        margin-bottom: 5px;
    }
}

/* line 29, dev/sass/modules/form.scss */
.form-block {
    width: calc(25% - 50px);
    margin-right: 50px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {
    /* line 29, dev/sass/modules/form.scss */
    .form-block {
        width: calc(25% - 15px);
        margin-right: 15px;
    }
}

@media screen and (max-width: 990px) {
    /* line 29, dev/sass/modules/form.scss */
    .form-block {
        width: calc(33% - 15px);
    }
}

@media screen and (max-width: 600px) {
    /* line 29, dev/sass/modules/form.scss */
    .form-block {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* line 45, dev/sass/modules/form.scss */
.form-block.w100 {
    width: 100%;
    margin-right: 0;
}

/* line 49, dev/sass/modules/form.scss */
.form-block label {
    letter-spacing: -0.01em;
    color: #828282;
    margin-bottom: 19px;
    display: block;
}

/* line 54, dev/sass/modules/form.scss */
.form-block label span {
    color: #74BB20;
}

/* line 59, dev/sass/modules/form.scss */
.form-block--checkbox label {
    cursor: pointer;
    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;
}

/* line 63, dev/sass/modules/form.scss */
.form-block--checkbox label span {
    width: calc(100% - 50px);
    margin-left: 10px;
    color: #4F4F4F;
    opacity: 0.8;
    font-size: 16px;
    line-height: 140%;
}

/* line 73, dev/sass/modules/form.scss */
.form-block-att {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 30px 0;
}

/* line 78, dev/sass/modules/form.scss */
.form-block-att__left {
    width: 250px;
    margin: 0 100px 0 0;
    padding: 32px 0 0;
}

@media screen and (max-width: 990px) {
    /* line 78, dev/sass/modules/form.scss */
    .form-block-att__left {
        width: 100%;
        margin: 0 0 20px;
    }
}

/* line 87, dev/sass/modules/form.scss */
.form-block-att__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 350px);
    background-color: #fafafa;
    padding: 32px 100px 32px 40px;
    background-image: url("./../img/svg/attachment.svg");
    background-position: right 32px center;
    background-repeat: no-repeat;
    -webkit-background-size: 48px 53px;
    background-size: 48px 53px;
}

@media screen and (max-width: 1180px) {
    /* line 87, dev/sass/modules/form.scss */
    .form-block-att__right {
        padding: 15px 62px 15px 15px;
        background-position: right 15px top 15px;
    }
}

@media screen and (max-width: 990px) {
    /* line 87, dev/sass/modules/form.scss */
    .form-block-att__right {
        width: 100%;
        padding: 15px;
    }
}

/* line 106, dev/sass/modules/form.scss */
.form-block-att__right-alt {
    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;
    width: calc(100% - 350px);
    padding: 32px 40px;
}

@media screen and (max-width: 1180px) {
    /* line 106, dev/sass/modules/form.scss */
    .form-block-att__right-alt {
        padding: 15px;
    }
}

@media screen and (max-width: 990px) {
    /* line 106, dev/sass/modules/form.scss */
    .form-block-att__right-alt {
        width: 100%;
        padding: 0;
    }
}

/* line 119, dev/sass/modules/form.scss */
.form-block-att__right-alt .input--text {
    width: calc(100% - 245px);
    max-width: 367px;
}

@media screen and (max-width: 990px) {
    /* line 119, dev/sass/modules/form.scss */
    .form-block-att__right-alt .input--text {
        width: calc(100% - 180px);
        max-width: inherit;
    }
}

@media screen and (max-width: 600px) {
    /* line 119, dev/sass/modules/form.scss */
    .form-block-att__right-alt .input--text {
        width: 100%;
    }
}

/* line 132, dev/sass/modules/form.scss */
.form-block-att .att-name {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 144%;
    color: #333;
}

/* line 139, dev/sass/modules/form.scss */
.form-block-att .att-filename {
    color: #828282;
    font-size: 16px;
    line-height: 137%;
    letter-spacing: -0.01em;
}

/* line 145, dev/sass/modules/form.scss */
.form-block-att .att-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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 250px;
    height: 48px;
    margin: 0 30px 0 0;
    background-color: #74BB20;
    border: 1px solid #74BB20;
    color: #fff;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: -0.01em;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 1180px) {
    /* line 145, dev/sass/modules/form.scss */
    .form-block-att .att-file {
        width: 150px;
    }
}

@media screen and (max-width: 600px) {
    /* line 145, dev/sass/modules/form.scss */
    .form-block-att .att-file {
        width: 100%;
        margin: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

/* line 169, dev/sass/modules/form.scss */
.form-block-att .att-file:hover {
    background-color: #fff;
    color: #74BB20;
}

/* line 173, dev/sass/modules/form.scss */
.form-block-att .att-file--grafit {
    border-color: #55555B;
    background-color: #55555B;
}

/* line 176, dev/sass/modules/form.scss */
.form-block-att .att-file--grafit:hover {
    color: #55555B;
}

/* line 180, dev/sass/modules/form.scss */
.form-block-att .att-file input[type="file"] {
    display: none;
}

/* line 184, dev/sass/modules/form.scss */
.form-block-att .att-text {
    width: calc(100% - 280px);
}

@media screen and (max-width: 1180px) {
    /* line 184, dev/sass/modules/form.scss */
    .form-block-att .att-text {
        width: calc(100% - 180px);
    }
}

@media screen and (max-width: 600px) {
    /* line 184, dev/sass/modules/form.scss */
    .form-block-att .att-text {
        width: 100%;
        margin: 0 0 15px;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

/* line 194, dev/sass/modules/form.scss */
.form-block-att .att-text__main {
    margin: 0 0 5px;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
}

@media screen and (max-width: 600px) {
    /* line 194, dev/sass/modules/form.scss */
    .form-block-att .att-text__main {
        display: none;
    }
}

/* line 204, dev/sass/modules/form.scss */
.form-block-att .att-text__sec {
    color: #333;
    font-size: 14px;
    line-height: 157%;
    letter-spacing: -0.01em;
    opacity: 0.7;
}

/* line 213, dev/sass/modules/form.scss */
.form-block--file {
    padding: 15px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-image: url("./../img/svg/file.svg");
    background-repeat: no-repeat;
    background-position: right center;
}

/* line 220, dev/sass/modules/form.scss */
.form-block--file label {
    margin: 0;
    cursor: pointer;
}

/* line 224, dev/sass/modules/form.scss */
.form-block--file label:hover .form-file-field {
    color: #74BB20;
}

/* line 229, dev/sass/modules/form.scss */
.form-block--file input[type="file"] {
    display: none;
}

/* line 232, dev/sass/modules/form.scss */
.form-block--file .form-file-field {
    display: block;
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
    color: #4d4d4d;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* line 241, dev/sass/modules/form.scss */
.form-block--file .form-file-name {
    display: block;
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    color: #4d4d4d;
}

/* line 248, dev/sass/modules/form.scss */
.form-block--file .allowed-formats {
    display: block;
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    color: #bdbdbd;
}

/* line 257, dev/sass/modules/form.scss */
.input--text {
    border: 1px solid #55555B;
    padding: 15px 27px;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #4F4F4F;
    opacity: 0.8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%;
}

/* line 266, dev/sass/modules/form.scss */
.input--text.error, .input--text.error-online {
    border-color: #EB5757 !important;
}

/* line 270, dev/sass/modules/form.scss */
.input--text.success {
    border-color: #74BB20 !important;
}

/* line 273, dev/sass/modules/form.scss */
.input--text.disabled {
    border-color: #BDBDBD;
    background-color: #FAFAFA;
    pointer-events: none;
}

/* line 278, dev/sass/modules/form.scss */
.input--text::-webkit-input-placeholder {
    color: #828282;
}
.input--text::-moz-placeholder {
    color: #828282;
}
.input--text::-ms-input-placeholder {
    color: #828282;
}
.input--text::placeholder {
    color: #828282;
}

/* line 281, dev/sass/modules/form.scss */
.input--text:focus {
    color: #4F4F4F;
}

/* line 284, dev/sass/modules/form.scss */
.input--text:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px white;
    -webkit-text-fill-color: #4F4F4F;
    font-size: 16px !important;
    line-height: 120% !important;
}

/* line 290, dev/sass/modules/form.scss */
.input--text:-internal-autofill-selected {
    color: #4F4F4F !important;
    background-color: #fff !important;
    font-size: 16px !important;
}

/* line 296, dev/sass/modules/form.scss */
textarea.input--text {
    height: 120px;
    resize: none;
}

/* line 300, dev/sass/modules/form.scss */
.a100-captcha {
    width: 185px;
    height: 50px;
    margin: 0 60px 0 0;
}

@media screen and (max-width: 1180px) {
    /* line 300, dev/sass/modules/form.scss */
    .a100-captcha {
        width: 150px;
        margin: 0 30px 0 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 300, dev/sass/modules/form.scss */
    .a100-captcha {
        width: 100%;
        margin: 0 0 20px;
    }
}

/* line 312, dev/sass/modules/form.scss */
.a100-captcha img {
    margin: 0;
}

/* line 1, dev/sass/modules/pagination.scss */
.pagination {
    width: 100%;
    padding: 25px 0 75px;
}

@media screen and (max-width: 600px) {
    /* line 1, dev/sass/modules/pagination.scss */
    .pagination {
        padding: 0px 0 30px;
    }
}

/* line 7, dev/sass/modules/pagination.scss */
.pagination__container {
    width: 100%;
    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;
}

/* line 13, dev/sass/modules/pagination.scss */
.pagination-link {
    width: 50px;
    height: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    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;
}

@media screen and (max-width: 600px) {
    /* line 13, dev/sass/modules/pagination.scss */
    .pagination-link {
        width: 35px;
    }
}

/* line 23, dev/sass/modules/pagination.scss */
.pagination-link .icon {
    stroke: #55555B;
    stroke-width: 2px;
    fill: transparent;
    opacity: 0.8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 5px;
    height: 10px;
}

/* line 32, dev/sass/modules/pagination.scss */
.pagination-link.disabled {
    opacity: 0.3;
}

/* line 35, dev/sass/modules/pagination.scss */
.pagination-link:hover:not(.disabled) {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

/* line 37, dev/sass/modules/pagination.scss */
.pagination-link:hover:not(.disabled) .icon {
    opacity: 1;
}

/* line 48, dev/sass/modules/pagination.scss */
.pagination-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 600px) {
    /* line 48, dev/sass/modules/pagination.scss */
    .pagination-list {
        margin: 0 5px;
    }
}

/* line 55, dev/sass/modules/pagination.scss */
.pagination-list li {
    padding: 12px 0;
}

/* line 57, dev/sass/modules/pagination.scss */
.pagination-list li.active {
    border-top: 1px solid #55555B;
    border-bottom: 1px solid #55555B;
    pointer-events: none;
}

/* line 63, dev/sass/modules/pagination.scss */
.pagination-list li:hover a {
    border-color: #55555B;
}

/* line 67, dev/sass/modules/pagination.scss */
.pagination-list li a {
    min-width: 50px;
    border-left: 1px solid  #F2F2F2;
    border-right: 1px solid  #F2F2F2;
    font-weight: 300;
    font-size: 15px;
    color: #55555B;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media screen and (max-width: 600px) {
    /* line 67, dev/sass/modules/pagination.scss */
    .pagination-list li a {
        min-width: 30px;
    }
}

/* line 85, dev/sass/modules/pagination.scss */
.pagination-left .pagination__container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/* line 1, dev/sass/modules/inform-blck.scss */
.inform-blck {
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    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-bottom: 25%;
    min-height: 300px;
    margin-bottom: 25px;
    background-attachment: fixed;
}

@media screen and (max-width: 1180px) {
    /* line 1, dev/sass/modules/inform-blck.scss */
    .inform-blck {
        background-attachment: initial;
    }
}

@media screen and (max-width: 600px) {
    /* line 1, dev/sass/modules/inform-blck.scss */
    .inform-blck {
        min-height: 300px;
        padding-bottom: 0;
        margin-bottom: 20px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}

/* line 22, dev/sass/modules/inform-blck.scss */
.inform-blck::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

/* line 35, dev/sass/modules/inform-blck.scss */
.inform-blck:hover:before {
    opacity: 0.65;
}

/* line 39, dev/sass/modules/inform-blck.scss */
.inform-blck__content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    z-index: 2;
    width: 100%;
    padding: 20px;
}

@media screen and (max-width: 600px) {
    /* line 39, dev/sass/modules/inform-blck.scss */
    .inform-blck__content {
        position: relative;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        width: 100%;
        left: auto;
        top: auto;
    }
}

/* line 57, dev/sass/modules/inform-blck.scss */
.inform-blck__zag {
    font-weight: bold;
    font-size: 22px;
    line-height: 138%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    /* line 57, dev/sass/modules/inform-blck.scss */
    .inform-blck__zag {
        margin-bottom: 15px;
        font-size: 18px;
    }
}

/* line 70, dev/sass/modules/inform-blck.scss */
.inform-blck p {
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
    /* line 70, dev/sass/modules/inform-blck.scss */
    .inform-blck p {
        font-size: 14px;
    }
}

/* line 78, dev/sass/modules/inform-blck.scss */
.inform-blck p:last-child {
    margin-bottom: 0;
}

/* line 83, dev/sass/modules/inform-blck.scss */
.inform-blck--sm {
    padding-bottom: 0;
    height: 390px;
}

@media screen and (max-width: 600px) {
    /* line 83, dev/sass/modules/inform-blck.scss */
    .inform-blck--sm {
        height: auto;
    }
}

/* line 89, dev/sass/modules/inform-blck.scss */
.inform-blck--sm .inform-blck__zag {
    font-weight: 500;
    font-size: 22px;
}

/* line 93, dev/sass/modules/inform-blck.scss */
.inform-blck--sm .inform-blck__content {
    max-width: 815px;
}

/* line 97, dev/sass/modules/inform-blck.scss */
.inform-blck--sm p {
    font-size: 18px;
}

@media screen and (max-width: 600px) {
    /* line 97, dev/sass/modules/inform-blck.scss */
    .inform-blck--sm p {
        font-size: 14px;
        line-height: 140%;
    }
}

/* line 1, dev/sass/modules/popup.scss */
.mfp-image-holder .mfp-close {
    right: 0;
    background-color: #fff;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    opacity: 1;
    padding: 0;
    background-position: center;
    top: 41px;
}

/* line 11, dev/sass/modules/popup.scss */
body .mfp-bg {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* line 14, dev/sass/modules/popup.scss */
body .mfp-bg.mfp-ready {
    opacity: 0.5;
}

/* line 17, dev/sass/modules/popup.scss */
body .mfp-bg.mfp-removing {
    opacity: 0;
}

/* line 21, dev/sass/modules/popup.scss */
body .mfp-wrap {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* line 24, dev/sass/modules/popup.scss */
body .mfp-wrap.mfp-ready {
    opacity: 1;
}

/* line 27, dev/sass/modules/popup.scss */
body .mfp-wrap.mfp-removing {
    opacity: 0;
}

/* line 31, dev/sass/modules/popup.scss */
body .mfp-close {
    top: 74px;
    right: 30px;
    width: 31px !important;
    height: 31px !important;
    font-size: 0;
    background-image: url("../img/svg/close-green.svg") !important;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: contain;
    background-size: contain;
}

@media screen and (max-width: 990px) {
    /* line 31, dev/sass/modules/popup.scss */
    body .mfp-close {
        width: 15px;
        height: 15px;
        top: 10px;
        right: 10px;
    }
}

/* line 57, dev/sass/modules/popup.scss */
.mfp-ready .mfp-content {
    max-width: 1240px;
}

/* line 61, dev/sass/modules/popup.scss */
.popup {
    width: 100%;
    max-width: 1240px;
    position: relative;
    padding: 45px 40px 60px;
    background-color: #fff;
    margin: 50px auto;
}

@media screen and (max-width: 1180px) {
    /* line 61, dev/sass/modules/popup.scss */
    .popup {
        padding: 30px 30px 40px;
    }
}

@media screen and (max-width: 600px) {
    /* line 61, dev/sass/modules/popup.scss */
    .popup {
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 74, dev/sass/modules/popup.scss */
    .popup h2 {
        font-size: 16px;
        text-align: center;
        padding: 0 30px;
    }
}

@media screen and (max-width: 600px) {
    /* line 81, dev/sass/modules/popup.scss */
    .popup p {
        text-align: center;
    }
}

/* line 86, dev/sass/modules/popup.scss */
.popup .form--style {
    width: 100%;
    margin: 40px 0 0;
    padding: 45px 0 0;
    border-left: none;
}

@media screen and (max-width: 1180px) {
    /* line 86, dev/sass/modules/popup.scss */
    .popup .form--style {
        margin: 12px 0 0;
        padding: 30px 0 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 86, dev/sass/modules/popup.scss */
    .popup .form--style {
        padding: 20px 0 0;
    }
}

/* line 99, dev/sass/modules/popup.scss */
.popup .form-block {
    width: calc(33.33% - 50px);
}

@media screen and (max-width: 1180px) {
    /* line 99, dev/sass/modules/popup.scss */
    .popup .form-block {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 600px) {
    /* line 99, dev/sass/modules/popup.scss */
    .popup .form-block {
        width: 100%;
        margin: 0 0 16px;
    }
}

/* line 108, dev/sass/modules/popup.scss */
.popup .form-block.w66 {
    width: calc(66.66% - 50px);
}

@media screen and (max-width: 1180px) {
    /* line 108, dev/sass/modules/popup.scss */
    .popup .form-block.w66 {
        width: calc(100% - 15px);
    }
}

@media screen and (max-width: 600px) {
    /* line 108, dev/sass/modules/popup.scss */
    .popup .form-block.w66 {
        width: 100%;
    }
}

/* line 117, dev/sass/modules/popup.scss */
.popup .form-block.w100 {
    width: 100%;
}

/* line 120, dev/sass/modules/popup.scss */
.popup .form-block label {
    font-size: 16px;
}

@media screen and (max-width: 600px) {
    /* line 120, dev/sass/modules/popup.scss */
    .popup .form-block label {
        font-size: 13px;
        margin: 0 0 12px;
    }
}

/* line 128, dev/sass/modules/popup.scss */
.popup .input--text {
    font-size: 15px;
}

/* line 131, dev/sass/modules/popup.scss */
.popup .hr {
    width: 100%;
    height: 1px;
    margin: 32px 0 56px;
    background-color: #e0e0e0;
}

@media screen and (max-width: 1180px) {
    /* line 131, dev/sass/modules/popup.scss */
    .popup .hr {
        margin: 10px 0 25px;
    }
}

/* line 139, dev/sass/modules/popup.scss */
.popup .hr--hidden {
    width: 100%;
    margin: 15px 0 0;
}

/* line 144, dev/sass/modules/popup.scss */
.popup input[type="submit"] {
    padding: 16px 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
}

/* line 150, dev/sass/modules/popup.scss */
.popup-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* line 154, dev/sass/modules/popup.scss */
.popup-btn .btn-lg {
    padding: 16px 30px;
}

/* line 160, dev/sass/modules/popup.scss */
.popup--small--width .mfp-content {
    max-width: 600px;
}

/* line 163, dev/sass/modules/popup.scss */
.popup--small {
    max-width: 600px;
    padding: 30px;
}

/* line 166, dev/sass/modules/popup.scss */
.popup--small .mfp-close {
    top: 20px;
    right: 20px;
}

/* line 170, dev/sass/modules/popup.scss */
.popup--small .hr {
    margin: 10px 0 20px;
}

/* line 173, dev/sass/modules/popup.scss */
.popup--small .form-block {
    margin-bottom: 15px;
}

/* line 175, dev/sass/modules/popup.scss */
.popup--small .form-block label {
    margin-bottom: 10px;
}

/* line 179, dev/sass/modules/popup.scss */
.popup--small .form--style {
    margin: 20px 0 0;
    padding: 20px 0 0;
}

/* line 184, dev/sass/modules/popup.scss */
.popup--small p {
    margin-bottom: 0;
}

/* line 191, dev/sass/modules/popup.scss */
.mfp-container .contact-map__info-form {
    display: block;
    background-color: #fff;
    padding: 20px;
}

/* line 1, dev/sass/modules/plan.scss */
.plan {
    margin-top: 40px;
    background-color: #FAFAFA;
}

/* line 4, dev/sass/modules/plan.scss */
.plan-zag {
    text-align: center;
    padding: 40px 20px;
}

@media screen and (max-width: 600px) {
    /* line 4, dev/sass/modules/plan.scss */
    .plan-zag {
        padding: 30px 10px;
    }
}

/* line 10, dev/sass/modules/plan.scss */
.plan-zag .h3, .plan-zag h3 {
    font-weight: bold;
    font-size: 28px;
    line-height: 110%;
    color: #55555B;
}

@media screen and (max-width: 600px) {
    /* line 10, dev/sass/modules/plan.scss */
    .plan-zag .h3, .plan-zag h3 {
        font-size: 20px;
    }
}

/* line 21, dev/sass/modules/plan.scss */
.plan-filter {
    padding: 0 50px;
    margin-bottom: 40px;
}

@media screen and (max-width: 990px) {
    /* line 21, dev/sass/modules/plan.scss */
    .plan-filter {
        padding: 0 20px;
    }
}

@media screen and (max-width: 600px) {
    /* line 21, dev/sass/modules/plan.scss */
    .plan-filter {
        padding: 0 10px;
    }
}

/* line 30, dev/sass/modules/plan.scss */
.plan-filter__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 20px;
    background-color: #fff;
}

@media screen and (max-width: 1600px) {
    /* line 30, dev/sass/modules/plan.scss */
    .plan-filter__form {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 990px) {
    /* line 30, dev/sass/modules/plan.scss */
    .plan-filter__form {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/* line 43, dev/sass/modules/plan.scss */
.plan-filter__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;
    padding-right: 5px;
}

@media screen and (max-width: 1600px) {
    /* line 43, dev/sass/modules/plan.scss */
    .plan-filter__item {
        padding-right: 30px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 990px) {
    /* line 43, dev/sass/modules/plan.scss */
    .plan-filter__item {
        width: calc(50% - 15px);
        padding-right: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 43, dev/sass/modules/plan.scss */
    .plan-filter__item {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* line 59, dev/sass/modules/plan.scss */
.plan-filter__item:last-child {
    padding-right: 0;
}

/* line 62, dev/sass/modules/plan.scss */
.plan-filter__item label {
    font-size: 16px;
    display: block;
    padding-right: 25px;
}

@media screen and (max-width: 990px) {
    /* line 62, dev/sass/modules/plan.scss */
    .plan-filter__item label {
        font-size: 14px;
        min-width: 110px;
    }
}

@media screen and (max-width: 600px) {
    /* line 62, dev/sass/modules/plan.scss */
    .plan-filter__item label {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
}

/* line 77, dev/sass/modules/plan.scss */
.plan-filter__item--select .jq-selectbox__select {
    padding-right: 60px;
    padding-left: 20px;
}

/* line 81, dev/sass/modules/plan.scss */
.plan-filter__item--select .jq-selectbox__dropdown {
    top: 49px !important;
    bottom: auto !important;
}

@media screen and (max-width: 990px) {
    /* line 91, dev/sass/modules/plan.scss */
    .plan-filter__item--dlInput .dl--input {
        width: calc(100% - 110px);
    }
    /* line 97, dev/sass/modules/plan.scss */
    .plan-filter__item--dlInput .dl--input input {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    /* line 91, dev/sass/modules/plan.scss */
    .plan-filter__item--dlInput .dl--input {
        width: 100%;
    }
}

/* line 111, dev/sass/modules/plan.scss */
.plan-filter__item--check label {
    cursor: pointer;
}

/* line 114, dev/sass/modules/plan.scss */
.plan-filter__item--check span {
    margin-left: 15px;
}

@media screen and (max-width: 990px) {
    /* line 118, dev/sass/modules/plan.scss */
    .plan-filter__item--sbmt {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* line 127, dev/sass/modules/plan.scss */
.plan-genplan {
    padding-left: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
    min-height: 670px;
}

@media screen and (max-width: 990px) {
    /* line 127, dev/sass/modules/plan.scss */
    .plan-genplan {
        padding-left: 0;
        min-height: 1px;
        padding-bottom: 60px;
        overflow: visible;
        padding-top: 80px;
    }
}

/* line 142, dev/sass/modules/plan.scss */
.plan-genplan__img {
    width: calc(100% - 490px);
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 115px 90px 55px 55px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

@media screen and (max-width: 1440px) {
    /* line 142, dev/sass/modules/plan.scss */
    .plan-genplan__img {
        width: calc(100% - 350px);
        padding: 30px;
    }
}

@media screen and (max-width: 990px) {
    /* line 142, dev/sass/modules/plan.scss */
    .plan-genplan__img {
        padding: 0px;
        width: 100%;
        padding-right: 35px;
    }
}

/* line 159, dev/sass/modules/plan.scss */
.plan-genplan__img.open {
    width: calc(100% - 55px);
    max-height: 100%;
}

/* line 164, dev/sass/modules/plan.scss */
.plan-genplan__img[data-zoom-val='1'] .mCSB_scrollTools_horizontal, .plan-genplan__img[data-zoom-val='1'] .mCSB_scrollTools_vertical {
    opacity: 0 !important;
}

/* line 169, dev/sass/modules/plan.scss */
.plan-genplan__img[data-zoom='off'] .plan-genplan__img-zoom {
    display: none;
}

/* line 173, dev/sass/modules/plan.scss */
.plan-genplan__img-zoom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #55555B;
    position: absolute;
    left: 40px;
    top: 30px;
    z-index: 99;
}

@media screen and (max-width: 990px) {
    /* line 173, dev/sass/modules/plan.scss */
    .plan-genplan__img-zoom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 0;
        left: auto;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/* line 188, dev/sass/modules/plan.scss */
.plan-genplan__img-zoom .value {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 140.5%;
    color: #828282;
    min-width: 290px;
}

@media screen and (max-width: 990px) {
    /* line 188, dev/sass/modules/plan.scss */
    .plan-genplan__img-zoom .value {
        min-width: 1px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (max-width: 990px) {
    /* line 188, dev/sass/modules/plan.scss */
    .plan-genplan__img-zoom .value {
        width: 27.64px;
        padding: 10px 2px;
        text-align: center;
        font-size: 12px;
        border-left: 1px solid rgba(85, 85, 91, 0.4);
        border-right: 1px solid rgba(85, 85, 91, 0.4);
        background-color: #fff;
    }
}

/* line 210, dev/sass/modules/plan.scss */
.plan-genplan__img-zoom .plus, .plan-genplan__img-zoom .minus {
    width: 50px;
    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;
    border-left: 1px solid #55555B;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media screen and (max-width: 990px) {
    /* line 210, dev/sass/modules/plan.scss */
    .plan-genplan__img-zoom .plus, .plan-genplan__img-zoom .minus {
        width: 27.64px;
        height: 27.64px;
        border: 1px solid #55555B;
    }
}

/* line 223, dev/sass/modules/plan.scss */
.plan-genplan__img-zoom .plus:hover, .plan-genplan__img-zoom .minus:hover {
    background-color: #74BB20;
}

/* line 225, dev/sass/modules/plan.scss */
.plan-genplan__img-zoom .plus:hover .icon, .plan-genplan__img-zoom .minus:hover .icon {
    stroke: #fff;
}

/* line 229, dev/sass/modules/plan.scss */
.plan-genplan__img-zoom .plus .icon, .plan-genplan__img-zoom .minus .icon {
    stroke: #74BB20;
    width: 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media screen and (max-width: 990px) {
    /* line 235, dev/sass/modules/plan.scss */
    .plan-genplan__img-zoom .minus {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 990px) {
    /* line 240, dev/sass/modules/plan.scss */
    .plan-genplan__img-zoom .plus {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

/* line 249, dev/sass/modules/plan.scss */
.plan-genplan__list {
    width: 490px;
    background-color: #fff;
    padding-left: 55px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
    left: calc(100% - 490px);
    height: 100%;
}

@media screen and (max-width: 1440px) {
    /* line 249, dev/sass/modules/plan.scss */
    .plan-genplan__list {
        width: 350px;
        left: calc(100% - 350px);
    }
}

@media screen and (max-width: 990px) {
    /* line 249, dev/sass/modules/plan.scss */
    .plan-genplan__list {
        display: none;
    }
}

/* line 264, dev/sass/modules/plan.scss */
.plan-genplan__list.open {
    left: calc(100% - 55px);
}

/* line 267, dev/sass/modules/plan.scss */
.plan-genplan__list-toggle {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 55px;
    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;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
}

/* line 280, dev/sass/modules/plan.scss */
.plan-genplan__list-toggle.open .icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* line 284, dev/sass/modules/plan.scss */
.plan-genplan__list-toggle .icon {
    fill: #74BB20;
    width: 30px;
    height: 15px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/* line 294, dev/sass/modules/plan.scss */
.plan-genplan__category {
    background-color: #55555B;
    position: relative;
}

/* line 298, dev/sass/modules/plan.scss */
.plan-genplan__category-item {
    padding: 20px 35px;
    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;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

@media screen and (max-width: 1440px) {
    /* line 298, dev/sass/modules/plan.scss */
    .plan-genplan__category-item {
        padding: 15px;
    }
}

/* line 310, dev/sass/modules/plan.scss */
.plan-genplan__category-item::before, .plan-genplan__category-item:after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #74BB20;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
}

/* line 318, dev/sass/modules/plan.scss */
.plan-genplan__category-item::before {
    left: 0;
    top: 0;
}

/* line 322, dev/sass/modules/plan.scss */
.plan-genplan__category-item::after {
    bottom: -1px;
    right: 0;
}

/* line 326, dev/sass/modules/plan.scss */
.plan-genplan__category-item:hover {
    background-color: #5e5e63;
}

/* line 328, dev/sass/modules/plan.scss */
.plan-genplan__category-item:hover:before, .plan-genplan__category-item:hover:after {
    width: 100%;
}

/* line 332, dev/sass/modules/plan.scss */
.plan-genplan__category-item .icon {
    fill: #FAFAFA;
    width: 39px;
    height: 39px;
}

@media screen and (max-width: 1440px) {
    /* line 332, dev/sass/modules/plan.scss */
    .plan-genplan__category-item .icon {
        width: 25px;
        height: 25px;
    }
}

/* line 341, dev/sass/modules/plan.scss */
.plan-genplan__category-item .text {
    max-width: calc(100% - 39px);
    padding-left: 25px;
}

@media screen and (max-width: 1440px) {
    /* line 341, dev/sass/modules/plan.scss */
    .plan-genplan__category-item .text {
        max-width: calc(100% - 25px);
        padding-left: 15px;
    }
}

/* line 348, dev/sass/modules/plan.scss */
.plan-genplan__category-item .text .name {
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    line-height: 120%;
    margin-bottom: 5px;
}

@media screen and (max-width: 1440px) {
    /* line 348, dev/sass/modules/plan.scss */
    .plan-genplan__category-item .text .name {
        font-size: 12px;
    }
}

/* line 360, dev/sass/modules/plan.scss */
.plan-genplan__category-item .text .desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 120%;
}

/* line 368, dev/sass/modules/plan.scss */
.plan-genplan__category-active {
    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;
    background-color: #55555B;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 373, dev/sass/modules/plan.scss */
.plan-genplan__category-active .plan-genplan__category-item {
    width: calc(100% - 80px);
    border-bottom: 0;
}

@media screen and (max-width: 1440px) {
    /* line 373, dev/sass/modules/plan.scss */
    .plan-genplan__category-active .plan-genplan__category-item {
        width: calc(100% - 50px);
    }
}

/* line 382, dev/sass/modules/plan.scss */
.plan-genplan__category-arrow {
    width: 80px;
    height: 55px;
    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;
    border-left: 1px solid #fff;
    cursor: pointer;
}

@media screen and (max-width: 1440px) {
    /* line 382, dev/sass/modules/plan.scss */
    .plan-genplan__category-arrow {
        width: 50px;
        height: 35px;
    }
}

/* line 396, dev/sass/modules/plan.scss */
.plan-genplan__category-arrow.open .icon {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/* line 400, dev/sass/modules/plan.scss */
.plan-genplan__category-arrow .icon {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #74BB20;
}

@media screen and (max-width: 1440px) {
    /* line 400, dev/sass/modules/plan.scss */
    .plan-genplan__category-arrow .icon {
        width: 20px;
    }
}

/* line 410, dev/sass/modules/plan.scss */
.plan-genplan__category-drop {
    display: none;
    height: calc((91px * 3) + 40px);
    overflow: hidden;
    padding: 20px 0;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #55555B;
    z-index: 100;
}

/* line 421, dev/sass/modules/plan.scss */
.plan-genplan__category-drop .mCSB_inside > .mCSB_container {
    margin-right: 80px;
}

@media screen and (max-width: 1440px) {
    /* line 421, dev/sass/modules/plan.scss */
    .plan-genplan__category-drop .mCSB_inside > .mCSB_container {
        margin-right: 50px;
    }
}

/* line 427, dev/sass/modules/plan.scss */
.plan-genplan__category-drop .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #74BB20;
    width: 4px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* line 432, dev/sass/modules/plan.scss */
.plan-genplan__category-drop .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #474751;
}

/* line 436, dev/sass/modules/plan.scss */
.plan-genplan__category-drop .mCSB_scrollTools {
    opacity: 1;
    width: 80px;
}

@media screen and (max-width: 1440px) {
    /* line 436, dev/sass/modules/plan.scss */
    .plan-genplan__category-drop .mCSB_scrollTools {
        width: 50px;
    }
}

/* line 446, dev/sass/modules/plan.scss */
.plan-genplan__category-mob {
    display: none;
    -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: 20px 25px;
}

/* line 451, dev/sass/modules/plan.scss */
.plan-genplan__category-mob .name {
    font-size: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
}

/* line 456, dev/sass/modules/plan.scss */
.plan-genplan__category-mob .close {
    cursor: pointer;
}

/* line 458, dev/sass/modules/plan.scss */
.plan-genplan__category-mob .close .icon {
    width: 21.5px;
    height: 21.5px;
    stroke: #74BB20;
}

/* line 468, dev/sass/modules/plan.scss */
.plan-genplan__rooms {
    padding: 20px 0 20px 40px;
    max-height: calc(670px - 87px);
    height: 100%;
}

@media screen and (max-width: 1440px) {
    /* line 468, dev/sass/modules/plan.scss */
    .plan-genplan__rooms {
        padding: 10px;
    }
}

/* line 475, dev/sass/modules/plan.scss */
.plan-genplan__rooms .mCSB_inside > .mCSB_container {
    margin-right: 24px;
}

/* line 478, dev/sass/modules/plan.scss */
.plan-genplan__rooms .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #74BB20;
    width: 4px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    margin-left: auto;
}

/* line 485, dev/sass/modules/plan.scss */
.plan-genplan__rooms .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #F2F2F2;
    margin: 0;
    margin-left: auto;
}

/* line 491, dev/sass/modules/plan.scss */
.plan-genplan__rooms .mCSB_scrollTools {
    opacity: 1;
    width: 24px;
}

/* line 495, dev/sass/modules/plan.scss */
.plan-genplan__rooms-item {
    padding: 25px 0 25px 10px;
    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;
    border-bottom: 1px solid #F2F2F2;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
}

@media screen and (max-width: 1600px) {
    /* line 495, dev/sass/modules/plan.scss */
    .plan-genplan__rooms-item {
        padding: 15px 0 15px 10px;
    }
}

/* line 506, dev/sass/modules/plan.scss */
.plan-genplan__rooms-item::before, .plan-genplan__rooms-item:after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #74BB20;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
}

/* line 514, dev/sass/modules/plan.scss */
.plan-genplan__rooms-item::before {
    left: 0;
    top: 0;
}

/* line 518, dev/sass/modules/plan.scss */
.plan-genplan__rooms-item::after {
    bottom: -1px;
    right: 0;
}

/* line 522, dev/sass/modules/plan.scss */
.plan-genplan__rooms-item:hover {
    background-color: rgba(242, 242, 242, 0.45);
}

/* line 524, dev/sass/modules/plan.scss */
.plan-genplan__rooms-item:hover:before, .plan-genplan__rooms-item:hover:after {
    width: 100%;
}

/* line 528, dev/sass/modules/plan.scss */
.plan-genplan__rooms-item .img {
    width: 77px;
    height: 77px;
    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;
    border: 1px solid #F2F2F2;
    margin-right: 25px;
}

@media screen and (max-width: 1440px) {
    /* line 528, dev/sass/modules/plan.scss */
    .plan-genplan__rooms-item .img {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
}

/* line 541, dev/sass/modules/plan.scss */
.plan-genplan__rooms-item .img img {
    max-height: 100%;
    max-width: 100%;
}

/* line 546, dev/sass/modules/plan.scss */
.plan-genplan__rooms-item .text {
    font-weight: 300;
    font-size: 14px;
    color: #4D4D4F;
    max-width: calc(100% - 102px);
}

@media screen and (max-width: 1440px) {
    /* line 546, dev/sass/modules/plan.scss */
    .plan-genplan__rooms-item .text {
        max-width: calc(100% - 65px);
    }
}

/* line 554, dev/sass/modules/plan.scss */
.plan-genplan__rooms-item .text b {
    font-weight: 500;
    font-size: 15px;
}

/* line 568, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo {
    position: absolute;
    width: 50%;
    top: 0;
    left: 100%;
    background-color: #55555B;
    z-index: 150;
    height: 100%;
    padding: 45px 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    max-height: 670px;
}

@media screen and (max-width: 1440px) {
    /* line 568, dev/sass/modules/plan.scss */
    .plan-genplan__roomInfo {
        padding: 25px;
        min-width: 450px;
    }
}

@media screen and (max-width: 990px) {
    /* line 568, dev/sass/modules/plan.scss */
    .plan-genplan__roomInfo {
        width: 100%;
        height: auto;
        padding: 15px;
        min-width: 1px;
        left: calc(100% + 30px);
    }
}

/* line 590, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo.open {
    left: 50%;
}

@media screen and (max-width: 990px) {
    /* line 590, dev/sass/modules/plan.scss */
    .plan-genplan__roomInfo.open {
        left: 0;
    }
}

/* line 596, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-head {
    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-bottom: 22px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}

@media screen and (max-width: 990px) {
    /* line 596, dev/sass/modules/plan.scss */
    .plan-genplan__roomInfo-head {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

/* line 606, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-head .name {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: calc(100% - 20px);
}

/* line 613, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-head .close {
    cursor: pointer;
}

/* line 615, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-head .close .icon {
    stroke: #74BB20;
    width: 18px;
    height: 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* line 620, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-head .close .icon:hover {
    opacity: 0.8;
}

/* line 626, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-body {
    height: calc(100% - 193px);
}

@media screen and (max-width: 990px) {
    /* line 626, dev/sass/modules/plan.scss */
    .plan-genplan__roomInfo-body {
        height: 300px;
        overflow: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 600px) {
    /* line 626, dev/sass/modules/plan.scss */
    .plan-genplan__roomInfo-body {
        height: 200px;
    }
}

/* line 638, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-body .mCSB_inside::before {
    content: '';
    width: calc(100% - 10px);
    height: 130px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(21%, rgba(85, 85, 91, 0.2)), color-stop(51%, rgba(85, 85, 91, 0.4)), color-stop(71%, rgba(85, 85, 91, 0.8)), to(#55555B));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(85, 85, 91, 0.2) 21%, rgba(85, 85, 91, 0.4) 51%, rgba(85, 85, 91, 0.8) 71%, #55555B 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(85, 85, 91, 0.2) 21%, rgba(85, 85, 91, 0.4) 51%, rgba(85, 85, 91, 0.8) 71%, #55555B 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(85, 85, 91, 0.2) 21%, rgba(85, 85, 91, 0.4) 51%, rgba(85, 85, 91, 0.8) 71%, #55555B 100%);
    z-index: 10;
}

/* line 654, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-body .mCSB_container_wrapper {
    margin: 0;
}

/* line 657, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-body .mCSB_inside > .mCSB_container {
    padding: 0;
    margin-right: 150px;
    padding-bottom: 60px;
}

@media screen and (max-width: 1440px) {
    /* line 657, dev/sass/modules/plan.scss */
    .plan-genplan__roomInfo-body .mCSB_inside > .mCSB_container {
        margin-right: 50px;
    }
}

/* line 665, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-body .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #74BB20;
    margin-right: 0;
}

/* line 670, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.plan-genplan__roomInfo-body .mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* line 674, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-body .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
    width: 4px;
}

/* line 678, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-body .mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px;
    background: #F2F2F2;
    opacity: 0.5;
    margin-right: 0;
}

/* line 684, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-body p {
    font-size: 15px;
    line-height: 152.69%;
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
}

@media screen and (max-width: 990px) {
    /* line 684, dev/sass/modules/plan.scss */
    .plan-genplan__roomInfo-body p {
        font-size: 13px;
        margin-bottom: 7px;
    }
}

/* line 695, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-body img {
    max-width: 30%;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 25px;
}

@media screen and (max-width: 990px) {
    /* line 695, dev/sass/modules/plan.scss */
    .plan-genplan__roomInfo-body img {
        margin-right: 2.5%;
    }
}

/* line 705, dev/sass/modules/plan.scss */
.plan-genplan__roomInfo-footer {
    padding-top: 50px;
    position: absolute;
    bottom: 55px;
    left: 50px;
    z-index: 5;
}

@media screen and (max-width: 990px) {
    /* line 705, dev/sass/modules/plan.scss */
    .plan-genplan__roomInfo-footer {
        position: relative;
        bottom: auto;
        left: auto;
        padding: 20px 0;
    }
}

/* line 723, dev/sass/modules/plan.scss */
.svg-card__overflow {
    overflow: auto;
}

/* line 725, dev/sass/modules/plan.scss */
.svg-card__overflow .mCSB_container_wrapper {
    margin: 0;
}

/* line 728, dev/sass/modules/plan.scss */
.svg-card__overflow .mCSB_container_wrapper > .mCSB_container {
    padding: 0;
}

/* line 731, dev/sass/modules/plan.scss */
.svg-card__overflow .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #74BB20;
}

/* line 734, dev/sass/modules/plan.scss */
.svg-card__overflow .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    margin: 0;
}

/* line 737, dev/sass/modules/plan.scss */
.svg-card__overflow .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.svg-card__overflow .mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* line 741, dev/sass/modules/plan.scss */
.svg-card__overflow .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 0;
}

/* line 745, dev/sass/modules/plan.scss */
.svg-card__overflow .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 4px;
}

/* line 748, dev/sass/modules/plan.scss */
.svg-card__overflow .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}

/* line 751, dev/sass/modules/plan.scss */
.svg-card__overflow .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
    width: 4px;
}

/* line 755, dev/sass/modules/plan.scss */
.svg-card__overflow .mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px;
}

/* line 758, dev/sass/modules/plan.scss */
.svg-card__overflow .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #F2F2F2;
}

/* line 762, dev/sass/modules/plan.scss */
.svg-card__img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    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;
    position: relative;
}

/* line 767, dev/sass/modules/plan.scss */
.svg-card__img .svg-map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* line 774, dev/sass/modules/plan.scss */
.svg-card__img .svg-map a path {
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    fill: #74BB20;
}

/* line 781, dev/sass/modules/plan.scss */
.svg-card__img .svg-map a:hover path {
    opacity: 0.5;
}

/* line 788, dev/sass/modules/plan.scss */
.svg-card__img .svg-map a[data-busy='1'].show path {
    opacity: 0.5;
    fill: red;
}

/* line 793, dev/sass/modules/plan.scss */
.svg-card__img .svg-map a[data-busy='1'].show.active path {
    opacity: 0.8;
}

/* line 799, dev/sass/modules/plan.scss */
.svg-card__img .svg-map a.active path {
    opacity: 0.5;
}

/* line 807, dev/sass/modules/plan.scss */
.svg-card__img img {
    width: 100%;
}

/* line 813, dev/sass/modules/plan.scss */
.dl--input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

/* line 816, dev/sass/modules/plan.scss */
.dl--input::before {
    content: '';
    width: 1px;
    height: 60%;
    position: absolute;
    left: 50%;
    top: 20%;
    background-color: #74BB20;
    z-index: 2;
}

/* line 826, dev/sass/modules/plan.scss */
.dl--input input {
    width: 130px;
    font-size: 15px;
}

@media screen and (max-width: 1600px) {
    /* line 826, dev/sass/modules/plan.scss */
    .dl--input input {
        width: 85px;
    }
}

/* line 832, dev/sass/modules/plan.scss */
.dl--input input:first-child {
    border-right: 0;
}

/* line 835, dev/sass/modules/plan.scss */
.dl--input input:last-child {
    border-left: 0;
}

/* line 842, dev/sass/modules/plan.scss */
.plan-genplan__list--mob {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

@media screen and (max-width: 600px) {
    /* line 842, dev/sass/modules/plan.scss */
    .plan-genplan__list--mob {
        left: 0px;
        width: 100%;
    }
}

/* line 853, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__rooms, .plan-genplan__list--mob .plan-genplan__category {
    display: none;
}

/* line 858, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__category {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 150;
    background-color: #FAFAFA;
    padding-bottom: 20px;
    -webkit-box-shadow: 7px 12px 8px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 12px 8px 7px rgba(0, 0, 0, 0.15);
}

/* line 867, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__category .plan-genplan__category-mob {
    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;
}

/* line 871, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__category .plan-genplan__category-mob .name {
    color: #55555B;
    max-width: calc(100% - 30px);
}

/* line 877, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__category .plan-genplan__category-drop {
    display: block;
    position: relative;
    top: auto;
    overflow: auto;
    height: 310px;
    padding: 0;
    background-color: #FAFAFA;
    padding-right: 65px;
}

/* line 887, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__category .plan-genplan__category-item {
    padding: 25px;
    border-bottom: 1px solid #E0E0E0;
}

/* line 890, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__category .plan-genplan__category-item:hover {
    background-color: #fafafa;
}

/* line 893, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__category .plan-genplan__category-item .icon {
    fill: #55555B;
}

/* line 896, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__category .plan-genplan__category-item .name {
    font-weight: 500;
    font-size: 13px;
    line-height: 140.5%;
    text-transform: uppercase;
    color: #55555B;
}

/* line 903, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__category .plan-genplan__category-item .desc {
    font-size: 14px;
    line-height: 140.5%;
    color: #55555B;
}

/* line 911, dev/sass/modules/plan.scss */
.plan-genplan__category--mob,
.plan-genplan__rooms--mob {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

/* line 916, dev/sass/modules/plan.scss */
.plan-genplan__category--mob .img,
.plan-genplan__rooms--mob .img {
    width: 35px;
    height: 100%;
    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;
}

/* line 922, dev/sass/modules/plan.scss */
.plan-genplan__category--mob .img .icon,
.plan-genplan__rooms--mob .img .icon {
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 929, dev/sass/modules/plan.scss */
.plan-genplan__category--mob span,
.plan-genplan__rooms--mob span {
    font-size: 12px;
    line-height: 120.5%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: calc(100% - 35px);
    padding: 12px 5px;
}

/* line 939, dev/sass/modules/plan.scss */
.plan-genplan__category--mob {
    background-color: #55555B;
}

/* line 941, dev/sass/modules/plan.scss */
.plan-genplan__category--mob .img {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 943, dev/sass/modules/plan.scss */
.plan-genplan__category--mob .img .icon {
    fill: #74BB20;
}

/* line 948, dev/sass/modules/plan.scss */
.plan-genplan__rooms--mob {
    background-color: #74BB20;
    color: #fff;
}

/* line 951, dev/sass/modules/plan.scss */
.plan-genplan__rooms--mob .img {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 953, dev/sass/modules/plan.scss */
.plan-genplan__rooms--mob .img .icon {
    fill: #fff;
}

/* line 960, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__rooms {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 150;
    background-color: #FAFAFA;
    padding: 0;
    padding-bottom: 20px;
    z-index: 150;
    height: auto;
    -webkit-box-shadow: 7px 12px 8px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 12px 8px 7px rgba(0, 0, 0, 0.15);
}

/* line 972, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__rooms .plan-genplan__rooms-list {
    height: 310px;
    overflow: auto;
    padding: 0 65px 0 15px;
}

/* line 978, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__rooms .plan-genplan__category-mob {
    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;
}

/* line 982, dev/sass/modules/plan.scss */
.plan-genplan__list--mob .plan-genplan__rooms .plan-genplan__category-mob .name {
    color: #55555B;
    max-width: calc(100% - 30px);
}

/* line 989, dev/sass/modules/plan.scss */
.plan-genplan__category--mob {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 991, dev/sass/modules/plan.scss */
.plan-genplan__category--mob.open {
    background-color: #474751;
}

/* line 993, dev/sass/modules/plan.scss */
.plan-genplan__category--mob.open .icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* line 998, dev/sass/modules/plan.scss */
.plan-genplan__rooms--mob {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* line 1000, dev/sass/modules/plan.scss */
.plan-genplan__rooms--mob.open {
    background-color: #61A70E;
}

/* line 1002, dev/sass/modules/plan.scss */
.plan-genplan__rooms--mob.open .icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* line 1009, dev/sass/modules/plan.scss */
.plan-genplan__list--mob {
    display: none;
}

@media screen and (max-width: 990px) {
    /* line 1009, dev/sass/modules/plan.scss */
    .plan-genplan__list--mob {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/* line 1, dev/sass/modules/request-arenda.scss */
.request-arenda {
    margin-bottom: 50px;
}

/* line 6, dev/sass/modules/request-arenda.scss */
.request-arenda__zag {
    font-weight: bold;
    font-size: 28px;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom: 25px;
}

@media screen and (max-width: 600px) {
    /* line 6, dev/sass/modules/request-arenda.scss */
    .request-arenda__zag {
        font-size: 22px;
    }
}

/* line 16, dev/sass/modules/request-arenda.scss */
.request-arenda__head {
    background-color: #74BB20;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 35px 95px 35px 45px;
}

@media screen and (max-width: 1440px) {
    /* line 16, dev/sass/modules/request-arenda.scss */
    .request-arenda__head {
        padding: 35px 30px;
    }
}

@media screen and (max-width: 600px) {
    /* line 16, dev/sass/modules/request-arenda.scss */
    .request-arenda__head {
        padding: 20px 15px;
    }
}

/* line 28, dev/sass/modules/request-arenda.scss */
.request-arenda__head-content {
    width: calc(100% - 300px);
}

@media screen and (max-width: 600px) {
    /* line 28, dev/sass/modules/request-arenda.scss */
    .request-arenda__head-content {
        width: 100%;
    }
}

/* line 34, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
}

@media screen and (max-width: 600px) {
    /* line 34, dev/sass/modules/request-arenda.scss */
    .request-arenda__head-select {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* line 40, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox {
    width: auto;
    margin-right: 40px;
}

@media screen and (max-width: 600px) {
    /* line 40, dev/sass/modules/request-arenda.scss */
    .request-arenda__head-select .jq-selectbox {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* line 48, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox__select {
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 0 30px 5px 0;
}

/* line 52, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox__select-text {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    opacity: 1;
}

/* line 60, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox__dropdown {
    background-color: #74BB20;
    border: 1px solid rgba(255, 255, 255, 0.51);
    margin-top: 5px;
    padding: 0;
    width: auto;
}

/* line 66, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox__dropdown li {
    color: #fff;
    opacity: 1;
}

/* line 69, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox__dropdown li:hover {
    background-color: #8cdc2c;
}

/* line 72, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox__dropdown li.selected {
    background-color: #80ce24;
}

/* line 78, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox__trigger {
    width: 15px;
}

/* line 80, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox__trigger-arrow {
    top: 6px;
    right: 0;
    -webkit-background-size: 12px 12px;
    background-size: 12px;
    background-image: url(../img/svg/ar-down--w.svg);
}

/* line 88, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox.disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* line 91, dev/sass/modules/request-arenda.scss */
.request-arenda__head-select .jq-selectbox.disabled .jq-selectbox__select {
    background-color: transparent;
    border-color: #fff;
}

/* line 98, dev/sass/modules/request-arenda.scss */
.request-arenda__head-text {
    font-size: 16px;
    color: #FFFFFF;
    max-width: 815px;
}

@media screen and (max-width: 600px) {
    /* line 98, dev/sass/modules/request-arenda.scss */
    .request-arenda__head-text {
        font-size: 14px;
    }
}

/* line 106, dev/sass/modules/request-arenda.scss */
.request-arenda__head-count {
    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;
    width: 300px;
}

@media screen and (max-width: 600px) {
    /* line 106, dev/sass/modules/request-arenda.scss */
    .request-arenda__head-count {
        width: 100%;
        margin-top: 30px;
    }
}

/* line 115, dev/sass/modules/request-arenda.scss */
.request-arenda__head-count .step {
    width: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 110%;
    color: #FFFFFF;
}

/* line 125, dev/sass/modules/request-arenda.scss */
.request-arenda__head-count .line {
    width: calc(100% - 100px);
    height: 1px;
    background-color: #fff;
}

/* line 130, dev/sass/modules/request-arenda.scss */
.request-arenda__head-count .all-step {
    width: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 110%;
    color: #FFFFFF;
}

/* line 142, dev/sass/modules/request-arenda.scss */
.request-arenda__body {
    display: none;
    background-color: #55555B;
    padding: 55px 50px 80px;
}

@media screen and (max-width: 1440px) {
    /* line 142, dev/sass/modules/request-arenda.scss */
    .request-arenda__body {
        padding: 35px 30px 50px;
    }
}

@media screen and (max-width: 600px) {
    /* line 142, dev/sass/modules/request-arenda.scss */
    .request-arenda__body {
        padding: 20px 15px;
    }
}

/* line 152, dev/sass/modules/request-arenda.scss */
.request-arenda__body.first {
    display: block;
}

/* line 159, dev/sass/modules/request-arenda.scss */
.request-arenda__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 162, dev/sass/modules/request-arenda.scss */
.request-arenda__form-zag {
    width: 100%;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

/* line 169, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item {
    margin-right: 40px;
    width: calc(25% - 40px);
    margin-bottom: 45px;
}

@media screen and (max-width: 1440px) {
    /* line 169, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-item {
        width: calc(33.33% - 40px);
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 990px) {
    /* line 169, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-item {
        width: calc(50% - 40px);
    }
}

@media screen and (max-width: 600px) {
    /* line 169, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* line 185, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item .input--text {
    background-color: #fff;
    opacity: 1;
    font-size: 15px;
}

/* line 191, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item .jq-selectbox__select {
    background-color: #fff;
    font-size: 15px;
}

/* line 195, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item label {
    font-size: 16px;
    color: #FAFAFA;
    display: block;
    margin-bottom: 15px;
}

@media screen and (max-width: 1440px) {
    /* line 195, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-item label {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    /* line 195, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-item label {
        font-size: 14px;
    }
}

/* line 206, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item label span {
    color: #74BB20;
}

/* line 210, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item textarea {
    background-color: #FFFFFF;
    border: 1px solid #55555B;
    height: 107px;
    padding: 14px 17px;
    font-size: 15px;
    color: #828282;
    width: 100%;
    resize: none;
}

/* line 219, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item textarea.error, .request-arenda__form-item textarea .error-online {
    border-color: #EB5757;
}

/* line 222, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item textarea.success {
    border-color: #74BB20;
}

/* line 226, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item .dl--input {
    width: 100%;
}

/* line 228, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item .dl--input input {
    width: 50%;
}

/* line 233, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item__check label {
    cursor: pointer;
}

/* line 235, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item__check label .jq-checkbox {
    background-color: #fff;
}

/* line 237, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item__check label .jq-checkbox.checked {
    background-color: #74BB20;
}

/* line 241, dev/sass/modules/request-arenda.scss */
.request-arenda__form-item__check label span {
    font-size: 16px;
    color: #FAFAFA;
    margin-left: 25px;
}

@media screen and (max-width: 600px) {
    /* line 241, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-item__check label span {
        font-size: 14px;
    }
}

/* line 253, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--3 {
    width: 33.33%;
    padding: 0 38px;
    position: relative;
}

@media screen and (max-width: 1440px) {
    /* line 253, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--3 {
        width: 50%;
    }
}

@media screen and (max-width: 990px) {
    /* line 253, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--3 {
        width: 100%;
        padding: 0;
    }
}

/* line 264, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--3::before {
    content: '';
    width: 1px;
    height: 80%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.1;
}

/* line 274, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--3:first-child {
    padding-left: 0;
}

/* line 277, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--3:last-child {
    padding-right: 0;
}

/* line 279, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--3:last-child:before {
    content: none;
}

@media screen and (max-width: 1440px) {
    /* line 283, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--3:nth-child(odd) {
        padding-left: 0;
        padding-right: 38px;
    }
}

@media screen and (max-width: 990px) {
    /* line 283, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--3:nth-child(odd) {
        padding-right: 0;
    }
}

@media screen and (max-width: 1440px) {
    /* line 292, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--3:nth-child(odd):before {
        content: '';
    }
}

@media screen and (max-width: 990px) {
    /* line 292, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--3:nth-child(odd):before {
        content: none;
    }
}

@media screen and (max-width: 1440px) {
    /* line 301, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--3:nth-child(even) {
        padding-right: 0;
    }
    /* line 304, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--3:nth-child(even):before {
        content: none;
    }
}

/* line 309, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--3 .request-arenda__form-item {
    width: 100%;
}

/* line 313, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--4 {
    width: 25%;
    padding: 0 38px;
    position: relative;
}

@media screen and (max-width: 1440px) {
    /* line 313, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--4 {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    /* line 313, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--4 {
        padding: 0;
        width: 100%;
    }
    /* line 323, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--4:before {
        content: none !important;
    }
}

/* line 327, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--4::before {
    content: '';
    width: 1px;
    height: 80%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.1;
}

/* line 337, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--4:first-child {
    padding-left: 0;
}

/* line 340, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--4:last-child {
    padding-right: 0;
}

/* line 342, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--4:last-child:before {
    content: none;
}

@media screen and (max-width: 1440px) {
    /* line 346, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--4:nth-child(even) {
        padding-left: 0;
    }
}

@media screen and (max-width: 1440px) {
    /* line 353, dev/sass/modules/request-arenda.scss */
    .request-arenda__form-column.lenght--4:nth-child(odd):before {
        content: none;
    }
}

/* line 358, dev/sass/modules/request-arenda.scss */
.request-arenda__form-column.lenght--4 .request-arenda__form-item {
    width: 100%;
}

/* line 365, dev/sass/modules/request-arenda.scss */
.request-arenda__footer {
    padding: 20px 0px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 990px) {
    /* line 365, dev/sass/modules/request-arenda.scss */
    .request-arenda__footer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* line 372, dev/sass/modules/request-arenda.scss */
.request-arenda__footer .btn {
    margin-right: 15px;
}

@media screen and (max-width: 990px) {
    /* line 372, dev/sass/modules/request-arenda.scss */
    .request-arenda__footer .btn {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

/* line 378, dev/sass/modules/request-arenda.scss */
.request-arenda__footer .btn-img {
    text-transform: none;
    padding: 17px 27px;
}

/* line 382, dev/sass/modules/request-arenda.scss */
.request-arenda__footer .btn-img:hover .icon {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}

/* line 386, dev/sass/modules/request-arenda.scss */
.request-arenda__footer .btn-img .icon {
    margin-left: 15px;
    margin-right: 0;
    width: 13px;
    height: 10px;
}

/* line 393, dev/sass/modules/request-arenda.scss */
.request-arenda__footer-check {
    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;
    color: #fff;
    font-size: 14px;
}

/* line 398, dev/sass/modules/request-arenda.scss */
.request-arenda__footer-check label {
    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;
}

@media screen and (max-width: 990px) {
    /* line 393, dev/sass/modules/request-arenda.scss */
    .request-arenda__footer-check {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
        width: 100%;
    }
}

/* line 407, dev/sass/modules/request-arenda.scss */
.request-arenda__footer-check span {
    margin-left: 10px;
    width: calc(100% - 30px);
}

@media screen and (max-width: 600px) {
    /* line 416, dev/sass/modules/request-arenda.scss */
    #select-form-wrap {
        width: 100%;
    }
}

/* line 1, dev/sass/modules/list-worker.scss */
.list-worker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 130px;
}

@media screen and (max-width: 600px) {
    /* line 1, dev/sass/modules/list-worker.scss */
    .list-worker {
        width: 100%;
        min-width: 100%;
    }
}

/* line 12, dev/sass/modules/list-worker.scss */
.list-worker__zag {
    padding-bottom: 50px;
    width: 100%;
}

/* line 15, dev/sass/modules/list-worker.scss */
.list-worker__zag h3, .list-worker__zag .h3 {
    font-size: 18px;
    line-height: 138%;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 15px;
}

/* line 23, dev/sass/modules/list-worker.scss */
.list-worker__zag p {
    max-width: 1000px;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #55555B;
    margin: 0 auto;
    opacity: 0.8;
}

/* line 33, dev/sass/modules/list-worker.scss */
.list-worker__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 38, dev/sass/modules/list-worker.scss */
.worker-item {
    width: 33.33%;
    padding: 22px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    min-height: 210px;
}

@media screen and (max-width: 1600px) {
    /* line 38, dev/sass/modules/list-worker.scss */
    .worker-item {
        width: 50%;
    }
}

@media screen and (max-width: 990px) {
    /* line 38, dev/sass/modules/list-worker.scss */
    .worker-item {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    /* line 38, dev/sass/modules/list-worker.scss */
    .worker-item {
        padding: 15px;
    }
}

/* line 54, dev/sass/modules/list-worker.scss */
.worker-item::before, .worker-item::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #74BB20;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

/* line 64, dev/sass/modules/list-worker.scss */
.worker-item::after {
    top: auto;
    bottom: 0;
}

/* line 68, dev/sass/modules/list-worker.scss */
.worker-item:nth-child(even) {
    background-color: #FAFAFA;
}

@media screen and (max-width: 1440px) {
    /* line 68, dev/sass/modules/list-worker.scss */
    .worker-item:nth-child(even) {
        background-color: initial;
    }
}

@media screen and (max-width: 800px) {
    /* line 68, dev/sass/modules/list-worker.scss */
    .worker-item:nth-child(even) {
        background-color: #FAFAFA !important;
    }
}

@media screen and (max-width: 1440px) {
    /* line 77, dev/sass/modules/list-worker.scss */
    .worker-item:nth-child(4n+2) {
        background-color: #FAFAFA;
    }
}

@media screen and (max-width: 800px) {
    /* line 77, dev/sass/modules/list-worker.scss */
    .worker-item:nth-child(4n+2) {
        background-color: initial;
    }
}

@media screen and (max-width: 1440px) {
    /* line 86, dev/sass/modules/list-worker.scss */
    .worker-item:nth-child(4n+3) {
        background-color: #FAFAFA;
    }
}

@media screen and (max-width: 800px) {
    /* line 86, dev/sass/modules/list-worker.scss */
    .worker-item:nth-child(4n+3) {
        background-color: initial;
    }
}

/* line 95, dev/sass/modules/list-worker.scss */
.worker-item:hover .worker-item__img {
    padding: 0;
}

@media screen and (max-width: 600px) {
    /* line 97, dev/sass/modules/list-worker.scss */
    .worker-item:hover .worker-item__img .img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

/* line 103, dev/sass/modules/list-worker.scss */
.worker-item:hover .link-transform {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

/* line 107, dev/sass/modules/list-worker.scss */
.worker-item:hover:before, .worker-item:hover:after {
    width: 100%;
}

/* line 111, dev/sass/modules/list-worker.scss */
.worker-item__img {
    overflow: hidden;
    width: 175px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 22px 0 22px 35px;
    height: 100%;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

@media screen and (max-width: 600px) {
    /* line 111, dev/sass/modules/list-worker.scss */
    .worker-item__img {
        width: 100%;
        position: relative;
        height: auto;
        padding: 0;
        margin-bottom: 15px;
    }
}

/* line 127, dev/sass/modules/list-worker.scss */
.worker-item__img .img {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

@media screen and (max-width: 600px) {
    /* line 127, dev/sass/modules/list-worker.scss */
    .worker-item__img .img {
        padding-bottom: 125%;
    }
}

/* line 139, dev/sass/modules/list-worker.scss */
.worker-item__text {
    width: 100%;
    padding-left: 175px;
    position: relative;
    padding-bottom: 50px;
}

@media screen and (max-width: 600px) {
    /* line 139, dev/sass/modules/list-worker.scss */
    .worker-item__text {
        padding-bottom: 0;
    }
}

/* line 147, dev/sass/modules/list-worker.scss */
.worker-item__text .link-transform {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    left: 175px;
    bottom: 0;
    white-space: nowrap;
    opacity: 0;
}

@media screen and (max-width: 990px) {
    /* line 147, dev/sass/modules/list-worker.scss */
    .worker-item__text .link-transform {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@media screen and (max-width: 600px) {
    /* line 147, dev/sass/modules/list-worker.scss */
    .worker-item__text .link-transform {
        padding: 10px 15px;
        position: relative;
        left: auto;
        margin-top: 30px;
    }
}

@media screen and (max-width: 600px) {
    /* line 139, dev/sass/modules/list-worker.scss */
    .worker-item__text {
        padding-left: 0;
    }
}

/* line 173, dev/sass/modules/list-worker.scss */
.worker-item__name {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #4D4D4F;
    margin-bottom: 20px;
}

/* line 182, dev/sass/modules/list-worker.scss */
.worker-item__position {
    font-size: 15px;
    color: #828282;
    line-height: 125%;
}

/* line 189, dev/sass/modules/list-worker.scss */
.worker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
    /* line 189, dev/sass/modules/list-worker.scss */
    .worker {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* line 195, dev/sass/modules/list-worker.scss */
.worker__img {
    width: 36%;
}

@media screen and (max-width: 600px) {
    /* line 195, dev/sass/modules/list-worker.scss */
    .worker__img {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* line 201, dev/sass/modules/list-worker.scss */
.worker__img img {
    margin: 0;
    width: 100%;
}

/* line 206, dev/sass/modules/list-worker.scss */
.worker__text {
    padding-left: 40px;
    width: 64%;
}

@media screen and (max-width: 600px) {
    /* line 206, dev/sass/modules/list-worker.scss */
    .worker__text {
        width: 100%;
        padding-left: 0;
    }
}

/* line 213, dev/sass/modules/list-worker.scss */
.worker__text .name {
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    color: #4D4D4F;
    margin-bottom: 15px;
}

/* line 220, dev/sass/modules/list-worker.scss */
.worker__text .position {
    font-size: 16px;
    color: #828282;
    border-bottom: 1px solid #74BB20;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width: 990px) {
    /* line 220, dev/sass/modules/list-worker.scss */
    .worker__text .position {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

/* line 1, dev/sass/modules/history.scss */
.history-list {
    padding-left: 60px;
    position: relative;
}

/* line 4, dev/sass/modules/history.scss */
.history-list::before {
    content: '';
    width: 1px;
    height: calc(100% - 300px);
    position: absolute;
    left: 15px;
    top: 75px;
    background-color: #74BB20;
}

/* line 13, dev/sass/modules/history.scss */
.history-list__item {
    margin-bottom: 35px;
    position: relative;
}

@media screen and (max-width: 600px) {
    /* line 13, dev/sass/modules/history.scss */
    .history-list__item {
        margin-bottom: 20px;
    }
}

/* line 20, dev/sass/modules/history.scss */
.history-list__item:hover:before {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

/* line 25, dev/sass/modules/history.scss */
.history-list__item:last-child:after {
    content: '';
    width: 6px;
    background-color: #fff;
    position: absolute;
    left: -47px;
    height: calc(100% - 83px);
    bottom: 0;
}

/* line 35, dev/sass/modules/history.scss */
.history-list__item::before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #74BB20;
    position: absolute;
    top: 67px;
    left: -52.5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 10;
}

/* line 47, dev/sass/modules/history.scss */
.history-list__item-date {
    font-weight: bold;
    font-size: 96px;
    text-transform: uppercase;
    color: #F2F2F2;
    line-height: 1.5;
}

@media screen and (max-width: 600px) {
    /* line 47, dev/sass/modules/history.scss */
    .history-list__item-date {
        font-size: 50px;
    }
}

/* line 57, dev/sass/modules/history.scss */
.history-list__item-name {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #4D4D4F;
    margin-bottom: 35px;
    line-height: 1.4;
}

@media screen and (max-width: 600px) {
    /* line 57, dev/sass/modules/history.scss */
    .history-list__item-name {
        margin-bottom: 15px;
    }
}

/* line 68, dev/sass/modules/history.scss */
.history-list__item-p {
    font-weight: 300;
    font-size: 15px;
    color: #4D4D4F;
    line-height: 1.4;
}

.bx-text h3{
    color: white;
}
