@charset "utf-8";

/* Fonts */
@font-face {
    font-family: "Okta Neue Normal";
    src: url("../fonts/");
    src: local("../fonts/Okta Neue Normal"), local("OktaNeue-Normal"),
        url("../fonts/?#iefix") format("embedded-opentype"), url("../fonts/OktaNeue-Normal.woff2") format("woff2"),
        url("../fonts/OktaNeue-Normal.woff") format("woff"), url("../fonts/OktaNeue-Normal.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Okta Neue";
    src: url("../fonts/OktaNeue-Heavy.eot");
    src: local("../fonts/Okta Neue Heavy"), local("OktaNeue-Heavy"),
        url("../fonts/OktaNeue-Heavy.eot?#iefix") format("embedded-opentype"),
        url("../fonts/OktaNeue-Heavy.woff2") format("woff2"), url("../fonts/OktaNeue-Heavy.woff") format("woff"),
        url("../fonts/OktaNeue-Heavy.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Okta Neue";
    src: url("../fonts/OktaNeue-Black.eot");
    src: local("../fonts/Okta Neue Black"), local("../fonts/OktaNeue-Black"),
        url("../fonts/OktaNeue-Black.eot?#iefix") format("embedded-opentype"),
        url("../fonts/OktaNeue-Black.woff2") format("woff2"), url("../fonts/OktaNeue-Black.woff") format("woff"),
        url("../fonts/OktaNeue-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Okta Neue";
    src: url("../fonts/OktaNeue-Bold.eot");
    src: local("../fonts/Okta Neue Bold"), local("OktaNeue-Bold"),
        url("../fonts/OktaNeue-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/OktaNeue-Bold.woff2") format("woff2"), url("../fonts/OktaNeue-Bold.woff") format("woff"),
        url("../fonts/OktaNeue-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Okta Neue";
    src: url("../fonts/OktaNeue-Medium.eot");
    src: local("../fonts/Okta Neue Medium"), local("../fonts/OktaNeue-Medium"),
        url("../fonts/OktaNeue-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/OktaNeue-Medium.woff2") format("woff2"), url("../fonts/OktaNeue-Medium.woff") format("woff"),
        url("../fonts/OktaNeue-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Berlingske Serif";
    src: url("../fonts/BerlingskeSerif-Bold.eot");
    src: local("../fonts/Berlingske Serif Bold"), local("../fonts/BerlingskeSerif-Bold"),
        url("../fonts/BerlingskeSerif-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/BerlingskeSerif-Bold.woff2") format("woff2"),
        url("../fonts/BerlingskeSerif-Bold.woff") format("woff"),
        url("../fonts/BerlingskeSerif-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Berlingske Serif */
@font-face {
    font-family: "Berlingske Serif";
    src: url("../fonts/BerlingskeSerif-Regular.eot");
    src: local("../fonts/Berlingske Serif Regular"), local("../fonts/BerlingskeSerif-Regular"),
        url("../fonts/BerlingskeSerif-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/BerlingskeSerif-Regular.woff2") format("woff2"),
        url("../fonts/BerlingskeSerif-Regular.woff") format("woff"),
        url("../fonts/BerlingskeSerif-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Body main */
html {
    height: 100%;
    overflow-y: scroll !important;
}
body {
    min-height: 100%;
}
body {
    min-width: 320px;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "Okta Neue";
    color: #021122;
    background: #fbfbfb;
}
@media all and (max-width: 1170px) {
    body {
        font-size: 16px;
    }
}
@media all and (max-width: 472px) {
    body {
        font-size: 14px;
    }
}

a img {
    border: 0;
}

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

* {
    min-width: 0;
    min-height: 0;
    text-decoration-skip-ink: none;
}
*:focus {
    outline: 2px solid #000;
    outline: -webkit-focus-ring-color auto 1px !important;
}

.focus-disabled *,
.focus-disabled *:focus {
    outline: none !important;
}

.load--preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

a:link,
a:active,
a:visited {
    color: #2fbc22;
    text-decoration: none;
    text-decoration-skip-ink: none;
}
a:active {
    color: #28ac1d;
}
a:hover {
    color: #48c828;
}

a.link-gradient {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #fe6e34;
    background: -webkit-linear-gradient(-45deg, rgba(254, 194, 4, 1) 0%, rgba(254, 62, 30, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: border-bottom-color 0.3s ease;
}
a.link-gradient:hover {
    border-bottom-color: transparent;
}

a.link-hover_gradient {
    position: relative;
    z-index: 10;
}
a.link-hover_gradient:hover {
    background: -webkit-linear-gradient(-45deg, rgba(254, 194, 4, 1) 0%, rgba(254, 62, 30, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.link-hover_show {
    color: inherit;
    text-decoration: none;
}
a.link-hover_show:hover {
    color: #efff6c;
}

a.link-underline {
    text-decoration: underline;
}

a.link-underline:hover {
    text-decoration: none;
}

a.link-faq {
    min-height: 26px;
    padding: 1px 0 0 28px;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    flex-wrap: nowrap;
    font-weight: 800;
    font-size: 13px;
    color: #2fbc22;
    text-decoration: none;
}
.link-faq::before {
    width: 24px;
    height: 24px;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    background: no-repeat 0 0 url(../img/icons/btn-faq.svg);
    background-size: 100% 100%;
}
.link-faq > span {
    border-bottom: 1px dashed #2fbc22;
    line-height: 1.1;
    transition: border-bottom-color 0.3s ease;
}
a.link-faq:hover > span {
    border-bottom-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    display: block;
    margin: 16px 0;
    padding: 0;
    font: 800 20px/1.52 "Gilroy", "Arial", "Helvetica", "sans-serif";
    color: inherit;
}

h1,
.h1 {
    font-weight: 900;
    font-size: 40px;
}
h2,
.h2 {
    font-weight: bold;
    font-size: 30px;
}
h3,
.h3 {
    font-weight: bold;
    font-size: 24px;
}
h4,
.h4 {
    font-weight: bold;
    font-size: 22px;
}
h5,
.h5 {
    font-weight: 800;
    font-size: 18px;
}
h6,
.h6 {
    font-size: 17px;
}

@media all and (max-width: 990px) {
    h1,
    .h1 {
        font-size: 32px;
    }
    h2,
    .h2 {
        font-size: 26px;
    }
    h3,
    .h3 {
        font-size: 22px;
    }
    h4,
    .h4 {
        font-size: 18px;
    }
    h5,
    .h5 {
        font-size: 17px;
    }
    h6,
    .h6 {
        font-size: 12px;
    }
}
@media all and (max-width: 772px) {
    h1,
    .h1 {
        font-size: 30px;
    }
    h2,
    .h2 {
        font-size: 25px;
    }
    h3,
    .h3 {
        font-size: 21px;
    }
    h4,
    .h4 {
        font-size: 17px;
    }
    h5,
    .h5 {
        font-size: 16px;
    }
    h6,
    .h6 {
        font-size: 11px;
    }
}
@media all and (max-width: 572px) {
    h1,
    .h1 {
        font-size: 26px;
    }
    h2,
    .h2 {
        font-size: 22px;
    }
    h3,
    .h3 {
        font-size: 19px;
    }
    h4,
    .h4 {
        font-size: 16px;
    }
    h5,
    .h5 {
        font-size: 15px;
    }
    h6,
    .h6 {
        font-size: 10px;
    }
}

b {
    font-weight: 900;
}

hr {
    height: 0;
    padding: 0;
    margin: 50px 0;
    border: 1px solid #e3e8ea;
}

.list-reset,
.list-reset > li,
.list-reset > ul,
.list-reset > ol,
.list-reset > dt,
.list-reset > dd {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    background: 0;
}

form {
    display: block;
    padding: 0;
    margin: 0;
}
input,
textarea,
select,
button {
    font: normal 14px/1.2 "Gilroy", "Arial", "Helvetica", "sans-serif";
    color: #111;
    vertical-align: baseline;
}
label {
    vertical-align: baseline;
}

label,
input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    overflow: auto;
    resize: vertical;
}

/*! Plugin :: Fancybox -- */
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image:before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: none;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
.fancybox-caption {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.85) 0,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.15) 65%,
        rgba(0, 0, 0, 0.075) 75.5%,
        rgba(0, 0, 0, 0.037) 82.85%,
        rgba(0, 0, 0, 0.019) 88%,
        transparent
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom))
            max(44px, env(safe-area-inset-left));
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@keyframes a {
    to {
        transform: rotate(1turn);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}
@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/*! Plugin :: Ion.RangeSlider, 2.3.1 -- */
.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif;
}
.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}
.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}
.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}
.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1;
}
.irs-handle.type_last {
    z-index: 2;
}
.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default;
}
.irs-min {
    left: 0;
}
.irs-max {
    right: 0;
}
.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}
.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}
.irs-grid-pol.small {
    height: 4px;
}
.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}
.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}
.irs-disabled {
    opacity: 0.4;
}
.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}
.irs--flat {
    height: 40px;
}
.irs--flat.irs-with-grid {
    height: 60px;
}
.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: #e1e4e9;
    border-radius: 4px;
}
.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #ed5565;
}
.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9;
}
.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
    background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    color: white;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ed5565;
    border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
    background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
    color: #999;
}
.irs--big {
    height: 55px;
}
.irs--big.irs-with-grid {
    height: 70px;
}
.irs--big .irs-line {
    top: 33px;
    height: 12px;
    background-color: white;
    background: linear-gradient(to bottom, #ddd -50%, white 150%);
    border: 1px solid #ccc;
    border-radius: 12px;
}
.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #92bce0;
    border: 1px solid #428bca;
    background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #cbcfd5;
    background: linear-gradient(to bottom, white 0%, #b4b9be 30%, white 100%);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
    border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    border-color: rgba(0, 0, 0, 0.45);
    background-color: #939ba7;
    background: linear-gradient(to bottom, white 0%, #919ba5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
    top: 0;
    padding: 1px 5px;
    color: white;
    text-shadow: none;
    background-color: #9f9f9f;
    border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
    color: white;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    border-radius: 3px;
}
.irs--big .irs-grid-pol {
    background-color: #428bca;
}
.irs--big .irs-grid-text {
    color: #428bca;
}
.irs--modern {
    height: 55px;
}
.irs--modern.irs-with-grid {
    height: 55px;
}
.irs--modern .irs-line {
    top: 25px;
    height: 5px;
    background-color: #d1d6e0;
    background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
    border: 1px solid #a3adc1;
    border-bottom-width: 0;
    border-radius: 5px;
}
.irs--modern .irs-bar {
    top: 25px;
    height: 5px;
    background: #20b426;
    background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
    border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
    top: 37px;
    width: 12px;
    height: 13px;
    border: 1px solid #a3adc1;
    border-top-width: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
    position: absolute;
    display: block;
    top: -4px;
    left: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #a3adc1;
    background: white;
    transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 10px;
    height: 12px;
    background: #e9e6e6;
    background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
    border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 5px;
    border-left: 1px solid #a3adc1;
    border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
    border-color: #7685a2;
    background: #c3c7cd;
    background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
    border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
    border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
    top: 0;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    color: white;
    background-color: #d1d6e0;
    border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #20b426;
    color: white;
    border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426;
}
.irs--modern .irs-grid {
    height: 25px;
}
.irs--modern .irs-grid-pol {
    background-color: #dedede;
}
.irs--modern .irs-grid-text {
    color: silver;
    font-size: 13px;
}
.irs--sharp {
    height: 50px;
    font-size: 12px;
    line-height: 1;
}
.irs--sharp.irs-with-grid {
    height: 57px;
}
.irs--sharp .irs-line {
    top: 30px;
    height: 2px;
    background-color: black;
    border-radius: 2px;
}
.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
    border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
    background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
    border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
    color: white;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 4px;
    opacity: 0.4;
    background-color: #a804b2;
    border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 4px;
    background-color: #a804b2;
    color: white;
    border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
    height: 25px;
}
.irs--sharp .irs-grid-pol {
    background-color: #dedede;
}
.irs--sharp .irs-grid-text {
    color: silver;
    font-size: 13px;
}
.irs--round {
    height: 50px;
}
.irs--round.irs-with-grid {
    height: 65px;
}
.irs--round .irs-line {
    top: 36px;
    height: 4px;
    background-color: #dee4ec;
    border-radius: 4px;
}
.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #006cfa;
}
.irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #006cfa;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #006cfa;
    color: white;
    border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #006cfa;
}
.irs--round .irs-grid {
    height: 25px;
}
.irs--round .irs-grid-pol {
    background-color: #dedede;
}
.irs--round .irs-grid-text {
    color: silver;
    font-size: 13px;
}
.irs--square {
    height: 50px;
}
.irs--square.irs-with-grid {
    height: 60px;
}
.irs--square .irs-line {
    top: 31px;
    height: 4px;
    background-color: #dedede;
}
.irs--square .irs-bar {
    top: 31px;
    height: 4px;
    background-color: black;
}
.irs--square .irs-shadow {
    height: 2px;
    bottom: 21px;
    background-color: #dedede;
}
.irs--square .irs-handle {
    top: 25px;
    width: 16px;
    height: 16px;
    border: 3px solid black;
    background-color: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
    background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: black;
    color: white;
}
.irs--square .irs-grid {
    height: 25px;
}
.irs--square .irs-grid-pol {
    background-color: #dedede;
}
.irs--square .irs-grid-text {
    color: silver;
    font-size: 11px;
}

.irs.irs--flat {
    height: 25px;
}
.irs.irs--flat .irs-bar {
    height: 5px;
    top: 10px;
    background: #2fbc22;
}
.irs.irs--flat .irs-line {
    height: 5px;
    top: 10px;
    background: #e0e7ea;
}
.irs.irs--flat .irs-handle {
    width: 25px;
    height: 25px;
    top: 0;
    background: #fff;
    box-shadow: inset 0 0 0 10px #2fbc22;
    border-radius: 50%;
    cursor: pointer;
}
.irs.irs--flat .irs-handle:hover {
    box-shadow: inset 0 0 0 10px #2fbc22;
}
.irs.irs--flat .irs-handle i {
    display: none;
}

/*! PLUGIN :: nanoScrollerJS - v0.8.7 */
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scroll-element {
    display: none;
}
.scroll-element,
.scroll-element div {
    box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
    cursor: default;
}
.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: 0;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-bar,
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #bfc8d6;
}
.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #5374ff;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #4867ec;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #5374ff;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}

/*! Flickity v2.3.0 */
.flickity-enabled {
    position: relative;
}
.flickity-enabled:focus {
    outline: 0;
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
}
.flickity-button:hover {
    background: #fff;
    cursor: pointer;
}
.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
    opacity: 0.6;
}
.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none;
}
.flickity-button-icon {
    fill: currentColor;
}
.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
    left: 10px;
}
.flickity-prev-next-button.next {
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.flickity-rtl .flickity-page-dots {
    direction: rtl;
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.flickity-page-dots .dot {
    width: 6px;
    height: 6px;
    margin: 0 20px;
    position: relative;
    background: #adb2b9;
}
.flickity-page-dots .dot::after {
    width: auto;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;
}
.flickity-page-dots .dot.is-selected {
    background: #2fbc22;
}

/* PLUGIN :: Loader */
[data-loader-frame] {
    position: relative;
}
[data-loader-frame]:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.39);
    z-index: 100;
}
.spinner-circle {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.lds-ripple {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #111;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

/* Inputs */
.btn-reset {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    border: 0;
    background: 0;
    box-shadow: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.input__place {
    width: 100%;
    height: 53px;
    padding: 6px 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    color: #111;
    text-align: left;
    outline: none;
    background: #f9fbff;
    border-radius: 6px;
    border: 1px solid #eaf4ff;
    box-shadow: none;
    transition: background-color 0.1s linear;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea.input__place {
    min-height: 50px;
    height: auto;
    border-radius: 34px;
}
.input__place.radius--min {
    border-radius: 12px;
}

button.input__place {
    color: #a9aeb2;
}
button.input__place[data-setvalue="true"] {
    color: #111;
}
button.input__place::after {
    width: 13px;
    height: 8px;
    content: " ";
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/icons/select-arrw_down.svg);
    background-size: 100% 100%;
    transition: transform 0.3s ease;
}
button.input__place.drops--open::after {
    transform: translateY(-50%) rotate(180deg);
}

.input__place::-webkit-input-placeholder {
    color: #a9aeb2;
    -webkit-transition: color 0.1s linear;
}
.input__place:focus::-webkit-input-placeholder {
    color: transparent;
}
.input__place:-moz-placeholder {
    color: #a9aeb2;
    -moz-transition: color 0.1s linear;
}
.input__place:focus:-moz-placeholder {
    color: transparent;
}
.input__place::-moz-placeholder {
    color: #a9aeb2;
    -moz-transition: color 0.1s linear;
}
.input__place:focus::-moz-placeholder {
    color: transparent;
}
.input__place:-ms-input-placeholder {
    color: #a9aeb2;
}
.input__place:focus:-ms-input-placeholder {
    color: transparent;
}

.input__place:hover,
.input__place:focus {
    background-color: #eff7ff;
}

.input__place.input--error,
.input__place.error {
    border-color: #f8978f;
    background-color: #fff9f9;
}
.input--error__text {
    order: -1;
    display: none;
    font-size: 12px;
    line-height: 1.3;
    color: #eb5757;
}
.input__place.input--error + .input--error__text {
    display: block;
}
.form__field label.error {
    order: -1;
    font-size: 12px;
    line-height: 1.3;
    color: #eb5757;
}

.input__place.place--small::-webkit-input-placeholder {
    color: #a9aeb2;
    -webkit-transition: color 0.1s linear;
}
.input__place.place--small:focus::-webkit-input-placeholder {
    color: transparent;
}
.input__place.place--small:-moz-placeholder {
    color: #a9aeb2;
    -moz-transition: color 0.1s linear;
}
.input__place.place--small:focus:-moz-placeholder {
    color: transparent;
}
.input__place.place--small::-moz-placeholder {
    color: #a9aeb2;
    -moz-transition: color 0.1s linear;
}
.input__place.place--small:focus::-moz-placeholder {
    color: transparent;
}
.input__place.place--small:-ms-input-placeholder {
    color: #a9aeb2;
}

.input__place.place--small:focus:-ms-input-placeholder {
    color: transparent;
}

a.button {
    color: #fff;
    text-decoration: none;
}

.button {
    height: 50px;
    padding: 2px 20px 2px;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    font-weight: 800;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-overflow: ellipsis;
    background: #2fbc22;
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;

    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.button:hover {
    background: #48c828;
    box-shadow: 0 15px 30px rgba(72, 200, 40, 0.5);
}

.button:active {
    background: #28ac1d;
}

.button-link {
    height: 60px;
    background: #eff8ee;

    font-style: normal;
    font-weight: 900;
    font-size: 10px;
    line-height: 180%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0fb900;
    transition: background-color 0.3s ease;
}

.button-link:hover {
    background: #e7f3e6;
    box-shadow: none;
}

a.button-light {
     color: #0f0e3c;
}
.button-light {
    color: #0f0e3c;
    background: #ffed57;
}
.button-light:hover {
    background: #e0f3df;
    box-shadow: none;
}
.button-light:active {
    background: #d7edd5;
}

a.button-grey {
    color: #646c78;
}
.button-grey {
    color: #646c78;
    background: #e2e6eb;
}
.button-grey:hover {
    background: #d6dde8;
    box-shadow: none;
}
.button-grey:active {
    background: #c7cdd5;
}

.button-white__border {
    height: 60px;
    background-color: #fff;
    border: 1px solid #e1ece0;

    font-style: normal;
    font-weight: 900;
    font-size: 10px;
    line-height: 180%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0fb900;
}

.button-white__border:hover {
    background-color: #0fb900;
    box-shadow: none;
    color: #fff;
}

.button-green {
    background: #2fed6b;
}
.button-green:hover {
    background: #2ed061;
}
.button-green:active {
    background: #2fed6be9;
}

.button[disabled],
.button.disabled {
    background: #cfcfcf;
    cursor: default;
}

/* Styling checkbox */
.input__check {
    flex: none;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
}
.input__check input {
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 0;
    margin: 0;
    background: 0;
    opacity: 0;
    z-index: 10;
}
.input__check-icon {
    width: 16px;
    height: 16px;
    line-height: 1.34;
    content: " ";
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    text-align: center;
    z-index: 3;
    box-shadow: inset 0 0 0 1px #2f86e9;
    border-radius: 4px;
}
.input__check-icon:before {
    width: auto;
    height: auto;
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    background: no-repeat center center url("../img/icons/checked.svg");
    background-size: 100% 100%;
    transform: scale(1.8, 1.8);
    transition: all 0.3s ease;
}
.input__check input[disabled] + .input__check-icon {
    opacity: 0.34;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    -moz-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.input__check input[type="radio"] + .input__check-icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.input__check::after {
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
}
.input__check input:focus + .input__check-icon {
    box-shadow: inset 0 0 0 1px #2f86e9, 0 0 0 1px #2f86e9;
}
.input__check input:checked + .input__check-icon:before {
    opacity: 1;
    transform: scale(1, 1);
}
.input__input-box {
    display: inline-flex;
    align-items: flex-start;
    vertical-align: top;
}
.input__input-box .input__check {
    margin: 0 11px 0 0;
}
.input__input-box .input__check-icon {
    flex: none;
    vertical-align: middle;
}
.input__input-text {
    flex: 1 0;
    vertical-align: middle;
    font-size: 11px;
    line-height: 1.5;
    color: #a9aeb2;
}
.input__input-text.txt-large {
    font-size: 14px;
    line-height: 1.22;
}

@media all and (max-width: 572px) {
    .input__input-box .input__check {
        margin: 0 10px 0 0;
    }
}

.checkbox__button {
    position: relative;
}
.checkbox__button input {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    border: 0;
    margin: 0;
    opacity: 0;
    background: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.checkbox__button-label {
    height: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 0;
    font-weight: 800;
    font-size: 14px;
    color: #646c78;
    background: #f0f1f3;
    border-radius: 12px;
    transition: background-color 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.checkbox__button-label sup {
    position: relative;
    top: -3px;
}
.checkbox__button input:checked + .checkbox__button-label,
.checkbox__button-label.current {
    color: #fff;
    background: #2fbc22;
}

@media all and (max-width: 772px) {
    .checkbox__button-label {
        height: 30px;
        padding: 0 15px;
        font-size: 12px;
    }
}

/* Form fields */
.form__field {
    display: flex;
    flex-direction: column;
}
.form__field + .form__field {
    margin-top: 25px;
}
.form__field-label {
    flex: none;
    margin: 0 0 7px 0;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #fff;
}
.form__field-content {
    flex: 1 0;
    display: flex;
    flex-direction: column;
    position: relative;
}
.form__field-content .input__place {
    width: 100%;
    height: 60px;
    padding: 0 0 0 65px;
    border: 0;
    margin: 0;
    background: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
}
.form__field-content select.input__place {
    background-repeat: no-repeat;
    background-position: calc(100% - 26px) center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAQCAYAAAAI0W+oAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADlSURBVDhPY/z//z8DPQATlKY5oJ9FjYmMAlA2yaAxnVEEyiQMbHWZnheEsSaB4ooUDNID0otNDhtmsjP8Z3L8yp/OwnC2JKjdBAFILUgPSC9UiDAA2VYdxyBtrsX4mhifgdSA1IL0YJPHheEMkEYLApaB5EBqSLUEhFE4VTEMkpY6jK+wWQYSA8mB1KDLEYMxBLBZRqklIIy1ZKiOZZQ8cIHxopkWSwWIf+ranw4Hg//6rYv/PwcrIAeg2wzDVSkM4lY6jC9BGMTGpoYUjLesC3Nk5AHRq/b//wIWoACMFqpkAgYGAO75wWbnastbAAAAAElFTkSuQmCC");
}
.form__field-content .input__place:focus {
    border-bottom-color: #ffe452;
    color: #ffe452;
}
.form__field-content .input__place::-webkit-input-placeholder {
    color: #fff;
    -webkit-transition: color 0.1s linear;
}
.form__field-content .input__place:focus::-webkit-input-placeholder {
    color: transparent;
}
.form__field-content .input__place:-moz-placeholder {
    color: #fff;
    -moz-transition: color 0.1s linear;
}
.form__field-content .input__place:focus:-moz-placeholder {
    color: transparent;
}
.form__field-content .input__place::-moz-placeholder {
    color: #fff;
    -moz-transition: color 0.1s linear;
}
.form__field-content .input__place:focus::-moz-placeholder {
    color: transparent;
}
.form__field-content .input__place:-ms-input-placeholder {
    color: #fff;
}
.form__field-content .input__place:focus:-ms-input-placeholder {
    color: transparent;
}

.form__field--style .form__field-label {
    color: #646c78;
}
.form__field--style .form__field-content .input__place {
    border-bottom-color: #d7dbe1;
    color: #021122;
}
.form__field--style .form__field-content .form__field-icon {
    color: #d7dbe1;
}
.form__field--style .form__field-content .input__place:focus {
    border-bottom-color: #2fbc22;
    color: #2fbc22;
}
.form__field--style .form__field-content .input__place:focus + .form__field-icon {
    color: #2fbc22;
}

.form__field--style .form__field-content .input__place::-webkit-input-placeholder {
    color: #d7dbe1;
    -webkit-transition: color 0.1s linear;
}
.form__field--style .form__field-content .input__place:focus::-webkit-input-placeholder {
    color: transparent;
}
.form__field--style .form__field-content .input__place:-moz-placeholder {
    color: #d7dbe1;
    -moz-transition: color 0.1s linear;
}
.form__field--style .form__field-content .input__place:focus:-moz-placeholder {
    color: transparent;
}
.form__field--style .form__field-content .input__place::-moz-placeholder {
    color: #d7dbe1;
    -moz-transition: color 0.1s linear;
}
.form__field--style .form__field-content .input__place:focus::-moz-placeholder {
    color: transparent;
}
.form__field--style .form__field-content .input__place:-ms-input-placeholder {
    color: #d7dbe1;
}
.form__field--style .form__field-content .input__place:focus:-ms-input-placeholder {
    color: transparent;
}

.b-questation__right .wpcf7-response-output {
    display: none !important;
}

.form__field-content .form__field-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0 0 0 26px;
    transform: translateY(-50%);
    transition: color 0.3s ease;
    pointer-events: none;
}
.form__field-place.on--focus .form__field-icon {
    color: #ffe452;
}
.form__field-place__error {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 26px;
    top: 50%;
    margin: -12px 0 0 0;
    background: no-repeat 0 0 url(../img/icons/form-input_error.svg);
    background-size: 100% 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.form__field-place.place--valid-error .input__place {
    color: #ff4666;
    border-bottom-color: #ff4666;
}
.form__field-place.place--valid-error .form__field-icon {
    color: #ff4666;
}
.form__field-place.place--valid-error .form__field-place__error,
.form__field-place.place--valid-error .form__field-icon + .form__field-place__error {
    opacity: 1;
    visibility: visible;
}
.form__field-place .wpcf7-not-valid-tip {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 64px;
    top: 0;
    bottom: 0;
    font-weight: 800;
    font-size: 16px;
    color: #ff4666;
    text-align: left;
    pointer-events: none;
}

.form__field-place.place--valid-error .input__place::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: color 0.1s linear;
}
.form__field-place.place--valid-error .input__place:focus::-webkit-input-placeholder {
    color: transparent;
}
.form__field-place.place--valid-error .input__place:-moz-placeholder {
    color: transparent;
    -moz-transition: color 0.1s linear;
}
.form__field-place.place--valid-error .input__place:focus:-moz-placeholder {
    color: transparent;
}
.form__field-place.place--valid-error .input__place::-moz-placeholder {
    color: transparent;
    -moz-transition: color 0.1s linear;
}
.form__field-place.place--valid-error .input__place:focus::-moz-placeholder {
    color: transparent;
}
.form__field-place.place--valid-error .input__place:-ms-input-placeholder {
    color: transparent;
}
.form__field-place.place--valid-error .input__place:focus:-ms-input-placeholder {
    color: transparent;
}

@media all and (max-width: 990px) {
    .form__field-content .form__field-icon {
        width: 26px;
        height: 26px;
        margin-left: 24px;
    }
}

.form__field-place {
    position: relative;
}

.form__field .filter-choose {
    filter: none;
    width: 100%;
}
.form__field .filter-choose-drops li + li {
    margin-top: 6px;
}
.form__field .filter-choose__label {
    font-size: 14px;
}
.form__link {
    margin: 12px 0 0 0;
    font-size: 12px;
}
.form__control {
    margin: 40px 0 0 0;
}
.form__bottom {
    margin: 25px 0 0 0;
}
.form__bottom .button {
    width: 100%;
    height: 60px;
    min-height: 60px;
}

.form__rules {
    margin: 26px 22px 0;
    font-size: 11px;
    line-height: 160%;
    text-align: center;
}

.form__checked-items {
    margin: 13px 0 0 0;
}
.form__checked-item {
    margin: 8px 0 0 0;
}

.form__block {
    padding: 20px;
    margin: 30px 0 16px 0;
    background: #f9fbff;
    border-radius: 6px;
}
.form__block-group {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: -17px 0 0 -17px;
}
.form__block-group + .form__block-group {
    padding-top: 17px;
}
.form__block-group_item {
    flex: 1 0;
    padding: 17px 0 0 17px;
}
.form__block .input__place {
    background-color: #fff;
}

.form__field-file {
    padding: 0 0 0 68px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
}
.form__field-file input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.form__field-file .form__field-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: color 0.3s ease;
}
.form__field-file:hover .form__field-icon {
    color: #ffe452;
}
.form__field-file_label {
    flex: 1 0;
    font-weight: 800;
    font-size: 16px;
    color: inherit;
    line-height: 1.4;
    transition: color 0.3s ease;
}
.form__field-file_label-text {
    border-bottom: 2px dotted #fff;
    transition: border-bottom-color 0.3s ease;
}
.form__field-file:hover .form__field-file_label {
    color: #ffe452;
}
.form__field-file:hover .form__field-file_label-text {
    border-bottom-color: #ffe452;
}

@media all and (max-width: 772px) {
    .form__block-group {
        align-items: normal;
        flex-direction: column;
        margin: -14px 0 0 -14px;
    }
    .form__block-group + .form__block-group {
        padding-top: 14px;
    }
    .form__block-group_item {
        flex: none;
        padding: 14px 0 0 14px;
    }
    .form__block {
        margin: 20px 0 17px 0;
    }
    .form__bottom {
        padding: 18px 0 0 0;
        margin: 20px 0 0 0;
    }
    .form__control {
        margin: 30px 0 0 0;
    }
}

/* Elements */
.none,
.display-none {
    display: none;
}

.txt-center {
    text-align: center;
}
.txt-strong {
    font-weight: 800;
}

.clr-blue {
    color: #8b38f4;
}
.clr-white {
    color: #fff;
}
.clr-grey {
    color: #adb2b9;
}

p {
    display: block;
    margin: 20px 0;
}

blockquote,
.blockquote {
    padding: 28px 40px;
    margin: 12px 0;
    font: 300 14px/1.3 "Arial", "Helvetica", "sans-serif";
    color: #222;
    background: #fff;
    box-shadow: 0 10px 20px rgba(87, 119, 149, 0.08);
    border-radius: 16px;
}

/* Next */
.idesc {
    line-height: 1.5;
    font-weight: 400;
    font-size: 18px;
    color: #707378;
    word-break: break-word;
}
.idesc p {
    margin: 16px 0;
}
.idesc b {
    font-weight: 500;
    color: #373a47;
    text-shadow: 0 0 0 #373a47;
}
.idesc h1,
.idesc .h1,
.idesc h2,
.idesc .h2,
.idesc h3,
.idesc .h3,
.idesc h4,
.idesc .h4,
.idesc h5,
.idesc .h5,
.idesc h6,
.idesc .h6 {
    margin: 40px 0 21px 0;
    line-height: 1.22;
    font-weight: 500;
    color: #373a47;
    text-shadow: 0 0 0 #373a47;
}

.idesc ul {
    padding: 0;
    display: block;
    margin: 16px 10px 16px 0;
    overflow: hidden;
    line-height: 1.5;
}
.idesc ul > li {
    padding-left: 27px;
    position: relative;
    display: block;
    margin: 0;
    list-style: disc;
}
.idesc ul > li:first-child {
    margin-top: 0;
}
.idesc ul > li:last-child {
    margin-bottom: 0;
}
.idesc ul > li::before {
    content: "•";
    display: inline-block;
    vertical-align: baseline;
    margin: 0 17px 0 -17px;
    background-size: 100% 100%;
}
.idesc ul.list--gray > li::before {
    color: #00345b;
}

.idesc ol {
    counter-reset: olCounter;
    padding: 0;
    list-style: none;
    display: block;
    margin: 16px 10px 16px 10px;
    overflow: hidden;
    line-height: 1.24;
}
.idesc ol > li {
    display: block;
    padding: 0 0 0 26px;
    margin: 5px 0;
    list-style: none;
}
.idesc ol > li::before {
    counter-increment: olCounter;
    content: counter(olCounter) ".";
    width: 16px;
    float: left;
    margin: 0 0 0 -26px;
    text-align: right;
}

.idesc ul ul,
.idesc ul ol,
.idesc ol ol,
.idesc ol ul {
    margin-left: 20px;
}

.idesc p:first-child,
.idesc h1:first-child,
.idesc h2:first-child,
.idesc h3:first-child,
.idesc h4:first-child,
.idesc h5:first-child,
.idesc h6:first-child {
    margin-top: 0 !important;
}
.idesc p:first-child,
.idesc h1:first-child,
.idesc h2:first-child,
.idesc h3:first-child,
.idesc h4:first-child,
.idesc h5:first-child,
.idesc h6:first-child,
.idesc .h1:first-child,
.idesc .h2:first-child,
.idesc .h3:first-child,
.idesc .h4:first-child,
.idesc .h5:first-child,
.idesc .h6:first-child {
    margin-top: 0 !important;
}

.idesc p:last-child,
.idesc h1:last-child,
.idesc h2:last-child,
.idesc h3:last-child,
.idesc h4:last-child,
.idesc h5:last-child,
.idesc h6:last-child,
.idesc .h1:last-child,
.idesc .h2:last-child,
.idesc .h3:last-child,
.idesc .h4:last-child,
.idesc .h5:last-child,
.idesc .h6:last-child {
    margin-bottom: 0 !important;
}

.idesc table {
    width: 100%;
    margin: 12px 0;
    border: 0;
    border-top: 1px solid #ddd;
    border-collapse: collapse;
}
.idesc table td,
.idesc table th {
    padding: 6px 9px;
    border: 0;
    border-bottom: 1px solid #ddd;
}
.idesc table tr:first-child td,
.idesc table th {
    font-weight: bold;
}
.idesc table tr:hover > td {
    background-color: rgba(0, 0, 0, 0.01);
}

.idesc img {
    max-width: 100%;
    height: auto;
}

.wordbreak {
    word-break: break-all;
}

.idesc p + .section-moretext__toggle + .section-moretext__button {
    margin-top: -16px;
    display: inline-block;
    vertical-align: top;
}
.idesc p + .section-moretext__toggle.toggleshow--text + .section-moretext__button {
    margin-top: 0;
}

@media all and (max-width: 772px) {
    .idesc {
        font-size: 16px;
    }
}

.list-numbers {
    counter-reset: list-counter;
}
.list-numbers > li {
    counter-increment: list-counter;
    padding: 0 0 0 106px;
    position: relative;
    z-index: 2;
}
.list-numbers > li + li {
    margin-top: 34px;
}
.list-numbers > li::before,
.list-numbers > li::after {
    width: 59px;
    height: 59px;
    content: " ";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 3;
    left: 22px;
    top: 0;
    background: rgb(255, 230, 0);
    background: -moz-linear-gradient(-45deg, rgba(255, 230, 0, 1) 0%, rgba(255, 75, 123, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 230, 0, 1) 0%, rgba(255, 75, 123, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 230, 0, 1) 0%, rgba(255, 75, 123, 1) 100%);
    border-radius: 8px;
}
.list-numbers > li::before {
    filter: blur(29px);
}
.list-numbers > li::after {
    content: counter(list-counter);
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    z-index: 4;
}

@media all and (max-width: 960px) {
    .list-numbers > li {
        padding-left: 80px;
    }
    .list-numbers > li + li {
        margin-top: 24px;
    }
    .list-numbers > li::before,
    .list-numbers > li::after {
        width: 44px;
        height: 44px;
        left: 12px;
    }
    .list-numbers > li::after {
        font-size: 20px;
    }
}
@media all and (max-width: 572px) {
    .list-numbers > li {
        padding-left: 50px;
    }
    .list-numbers > li + li {
        margin-top: 18px;
    }
    .list-numbers > li::before,
    .list-numbers > li::after {
        width: 34px;
        height: 34px;
        left: 0;
    }
    .list-numbers > li::after {
        font-size: 18px;
    }
}

/* Elements */
.icon__btn-calculator_switch {
    width: 24px;
    height: 24px;
    display: block;
    background: no-repeat url(../img/icons/btn-calculator_switch.svg);
    background-size: 100% 100%;
}
.icon__btn-nav_more {
    width: 24px;
    height: 24px;
    background: no-repeat url(../img/icons/btn-nav_more.svg);
    background-size: 100% 100%;
}
.icon__btn-nav_counter {
    width: 14px;
    height: 14px;
    background: no-repeat url(../img/icons/btn-nav_counter.svg);
    background-size: 100% 100%;
}
.icon__btn-contact_phone {
    width: 24px;
    height: 24px;
    display: block;
    background: no-repeat url(../img/icons/btn-contact_phone.svg);
    background-size: 100% 100%;
}
.icon__btn-find_project {
    width: 24px;
    height: 24px;
    display: block;
    background: no-repeat url(../img/icons/btn-find_project.svg);
    background-size: 100% 100%;
}
.icon__btn-more_review {
    width: 24px;
    height: 24px;
    display: block;
    background: no-repeat url(../img/icons/btn-more_review.svg);
    background-size: 100% 100%;
}
.icon__btn-contact_faq {
    width: 24px;
    height: 24px;
    display: block;
    background: no-repeat url(../img/icons/btn-contact_faq.svg);
    background-size: 100% 100%;
}
.icon__btn-check_sum {
    width: 24px;
    height: 24px;
    display: block;
    background: no-repeat url(../img/icons/check-sum.svg);
    background-size: 100% 100%;
}
.icon__btn-faq {
    width: 24px;
    height: 24px;
    display: block;
    background: no-repeat url(../img/icons/btn-faq.svg);
    background-size: 100% 100%;
}
.icon__btn-slack {
    width: 24px;
    height: 24px;
    display: block;
    background: no-repeat url(../img/icons/btn-stack.svg);
    background-size: 100% 100%;
}

.icon__cube-yellow {
    flex: none;
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 5px solid #ffe452;
}
.icon__cube-green {
    flex: none;
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 5px solid #2fbc22;
}

/* Element - wpcf7 */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    padding: 8px !important;
    border-radius: 12px;
}

.wpcf7-form.submitting {
    opacity: 0.5;
}

.form__box .wpcf7 .ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 44;
}

/* Element - Tickcall */
.tickcall {
    width: 160px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #e3443d no-repeat 0 0 url(../img/bgs_tick-radius.png);
    background-size: 100% 100%;
    border-radius: 50%;
}
.tickcall__logo img {
    vertical-align: top;
}
.tickcall__label {
    margin: 16px 0 0 0;
    font-weight: 800;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    text-align: center;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

/* Element - HR line */
.hr-liner {
    height: 11px;
    position: relative;
}
.hr-liner::before {
    width: auto;
    height: 11px;
    content: " ";
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 1px 0 0 #e2e6eb;
}
.hr-liner::after {
    width: 25px;
    height: 11px;
    content: " ";
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    background: no-repeat 0 0
        url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAALCAYAAACK9ybzAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACTSURBVDhPY/wPBAw0AP+Axn79+oPh+89fDFS35MfP32CDv377+eH//78LGBkZN1DFEmRX//z1+wAjE9OGP98/LVRUVPwAkqfIEmyulpUUPQiVhgOSLSHkamyAaEuIdTU2gNcSclyNDWC1hBJXYwNwS6jlamyA8fuPX/+p6Wqs4NGz1/sfv3ibf//+fQGoEJUBAwMAgEvJCbihCfAAAAAASUVORK5CYII=");
}

/* Element - Modal */
.fancy-modal {
    white-space: nowrap;
}
.fancy-modal > div {
    white-space: normal;
}
.fancy-modal .fancybox-close-small {
    width: 52px;
    height: 52px;
    right: 32px;
    top: 32px;
    color: #d7dbe1;
}
.fancy-modal .fancybox-close-small:hover {
    color: #111;
}
.fancy-modal .fancybox-button .fancybox-button_close path {
    fill: #333;
    stroke-width: 2px;
}

.fancy-modal__send {
    padding: 51px 0 35px 0;
    background: #fff;
}

.form__send {
    max-width: 100%;
    margin: 0 auto;
}
.form__send::before {
    width: 90px;
    height: 90px;
    content: " ";
    display: block;
    margin: 0 auto 25px;
    background: no-repeat 0 0 url(../img/icons/form-send.svg);
    background-size: 100% 100%;
}
.form__send-title {
    margin: 0 0 20px 0;
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    text-transform: uppercase;
    color: #021122;
}
.form__send-desc {
    width: 330px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #021122;
}
.form__send-button {
    margin: 30px 0 50px 0;
    text-align: center;
}
.form__send-button_back {
    width: 260px;
    height: 60px;
    margin: 0 auto;
}

.fancy-modal--send {
    width: 420px;
    padding: 0;
}

.fancy-modal--recall {
    width: 850px;
    min-height: 585px;
    padding: 60px 70px 20px;
    background: #fff no-repeat 0 0 url(../img/bgs_modal-recall.jpg);
}
.fancy-modal--recall .b-questation__right {
    float: right;
}
.fancy-modal--recall .tickcall {
    position: absolute;
    left: 250px;
    bottom: 110px;
}

@media all and (max-width: 1100px) {
    .fancy-modal--recall {
        padding: 24px;
        background-image: none;
    }
    .fancy-modal--recall .tickcall {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin: 0 auto 20px;
    }
    .fancy-modal--recall .b-questation__right {
        padding: 0;
    }
    .fancy-modal--recall .b-questation__header br {
        display: none;
    }
    /* .fancy-modal--recall .b-questation__right-inner {
        padding-left: 36px;
    } */
    .fancy-modal--recall .b-questation__header .icon__cube {
        margin-right: 10px;
    }
}
@media all and (max-width: 990px) {
    .fancy-modal--recall .b-questation__right-inner {
        padding-left: 0;
    }
}

.fancy-modal--calc.fancybox-content {
    max-width: 370px;
    padding: 0;
    border-radius: 24px;
}
.fancy-modal__header {
    padding: 0 0 34px 0;
    margin: -34px -34px 10px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: no-repeat 0 bottom url(../img/bgs_curve-line.png);
}

.fancy-modal__header-image {
    flex: none;
    width: auto;
    height: auto;
    margin: 0 auto 12px;
}
.fancy-modal__header-image img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.fancy-modal__header-title {
    padding: 12px 34px 0;
    font-size: 16px;
}

.fancy-modal .form__box {
    padding: 34px;
}

@media all and (max-width: 772px) {
    .fancy-modal__header {
        display: block;
    }
    .fancy-modal__header-image {
        width: auto;
        margin: 0 0 10px 0;
    }
}
@media all and (max-width: 492px) {
    .fancy-modal.fancybox-content {
        max-width: 300px;
    }
    .fancy-modal__header {
        padding: 0 0 34px 0;
        margin: -12px -12px 10px;
    }
    .fancy-modal__header-image {
        margin: 0 -30px 10px;
    }
    .fancy-modal__header-image img {
        border-radius: 8px 8px 0 0;
    }
    .fancy-modal__header-title {
        padding: 12px 12px 0;
    }
    .popup-callback .callback-form-social-list__item:not(:last-child) {
        margin-right: 5px;
    }
    .fancy-modal form {
        text-align: center;
    }
    .fancy-modal .popup-callback__form__select {
        width: 100%;
    }
    .fancy-modal .form__box {
        padding: 12px;
    }
    .fancy-modal .popup-callback__form__social-descr,
    .fancy-modal .callback-form__label {
        text-align: center;
        width: 100%;
        display: block;
    }

    .fancybox-container .fancybox-close-small {
        right: 10px;
        top: 6px;
    }
}

/* Element - Block more */
.b-mores {
    width: 231px;
    max-width: 100%;
    text-align: center;
}
.b-mores__button {
    width: 100%;
    height: 60px;
    display: flex;
}
.b-mores__button .icon {
    margin: 0 20px 0 0;
}
.b-mores__text {
    margin: 20px 0 0 0;
    font-size: 12px;
    line-height: 160%;
    text-align: center;
    color: #646c78;
}

@media all and (max-width: 772px) {
    .b-mores__button {
        height: 50px;
    }
}

/* Element - Logo */
a.logo {
    display: block;
    text-decoration: none;
}
.logo {
    width: 190px;
    height: 46px;
}
.logo img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

/* Element - Contacts */
.contact__box {
    font-size: 12px;
    color: #bbc0c9;
    text-align: center;
}
.contact__items {
    display: flex;
    align-items: center;
    justify-content: center;
}
a.contact__item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;

    margin-right: 5px;
}

.contact__items--contact-form a.contact__item {
    margin-right: 20px;
}

a.contact__item:last-child {
    margin-right: 0;
}

a.contact__item svg {
    height: 48px;
}

a.contact__item span {
    margin-left: 12px;

    font-family: "Okta Neue";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
    color: #ffffff;
}

.contact__item svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    color: #332c2a;
    filter: brightness(1);
    transition: filter 0.3s ease;
}

a.contact__item.contact__item--gray {
    width: 24px;
    height: 24px;
}

a.contact__item:hover svg {
    filter: brightness(1.1);
}
.contact__box-info {
    margin: 10px 0 0 0;
}

.contact__item .svg-contact_whatsapp {
    color: #2cb742;
}
.contact__item .svg-contact_viber {
    color: #7e3dae;
}
.contact__item .svg-contact_telegram {
    color: #2da5d8;
}

/* Element - Block questation */
.b-questation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.b-questation__bgs {
    width: auto;
    height: auto;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: no-repeat center;
    background-size: contain;
}
.b-questation__bgs.version--responsive {
    display: none;
}
.b-questation__left {
    /*width: 330px;*/
    width: 100%;
    max-width: 680px;
}
.b-questation__right {
    width: 320px;
}
/* .b-questation__right-inner {
    padding: 0 0 0 46px;
} */
.b-questation__title {
    margin: 0 0 30px 0;
    width: 100%;
    max-width: 410px;
    font-family: "Berlingske Serif";
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
}

.b-questation__title.section-createyourproject--title {
    color: #fff;
}

.b-questation__text.section-createyourproject--text {
    color: #fff;
}

.b-questation__text {
    width: 100%;
    max-width: 330px;

    font-family: "Okta Neue Normal";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
}
.b-questation__phone {
    margin: 35px 0 0 0;
}
a.b-questation__phone-value {
    font-weight: 800;
    font-size: 28px;
    line-height: 130%;
    color: #021122;
    text-decoration: none;
    transition: color 0.3s ease;
}
a.b-questation__phone-value:hover {
    color: #2cb742;
}
.b-questation__phone-time {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 160%;
    color: #021122;
}

.b-questation__messanger {
    display: flex;
    margin: 20px 0 0 0;
}
.b-questation__messanger .contact__item {
    width: auto;
    height: auto;
}
.b-questation__messanger .contact__item + .contact__item {
    margin-left: 1px;
}
.b-questation__messanger svg {
    width: 37px;
    height: 40px;
}
.b-questation__messanger .svg-contact_whatsapp {
    width: 40px;
}

.b-questation__header {
    position: relative;
    margin: -6px 0 29px 0;
    font-weight: 800;
    font-size: 26px;
    line-height: 150%;
    text-transform: uppercase;
}
.b-questation__header .icon__cube {
    position: absolute;
    right: 100%;
    top: 10px;
    margin: 0 30px 0 0;
}

.footer__b-questation {
    height: 600px;
    padding: 20px 110px;
}

.section.section-questation {
    padding: 0;
    overflow: hidden;
}
.section.section-questation .wrapper {
    width: 1290px;
    padding: 90px 110px;
    position: relative;
}
/* .section.section-questation .b-questation__bgs.version--pc { */
/* width: 1920px;
        height: 100%; */
/* left: 50%; */
/* left: 340px;
    right: auto; */
/* transform: translateX(-50%); */
/* } */

/*.section-project + .section.section-createyourproject {margin-top:-35px;}*/
.section.section-createyourproject {
    padding: 0;
    overflow: hidden;
}

.wrapper--bg {
    position: relative;
    background: url("/wp-content/themes/53sk/img/question-bg.png") 50% 50% / cover no-repeat;
}

.createyourproject__b-questation {
    /*height: 650px;*/
    min-height: 800px;
    /*padding: 20px 112px;*/
    padding: 92px 110px;

    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.section.section-createyourproject .b-questation__right {
    color: #fff;
}
.section.section-createyourproject .b-questation__bgs.version--pc {
    width: 1920px;
    height: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

@media all and (max-width: 1240px) {
}
@media all and (max-width: 1100px) {
    .footer__b-questation {
        height: auto;
        padding: 0;
        flex-direction: column;
    }

    .b-questation__left {
        width: 100%;
        padding: 40px 35px 248px 35px;
        position: relative;
    }
    .b-questation__right {
        width: 100%;
        padding: 40px 35px;
        position: relative;
    }
    .b-questation__bgs.version--pc {
        display: none;
    }
    .b-questation__bgs.version--responsive {
        display: block;
    }

    .createyourproject__b-questation {
        height: auto;
        padding: 0;
        flex-direction: column;
    }
    .createyourproject__b-questation .b-questation__left {
        box-shadow: -20px 0 0 0 #f0f1f3, 20px 0 0 0 #f0f1f3;
    }

    .middle__b-questation {
        height: auto;
        padding: 0;
        flex-direction: column;
    }
    .middle__b-questation .b-questation__left {
        padding: 50px 15px 53px;
    }
    .middle__b-questation .b-questation__right {
        padding: 50px 15px 53px;
    }
    .middle__b-questation .b-questation__bgs.version--responsive {
        left: -20px;
        right: -20px;
    }
}
@media all and (max-width: 990px) {
    .b-questation__title {
        margin: 0 0 20px 0;
    }
    .b-questation__right-inner {
        padding: 0;
    }
    .b-questation__header {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 22px;
    }
    .b-questation__header .icon__cube {
        display: block;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        margin: 0 0 25px 0;
    }
}
@media all and (max-width: 772px) {
    .b-questation__title {
        font-size: 22px;
    }
    .createyourproject__b-questation {
        flex-direction: column;
    }

    .b-questation__text {
        font-size: 14px;
    }
    a.b-questation__phone-value {
        font-size: 22px;
    }
}

/* Element - RadiusTip */
.radiustip {
    position: absolute;
}
.radiustip__button {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffe452;
    box-shadow: 0 10px 25px rgba(255, 228, 82, 0.25);
    border-radius: 50%;
}
.radiustip__drop {
    position: absolute;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}
.radiustip__button:hover + .radiustip__drop,
.radiustip__button.current + .radiustip__drop {
    opacity: 1;
    visibility: visible;
}
.radiustip__drop.posdrop--bottom {
    left: 30px;
    top: 100%;
    margin: 29px 0 0 0;
}
.radiustip__drop.posdrop--top {
    left: 30px;
    bottom: 100%;
    margin: 0 0 29px 0;
}
.radiustip__drop.posdrop--top .radiustip__drop-bgs {
    transform: scale(1, -1);
}

.radiustip__drop.posdrop--left_cbottom {
    right: 100%;
    top: 100%;
    margin: -30px 30px 0 0;
}
.radiustip__drop.posdrop--left_cbottom .radiustip__drop-bgs {
    transform: scale(-1, 1);
}

.radiustip__drop-inner {
    width: 140px;
    height: auto;
    min-height: 185px;
    padding: 26px 30px;
    font-size: 14px;
    line-height: 160%;
    color: #fff;
}
.radiustip__drop-bgs {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: no-repeat 0 0 url(../img/bgs_radiustip-angle-top.png);
}
.radiustip__drop-bgs::before {
    width: auto;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    z-index: -2;
    left: 0;
    right: 0;
    top: 12px;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.radiustip__drop-bgs::after {
    width: auto;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    z-index: -1;
    left: 1px;
    right: 1px;
    top: 2px;
    bottom: 1px;

    background: rgba(255, 255, 255, 0.01);
    box-sizing: border-box;
    backdrop-filter: blur(20px);
    clip-path: polygon(26px 10px, 100% 10px, 100% 100%, 0 100%, 0 0);
}

.radiustip__icon {
    display: block;
    margin: 0 0 20px 0;
}

.postip--header_left {
    right: 460px;
    bottom: 275px;
}
.postip--header_right {
    right: 240px;
    bottom: 120px;
}
.s-work-contract__postip {
    position: absolute;
    left: 640px;
    top: 110px;
}

.s-work-contract__garant {
    width: 270px;
    /*width: 150px;*/
    /*height: 230px;*/
    position: absolute;
    right: 15px;
}

.postip--workcontract_center {
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
}

.posdrop--workcontract {
    right: 100%;
    top: 0;
    margin: 30px 30px 0 0;
}
.posdrop--workcontract .radiustip__drop-inner {
    width: 170px;
    padding: 35px;
}
.posdrop--workcontract .radiustip__drop-bgs {
    background: 0;
}
.posdrop--workcontract .radiustip__drop-bgs::before {
    left: 0;
    right: 12px;
    top: 0;
    bottom: 0;
    border-color: #8d7366;
}
.posdrop--workcontract .radiustip__drop-bgs::after {
    top: 1px;
    clip-path: polygon(0% 0%, 100% 0, calc(100% - 11px) 24px, calc(100% - 11px) 100%, 0% 100%);
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.1);
}
@media all and (max-width: 722px) {
    .posdrop--workcontract {
        margin: 30px 15px 0 0;
    }
    .radiustip__drop.posdrop--bottom {
        left: auto;
        right: 30px;
        margin: 9px 0 0 0;
    }
    .radiustip__drop-bgs {
        transform: scale(-1, 1);
    }
}

.radiustip__button:hover + .radiustipr__drop,
.radiustip__button.current + .radiustipr__drop {
    opacity: 1;
    visibility: visible;
}
.radiustip__button.nocursor {
    cursor: default;
}

.radiustipr__drop {
    width: 210px;
    padding: 35px;
    position: absolute;
    z-index: 777;
    opacity: 0;
    visibility: hidden;
}
.radiustipr__drop::after,
.radiustipr__drop::before {
    width: auto;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    clip-path: polygon(0% 0%, 100% 0, calc(100% - 11px) 24px, calc(100% - 11px) 100%, 0% 100%);
}

.radiustipr__drop::after {
    z-index: -2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.15);
}
.radiustipr__drop::before {
    z-index: -1;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(20px);
}
.radiustipr__icon {
    display: block;
    margin: 0 0 20px 0;
}

.radiustipr__drop.tiprpos--lb {
    right: 100%;
    top: 30px;
    margin: 0 30px 0 0;
}
.radiustipr__drop.tiprpos--lt {
    right: 100%;
    bottom: 30px;
    margin: 0 30px 0 0;
}
.radiustipr__drop.tiprpos--lt::after,
.radiustipr__drop.tiprpos--lt::before {
    clip-path: polygon(0% 0%, calc(100% - 11px) 0, calc(100% - 11px) calc(100% - 24px), 100% 100%, 0% 100%);
}

/* Element - Nav */
.nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 900px;
}
.nav-list > li {
    position: relative;
    z-index: 77;
}
.nav-list > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 180%;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}
.nav-list > li:hover > a {
    color: #ffe452;
}
.nav-list > li:active > a {
    color: #efd235;
}
.icon__nav-toggle {
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 0 0 11px;
    background: no-repeat 0 0 url(../img/icons/btn-drop_toggle.svg);
    background-size: 100% 100%;
    transition: transform 0.3s ease;
}
.icon__nav-toggle svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.nav-list .nav-drop {
    width: 250px;
    padding: 25px 0 0 0;
    position: absolute;
    left: 8px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.nav-list > li.nav--dropshow .nav-drop,
.nav-list > li:hover .nav-drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.nav-list > li:hover > a .icon__nav-toggle {
    transform: rotate(180deg);
}

.nav-list .nav-drop > ul {
    position: relative;
    background: #fff;
    box-shadow: 0 0 50px rgba(2, 17, 34, 0.15);
}
.nav-list .nav-drop > ul::after {
    width: 25px;
    height: 10px;
    content: " ";
    display: block;
    position: absolute;
    z-index: 7;
    left: 0;
    bottom: 100%;
    margin: 0;
    background: no-repeat center 0
        url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAALCAYAAACK9ybzAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGgSURBVDhPtZLNSsNAFIVP6gOYpgkh2oq40Y24sEtXbl34EL6LTyD4ADbtrhspiO6KblzpQlAQpFIsJWlSbW1r20w8M21EoaCIfnDn3jkD92dmtCiKrjud14Na7am6u7t2Nx5nUa/XIclmgShy0Gg0uHNoQumOk6JmwbaBphSaXK0MLIae3E9Xy/NUpMVEKWQ4HBba7e6RbWdOHWeTyhOtASFslUcmFSIDz2sxlpoqAZg64AfUUmjyHHEEi/vYjCF0/WuRBEq1MHzZf3i4r+bzO7eq42k+gB2zZTZJuJgGLG1u0rtMrgXwYoPdREDQlursIp8ZDAau74eFXG7hhBcwVRNPzAim34Kv4gwMmZwENJZS/tsiCUKIx36/715eXrnb23s3SjQmCROSpNLHsUAoRfLjIp/h21U4nbu+uFUK0vwMWmpyEAQwDGNSgMaXgrowWeS38GfWer2+W6mcrSO9wmycQV+mT0OXnib9ryaZxWg8Pg+D56K9mj9UAif5QLX0h8jpur1esVw+3sD8EqT92SSzeBuNLlqeV5q+2H8CvAND/2C6AtMRAAAAAABJRU5ErkJggg==");
}
.nav-list .nav-drop a {
    min-height: 50px;
    padding: 10px 30px 10px 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    border-top: 1px solid #e2e6eb;
    font-weight: 800;
    font-size: 15px;
    line-height: 140%;
    color: #12161b;
    text-decoration: none;
    transition: color 0.3s ease;
}
/* .nav-list .nav-drop a::after {
    width: 25px;
    height: 12px;
    content: " ";
    display: block;
    position: absolute;
    z-index: 7;
    left: 0;
    top: -1px;
    background: no-repeat 0 0
        url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAALCAYAAACK9ybzAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAB4SURBVDhPtY7NCoAgEAZ3D6lF7/+OQYcu4mqQaUQFLf25DXiQhW8GYwJ+YEqz1hI4H0BcQn5chok81Eanp2Qkx+pMHm4bA4i4/IskXLVW1XrdeS25q+Z4LHlazXEp+VLNwUpKqjk2iVQ1BzoKUbKaA7t+iJLVZwBmKlWCllEoZ1oAAAAASUVORK5CYII=");
} */
.nav-list .nav-drop > ul > li:first-child > a {
    border: 0;
}
.nav-list .nav-drop > ul > li:first-child > a::after {
    display: none;
}
.nav-list .nav-drop a:hover {
    color: #2fbc22;
}
.nav-list .nav-drop a:active {
    color: #28ac1d;
}

.nav-list__counter {
    flex: none;
    width: 52px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-weight: 800;
    font-size: 13px;
    color: #1c1412;
    background: #ffe452;
    border-radius: 50px;
    position: relative;
    bottom: -2px;
}
.nav-list__counter .icon__btn-nav_counter {
    margin: 0 5px 0 0;
}
.nav-list__counter-value {
    /*padding-top: 1px;*/
    line-height: 1;
}

/* Element - Tips drop */
.t-drop {
    width: 250px;
    padding: 30px 35px;
    position: absolute;
    background: #fff;
}
.t-drop_rt {
    left: 100%;
    top: 100%;
    margin: 0 0 8px 15px;
    clip-path: polygon(26px 10px, 100% 10px, 100% 100%, 0 100%, 0 0);
}
.t-drop_rb {
    left: 100%;
    bottom: 100%;
    margin: 0 0 8px 15px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 25px calc(100% - 10px), 0 100%);
}

/* Element - Speedbar */
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px 0;
    color: #646c78;
}
.breadcrumbs > li {
    display: flex;
}
.breadcrumbs > li span {
    flex: 1 0;
}
.breadcrumbs > li::before {
    content: "›";
    margin: 0 10px;
}
.breadcrumbs > li:first-child::before {
    display: none;
}
.breadcrumbs a {
    color: #646c78;
    text-decoration: none;
    transition: color 0.3s ease;
}
.breadcrumbs a:hover {
    color: #000;
}

@media all and (max-width: 772px) {
    .breadcrumbs {
        font-size: 12px;
    }
}

/* Wrap */
.svg-hidden {
    width: 1px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
.wraps {
    min-width: 320px;
}
.wrapper {
    width: 1330px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

/* Responsive - Header */
.r-header,
.r-sidebar {
    display: none;
}

@media all and (max-width: 990px) {
    .r-header {
        height: 165px;
        padding: 20px;
        display: block;
        position: relative;
        color: #fff;
        background: #fff;
    }
    .r-header__top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 4;
    }
    .r-header__logo {
        /* width: 48px;
            height: 48px; */
        margin: 0 20px 0 0;
    }
    .r-header__logo img {
        width: 100%;
        height: auto;
        max-width: 166px !important;
        /* vertical-align: top; */
    }
    .r-header__phone {
        flex: 1 0;
    }
    a.r-header__phone_link {
        height: 31px;
        line-height: 31px;
        display: block;
        font-weight: 800;
        font-size: 22px;
        color: #fff;
        text-decoration: none;
    }
    .r-header__phone_link:hover {
        color: #2fbc22;
    }
    .r-header__phone_timework {
        display: block;
        font-size: 14px;
        line-height: 160%;
    }
    .r-header__menu-button {
        width: 32px;
        height: 32px;
    }
    .r-header__menu-button svg {
        width: 100%;
        height: 100%;
    }
    .r-header__menu-button_open {
        display: block;
    }
    .r-header__menu-button_close {
        display: none;
    }
    .dropshow--main_menu22 .r-header__menu-button_open {
        display: none;
    }
    .dropshow--main_menu22 .r-header__menu-button_close {
        display: block;
    }

    .r-header__buttons {
        display: flex;
        column-gap: 5px;
        margin: 22px 0 0 0;
        position: relative;
        z-index: 4;
    }
    .r-header__button {
        flex: 1 0;
        height: 43px;
        padding: 0 5px;
        font-size: 13px;
    }

    .r-sidebar {
        width: auto;
        height: auto;
        padding: 0 0 36px 0;
        display: block;
        position: fixed;
        z-index: 777;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: hidden;
        overflow-y: auto;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .dropshow--main_menu .r-sidebar {
        opacity: 1;
        visibility: visible;
    }

    .r-sidebar .r-header {
        color: #021122;
        background-color: #fff;
        border-bottom: 1px solid #e2e6eb;
    }
    .r-sidebar .r-header::after {
        width: auto;
        height: auto;
        content: " ";
        display: block;
        position: absolute;
        z-index: 3;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff;
    }
    .r-sidebar a.r-header__phone_link {
        color: #021122;
    }
    .r-sidebar a.r-header__phone_link:hover {
        color: #2fbc22;
    }
    .r-sidebar .button-white__border {
        color: #2fbc22;
        border: 0;
        background: #ebf8ea;
    }
    .r-sidebar .button-white__border:hover {
        background: #e0f3df;
    }
    .r-sidebar .button-white__border:active {
        background: #d7edd5;
    }

    .r-header__nav {
        padding: 10px 0 0 0;
    }
    .r-header__nav > li > a {
        min-height: 70px;
        padding: 10px 35px 32px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-weight: 800;
        font-size: 16px;
        color: #021122;
        text-decoration: none;
        background: no-repeat 0 bottom url(../img/bgs_curve-line.png);
    }
    .r-header__nav > li > a .icon__nav-toggle {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 35px;
        top: 50%;
        margin: -20px 0 0 0;
        background: no-repeat 0 0 url(../img/icons/rlink-arrw_down.svg);
        background-size: 100% 100%;
    }
    .r-header__nav > li.drop--open > a .icon__nav-toggle {
        background-image: url(../img/icons/rlink-arrw_up.svg);
    }

    .r-header__nav .nav-drop {
        max-height: 0;
        position: relative;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.3s ease, opacity 0.3s ease;
    }
    .r-header__nav > li.drop--open > .nav-drop {
        max-height: 1000px;
        opacity: 1;
    }
    .r-header__nav .nav-drop > ul {
        padding: 0 0 20px 25px;
    }
    .r-header__nav .nav-drop > ul > li > a {
        min-height: 50px;
        padding: 0 0 0 53px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        font-weight: 800;
        font-size: 14px;
        color: #2fbc22;
        text-decoration: none;
        line-height: 160%;
        text-transform: uppercase;
    }
    .r-header__nav .nav-drop > ul > li > a::before {
        width: 12px;
        height: 12px;
        content: " ";
        display: block;
        position: absolute;
        left: 25px;
        top: 50%;
        margin-top: -6px;
        border: 4px solid #2fbc22;
    }
    .r-header__nav .nav-drop > ul > li > a::after {
        width: auto;
        height: 12px;
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: no-repeat 0 0
            url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAAMCAYAAACUYE9KAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADMSURBVHhe7dhNSsNAAIbhmZ7AjQsXLnJCr9TeoDdQTxJQEKEUihDz059YZXBRSmlpAxl4nlWYCdm+fIn9XhjAbv/ZqmpC3Xah7dbpFAAYws2D3rTrv4hX3+2q77fTGOP88eH+NV0DAAO4SdAP1vhLnEzmm/prVhTFKr0CAAzoqqBb4wAwDhcH3RoHgPE5O+jWOACM18mgW+MAkIejQbfGASAv/0G3xgEgX7Fuut4aB4DMvX0snt8/l09lWd6lIwAgM7+/3NMjAJCnEH4ANVfQAevuEzcAAAAASUVORK5CYII=");
    }

    .r-sidebar__contact {
        margin: 25px 25px 0 35px;
    }
    .r-sidebar__contact-phone {
        font-weight: 800;
        font-size: 26px;
        line-height: 150%;
    }
    .r-sidebar__contact-phone a {
        color: #021122;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    .r-sidebar__contact-phone a:hover {
        color: #2fbc22;
    }
    .r-sidebar__contact-timework {
        margin: 5px 0 0 0;
    }
    .r-sidebar__contact-messgs {
        display: flex;
        align-items: center;
        margin: 20px 0 0 0;
    }
    .r-sidebar__contact-messgs .contact__items {
        flex: none;
        margin: 0 20px 0 0;
    }
    .r-sidebar__contact-messgs_text {
        flex: 1 0;
    }

    .r-sidebar__contact-bottom {
        width: 204px;
        margin: 30px 0 0;
        text-align: center;
    }
    .r-sidebar__contact-bottom .button {
        width: 100%;
        height: 50px;
    }
    .r-sidebar__contact-bottom .button svg {
        width: 24px;
        height: 24px;
        margin: 0 10px 0 0;
    }
    .r-sidebar__contact-link_email {
        display: inline-block;
        vertical-align: top;
        margin: 10px 0 0 0;
        font-size: 14px;
        line-height: 160%;
    }
    a.r-sidebar__contact-link_email {
        color: #021122;
        text-decoration: none;
    }
    a.r-sidebar__contact-link_email:hover {
        color: #2fbc22;
    }

    .main__title {
        font-size: 30px;
        line-height: 1.2;
        margin: 25px 0 15px;
    }

    .main__title br {
        display: none;
    }

    .main__info-quote {
        bottom: 100px;
        right: 50%;
        transform: translateX(50%);
        max-width: none;
        width: 280px;
    }
}
@media all and (max-width: 342px) {
    a.r-header__phone_link {
        font-size: 19px;
    }
}

/* Footer */
.footer__wrap {
    padding-bottom: 0px;
    position: relative;
    z-index: 7;
    font-size: 16px;
    color: #010031;
}
/* .footer__wrap::after {
    width: 100%;
    height: 930px;
    content: " ";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: url(../img/bgs_footer-spruce.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */
.footer__wrap::before {
    width: auto;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 400px;
    bottom: 0;
    background: #fff;
}
.footer__section-top .wrapper,
.footer__section-middle .wrapper,
.footer__section-bottom .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer__section-top .wrapper {
    padding: 15px 44px 0 44px;
    display: flex;
    align-items: center;
}
.footer__section-middle .wrapper {
    padding-top: 5px;
}
.footer__section-bottom .wrapper {
    padding-top: 0px;
}
.footer__col-one {
    width: 300px;
}
.footer__col-two {
    width: 410px;
}
.footer__col-three {
    width: 190px;
}
.footer__col-four {
    width: 259px;
    margin-right: 41px;
}

.footer__section-middle .footer__col {
    padding-top: 48px;
}
.footer__title {
    height: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    float: left;
    margin: -48px 0 0 0;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
}
.footer__title::before {
    width: 16px;
    height: 16px;
    content: " ";
    display: block;
    margin: 0 15px 0 0;
    border: 5px solid #ffe452;
}

.footer__logo {
    width: 210px;
    height: 50px;
    margin-top: 22px;
}

.footer__phone-number {
    margin-top: 8px;
}
a.footer__phone-value {
    font-weight: 800;
    font-size: 40px;
    line-height: 140%;
    color: #010031;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease;
}
a.footer__phone-value:hover {
    color: #efd235;
}
.footer__phone-timework {
    margin: 5px 0 0 0;
    font-size: 14px;
}
.footer__phone-timework a {
    color: inherit;
    text-decoration: none;
}
.footer__phone-timework a:hover {
    text-decoration: underline;
}

.footer__messanger {
    width: 148px;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    text-align: center;
}
.footer__messanger .contact__item {
    width: auto;
    height: auto;
}
.footer__messanger svg {
    width: 45px;
    height: 48px;
}
.footer__messanger .svg-contact_whatsapp {
    width: 48px;
}
.footer__messanger-text {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 160%;
}

.footer__callback {
    text-align: center;
}
.footer__callback-button {
    width: 100%;
    height: 60px;
    padding: 0;
}
.footer__callback-button .svg-btn_contact-callback {
    width: 24px;
    height: 24px;
    margin: 0 15px 0 0;
}
.footer__callback-text {
    margin: 13px 0 0 0;
    font-size: 14px;
    line-height: 150%;
}

.footer__navs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer__nav {
    width: 190px;
    max-width: 100%;
    font-size: 16px;
}
.footer__nav .nav-list__counter {
    display: inline-flex;
    vertical-align: middle;
    margin-left: 7px;
}
.footer__nav > li + li {
    margin-top: 10px;
}
.footer__nav > li > a {
    line-height: 160%;
    color: #010031;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer__nav > li > a:hover {
    color: #efd235;
}

.footer__office {
    padding-bottom: 40px;
}

a.footer__rules-link {
    color: #010031;
    text-decoration: none;
    transition: color 0.3s ease;
}
a.footer__rules-link:hover {
    color: #efd235;
}

.footer__requsites {
    margin: 0 -160px 0 0;
}

.footer__messages {
    width: 204px;
    margin: -66px 0 0 0;
    text-align: center;
}
.footer__messages-button {
    width: 100%;
    height: 50px;
    min-height: 50px;
}
.footer__messages-button .svg-btn-messages_send {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}
.footer__messages-text {
    margin: 16px 0 0 0;
}
.footer__messages-text a {
    color: #010031;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer__messages-text a:hover {
    color: #efd235;
}

.footer__copyright {
    margin-top: 12px;
    line-height: 1.6;
}

@media all and (max-width: 1240px) {
}
@media all and (max-width: 1100px) {
    a.footer__phone-value {
        font-size: 34px;
    }
    .footer__copyright {
        padding-right: 10px;
    }
}
@media all and (max-width: 990px) {
    .footer__wrap {
        padding: 0 5px 46px;
    }
    .footer__section-top {
        margin-top: 50px;
    }
    .footer__section-top .wrapper,
    .footer__section-middle .wrapper,
    .footer__section-bottom .wrapper {
        flex-direction: column;
    }
    .footer__section-top .wrapper {
        padding-top: 0;
    }
    .footer__section-middle .wrapper {
        padding-top: 0;
    }
    .footer__section-bottom .wrapper {
        padding-top: 0;
    }
    .footer__col-one {
        width: 100%;
    }
    .footer__col-two {
        width: 100%;
    }
    .footer__col-three {
        width: 100%;
    }
    .footer__col-four {
        width: 100%;
        margin-right: 0;
    }

    .footer__section-top .footer__col-one {
        margin-bottom: 30px;
    }
    .footer__section-top .footer__col-two {
        margin-bottom: 24px;
    }
    .footer__section-top .footer__col-three {
        margin-bottom: 30px;
    }

    .footer__section-middle {
        margin: 0;
        background: #f0f1f3;
    }
    .footer__section-middle .footer__col {
        padding: 0;
        margin: 35px 0 0 0;
    }
    .footer__section-middle .footer__col-one {
        order: 20;
        margin: 0;
    }
    .footer__section-middle .footer__col-two {
        width: 315px;
        max-width: 100%;
    }
    .footer__section-middle .footer__nav {
        width: 100%;
    }

    .footer__section-bottom {
        padding-bottom: 50px;
        position: relative;
    }
    .footer__section-bottom .footer__col-four {
        margin-top: 30px;
    }
    .footer__section-bottom .footer__col-two {
        order: 30;
        margin-top: 35px;
    }

    .footer__section-bottom .footer__col-one {
        width: auto;
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
    }

    .footer__copyright {
        padding: 0;
        margin: 0;
    }
    .footer__office {
        padding: 0;
    }

    .footer__phone-number {
        margin: 0;
    }

    .footer__messanger {
        margin: 0;
    }

    .footer__col {
        margin-top: 0;
    }

    .footer__title {
        margin: 0 0 20px 0;
        float: none;
        font-size: 14px;
    }
    .footer__nav {
        font-size: 14px;
    }

    .footer__col-one {
        margin-top: 0;
    }
    .footer__logo {
        margin: 0;
    }

    .footer__callback {
        width: 240px;
    }
    .footer__callback-button {
        height: 50px;
    }
    .footer__callback-text {
        font-weight: 400;
        font-size: 12px;
        line-height: 160%;
        text-align: left;
    }

    .footer__messages {
        margin: 0;
    }

    .footer__messanger {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .footer__messanger .contact__items {
        flex: none;
        margin: 0 20px 0 0;
    }
    .footer__messanger-text {
        flex: 1 0;
        margin: 0;
        font-size: 12px;
        text-align: left;
    }

    .footer__requsites {
        margin: 0;
    }
}

/* Header */
.header__top {
    background: #0fb900;
}
.header__top .wrapper {
    height: 80px;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    align-items: center;
}

.header__nav {
    flex: 1 0;
}
.header__scl {
    margin: 0 0 0 52px;
}
.header__scl .contact__item {
    width: auto;
    height: auto;
}
.header__scl .contact__item svg {
    width: 30px;
    height: 32px;
    color: rgba(255, 255, 255, 0.1);
}
.header__scl .contact__item svg.svg-contact_whatsapp {
    width: 32px;
}

.header__controls {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.header-calculator-img {
    position: relative;
    bottom: 5px;
    margin-left: 60px;
}

a.button__calculator {
    color: #fff;
    text-decoration: none;
}
.button__calculator {
    display: flex;
    align-items: center;
    /* margin: 0 0 0 35px; */
    font-weight: 800;
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.button__calculator .icon__btn-calculator_switch {
    margin: 0 15px 0 0;
}
.button__calculator br {
    display: none;
}

.header__bottom {
    background: #fff;
    background-size: cover;
}
.header__bottom .wrapper {
    padding-top: 23px;
    padding-bottom: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__messanger .contact__item {
    width: auto;
    height: auto;
}
.header__messanger .contact__item svg {
    width: 34px;
    height: 36px;
}
.header__messanger .contact__item .svg-contact_whatsapp {
    width: 36px;
}

.header__logo {
    margin: 0 15px 0 0;
}

.header__short-descr {
    max-width: 90px;
}

.short-descr {
    font-weight: 400;
    font-size: 11px;
    line-height: 180%;
    color: #7a7992;
    font-family: "Okta Neue Normal";
}

.header__phone-number {
    position: relative;
    color: #fff;
    padding-left: 35px;
}
a.header__phone-value {
    color: #010031;
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 140%;
    font-size: 22px;
    font-weight: 700;
    font-family: "Okta Neue";
    font-style: normal;
}
a.header__phone-value:hover {
    color: #ffe452;
}
.header__phone-value {
    /* padding: 0 0 0 34px; */
    position: relative;
}
.header__phone-number .icon__btn-contact_phone {
    position: absolute;
    left: 0;
    top: 2px;
}
.header__phone-timework {
    padding: 0 0 0 0;
    position: relative;
}
.header__phone-timework a {
    color: #fff;
    text-decoration: none;
}
.header__phone-timework a:hover {
    color: #ffe452;
}

.header__buttons {
    display: flex;
    align-items: center;
}
.header__buttons .button + .button {
    margin-left: 5px;
}
.header__buttons .button br {
    display: none;
}
.header__buttons svg {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}
.header__button-callback {
    width: 232px;
    padding: 0;
}
.header__button-faq {
    width: 210px;
    padding: 0;
}

@media all and (max-width: 1260px) {
    .header__scl {
        margin-left: 15px;
    }
    .button__calculator {
        margin-left: 10px;
        font-size: 12px;
        line-height: 1.1;
    }
    .button__calculator .icon__btn-calculator_switch {
        margin-right: 6px;
    }
    .button__calculator br {
        display: block;
    }

    .header__phone-value {
        font-size: 16px;
    }
    .header__button-callback {
        width: auto;
        padding: 0 12px;
    }
    .header__button-faq {
        width: auto;
        padding: 0 12px;
    }
    .header__buttons svg {
        width: 20px;
        height: 20px;
        margin: 0 5px 0 0;
    }
}
@media all and (max-width: 1160px) {
    .nav-list > li > a {
        font-size: 13px;
    }

    /* .header__phone-value {
        padding-left: 24px;
    } */
    .header__phone-value .icon__btn-contact_phone {
        width: 18px;
        height: 18px;
    }
    /* .header__phone-timework {
        padding-left: 24px;
    } */
    .header__buttons .button {
        font-size: 14px;
        text-align: left;
    }
    .header__buttons .button br {
        display: block;
    }
}
@media all and (max-width: 990px) {
    .header__wrap {
        display: none;
    }
}

/* Content */
/* Main */
/* Sections */
.section {
    padding: 100px 0;
    position: relative;
    z-index: 7;
}
.section.sect--content {
    padding-top: 60px;
}

@media all and (max-width: 990px) {
    .section {
        padding: 50px 0;
    }
    .section.sect--content {
        padding-top: 30px;
    }
}

.bgs__section {
    width: auto;
    height: auto;
    position: absolute;
    z-index: -5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: no-repeat center center;
    background-size: cover;
    pointer-events: none;
}
.bgs__section.version--responsive {
    display: none;
}

.bgs__section[data-background-image] {
    opacity: 0;
    transition: opacity 0.6s ease;
}
.bgs__section[data-background-image][data-loaded="true"] {
    opacity: 1;
}

.section__header {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin: 0 0 41px 0;
}
.section__header-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 70px 0 0;
    font-weight: 800;
    font-size: 40px;
    line-height: 140%;
    text-transform: uppercase;
    color: #021122;
}
.section__header-title br {
    display: none;
}
.section__header-title h1 {
    display: block;
    margin: 0;
    font-size: inherit;
}
.section__header-title .title--counter {
    margin-left: 20px;
    color: #adb2b9;
}
.section__header-text {
    width: 333px;
    margin: 0 53px 0 80px;
    font-family: "Okta Neue Normal";
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    color: #7a7992;
}
.section__header-right {
    /* flex: 1 0; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.section__header-bgs_content {
    flex: 1 0;
    position: relative;
}
.section__header-bgs_content::after {
    width: 350px;
    height: 370px;
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -225px;
    background: no-repeat 0 0 url(../img/bgs_product-content.png);
    background-size: 100% 100%;
    pointer-events: none;
}

.section__header-individual_button {
    padding: 0 40px;
}
.section__header-individual_button .btn-icon {
    margin: 0 15px 0 0;
}

.section__header-nav {
    display: flex;
}
.section__header-nav_button {
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px #021122;
    transition: background-color 0.3s ease;
}
.section__header-nav_button:hover {
    background: rgba(44, 183, 66, 0.1);
}
.section__header-nav_button:active {
    background: rgba(44, 183, 66, 0.2);
}
.section__header-nav_button::after {
    width: 16px;
    height: 14px;
    content: " ";
    display: block;
    background: no-repeat 0 0 url(../img/icons/btn-slider_arrw.svg);
    background-size: 100% 100%;
}
.section__header-nav_button.nav_button-prev {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.section__header-nav_button.nav_button-next {
    margin-left: -1px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.section__header-nav_button.nav_button-next::after {
    transform: scale(-1, 1);
}
.section__header-button {
    margin: 0 0 0 20px;
}
.section__header-button .button {
    padding: 0 35px;
}

.section__header-tabs {
    flex: none;
    display: flex;
}
.section__header-tabs_button {
    height: 50px;
    padding: 0 35px;
    font-weight: 800;
    font-size: 15px;
    color: #2fbc22;
    box-shadow: inset 0 0 0 1px #2fbc22;
}
.section__header-tabs_button.current {
    color: #fff;
    background: #2fbc22;
}
.section__header-tabs_button:first-child {
    border-radius: 34px 0 0 34px;
}
.section__header-tabs_button:last-child {
    border-radius: 0 34px 34px 0;
}

@media all and (max-width: 1200px) {
    .section__header-title {
        margin-right: 50px;
        font-size: 32px;
    }
    .section__header-tabs_button {
        padding: 0 15px;
    }
}
@media all and (max-width: 990px) {
    .section__header {
        margin-bottom: 25px;
    }
    .section__header-title {
        margin-right: 46px;
        font-size: 26px;
    }
    .section__header-tabs_button {
        height: 40px;
        padding: 0 30px;
        font-size: 14px;
        white-space: nowrap;
    }

    .section__header-bgs_content {
        display: none;
    }
    .product-width__content .section__header-text,
    .product-width__content .section__header-control {
        display: none;
    }
}
@media all and (max-width: 872px) {
    .section__header {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .section__header-title {
        flex: none;
        min-width: 106px;
    }
    .section__header-title br {
        display: block;
    }
    .section__header-text {
        /*flex: 1 0;*/
        width: auto;
        margin: 0;
        font-size: 14px;
    }
    .section__header-tabs {
        flex: none;
        width: 100%;
        margin: 25px 0 0 0;
    }
    .section__header-tabs_button {
        width: 50%;
    }
    .section__header-right {
        flex: none;
        width: 100%;
        justify-content: space-between;
        margin: 25px 0 0 0;
    }
    .section__header-right .section__header-nav_button {
        width: 48px;
        height: 40px;
    }
    .section__header-right .button {
        height: 40px;
    }

    .box-width__bottom .section-madebyus .section__header-right {
        justify-content: center;
        margin-top: 10px;
    }

    .b-question__phone-img {
        display: none;
    }

    .b-questation__left {
        padding: 40px 35px 35px 35px;
    }

    .contact__items--contact-form {
        display: block;
    }

    .contact-form__label {
        margin-bottom: 15px !important;
    }

    .contact-form__text-input input,
    .contact-form__text-input input:hover,
    .contact-form__text-input input:focus {
        height: 55px !important;
    }

    .contact-form__file-input input,
    .contact-form__file-input input:hover,
    .contact-form__file-input input:focus {
        width: 55px !important;
        height: 55px !important;
    }

    .contact-form__button button,
    .contact-form__button button:hover,
    .contact-form__button button:active,
    .contact-form__button button:visited,
    .contact-form__button button:focus {
        width: 180px !important;
        height: 55px !important;
        margin-top: auto !important;
        margin-bottom: -14px !important;
    }

    .contact-form__button:after {
        top: 69% !important;
        left: 35px !important;
    }

    .section.section-questation .wrapper,
    .section-workcontract .wrapper {
        padding: 60px 40px;
    }

    .section-questation .b-questation__left .version--responsive {
        background-size: cover;
    }

    .s-work-contract__garant {
        bottom: -120px !important;
    }

    .main__flags.s-work-contract__flags {
        display: none;
    }

    .section-workcontract {
        min-height: 800px !important;
    }

    .section-control {
        padding-top: 0 !important;
    }

    .footer__wrap .section-createyourproject .wrapper {
        padding: 0 !important;
    }

    .footer__col-item-3,
    .footer__col-item-6 {
        width: 100% !important;
    }

    .footer__section-top-buttons {
        width: 100% !important;
        padding: 0 !important;
    }

    .footer__section-top-buttons a {
        width: 48% !important;
        padding: 25px;
        line-height: 1.2;
    }

    .footer__section-top-buttons a span {
        display: none !important;
        text-align: center !important;
    }

    .footer__section-bottom {
        display: none !important;
    }

    .footer__wrap {
        padding-bottom: 0 !important;
    }

    .footer__section-middle {
        padding-bottom: 20px !important;
    }
}

/* Section - Start */
.section-start {
    padding: 0;
}
.main__start-wrap {
    height: 800px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.main__start-block {
    width: 440px;
    max-width: 100%;
    font-size: 22px;
    line-height: 140%;
}

.main__start-desc {
    width: 352px;
    max-width: 100%;
    margin: 25px 0 0 0;
    line-height: 160%;
    font-size: 16px;
}
.main__start-desc p {
    margin: 0;
    font-family: "Okta Neue Normal";
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #010031;
}
.main__start-button {
    width: 260px;
    height: 60px;
    padding: 0 12px;
    margin: 20px 0 0 0;
}
.main__start-button .icon__btn-find_project {
    margin: 0 15px 0 0;
}

@media all and (max-width: 990px) {
    .main__start-wrap {
        height: auto;
        padding-bottom: 0;
    }
}

@media all and (max-width: 990px) {
    .section.section-start {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .section.section-start .bgs__section {
        background-position: center bottom;
    }

    .main__start-button {
        margin-top: 30px;
    }

    .main__start-wrap {
        padding: 0 35px;
        flex-direction: column;
    }
    .main__start-tipers {
        width: 180px;
        height: 205px;
        position: relative;
        margin: 52px auto 0 auto;
    }
    .main__start-tipers .postip--header_left {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        bottom: auto;
    }
    .main__start-tipers .postip--header_right {
        position: absolute;
        left: 0;
        right: auto;
        top: auto;
        bottom: 0;
    }
}
@media all and (max-width: 460px) {
    .section.section-start .version--pc {
        display: none;
    }
    .section.section-start .version--responsive {
        display: block;
    }
}

/* Section - Advantages */
.section.section-advantages {
    padding: 40px 0 45px 0;
}
.s-advantages__items {
    max-width: 100%;
    display: flex;
    /*align-items: center;*/
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -100px 0px 0px 0px;
}
.s-advantages__item {
    width: 300px;
    background: #fff;
    /*padding: 35px;*/
    padding: 40px 40px 45px;
    text-align: left;

    -webkit-box-shadow: 4px 4px 5px -4px rgba(34, 60, 80, 0.05);
    -moz-box-shadow: 4px 4px 5px -4px rgba(34, 60, 80, 0.05);
    box-shadow: 4px 4px 5px -4px rgba(34, 60, 80, 0.05);
}
.s-advantages__item-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 30px;
    width: 70px;
    height: 70px;
    background: #eff8ee;
    border-radius: 999px;
}
.s-advantages__item-value {
    display: flex;
    align-items: center;
    justify-content: left;
    /*margin-bottom: 10px;*/
    margin-bottom: 20px;
    /*font-weight: 800;*/
    /*font-size: 20px;*/
    /*line-height: 120%;*/
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    /*text-transform: uppercase;*/
    /*color: #2fbc22;*/
    color: #010031;
    font-family: "Berlingske Serif";
}
/*.s-advantages__item-value::after,*/
/*.s-advantages__item-value::before {*/
/*    width: 24px;*/
/*    height: 44px;*/
/*    content: " ";*/
/*    display: block;*/
/*    background: none;*/
/*    background-size: 100% 100%;*/
/*}*/
/*.s-advantages__item-value::after {*/
/*    margin: 0 0 0 20px;*/
/*    transform: scale(-1, 1);*/
/*}*/
/*.s-advantages__item-value::before {*/
/*    margin: 0 20px 0 0;*/
/*}*/
.s-advantages__item-text {
    /*font-size: 16px;*/
    /*line-height: 160%;*/
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
    font-family: "Okta Neue Normal";
    text-align: left;
    color: #021122;
}

@media all and (max-width: 1100px) {
    .title {
        display: block;
        width: 100%;
    }

    .s-advantages__items {
        justify-content: center;
        margin-top: -25px;
    }
    .s-advantages__item {
        /*width: 50%;*/
        width: 100%;
        margin-top: 25px;
        padding: 20px;
    }

    .s-advantages__item-img-wrapper {
        margin-bottom: 15px;
    }

    .s-advantages__item-value {
        margin-bottom: 5px;
    }

    .s-advantages__item-text {
        padding: 0 !important;
    }
}
@media all and (max-width: 772px) {
    .section.section-advantages {
        padding: 35px 0 40px 0;
    }
    .s-advantages__items {
        align-items: flex-start;
    }
    .s-advantages__item-value {
        position: relative;
        font-size: 20px;
    }
    .s-advantages__item-value::after {
        margin: 0 0 0 10px;
    }
    .s-advantages__item-value::before {
        margin: 0 10px 0 0;
    }
    .s-advantages__item-text {
        padding: 0 10px;
        font-size: 14px;
    }
}

/* Section - Actions */
.section-action {
    padding: 0;
    position: relative;
    z-index: 8;
    margin-bottom: -119px;
}
.s-action__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -15px;
}
.s-action__item {
    flex: 1 0;
    padding: 15px;
}
.s-action__box {
    padding: 60.976% 0 0 0;
    position: relative;
    z-index: 3;
    color: #fff;
    background: #fff;
}

.s-action__box-inner {
    width: 170px;
    position: absolute;
    left: 55px;
    top: 40px;
}
.s-action__box-inner::before {
    width: 16px;
    height: 16px;
    content: " ";
    display: block;
    margin: 0 0 25px 0;
    border: 5px solid #ffe452;
}
.s-action__box-title {
    /*font-weight: 800;*/
    /*font-size: 18px;*/
    /*line-height: 160%;*/
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    /*text-transform: uppercase;*/
    font-family: "Berlingske Serif";
}
.s-action__box-text {
    /*margin: 14px 0 0 0;*/
    /*font-size: 16px;*/
    /*line-height: 160%;*/
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
    font-family: "Okta Neue";
}
.s-action__box-bgs {
    width: auto;
    height: auto;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: no-repeat right center;
    background-size: cover;
}

@media all and (max-width: 1200px) {
    .s-action__box-inner {
        width: 150px;
        left: 33px;
        top: 35px;
    }
    .s-action__box-inner::before {
        margin: 0 0 5px 0;
    }
    .s-action__box-title {
        font-size: 16px;
    }
    .s-action__box-text {
        margin: 5px 0 0 0;
        font-size: 14px;
    }
}
@media all and (max-width: 960px) {
    .s-action__items {
        margin: -15px -15px 0 -15px;
    }
    .s-action__item {
        flex: none;
        width: 320px;
        padding: 15px 15px 0 15px;
    }
}
@media all and (max-width: 422px) {
    .s-action__item {
        width: 100%;
    }
}

/* Section - Projects */
.section-project {
    background: #f0f1f3;
}
.section-project .wrapper {
    padding-top: 87px;
}
.product__items {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.product__items .flickity-page-dots {
    position: relative;
    bottom: auto;
    margin: 60px 0 0 0;
}
@media all and (max-width: 960px) {
    .product__items .flickity-page-dots {
        margin: 20px 0 30px 0;
    }
}
@media all and (max-width: 772px) {
    .product__items .flickity-page-dots {
        display: none;
    }
}
.product__items .flickity-viewport {
    width: 100%;
}

.product__items.fn_carousel_prods > .product__item {
    display: none;
}
.product__items.fn_carousel_prods > .product__item:nth-child(1),
.product__items.fn_carousel_prods > .product__item:nth-child(2),
.product__items.fn_carousel_prods > .product__item:nth-child(3),
.product__items.fn_carousel_prods > .product__item:nth-child(4) {
    display: block;
}
.product__items.fn_carousel_prods .product__item {
    min-height: 100%;
}

.product__item {
    flex: none;
    width: 25%;
    padding: 15px;
    display: flex;
}
@media all and (max-width: 1172px) {
    .product__item {
        width: 33.333333%;
    }
}
@media all and (max-width: 900px) {
    .product__item {
        width: 50%;
    }
}
@media all and (max-width: 672px) {
    .product__item {
        width: 100%;
    }
}

.product__box {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 25px 35px;
    background: #fff;
}
.product__box-images {
    height: 220px;
    position: relative;
    margin: 0 -25px 14px;
}

a.product__box-image {
    text-decoration: none;
}
.product__box-image {
    height: 220px;
    display: block;
}
.product__box-image img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.product__box-image_thumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    left: 35px;
    bottom: 30px;
}
a.product__box-image_thumb-link {
    text-decoration: none;
}
.product__box-image_thumb-link {
    width: 44px;
    height: 34px;
    display: block;
    overflow: hidden;
    margin: 5px 5px 0 0;
    position: relative;

}
.product__box-image_thumb-link::after {
    width: auto;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    z-index: 7;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: inset 0 0 0 5px #fff;

    transition: box-shadow 0.3s ease;
}
.product__box-image_thumb-link:hover::after {
    box-shadow: inset 0 0 0 5px #f8efc8;
}
.product__box-image_thumb-link.current::after {
    box-shadow: inset 0 0 0 5px #ffe452;
}
.product__box-image_thumb-link img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.product__box-image_thumb-link.link-more {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 42px;
    font-weight: 800;
    font-size: 14px;
    color: #021122;
    background: #ffe452;
    transition: background-color 0.3s ease;
}
.product__box-image_thumb-link.link-more:hover {
    background-color: #efd235;
}
.product__box-image_thumb-link.link-more:active {
    background-color: #ffe452;
}
.product__box-image_thumb-link.link-more::after {
    display: none;
}

.product__box-labels {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: absolute;
    left: 35px;
    top: 25px;
}
.product__box-label {
    height: 30px;
    line-height: 30px;
    padding: 0 13px;
    margin: 0 5px 5px 0;
    position: relative;
    font-weight: 800;
    font-size: 14px;
    color: #021122;
    background: #ffe452;
}
.product__box-label:first-child::after {
    width: 15px;
    height: 4px;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    background: no-repeat 0 0
        url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAECAYAAABREWWJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABeSURBVBhXjY6xDYAwDATfyRSUrJRFMRvABmYCmtBTpoHHIBqkCDjpm9efbGFOxH9WjyKIAdQv2cc0hKCQ3aTpxru/qMgcvDZEKgonafW8VkW4pBn0V6ILZevfxk+AA9fjJ1uHVf1vAAAAAElFTkSuQmCC");
}

.product__box-button_pointer {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 35px;
    top: 20px;
    background: #ffe452 no-repeat center center url(../img/icons/btn-pointer.svg);
    border-radius: 50%;
    transition: background-color 0.3s ease;
}
.product__box-button_pointer:hover {
    background-color: #efd235;
}
.product__box-button_pointer:active {
    background-color: #ffe452;
}

.product__box-img {
    height: 60px;
    display: flex;
    align-items: center;
    margin: 0 0 25px 0;
}
.product__box-img img {
    width: 60px;
    height: 60px;
    margin: 0 -5px 0 0;
    box-shadow: 0 0 0 10px #fff;
    border-radius: 50%;
    object-fit: cover;
}

.product__box-title {
    /* min-height: 35px; */
    margin: 25px 0 15px 0;
    font-weight: 800;
    font-size: 20px;
    line-height: 140%;
    color: #021122;
    text-align: left;
}
.product__box-title a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: "Berlingske Serif";
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #010031;
}
.product__box-title a:hover {
    color: #2fbc22;
}

.product__box-tabs {
    /* display: flex; */
    position: relative;

    /* margin: 0 -15px 20px; */
    /* border-bottom: 1px solid #e2e6eb; */
}
/* .product__box-tabs::after {
    width: 25px;
    height: 12px;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    background: no-repeat 0 0
        url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAALCAYAAACK9ybzAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAB4SURBVDhPtY7NCoAgEAZ3D6lF7/+OQYcu4mqQaUQFLf25DXiQhW8GYwJ+YEqz1hI4H0BcQn5chok81Eanp2Qkx+pMHm4bA4i4/IskXLVW1XrdeS25q+Z4LHlazXEp+VLNwUpKqjk2iVQ1BzoKUbKaA7t+iJLVZwBmKlWCllEoZ1oAAAAASUVORK5CYII=");
    background-size: 100% 100%;
} */
.product__box-tab {
    width: 100%;
    text-align: left;
    /* padding: 0 15px; */
    /* display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-transform: uppercase; */
    transition: color 0.3s ease;
    margin-bottom: 15px;
    font-family: "Okta Neue Normal";
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #7a7992;
}
.product__box-tab:hover {
    color: #888;
}
.product__box-tab.current {
    color: #2fbc22;
}

.product__material {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.product__material-text {
    font-family: "Okta Neue Normal";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #010031;
    margin: 0 0 0 12px;
}

.product__price {
    display: flex;
    flex-direction: column;
}
.product__price-subtitle {
    margin-top: 20px;

    font-family: "Okta Neue Normal";
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
    color: #7a7992;
}

.product__price-text-wrapper {
    width: 100%;

    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.product__price-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    font-feature-settings: "pnum" on, "lnum" on;
}

.product__price-estimate {
    display: flex;
    align-items: center;
}

.product__price-estimate p {
    margin: 0 0 0 5px;
}

.product__box-tabox {
    flex: 1 auto;
    display: none;
}
.product__box-tabox.current {
    display: block;
}

.product__box-prop {
    height: 40px;
    padding: 0 25px 0 20px;
    display: flex;
    align-items: center;
    line-height: 1;
    background: #f6f7f8;
    border-radius: 50px;
}
.product__box-prop:nth-child(even) {
    background-color: transparent;
}
.product__box-prop_icon {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    background: no-repeat center center url(../img/icons/product-prop.png);
    background-size: 100% 100%;
}
.product__box-prop_value {
    flex: 1 0;
    font-size: 16px;
    color: #021122;
}
.product__box-prop_label {
    flex: none;
    font-weight: 800;
    font-size: 15px;
    line-height: 160%;
    color: #021122;
}
.product__box-prop_label button {
    border-bottom: 1px dashed #2fbc22;
    font-weight: bold;
    color: #2fbc22;
}
.product__box-prop_label button:hover {
    border-bottom-color: transparent;
}

.product__box-shop {
    margin: 20px 0 0 0;
}
.product__box-button_calc {
    width: 100%;
}
.product__box-button_more {
    width: 100%;
    margin: 10px 0 0 0;
}

.product__box-desc {
    font-size: 14px;
    line-height: 160%;
}

.product__box-facts {
    flex: 1 auto;
    margin: 5px 0 0 0;
}
.product__box-facts_item {
    min-height: 40px;
    padding: 5px 0;
    display: flex;
    align-items: center;
    position: relative;
}
.product__box-facts_item::after {
    width: auto;
    height: 1px;
    content: " ";
    display: block;
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 0;
    background: #e2e6eb;
}
.product__box-facts_item > dt {
    flex: 1 0;
}
.product__box-facts_item > dd {
    min-width: 86px;
    font-weight: bold;
    font-size: 15px;
}

.product__item.item-madebyus .product__box {
    box-shadow: inset 0 0 0 1px #e2e6eb;
}
.product__item.item-madebyus .product__box-image_thumb-link {
    width: 40px;
    height: 40px;
}

a.product__box-more_link {
    color: #2fbc22;
    text-decoration: none;
}
.product__box-more_link {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    margin: 18px 0 0 0;
    font-weight: 800;
    font-size: 15px;
    color: #2fbc22;
}
.product__box-more_link svg {
    margin: 0 0 0 15px;
}
.product__box-more_link:hover {
    color: #48c828;
}
.product__box-more_link:active {
    color: #28ac1d;
}

.t-drop .product__box-facts_item dd {
    min-width: 65px;
}

.product-scroller {
    overflow: hidden;
    overflow-x: auto;
}
.product-scroller__move {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
.product-scroller .product__items {
    flex-wrap: nowrap;
}
.product-scroller .product__item {
    width: 330px;
    display: flex;
}

.scroll-element_outer {
    position: relative;
}
.scroll-element_track {
    height: 5px;
    background: #f0f1f3;
    border-radius: 50px;
}
.scroll-element_outer .scroll-bar {
    width: 200px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    background: #2fbc22;
    border-radius: 50px;
    cursor: pointer;
}
.scroll-element_outer .scroll-bar::after {
    width: auto;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
}
.scroll-element_outer .scroll-bar:hover {
    background-color: #48c828;
}
.scroll-element_outer .scroll-bar:active {
    background-color: #28ac1d;
}

.product-scroller__bar {
    width: 850px;
    max-width: 100%;
    margin: 60px auto 0;
}
.product-scroller__bartext {
    width: 266px;
    padding: 0 0 0 62px;
    position: relative;
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 160%;
    color: #646c78;
}
.product-scroller__bartext::before {
    width: 32px;
    height: 32px;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -16px 0 0 0;
    background: no-repeat 0 0 url(../img/icons/scrollbar-pointer.svg);
    background-size: 100% 100%;
}
@media all and (max-width: 472px) {
    .product-scroller__bar {
        padding: 0 25px;
        margin: 50px 0 0;
    }
    .product-scroller__bartext {
        padding-left: 57px;
        margin-top: 25px;
        font-size: 11px;
    }
}

/* Section - SendProject */
/* Section - Portfolio */
.section-madebyus {
    padding-bottom: 0;
    position: relative;
    z-index: 8;
}
.bgs__section-madebyus {
    width: auto;
    height: 780px;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: -440px;
    overflow: hidden;
    pointer-events: none;
}
.bgs__section-madebyus_inner {
    width: 2388px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.section-madebyus .bgs__sawdust-left {
    width: 620px;
    height: 820px;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
}
.section-madebyus .bgs__sawdust-right {
    width: 614px;
    height: 496px;
    position: absolute;
    left: auto;
    right: 200px;
    top: auto;
    bottom: 260px;
}

.s-madebyus__map {
    height: 0px;
    position: relative;
    z-index: 1;
    margin: 0 0 0px 0;
    background: #f0f1f3;
}
@media all and (max-width: 472px) {
    .s-madebyus__map {
        height: 0px;
        margin: 0 0 -15px 0;
    }
}

.s-madebyus__header {
    display: flex;
    position: relative;
    z-index: 2;
    margin: 0 0 30px 0;
}
.s-madebyus__block {
    flex: none;
    width: 410px;
    display: flex;
    margin: 0 30px 0 0;
    color: #fff;
    background: #2fbc22;
}
.s-madebyus__block-inner {
    width: 100%;
    padding: 50px 65px 40px 65px;
    position: relative;
    z-index: 3;
}
.s-madebyus__block-count {
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 70px;
}
.s-madebyus__block-count img {
    margin: 0 0 0 25px;
}
.s-madebyus__block-title {
    margin-top: -5px;
    font-size: 16px;
}
.s-madebyus__block-desc {
    margin: 32px 0 0 0;
    font-size: 16px;
    line-height: 160%;
}
.s-madebyus__block-button {
    width: 215px;
    min-height: 60px;
    margin: 36px 0 0 0;
}
.s-madebyus__block-button .icon__btn-find_project {
    margin: 0 15px 0 0;
}
.s-madebyus__block-button:hover .icon__btn-find_project {
    filter: invert(1);
}

@media all and (max-width: 1300px) {
    .s-madebyus__block-inner {
        padding: 34px 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .s-madebyus__block-count {
        font-size: 64px;
    }
    .s-madebyus__block-count img {
        width: 54px;
        height: 54px;
        margin-left: 15px;
    }
    .s-madebyus__block-button {
        margin-top: 20px;
    }
    .s-madebyus__one-more .t-drop_rb {
        left: auto;
        right: 100%;
        clip-path: polygon(0% 0%, 100% 0, 100% 100%, calc(100% - 25px) calc(100% - 10px), 0 calc(100% - 10px));
    }
}
@media all and (max-width: 1100px) {
    .s-madebyus__header {
        flex-direction: column;
        margin: 0 0 20px 0;
    }
    .s-madebyus__block {
        width: 100%;
        margin: 0 0 20px 0;
    }
}
@media all and (max-width: 960px) {
    .s-madebyus__block-inner .bgs__section.version--pc {
        display: none;
    }
    .s-madebyus__block-inner .bgs__section.version--responsive {
        display: block;
    }
}

.s-madebyus__one {
    flex: 1 0;
}
.s-madebyus__one-imagebox {
    padding: 51.178% 0 0 0;
    position: relative;
}
.s-madebyus__one-imagebox_inner {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.s-madebyus__one-imagebox_photo {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.s-madebyus__one-imagebox_photo img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.s-madebyus__one-imagebox_photos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    left: 55px;
    bottom: 50px;
}
.s-madebyus__one-more {
    position: relative;
    z-index: 77;
}
.s-madebyus__one-more .t-drop {
    opacity: 0;
    visibility: hidden;
}
.s-madebyus__one-imagebox_photos_link:hover + .t-drop {
    opacity: 1;
    visibility: visible;
}
a.s-madebyus__one-imagebox_photos_link {
    text-decoration: none;
}
.s-madebyus__one-imagebox_photos_link {
    width: 60px;
    height: 60px;
    display: block;
    overflow: hidden;
    margin: 0 10px 0 0;
    position: relative;
    border-radius: 50%;
}
.s-madebyus__one-imagebox_photos_link::after {
    width: auto;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    z-index: 7;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: inset 0 0 0 7px #fff;
    border-radius: 50%;
    transition: box-shadow 0.3s ease;
}
.s-madebyus__one-imagebox_photos_link:hover::after {
    box-shadow: inset 0 0 0 7px #f8efc8;
}
.s-madebyus__one-imagebox_photos_link.current::after {
    box-shadow: inset 0 0 0 7px #ffe452;
}
.s-madebyus__one-imagebox_photos_link img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
}

.s-madebyus__one-imagebox_photos_link.link-more {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffe452;
    transition: background-color 0.3s ease;
}
.s-madebyus__one-imagebox_photos_link.link-more:hover {
    background-color: #efd235;
}
.s-madebyus__one-imagebox_photos_link.link-more:active {
    background-color: #ffe452;
}
.s-madebyus__one-imagebox_photos_link.link-more::after {
    display: none;
}
.s-madebyus__one-imagebox_photos_link.link-more svg {
    width: 14px;
    height: 14px;
}

@media all and (max-width: 1300px) {
    .s-madebyus__one-imagebox_photos {
        left: 20px;
        bottom: 20px;
    }
}
@media all and (max-width: 1100px) {
    .s-madebyus__one-imagebox {
        height: 435px;
        padding: 0;
    }
    .s-madebyus__one-imagebox_photo img {
        object-fit: cover;
    }
    .s-madebyus__one-imagebox_photos_link {
        width: 50px;
        height: 50px;
    }
    .s-madebyus__one-more .t-drop_rb {
        width: 220px;
        padding: 25px;
        margin: 0 -26px 10px 0;
    }
    .s-madebyus__one-more .product__box-title {
        margin: 0 0 10px 0;
        font-size: 14px;
    }
    .s-madebyus__one-more .product__box-desc {
        font-size: 12px;
    }
}

/* Main MAP */
.portfolio__map-outer {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.portfolio__map-outer > div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.portfolio__map-outer .balloon_layout_normal > ymaps {
    background: 0 !important;
}
.portfolio__map-outer .ymaps-2-1-78-balloon__layout,
.portfolio__map-outer .ymaps-2-1-78-balloon__content {
    background: 0 !important;
}
.portfolio__map-outer .ymaps-2-1-78-balloon__layout {
    overflow: visible !important;
}
.portfolio__map-outer .ymaps-2-1-78-balloon__content > ymaps {
    overflow: visible !important;
}
.portfolio__map-outer .ymaps-2-1-78-balloon__tail {
    display: none !important;
}

#body .ymaps-2-1-78-outer-panes {
    z-index: 6700 !important;
}
#body .ymaps-2-1-78-copyrights-pane,
#body .ymaps-2-1-78-controls__control {
    z-index: 740 !important;
}

.portfolio__map-outer .map-location__content {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
}
.portfolio__map-outer .map-location__image {
    width: 100%;
    height: 173px;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 15px 15px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
}
.portfolio__map-outer .map-location__image img {
    width: 100%;
    height: auto;
    min-height: 158px;
    vertical-align: top;
    margin: 0;
}

.map-location__block .t-drop {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
}

.map-location__block {
    width: 250px;
    background: #fff;
    position: absolute;
    right: auto !important;
    left: 100% !important;
    top: auto !important;
    bottom: 100%;
    margin: 0 0 10px 75px !important;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 25px calc(100% - 10px), 0 100%);
    animation: fadeInMiniMap 0.3s;
}
@keyframes fadeInMiniMap {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.map-location__close {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    background: red;
    z-index: 777;
    right: 5px;
    top: 5px;
    border-radius: 50%;
}
.map-location__close svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    opacity: 0.8;
    pointer-events: none;
}
.map-location__close:hover svg {
    opacity: 1;
}
.popover-inner > ymaps {
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
}

.portfolios-item-block {
    width: 400px;
    max-width: 100%;
}
.portfolios-item-address {
    padding: 10px 0 0 0;
    display: flex;
    align-items: center;
    margin: 0 0 14px 0;
    font-family: "Mont", sans-serif;
    font-size: 0.9em;
}
.portfolios-item-address svg {
    flex: none;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}
.portfolios-item-address path {
    fill: var(--color-cerulean);
}

.page-portfolio__image {
    margin: 0 0 20px 0;
    text-align: center;
}
.page-portfolio__image img {
    vertical-align: top;
    width: auto;
    max-width: 100%;
    height: auto;
}

/* Section - Reviews */
.section-reviews {
    padding-bottom: 0;
    color: #021122;
}

.s-reviews__items {
    display: flex;
    flex-wrap: wrap;
}
.s-reviews__items > .flickity-viewport {
    width: 100%;
}

.s-reviews__items.fn_carousel_reviews > .s-reviews__item {
    display: none;
}
.s-reviews__items.fn_carousel_reviews > .s-reviews__item:nth-child(1),
.s-reviews__items.fn_carousel_reviews > .s-reviews__item:nth-child(2) {
    display: flex;
}

.s-reviews__item {
    width: 50%;
    min-height: 570px;
    padding: 70px 45px;
    display: flex;
}
.s-reviews__item:nth-child(odd) {
    background-color: #25b600;
    justify-content: flex-end;
    color: #021122;
}
.s-reviews__item:nth-child(even) {
    background-color: #ffe452;
    justify-content: flex-start;
}
.s-reviews__box {
    width: 620px;
    max-width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.s-reviews__box-heads {
    flex: none;
    display: flex;
}
.s-reviews__box-left {
    width: 190px;
    margin: 0 -36px 0 0;
}
.s-reviews__box-photo {
    width: 54px;
    height: 54px;
    margin: 0 0 15px 0;
}
.s-reviews__box-photo img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    border-radius: 50%;
}
.s-reviews__box-name {
    max-width: 146px;
    font-weight: 800;
    font-size: 20px;
    line-height: 140%;
    word-break: break-word;
}
.s-reviews__box-city {
    margin-top: 10px;
    font-size: 16px;
    line-height: 160%;
}
.s-reviews__box-message {
    flex: 1 0;
    padding: 3px 0 0 66px;
    position: relative;
    font-size: 16px;
    line-height: 160%;
}
.s-reviews__box-message::after {
    width: 36px;
    height: 36px;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: no-repeat 0 0 url(../img/icons/review-qoute.svg);
    background-size: 100% 100%;
}

.s-reviews__box-footer {
    margin: 20px 0 0 0;
}
.s-reviews__box-photos {
    height: 120px;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.s-reviews__box-photos .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin: 0;
    box-shadow: 0 0 0 10px #f0f1f3;
    transform: translateY(-50%);
    background: #2fbc22;
    opacity: 1;
    transition: background-color 0.3s ease;
}

.s-reviews__item:nth-child(even) .s-reviews__box-photos .flickity-prev-next-button {
    box-shadow: 0 0 0 10px #f6f7f8;
}

.s-reviews__box-photos .flickity-prev-next-button[disabled] {
    background-color: #adb2b9;
}
.s-reviews__box-photos .flickity-prev-next-button:hover {
    background-color: #48c828;
}
.s-reviews__box-photos .flickity-prev-next-button:active {
    background-color: #28ac1d;
}
.s-reviews__box-photos .flickity-prev-next-button.previous {
    left: -20px;
}
.s-reviews__box-photos .flickity-prev-next-button.next {
    right: -20px;
}
.s-reviews__box-photos .flickity-prev-next-button .flickity-button-icon {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
}
.s-reviews__box-photos.flickity-enabled {
    overflow: visible;
}
.s-reviews__box-photos > .flickity-viewport {
    width: 100%;
}
a.s-reviews__box-photos_item {
    display: block;
    text-decoration: none;
}
.s-reviews__box-photos_item {
    flex: none;
    width: 180px;
    height: 120px;
    margin: 0 20px 0 0;
}
.s-reviews__box-photos_item img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.s-reviews__box-bottom {
    display: flex;
    align-items: center;
    margin: 45px 0 0 0;
}
.s-reviews__box-button_more {
    width: 220px;
    height: 60px;
    display: flex;
    align-items: center;
    margin: 0 40px 0 0;
}

.s-reviews__box-othimg {
    display: flex;
    align-items: center;
}
.s-reviews__box-othimg_item {
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 -7px 0 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #f0f1f3;
    object-fit: cover;
}
.s-reviews__item:nth-child(even) .s-reviews__box-othimg_item {
    box-shadow: 0 0 0 10px #f6f7f8;
}
a.s-reviews__box-othimg_button {
    color: #021122;
    text-decoration: none;
    transition: color 0.3s ease;
}
.s-reviews__box-othimg_button {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
}
.s-reviews__box-othimg_button[data-counter]::before {
    flex: none;
    width: 50px;
    height: 50px;
    content: attr(data-counter);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
    font-weight: 800;
    font-size: 14px;
    color: #021122;
    background: #ffe452;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #f0f1f3;
}
.s-reviews__item:nth-child(even) .s-reviews__box-othimg_button[data-counter]::before {
    box-shadow: 0 0 0 10px #f6f7f8;
}
.s-reviews__box-othimg_button-label {
    flex: none;
    width: 82px;
    line-height: 160%;
}
a.s-reviews__box-othimg_button:hover {
    color: #2fbc22;
}

.s-reviews__page .s-reviews__item {
    min-height: auto;
}
.s-reviews__page .s-reviews__item:nth-child(odd),
.s-reviews__page .s-reviews__item:nth-child(even) {
    background-color: transparent;
    box-shadow: 0 0 0 1px #eee;
}
.s-reviews__page .s-reviews__box-photos .flickity-prev-next-button {
    box-shadow: 0 0 0 10px #fbfbfb;
}
.s-reviews__page .s-reviews__box-othimg_item,
.s-reviews__page .s-reviews__box-othimg_button[data-counter]::before {
    box-shadow: 0 0 0 10px #fbfbfb;
}

@media all and (max-width: 1300px) {
    .s-reviews__item {
        min-height: 460px;
        padding: 10px;
    }
    .s-reviews__box-button_more {
        width: auto;
        margin: 0 20px 0 0;
    }
    .s-reviews__box-othimg_button-label {
        width: auto;
    }
}
@media all and (max-width: 1200px) {
    .s-reviews__item {
        width: 100%;
    }
    .s-reviews__item:nth-child(odd),
    .s-reviews__item:nth-child(even) {
        justify-content: flex-start;
    }
    .s-reviews__box {
        width: 100%;
    }
}
@media all and (max-width: 1100px) {
}
@media all and (max-width: 990px) {
}
@media all and (max-width: 772px) {
    .s-reviews__item {
        padding-top: 50px;
        padding-bottom: 48px;
    }
    .s-reviews__box-heads {
        flex-direction: column;
        margin: 0 0 20px 0;
    }

    .s-reviews__box-left {
        width: 100%;
        padding: 0 0 20px 84px;
        overflow: hidden;
    }
    .s-reviews__box-photo {
        float: left;
        margin: 0 0 0 -84px;
    }
    .s-reviews__box-city {
        font-size: 14px;
    }

    .s-reviews__box-message {
        padding: 0 0 0 49px;
        font-size: 14px;
    }
    .s-reviews__box-message::after {
        width: 24px;
        height: 24px;
    }

    .s-reviews__box-photos {
        height: auto;
    }
    .s-reviews__box-photos_item {
        width: 33.333333%;
        height: auto;
        margin: 0 10px 0 0;
    }

    .s-reviews__box-photos .flickity-prev-next-button {
        width: 30px;
        height: 30px;
        box-shadow: 0 0 0 7px #f0f1f3;
    }
    .s-reviews__item .flickity-page-dots {
        display: none;
    }

    .s-reviews__box-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .s-reviews__box-button_more {
        width: 202px;
        max-width: 100%;
        height: 50px;
    }
    .s-reviews__box-othimg {
        margin: 25px 0 0 0;
    }
}

/* Section - Docwork */
.section-workcontract {
    min-height: 1055px;
    display: flex;
    padding: 0;
    background-image: url(../img/bg-hero-two.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.section-workcontract .wrapper {
    padding-top: 430px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.s-work-contract {
    display: flex;
    /* justify-content: space-between; */
    position: relative;
    margin-bottom: 40px;
}

.s-work-contract--width {
    max-width: 300px;
}

.s-work-contract__title {
    margin-top: 0;
}

.s-work-contract__flags {
    padding-top: 30px;
}

.s-work-contract__left {
    width: 330px;
    max-width: 100%;
    font-size: 22px;
    line-height: 140%;
}
.s-work-contract__right {
    width: 260px;
}

.radiustips {
    width: 170px;
    height: 190px;
    position: absolute;
    left: 55%;
    top: 160px;
}

.s-work-contract__left .section__title {
    margin: 0 0 25px 0;
    text-align: left;
    text-transform: uppercase;
}
.s-work-contract__left .section__title h1,
.s-work-contract__left .section__title .h1 {
    margin: 0;
    line-height: 1.4;
}
.s-work-contract__desc {
    width: 330px;
    max-width: 100%;
    margin: 25px 0 0 0;
    line-height: 160%;
    font-size: 16px;
}
.s-work-contract__button {
    width: 260px;
    height: 60px;
    padding: 0 12px;
    margin: 40px 0 0 0;
}
.s-work-contract__button .icon__btn-find_project {
    margin: 0 15px 0 0;
}

@media all and (max-width: 772px) {
    .s-work-contract__desc {
        margin: 20px 0 0 0;
        font-size: 14px;
    }
    .s-work-contract__button {
        margin: 30px 0 0 0;
    }
}

.s-work-contract__city-value {
    font-weight: 800;
    font-size: 70px;
    line-height: 104%;
    color: #021122;
}
.s-work-contract__city-subtext {
    font-size: 16px;
    line-height: 160%;
    color: #021122;
}
.s-work-contract__city-text {
    margin: 20px 0 30px 0;
    font-size: 16px;
    line-height: 160%;
    color: #021122;
}

.s-work-advantages {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.s-work-advantages__item {
    width: 25%;
    padding: 15px;
    display: flex;
}
.s-work-advantages__box {
    width: 100%;
    padding: 45px 55px 47px 55px;
    color: #fff;
    background: rgba(15, 185, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}
.s-work-advantages__box-title {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 24px 0;
    font-weight: 800;
    font-size: 16px;
    line-height: 160%;
    text-transform: uppercase;
    color: #fff;
}
.s-work-advantages__box-title .icon__cube {
    margin: 0 21px 0 0;
}
.s-work-advantages__box-text {
    font-size: 16px;
    line-height: 160%;
}

@media all and (max-width: 1170px) {
    .s-work-advantages__box {
        padding: 39px 35px;
    }
    .s-work-advantages__box-title {
        font-size: 15px;
    }
    .s-work-advantages__box-text {
        font-size: 14px;
    }
}
@media all and (max-width: 1000px) {
    .s-work-advantages {
        margin: -15px 10px 0;
    }
    .s-work-contract {
        padding: 0 15px;
        flex-direction: column;
    }
    .s-work-contract__left {
        width: 290px;
        max-width: 100%;
        padding: 0 15px;
    }
    .s-work-contract__right {
        width: 290px;
        max-width: 100%;
        padding: 0 15px;
        margin: 50px 0 0 0;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .s-work-contract__city-heads {
        flex: none;
        width: 136px;
        margin: 0;
    }
    .s-work-contract__city-value {
        margin-top: -5px;
        font-size: 64px;
    }
    .s-work-contract__city-subtext {
        font-size: 14px;
    }
    .s-work-contract__city-text {
        flex: 1 0;
        margin: 0;
        font-size: 14px;
    }
    .s-work-contract .b-mores {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .s-work-contract__postip {
        height: 314px;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }
    .s-work-contract__postip .postip--workcontract_center {
        left: 50%;
        top: 173px;
        right: auto;
        bottom: auto;
    }

    .section-workcontract {
        background: #fff;
    }
    .section-workcontract .wrapper {
        /*padding: 50px 0;*/
        padding: 60px 40px;
    }
    .section-workcontract .bgs__section.version--pc {
        background-size: 1920px auto;
        background-position: center bottom;
    }
}
@media all and (max-width: 920px) {
    .section-workcontract .wrapper {
        /*padding-bottom: 53px;*/
        padding: 60px 40px;
    }
    .s-work-advantages {
        margin: -15px 20px 0;
    }
    .s-work-advantages__item {
        width: 100%;
        padding: 15px 0 0 0;
    }
}
@media all and (max-width: 472px) {
    .section-workcontract .bgs__section.version--pc {
        display: none;
    }
    .section-workcontract .bgs__section.version--responsive {
        display: block;
    }

    .s-work-contract__left,
    .s-work-contract__desc,
    .s-work-contract__right {
        width: 100%;
    }
    .s-work-contract__button {
        height: 50px;
    }
}

/* Section - Services */
.section-spectrservices {
    padding: 100px 0 208px 0;
    color: #fff;
    background: #011a34;
}
.section-spectrservices .wrapper {
    width: 1270px;
    min-height: 760px;
}
.s-spectrservices__heads {
    display: flex;
    align-items: flex-start;
}
.s-spectrservices__left {
    width: 410px;
    max-width: 100%;
    margin: 0 30px 0 0;
}
.s-spectrservices__title {
    margin: 0 0 25px 0;
    line-height: 140%;
    text-transform: uppercase;
}
.s-spectrservices__desc {
    max-width: 330px;
    font-size: 16px;
    line-height: 160%;
}
.s-spectrservices__left .b-mores {
    width: 276px;
    max-width: 100%;
    margin: 40px 0 0 0;
}
.s-spectrservices__left .b-mores__text {
    color: inherit;
}

.s-spectrservices__infos {
    flex: 1 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.s-spectrservices__infos-item {
    flex: none;
    width: 300px;
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 160%;
}
@media all and (min-width: 961px) {
    .s-spectrservices__infos-item:nth-child(2) {
        margin-top: 40px;
        margin-right: 80px;
    }
    .s-spectrservices__infos-item:nth-child(3) {
        margin-left: 80px;
    }
    .s-spectrservices__infos-item:nth-child(4) {
        margin-top: 38px;
    }
}

.s-spectrservices__infos-item_title {
    padding: 0 0 0 36px;
    position: relative;
    margin: 0 0 20px 0;
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
}
.s-spectrservices__infos-item_title::after {
    flex: none;
    content: " ";
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 5px solid #ffe452;
    position: absolute;
    left: 0;
    top: 5px;
}

.s-spectrservices__postip {
    width: 830px;
    height: 310px;
    position: relative;
    float: right;
    margin: -26px 61px 0 0;
}
.s-spectrservices__postip .radiustip {
    position: absolute;
}
.postip--spectrservices_1 {
    left: 0;
    top: 96px;
}
.postip--spectrservices_2 {
    left: 331px;
    bottom: 0;
}
.postip--spectrservices_3 {
    right: 220px;
    bottom: 74px;
}
.postip--spectrservices_4 {
    right: 0;
    top: 0;
}

@media all and (max-width: 960px) {
    .s-spectrservices__postip {
        width: 255px;
        height: 255px;
        float: none;
        margin: 75px auto 0;
    }
    .postip--spectrservices_1 {
        display: none;
    }
    .postip--spectrservices_2 {
        left: 0;
        right: auto;
        top: auto;
        bottom: 0;
    }
    .postip--spectrservices_3 {
        left: 70px;
        right: auto;
        top: 0;
        bottom: auto;
    }
    .postip--spectrservices_4 {
        left: auto;
        right: 0;
        top: auto;
        bottom: 40px;
    }

    .section-spectrservices {
        padding: 50px 0 185px 0;
    }
    .section-spectrservices .bgs__section.version--pc {
        display: none;
    }
    .section-spectrservices .bgs__section.version--responsive {
        display: block;
    }
    .s-spectrservices__heads {
        padding: 0 15px;
        display: block;
    }
    .s-spectrservices__infos {
        display: block;
        margin: 45px 0 0 0;
    }
    .s-spectrservices__infos-item {
        width: 100%;
        margin: 26px 0 0 0;
    }
    .s-spectrservices__infos-item:nth-child(even) {
        margin: 26px 0 0 31px;
    }
}
@media all and (max-width: 772px) {
    .radiustip.postip--spectrservices_2 .radiustipr__drop,
    .radiustip.postip--spectrservices_3 .radiustipr__drop,
    .radiustip.postip--spectrservices_4 .radiustipr__drop {
        width: 180px;
        padding: 10px;
        font-size: 12px;
    }

    .radiustip.postip--spectrservices_2 .radiustipr__drop.tiprpos--lt {
        left: 100%;
        right: auto;
        top: auto;
        bottom: 100%;
        margin: 0 30px 0 0;
    }
    .radiustip.postip--spectrservices_2 .radiustipr__drop.tiprpos--lt::after,
    .radiustip.postip--spectrservices_2 .radiustipr__drop.tiprpos--lt::before {
        clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 11px), 24px calc(100% - 11px), 0 100%);
    }
    .radiustip.postip--spectrservices_3 .radiustipr__drop {
        width: 160px;
        padding-top: 18px;
        bottom: auto;
        top: 70px;
        margin: 0 -50px 0 0;
    }
    .radiustip.postip--spectrservices_3 .radiustipr__drop::after,
    .radiustip.postip--spectrservices_3 .radiustipr__drop::before {
        clip-path: polygon(0 11px, calc(100% - 24px) 11px, 100% 0, 100% 100%, 0% 100%);
    }
    .radiustip.postip--spectrservices_4 .radiustipr__drop {
        margin: 0 20px 0 0;
    }
}

/* Section - Control */

.section-control {
    padding-top: 110px;
    /* height: 1780px; */
    padding-bottom: 836px;
    margin: 0 0 -400px 0;
    color: #000;
    background: #fff;
    position: relative;
}

.section-control:after {
    width: 100%;
    height: 930px;
    content: " ";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/bgs_footer-spruce.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.s-control__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 32px 0;
    padding-right: 80px;
}

.s-control__header-col {
    max-width: 380px;
    font-family: "Okta Neue Normal";
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    color: #7a7992;
    margin: 0;
}

.s-control__button .svg-btn_contact-faq {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.s-control__header-col {
    width: 33.333333%;
}
.s-control__header-col.col--title {
    flex-shrink: 0;
    margin: 0;
    text-transform: uppercase;
    line-height: 140%;
}
.s-control__header-col.col--ldesc {
    padding: 31px 55px 31px 0;
    font-size: 16px;
    line-height: 160%;
}
@media all and (max-width: 772px) {
    .s-control__header-col.col--ldesc {
        padding: 0;
        font-size: 14px;
    }
}
.s-control__header-desc_title {
    padding: 0 0 0 36px;
    position: relative;
    font-size: 16px;
    line-height: 160%;
}
.s-control__header-desc_title .icon__cube {
    position: absolute;
    left: 0;
    top: 5px;
}
.s-control__header-col.col--faq {
    position: relative;
}
.s-control__header-tips {
    width: 220px;
    padding: 28px 36px 29px 36px;
    position: absolute;
    left: 0;
    bottom: -56px;
    background: #021122;
    box-shadow: inset 0 0 0 1px #142335;
}
.s-control__header-tips::after {
    width: 12px;
    height: 26px;
    content: " ";
    display: block;
    position: absolute;
    right: 100%;
    bottom: 0;
    margin: 0 -1px 0 0;
    background: no-repeat right bottom
        url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAaCAYAAACD+r1hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADYSURBVDhPjZQ9EoIwEEY3zNBTSO8MY0+D5+AmXMGjeASvYG2hR+AAFlZSSDYkTD4VyN+rksy8bF4TUkpRKruqUZldRykPTc1SUrJATN17GNKEYl8X+uHtOH7ShDzLW516YeY0Qd/eCaazWUcFE6uF4tnfrmYfn6BjSfDJ7sICYqWU8+2GoIDYV//o7VFY+I8FXmEdC/wTVrHAKbhigVNwxQKn4IoFG8EXC7YTPLFgIYRiwUIIxYKFEIoFXyEWC34TIrFgFlJiwSykxAJhPrKyOt5JUG3PAhBNRip3ox++y18AAAAASUVORK5CYII=");
}
.s-control__header-tips_image {
    vertical-align: top;
    margin: 0 0 25px 0;
}
.s-control__header-tips_text {
    font-size: 14px;
    line-height: 150%;
}
.s-control__header-tips_button {
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    transition: color 0.3s ease;
}
.s-control__header-tips_button .btn-icon {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}
.s-control__header-tips_button:hover {
    color: #ffe452;
}

@media all and (max-width: 772px) {
    .section-whitecontrol .s-control__header-tips::after {
        width: 26px;
        height: 12px;
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: auto;
        top: auto;
        bottom: 100%;
        margin: 0 0 -1px 0;
        background: no-repeat right bottom
            url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAMCAYAAAB8xa1IAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADvSURBVDhPvZPJDoIwFEVvQQVBnKJGTfz//3KhURyYoYy2pBJNnEXPokmH9L6T15KCgT8gbXYW/CBCmmVi6TdIcZKCxinW2yP2lgtKE7FVLxIfhv0O5pMhVKWFg+1htT3UblkGcWRZgt5WMJsMWLBRuyVZrsxiMRuJ6TX8nQRRDNcLkRc5K0SFriloyLI48TqV0S0IIaXldNzHaNBFluUw9w52RwchK+AdHhrdww9p1UOl1UTP0J5afhR0hhvabsD6mVQ91jVV7F7zVdAlzyxrCzrDLf0wYqG0suSBDx/DJ/DLux2t/CaG3i6/ie0FOAFh94kt3brgbAAAAABJRU5ErkJggg==");
    }
}
@media all and (max-width: 772px) {
    .box-width__bottom + .section-whitecontrol .s-control__header-tips::after {
        width: 26px;
        height: 12px;
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: auto;
        top: auto;
        bottom: 100%;
        margin: 0 0 -1px 0;
        background: no-repeat right bottom
            url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAMCAYAAAB8xa1IAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADvSURBVDhPvZPJDoIwFEVvQQVBnKJGTfz//3KhURyYoYy2pBJNnEXPokmH9L6T15KCgT8gbXYW/CBCmmVi6TdIcZKCxinW2yP2lgtKE7FVLxIfhv0O5pMhVKWFg+1htT3UblkGcWRZgt5WMJsMWLBRuyVZrsxiMRuJ6TX8nQRRDNcLkRc5K0SFriloyLI48TqV0S0IIaXldNzHaNBFluUw9w52RwchK+AdHhrdww9p1UOl1UTP0J5afhR0hhvabsD6mVQ91jVV7F7zVdAlzyxrCzrDLf0wYqG0suSBDx/DJ/DLux2t/CaG3i6/ie0FOAFh94kt3brgbAAAAABJRU5ErkJggg==");
    }
}

.b-step-work {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* box-shadow: inset -1px -1px 0 #142335; */
}
.b-step-work__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33.333333%;
    padding: 15px 55px 48px 55px;
    box-shadow: 1px 0 0 0 #e2e5ec, 0 1px 0 0 #e2e5ec, inset 1px 0 0 0 #e2e5ec, inset 0 1px 0 0 #e2e5ec;
}

.b-step-work__item-image {
    position: relative;
}

.b-step-work__item-image::after {
    content: attr(data-number);
    position: absolute;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    top: 30px;
    right: 45px;
    border-radius: 99px;
    background: #ffed57;
    outline: 10px solid #ffffff;
}

.b-step-work__item-title {
    font-family: "Berlingske Serif";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    position: relative;
}
/* .b-step-work__item-title::after {
    flex: none;
    content: " ";
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 5px solid #ffe452;
    position: absolute;
    left: 0;
    top: 5px;
} */
.b-step-work__item-text {
    position: relative;
    font-family: "Okta Neue Normal";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    text-align: center;
}

.section-whitecontrol {
    padding-bottom: 500px;
    margin: 0 0 -415px 0;
}
.section-whitecontrol .bgs__section {
    top: -372px;
    background-position: center 0;
    background-size: auto;
}
.section-whitecontrol .s-control__header-tips {
    background: #fff;
    box-shadow: inset 0 0 0 1px #e2e6eb;
}
.section-whitecontrol .s-control__header-tips_button {
    color: #2fbc22;
}
.section-whitecontrol .s-control__header-tips_button:hover {
    color: #48c828;
}
.section-whitecontrol .b-step-work {
    box-shadow: inset -1px -1px 0 #e2e6eb;
}
.section-whitecontrol .b-step-work__item {
    box-shadow: inset 1px 1px 0 #e2e6eb;
}
.section-whitecontrol .b-step-work__item-title::after {
    border-color: #2fbc22;
}

.section-whitecontrol .s-control__header-tips::after {
    width: 12px;
    height: 26px;
    content: " ";
    display: block;
    position: absolute;
    right: 100%;
    bottom: 0;
    margin: 0 -1px 0 0;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAaCAYAAACD+r1hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADeSURBVDhPjZTBDYIwGEbbAvFgjB49MgKjsAkrOIojuIITOIIYQRLkwNGEhFqafjGt5W9f8ie0yQt9PZRLKVksz26QwnwHadt3IRLOooU5EdV+t40T6no8MCnLTZrGCUk2lUq4ZFmkwAWv1Jz1YrklapqmLx6v/m7W4VtaYtUvTmZJHwmx82e6mi1aQGyeH2uzRQtWLECcO04sZj3ajQVewRcLvIIvFngFbyxwotZiMf/Ra7HAEqhYYAlULLAEMhYgKBCL+UWHYoEWYmKBFmJigX7Imm64qeesMHsEjH0BlWr1n75IuUAAAAAASUVORK5CYII=");
}

@media all and (max-width: 990px) {
    .s-control__header {
        padding: 0 15px;
        flex-direction: column;
    }
    .s-control__header-col {
        width: 100%;
    }
    .s-control__header-col.col--title {
        margin-bottom: 20px;
    }
    .s-control__header-col.col--faq {
        margin-top: 30px;
    }
    .s-control__header-desc_title {
        padding: 0;
    }
    .s-control__header-desc_title .icon__cube {
        display: none;
    }
    .s-control__header-col.col--desc {
        padding: 0;
    }
    .s-control__header-tips {
        width: auto;
        margin: 0;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }
    .s-control__header-tips::after {
        width: 26px;
        height: 12px;
        left: 0;
        right: auto;
        top: auto;
        bottom: 100%;
        margin: 0 0 -1px 0;
        background: no-repeat 0 0
            url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAMCAYAAAB8xa1IAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADaSURBVDhPvZIJDoIwEACXCqLlKl/w/2+TChIuS90uoDVRQxAcUiCkyWTKOiw9afgDLIkT8H0fGNuNn7aB7VwXXFxCCAiDkN63gJlbWZYgZQZt15FMiHT1ShIZ+r6Htm1AXiSKr6tXPkQ2HZaZyiw7UyXnAVUej3xx5VvRhNaaKvP8AkVRoMSBOIogwuV5+3HXPL6KbJS6Df8Sj7ZpWqw7UKU52jmVs0U2Q2VOpRqvoTKmAfrEItGEGaBnZUOiT5U/iWzsSqXUS6WZ2tVEE6ayqiuqrPFpJJxzuAMipGndZ8f24wAAAABJRU5ErkJggg==");
    }

    .b-step-work__item {
        width: 50%;
    }

    .section-whitecontrol {
        position: relative;
        overflow: hidden;
    }
    .section-whitecontrol .s-control__header {
        position: relative;
    }
    .section-whitecontrol .s-control__header::after {
        width: 360px;
        height: 468px;
        content: " ";
        position: absolute;
        right: -220px;
        top: 0;
        background: no-repeat 0 0 url(../img/bgs_processwork.png);
        background-size: 100% 100%;
        pointer-events: none;
    }
}
@media all and (max-width: 772px) {
    .section-control {
        padding-bottom: 470px;
    }
    .b-step-work__item {
        width: 100%;
        padding: 40px 35px;
    }
    .b-step-work__item-title {
        font-size: 15px;
    }
    .b-step-work__item-text {
        font-size: 14px;
    }
}

/* Section - Content */
.section-content {
    flex: 1 0;
    padding-top: 52px;
    padding-bottom: 50px;
    background: #f0f1f3;
}
.section-content--nobgs {
    background-color: transparent;
}

/* Page - Product */
/* Page - Product - Elements */
.w-block {
padding: 0px 35px 45px 45px;
    margin-top: 30px;

}
.w-block:first-child {
    margin-top: 0;
}
.w-block__header {
    min-height: 90px;
    padding: 10px 45px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0px -45px 0;
}
.w-block__header > h1,
.w-block__header > .h1,
.w-block__header > h2,
.w-block__header > .h2 {
    margin: 0;
}
.w-block__header::before {
    width: auto;
    height: 11px;
    content: " ";
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 1px 0 0 #e2e6eb;
}
.w-block__header::after {
    width: 25px;
    height: 11px;
    content: " ";
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    background: no-repeat 0 0
        url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAALCAYAAACK9ybzAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACTSURBVDhPY/wPBAw0AP+Axn79+oPh+89fDFS35MfP32CDv377+eH//78LGBkZN1DFEmRX//z1+wAjE9OGP98/LVRUVPwAkqfIEmyulpUUPQiVhgOSLSHkamyAaEuIdTU2gNcSclyNDWC1hBJXYwNwS6jlamyA8fuPX/+p6Wqs4NGz1/sfv3ibf//+fQGoEJUBAwMAgEvJCbihCfAAAAAASUVORK5CYII=");
}
.w-block__header-title {
    padding: 0 0 0 36px;
    position: relative;
    font-weight: 800;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    color: #021122;
}
.w-block__header-title::before {
    width: 16px;
    height: 16px;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    border: 5px solid #2fbc22;
}

.w-block__sub {
    margin: 10px 0;
}

.w-block__header + .w-block__header {
    margin-top: -10px;
}

.w-block__header-name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.w-block__header-photo {
    width: 44px;
    height: 44px;
    margin: 0 20px 0 0;
}
.w-block__header-photo img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    border-radius: 50%;
}

.w-block__header-tabs {
    display: flex;
    text-transform: uppercase;
}
a.w-block__header-tabs_item {
    color: #646c78;
    text-decoration: none;
}
.w-block__header-tabs_item {
    height: 90px;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 7;
    font-weight: 800;
    font-size: 20px;
    color: #646c78;
}
.w-block__header-tabs_item::after {
    width: auto;
    height: 3px;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2fbc22;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.w-block__header-tabs_item:hover::after {
    opacity: 0.2;
}
.w-block__header-tabs_item.current {
    color: #2fbc22;
}
.w-block__header-tabs_item.current::after {
    opacity: 1;
}

@media all and (max-width: 990px) {
    .w-block {
        padding: 25px;
        margin-top: 20px;
    }
    .w-block__header {
        min-height: 80px;
        padding-left: 35px;
        padding-right: 35px;
        margin: -25px -25px 0;
    }
}
@media all and (max-width: 772px) {
    .w-block__header-tabs {
        padding: 19px 0 0 35px;
        overflow: hidden;
        overflow-x: auto;
        margin: 0 -35px;
    }
    .w-block__header-tabs_item {
        flex: none;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        margin-right: 5px;
        font-size: 15px;
        white-space: nowrap;
        background: #f0f1f3;
        border-radius: 50px;
    }
    .w-block__header-tabs_item::after {
        display: none;
    }
    .w-block__header-tabs_item.current {
        color: #fff;
        background-color: #2fbc22;
    }

    .w-block__header-help {
        width: 100%;
        padding: 0 0 0 52px;
        display: block;
        position: relative;
        margin: 20px 0 25px 0;
        font-weight: 400;
        font-size: 11px;
        line-height: 160%;
        color: #646c78;
    }
    .w-block__header-help::after {
        width: 32px;
        height: 32px;
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: no-repeat 0 0 url(../img/icons/scrollbar-pointer.svg);
        background-size: 100% 100%;
    }
}

/* Page - Product - Header */
.product-width__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}
.product-width__title {
    flex: 1 0;
    margin: 0;
    font-weight: 800;
    font-size: 40px;
    text-transform: uppercase;
}
.product-width__finish {
    flex: none;
    width: 364px;
    display: flex;
    align-items: center;
}
.product-width__finish-date {
    width: 173px;
    height: 46px;
    padding: 0 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px 0 0;
    font-weight: 800;
    font-size: 14px;
    color: #021122;
    background: #ffe452;
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 5px), 15px calc(100% - 5px), 0 100%);
}
.product-width__finish-date_icon {
    width: 17px;
    height: 18px;
    margin: 0 15px 0 0;
}
.product-width__finish-text {
    flex: 1 0;
    font-size: 12px;
    line-height: 160%;
    color: #646c78;
}

.product-width__middle {
    display: flex;
    margin-bottom: 15px;
}
.product-width__left {
    flex: 1 auto;
}
.product-width__right {
    flex: none;
    width: 410px;
    margin: 0 0 0 30px;
	    background: #fff;
}
@media all and (max-width: 1170px) {
    .product-width__middle {
        flex-direction: column;
    }
    .product-width__right {
        width: 100%;
        margin: 30px 0 0 0;
    }
}
@media all and (max-width: 772px) {
    .product-width__middle {
        margin-bottom: 20px;
    }
    .product-width__middle + .product-width__middle {
        margin-bottom: 50px;
    }
    .product-width__middle .product-width__right {
        display: none;
    }
}

.product-width__imagebox {
    height: 600px;
    position: relative;
}
.product-width__warranty {
    width: 130px;
    height: 200px;
    padding: 0 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 14;
    left: 45px;
    top: -15px;
    font-weight: 800;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: no-repeat 0 0 url(../img/bgs_product-warranty.png);
    background-size: 100% 100%;
}
.product-width__warranty img {
    margin: 0 auto 20px auto;
}

.product-width__labels {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: absolute;
    z-index: 7;
    right: 45px;
    top: 40px;
}
.product-width__label {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    margin: 0 0 0 5px;
    position: relative;
    font-weight: 800;
    font-size: 20px;
    color: #021122;
    background: #ffe452;
}
.product-width__label:first-child::after {
    width: 15px;
    height: 4px;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    background: no-repeat 0 0
        url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAECAYAAABREWWJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABeSURBVBhXjY6xDYAwDATfyRSUrJRFMRvABmYCmtBTpoHHIBqkCDjpm9efbGFOxH9WjyKIAdQv2cc0hKCQ3aTpxru/qMgcvDZEKgonafW8VkW4pBn0V6ILZevfxk+AA9fjJ1uHVf1vAAAAAElFTkSuQmCC");
}

.product__sliderbox > .product__sliderbox-item {
    display: none;
}
.product__sliderbox > .product__sliderbox-item:first-child {
    display: block;
}
.product__sliderbox-item {
    width: 100%;
    display: block;
}
.product__sliderbox-item img {
    width: 100%;
    vertical-align: top;
    object-fit: cover;
}

.product__sliderbox .flickity-prev-next-button {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    margin: -25px 0 0 0;
    transform: none;
    background: #ffed57;
    border-radius: 50px;
}
.product__sliderbox .flickity-prev-next-button svg {
    display: none;
}
.product__sliderbox .flickity-prev-next-button::after {
    width: 16px;
    height: 14px;
    content: " ";
    display: block;
    background: no-repeat 0 0 url(../img/icons/btn-sliderbox_arrw.svg);
    background-size: 100% 100%;
}
.flickity-prev-next-button.previous {
    left: 45px;
}
.flickity-prev-next-button.next {
    right: 45px;
}
.flickity-prev-next-button.next::after {
    transform: scale(-1, 1);
}

.product__sliderbox-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
}
.product__sliderbox-nav_button {
    width: 80px;
    height: 60px;
    margin: 0 5px;
    overflow: hidden;
    position: relative;

}
.product__sliderbox-nav_button::after {
    width: auto;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    box-shadow: inset 0 0 0 8px #fff;
    transition: box-shadow 0.3s ease;
}
.product__sliderbox-nav_button:hover::after {
    box-shadow: inset 0 0 0 8px rgba(255, 228, 82, 0.48);
}
.product__sliderbox-nav_button.current::after {
    box-shadow: inset 0 0 0 8px #ffe452;
}
.product__sliderbox-nav_button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media all and (max-width: 1170px) {
    .product-width__title {
        font-size: 32px;
    }
    .product-width__imagebox {
        width: 850px;
        max-width: 100%;
        margin: 0 auto;
    }
}
@media all and (max-width: 772px) {
    .product-width__header {
        flex-direction: column;
        align-items: flex-start;
    }
    .product-width__title {
        font-size: 26px;
    }
    .product-width__imagebox {
        width: auto;
        max-width: none;
        height: auto;
        margin: 0 -20px;
    }
    .product-width__finish {
        width: 100%;
        margin: 11px 0 0 0;
    }
    .product-width__finish-text {
        flex: 1 0;
    }

    .product-width__warranty {
        width: 100px;
        height: 155px;
        left: 35px;
        font-size: 12px;
        line-height: 140%;
    }
    .product-width__warranty img {
        width: 30px;
        height: 30px;
        margin-bottom: 15px;
    }

    .product-width__labels {
        right: 35px;
        top: 30px;
    }
    .product-width__label {
        height: 30px;
        line-height: 31px;
        padding: 0 13px;
        font-size: 14px;
    }

    .product__sliderbox .flickity-prev-next-button {
        width: 56px;
        height: 40px;
    }
    .product__sliderbox .flickity-prev-next-button::after {
        width: 13px;
        height: 12px;
    }
    .product__sliderbox-nav {
        bottom: 57px;
    }
    .product__sliderbox-nav_button {
        width: 40px;
        height: 40px;
        margin: 0 3px;
    }
    .product__sliderbox-nav_button::after {
        box-shadow: inset 0 0 0 5px #fff;
    }
    .product__sliderbox-nav_button:hover::after {
        box-shadow: inset 0 0 0 5px rgba(255, 228, 82, 0.48);
    }
    .product__sliderbox-nav_button.current::after {
        box-shadow: inset 0 0 0 5px #ffe452;
    }

    .product-width__left .w-block {
        margin: -35px 0 0 0;
        position: relative;
        z-index: 5;
    }
}
@media all and (max-width: 472px) {
    .product__sliderbox-item img {
        height: 386px;
    }
}

/* Page - Product - Project */
.product-width__project {
    padding: 25px;
    display: flex;
    margin: 28px 0 0 0;
    background: #faf6ed;
    border-radius: 24px;
}
.product-width__project-image {
    flex: none;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin: -25px -20px -25px -25px;
}
.product-width__project-image img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.product-width__project-desc {
    flex: 1 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 160%;
}
@media all and (max-width: 772px) {
    .product-width__project {
        padding: 35px;
        flex-direction: column;
    }
    .product-width__project-image {
        order: 2;
        height: 130px;
        position: relative;
        margin: 0 -35px -35px;
    }
    .product-width__project-image img {
        width: 270px;
        max-width: none;
        height: auto;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin: 0 0 0 -135px;
    }
    .product-width__project-desc {
        order: 1;
    }
}

/* Page - Product - Props */
.product-width__props {

    margin: 5px 0 0 0;
}
.product-width__props-col {
    flex: 1 0;
}
.product-width__props-col.col--main {
    flex: none;
    width: 285px;
    max-width: 38%;
    margin: 0 30px 0 0;
}

.product-width__props-col_title {
    margin: 0 25px 15px;
    color: #646c78;
}

.product-width__props-group {
    overflow: hidden;
}
.product-width__props-group .group--left {
    width: 215px;
    max-width: 49%;
    float: left;
}
.product-width__props-group .group--right {
    width: 215px;
    max-width: 49%;
    float: right;
}

.product-width__props-items dl,
.product-width__props-items dt,
.product-width__props-items dd {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    line-height: 1.14;
}

.product-width__props-items {
    width: 100%;
    display: table;
}
.product-width__props-items dl {
    display: table-row;
}
.product-width__props-items dt {
    padding: 12px 0 12px 25px;
    display: table-cell;
    background: #f0f1f3;
}
.product-width__props-items dd {
    padding: 9px 25px 9px 0;
    display: table-cell;
    font-weight: 800;
    font-size: 15px;
    background: #f0f1f3;
}
.product-width__props-items dl:nth-child(even) dt,
.product-width__props-items dl:nth-child(even) dd {
    background-color: transparent;
}

@media all and (max-width: 1220px) {
    .product-width__props {
        flex-direction: column;
    }
    .product-width__props-col.col--main {
        width: 100%;
        max-width: none;
        margin-bottom: 25px;
    }
    .product-width__props-group .group--left,
    .product-width__props-group .group--right {
        width: 49%;
    }
    .product-width__props-items dd {
        width: 120px;
    }
}
@media all and (max-width: 772px) {
    .product-width__props-col_title {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .product-width__props-group .group--left,
    .product-width__props-group .group--right {
        width: 100%;
        max-width: 100%;
        float: none;
    }
    .product-width__props-group .group--right dl:nth-child(even) dt,
    .product-width__props-group .group--right dl:nth-child(even) dd {
        background-color: #f0f1f3;
    }
    .product-width__props-group .group--right dl:nth-child(odd) dt,
    .product-width__props-group .group--right dl:nth-child(odd) dd {
        background-color: transparent;
    }
}

/* Page - Product - Completes */
.p-completes {
    overflow: hidden;
    margin: 0px 0px;
}
.p-completes__item {
    padding: 16px 45px 33px;
    position: relative;
	background:#fff;
	width: 49%;
float: left;
	margin: 8px 8px 0px 0px;
	
}
.p-completes__item::before {
    width: auto;
    height: 11px;
    content: " ";
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;

}
.p-completes__item::after {
    width: 25px;
    height: 11px;
    content: " ";
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;

}
.p-completes__item-title {
    float: left;
    font-weight: 800;
    font-size: 20px;
    color: #021122;
}
.p-completes__item-price {
    float: right;
    font-weight: 800;
    font-size: 20px;
}
.p-completes__item-desc {
    clear: both;
    max-width: 190px;
    font-size: 12px;
    line-height: 160%;
}
.p-completes__item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0 0;
}
.p-completes__item-check {
    position: relative;
}
.p-completes__item-check input {
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: 0;
}
.p-completes__item-check_label {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #adb2b9;
}
.p-completes__item-check_label::before {
    width: 24px;
    height: 24px;
    content: " ";
    display: block;
    margin: 0 10px 0 0;
    background: no-repeat center center url(../img/icons/check-arrw.svg);
    box-shadow: inset 0 0 0 1px #adb2b9;
    border-radius: 50px;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.p-completes__item-check input:checked + .p-completes__item-check_label {
    color: #2fbc22;
}
.p-completes__item-check input:checked + .p-completes__item-check_label::before {
    background-color: #2fbc22;
    box-shadow: inset 0 0 0 1px #2fbc22;
}

.p-completes__button {
    width: 100%;
    height: 80px;
    margin: 10px 0 0 0;
}
.p-completes__button .btn-icon {
    margin: 0 15px 0 0;
}

.p-completes__control-text {
    max-width: 240px;
    margin: 15px auto 0;
    font-size: 12px;
    line-height: 160%;
    color: #646c78;
    text-align: center;
}

.b-contact {
    margin: 26px 0 0 0;
    text-align: center;
}
.b-contact_ortext {
    margin: 0 0 11px 0;
}
.b-contact_phone {
    font-weight: 800;
    font-size: 28px;
}
.b-contact_phone a {
    color: #021122;
    text-decoration: none;
    transition: color 0.3s ease;
}
.b-contact_phone a:hover {
    color: #2fbc22;
}
.b-contact_timework {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 160%;
    color: #646c78;
}
.b-contact .contact__items {
    margin: 14px 0 0 0;
}
.b-contact a.contact__item {
    width: auto;
    height: auto;
}
.b-contact a.contact__item svg {
    width: 37px;
    height: 40px;
}
.b-contact a.contact__item .svg-contact_whatsapp {
    width: 40px;
}

@media all and (max-width: 990px) {
    .p-completes {
        margin: 0 -25px;
    }
    .p-completes__item {
        padding: 16px 25px 33px;
		
		width: 100%;
    }
}
@media all and (max-width: 772px) {
    .p-completes__item-title {
        font-size: 18px;
    }
    .p-completes__item-price {
        font-size: 18px;
    }
    .p-completes__item-check_label {
        font-size: 12px;
    }
    .p-completes__item-check_label::before {
        width: 20px;
        height: 20px;
    }
}

/* Page - Product - Content */
.product-width__content {
    margin: 110px 0 0 0;
}

.product-width__box {
    display: none;
}
.product-width__box.current {
    display: block;
}

@media all and (min-width: 961px) {
    .product__compl-table table {
        width: 100%;
        border-collapse: collapse;
        border: 0;
        margin: 0;
    }
    .product__compl-table td {
        padding: 15px;
        border: 0;
    }

    .product__compl-table tr:nth-child(odd) td {
        background: #f0f1f3;
    }
    .product__compl-table tr:nth-child(odd) td:first-child {
        border-radius: 16px 0 0 16px;
    }
    .product__compl-table tr:nth-child(odd) td:last-child {
        border-radius: 0 16px 16px 0;
    }

    .wraps .product__compl-table thead tr td {
        padding-bottom: 22px;
        font-weight: 400;
        font-size: 15px;
        color: #bbc0c9;
        background: 0;
        border-radius: 0;
    }
    .wraps .product__compl-table thead tr td:first-child {
        padding-left: 50px;
        font-weight: 600;
        font-size: 16px;
    }

    .product__compl-table tbody td {
        font-weight: 400;
        font-size: 15px;
    }
    .product__compl-table tbody td:first-child {
        width: 315px;
        padding-left: 50px;
        font-weight: 800;
        font-size: 16px;
        line-height: 130%;
    }
}
@media all and (max-width: 960px) {
    .product-width__content {
        margin: 60px 0 0 0;
    }
    .product__compl-table {
        margin: 0 -10px;
    }
    .product__compl-table thead {
        display: none;
    }
    .product__compl-table table,
    .product__compl-table table tbody,
    .product__compl-table table tr,
    .product__compl-table table td,
    .product__compl-table table th {
        display: block;
    }
    .product__compl-table table tr {
        padding: 20px 35px;
        border-radius: 12px;
    }
    .product__compl-table table td {
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
    }
    .product__compl-table table td:first-child {
        margin: 0 0 10px 0;
        font-weight: 800;
        font-size: 16px;
        line-height: 160%;
        color: #12161b;
    }
    .product__compl-table tr:nth-child(odd) {
        background: #f0f1f3;
    }

    .product__compl-table_header {
        width: 200px;
        padding: 10px 0 0 35px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 14px;
        color: #646c78;
    }
}
@media all and (max-width: 772px) {
    .product-width__content {
        margin: 0;
    }
}

/* Page - Product - Questation */
.product__questation {
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.b-question__phone-img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}

.product__questation .b-questation__bgs {
    z-index: 1;
}
.product__questation .middle__b-questation {
    max-width: 1070px;
    height: auto;
    min-height: 585px;
    margin: 0 auto;
}

@media all and (max-width: 1100px) {
    .product__questation {
        padding: 0 0 51px 0;
        position: relative;
        z-index: 7;
        background: #fff no-repeat 0 0 url(../img/bgs_curve-line.png);
    }
    .product__questation .middle__b-questation {
        height: auto;
        padding: 0;
        flex-direction: column;
    }
    .product__questation .b-questation__bgs {
        display: none;
    }
    .product__questation .b-questation__right {
        position: relative;
    }
    .product__questation .b-questation__right::after {
        width: 300px;
        height: 390px;
        content: "";
        display: block;
        position: absolute;
        right: -50px;
        top: -120px;
        background-image: url(../img/responsive-bgs_product-content.png);
        pointer-events: none;
    }

    .product__questation .b-questation__left {
        padding-left: 35px;
        padding-right: 35px;
    }
    .product__questation .b-questation__right {
        padding-left: 35px;
        padding-right: 35px;
        background-image: url(../img/bgs_curve-line.png);
        background-position: 0 0;
        background-repeat: no-repeat;
    }
}

.box-width__bottom {
    position: relative;
    margin-top: -50px;
    background: #fff;
}
.box-width__bottom .section-inproject {
    background: #f0f1f3;
}
.box-width__bottom .section-madebyus {
    padding-top: 13px;
}
.box-width__bottom .section-madebyus::before {
    width: auto;
    height: 323px;
    content: " ";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #f0f1f3;
}
.box-width__bottom + .section-whitecontrol {
    background-color: #fff;
}

/* Paginator */
.paginator-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 50;
    margin: 60px 0 100px 0;
}
.paginator-outer .paginator {
    margin: 0;
}
.paginator {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 60px 0 100px 0;
    font-size: 14px;
    text-align: center;
}
.paginator > a,
.paginator > span {
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    font-weight: 800;
    font-size: 16px;
    color: #646c78;
    text-align: center;
    text-decoration: none;
    background: #e2e6eb;
    border-radius: 34px;
    transition: background-color 0.3s ease;
}
.paginator > a:hover {
    color: #fff;
    background: #2fbc22;
}
.paginator > a.current,
.paginator > span.current {
    color: #fff;
    background: #2fbc22;
    cursor: default;
}

.paginator .paginator__move {
    padding: 0 35px;
}

.paginator__button {
    height: 60px;
    padding: 0 40px;
    margin: 0 0 0 10px;
    font-weight: 800;
    font-size: 16px;
}
.paginator__button svg {
    width: 24px;
    height: 24px;
    margin: 0 15px 0 0;
}

@media all and (max-width: 772px) {
    .paginator-outer {
        flex-direction: column;
        margin: 40px 0 100px 0;
    }
    .paginator {
        margin: 40px 0 100px 0;
    }
    .paginator-outer .paginator {
        margin: 0;
    }
    .paginator > a,
    .paginator > span {
        min-width: 50px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }
    .paginator .paginator__move {
        display: none;
    }
    .paginator__button {
        height: 50px;
        margin: 20px auto 0;
    }
}

/* Catalog - Filter */
.catalog__filter {
    padding: 0;
    margin-bottom: 20px;
    background: #fff;
}

@media all and (min-width: 961px) {
    .catalog__filter .catalog__filter-togglebox {
        max-height: 0;
        position: relative;
        overflow: auto;
    }
    .catalog__filter.display--show .catalog__filter-togglebox {
        max-height: none;
    }
    .catalog__filter.display--show .catalog__filter-button_toggle-close {
        display: block;
    }
    .catalog__filter.display--show .catalog__filter-button_toggle-open {
        display: none;
    }
}

.responsive-catalog__filter-toggle {
    display: none;
    padding: 0;
    margin: 0;
    align-items: flex-start;
}
.responsive-catalog__filter-toggle_button {
    width: 100%;
    height: 70px;
    padding: 0 0 0 71px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    vertical-align: top;
    position: relative;
    font-weight: 800;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    color: #021122;
}
.responsive-catalog__filter-toggle_button::after {
    width: 16px;
    height: 16px;
    content: " ";
    display: block;
    border: 5px solid #2fbc22;
    position: absolute;
    left: 35px;
    top: 50%;
    margin: -9px 0 0 0;
}
.responsive-catalog__filter-toggle_button::before {
    width: 0;
    height: 0;
    content: " ";
    display: block;
    position: absolute;
    right: 38px;
    top: 50%;
    margin: -3px 0 0 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #021122;
    transition: transform 0.3s ease;
}
.toggleshow--filter .responsive-catalog__filter-toggle_button::before {
    transform: rotate(180deg);
}
.toggleshow--filter .responsive-catalog__filter-toggle_button-open {
    display: none;
}
.toggleshow--filter .responsive-catalog__filter-toggle_button-close {
    display: block;
}

.catalog__filter-header {
    height: 89px;
    padding: 0 60px;
    position: relative;
    display: flex;
    align-items: center;
}
.catalog__filter-header_left {
    flex: 1 0;
    display: flex;
    align-items: center;
}
.catalog__filter-header_right {
    flex: none;
    display: flex;
    align-items: center;
}

.catalog__filter-header_title {
    padding: 0 0 0 41px;
    position: relative;
    margin: 0 35px 0 0;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    color: #021122;
}
.catalog__filter-header_title .icon__cube {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.catalog__filter-button_toggle {
    font-weight: 400;
    font-size: 14px;
    color: #646c78;
}
.catalog__filter-button_toggle:hover {
    color: #2fbc22;
}

.catalog__filter-button_toggle-close {
    display: none;
}
.catalog__filter-button_toggle-open {
    display: block;
}

.catalog__filter-sort {
    flex: none;
    display: flex;
    align-items: center;
}
.catalog__filter-sort_title {
    margin: 0 35px 0 0;
    font-weight: 400;
    font-size: 14px;
    color: #646c78;
}

/* RangeChoose */
.filter-choose {
    position: relative;
}
.filter-choose * {
    box-sizing: border-box;
}
.filter-choose-label {
    width: auto;
    height: 50px;
    padding: 0 35px;
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 14px;
    color: #646c78;
    background: #fff;
    border: 1px solid #e2e6eb;
    box-shadow: 0 1px 1px rgba(240, 241, 243, 0.8);
    border-radius: 50px;
}
.filter-choose-label:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.filter-choose-label::after {
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    margin: 0 0 0 15px;
    background: no-repeat center center
        url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10ZM18 10C16.9 10 16 10.9 16 12C16 13.1 16.9 14 18 14C19.1 14 20 13.1 20 12C20 10.9 19.1 10 18 10ZM6 10C4.9 10 4 10.9 4 12C4 13.1 4.9 14 6 14C7.1 14 8 13.1 8 12C8 10.9 7.1 10 6 10Z' fill='%23646C78'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}

.filter-choose-label.drops--open + .filter-choose-drops {
    display: block;
    opacity: 1;
    visibility: visible;
}
.filter-choose-drops,
.filter-choose-drops li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.filter-choose-drops {
    padding: 5px 0;
    display: block;
    position: absolute;
    z-index: 767;
    left: 0;
    right: 0;
    top: 100%;
    margin: 5px 0 0 0;
    font-size: 14px;
    background: #fff;
    border: 1px solid #e2e6eb;
    box-shadow: 0 1px 1px rgba(240, 241, 243, 0.8);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.filter-choose-drops li:first-child .checkbox,
.filter-choose-drops li:first-child .checkitem {
    border-top: 0;
}
.filter-choose .checkbox,
.filter-choose .checkitem {
    width: 100%;
    min-height: 44px;
    padding: 6px 18px;
    display: flex;
    align-items: center;
    position: relative;
    border-top: 1px solid #eee;
    cursor: pointer;
}
.filter-choose .checkbox em,
.filter-choose .checkitem em {
    flex: 1 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-style: normal;
}
.filter-choose .checkbox input,
.filter-choose .checkitem input {
    width: 1px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    background: 0;
    opacity: 0;
}
.filter-choose .checkbox:hover,
.filter-choose .checkitem:hover {
    color: #dc4b42;
}

.filter-choose .checkbox img,
.filter-choose .checkitem img {
    width: 40px;
    height: auto;
    margin: 0 10px 0 0;
}

.filter-choose__icon {
    order: 10;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 6px;
    background: no-repeat 0 0 url(../img/check.svg);
    background-size: 100% 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.filter-choose input:checked + .filter-choose__icon {
    opacity: 1;
}

.filter-choose .checkitem:focus {
    box-shadow: 0 0 5px #fff;
}
.filter-choose .checkitem:focus-within {
    box-shadow: 0 0 5px red;
}

.catalog__filter-togglebox_inner,
.catalog__filter-togglebox_control {
    padding: 35px 60px;
    background: no-repeat 0 0 url(../img/bgs_curve-line.png);
}

.catalog-filters__main {
    margin-top: -5px;
}

.catalog__filter-togglebox_control {
    display: flex;
    align-items: center;
}
.catalog__filter-togglebox_control-left {
    flex: 1 0;
    display: flex;
    align-items: center;
}
.catalog__filter-togglebox_control .button {
    height: 60px;
    padding: 0 40px;
}
.catalog__filter-togglebox_control-left .button {
    margin: 0 10px 0 0;
}

.catalog__filter-button_submit svg {
    flex: none;
    width: 24px;
    height: 24px;
    margin: 0 15px 0 0;
}
.catalog__filter-individual-button svg {
    width: 24px;
    height: 24px;
    margin: 0 15px 0 0;
}

@media all and (max-width: 960px) {
    .catalog__filter-header {
        display: none;
    }
    .responsive-catalog__filter-toggle {
        display: block;
    }
    .catalog__filter-togglebox {
        max-height: 0;
        position: relative;
        overflow: hidden;
        transition: max-height 0.5s ease;
    }
    .toggleshow--filter .catalog__filter-togglebox {
        max-height: 1800px;
    }

    .catalog__filter-togglebox_inner,
    .catalog__filter-togglebox_control {
        padding: 30px 35px;
    }
}

/* Catalog filter */
.filter__row + .filter__row {
    margin: 30px 0 0 0;
}
.filter__box-title {
    margin: 0 0 10px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #646c78;
}
.filter__box-title sup {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -4px;
    padding: 0;
    margin: 0;
}
.filter__box-checkboxes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.filter__box-checkboxes .checkbox__button {
    margin: 0 5px 5px 0;
}

.filter__bullets {
    display: flex;
    margin: -30px;
}
.filter__bullet {
    padding: 30px;
    flex: 1 0;
}

.filter__cols {
    display: flex;
    margin: -16px;
}
.filter__col {
    padding: 16px;
    flex: 1 0;
}

.filter__col .filter__box.box--rangeslider {
    max-width: 380px;
    margin-bottom: 10px;
}

.filter__range {
    height: 60px;
    display: flex;
    border: 1px solid #e2e7ec;
    background: #ffffff;
    box-shadow: inset 0 2px 6px rgba(219, 226, 232, 0.3);
    border-radius: 50px;
}
.filter__range-item {
    flex: 1 0;
}
.filter__range-item + .filter__range-item {
    border-left: 1px solid #e2e7ec;
}
.filter__range-item input {
    width: 100%;
    height: 58px;
    padding: 0 35px;
    display: block;
    margin: 0;
    border: 0;
    background: 0;
    font-weight: 800;
    font-size: 16px;
    text-align: left !important;
}
.filter__rangeslider {
    margin: 6px 0 0 0;
}

.filter__button-toggle {
    width: 100%;
    display: none;
    margin: 25px 0 0 0;
}
.filter__button-toggle svg {
    width: 20px;
    height: 20px;
    margin: 0 12px 0 0;
    color: #424d5e;
}

.filter__button-toggleshow {
    width: 100%;
    display: none;
}
.filter__button-toggleshow svg {
    width: 20px;
    height: 20px;
    margin: 0 12px 0 0;
    color: #424d5e;
}

@media all and (max-width: 960px) {
    .filter__bullets {
        flex-direction: column;
    }
    .filter__bullet {
        flex: none;
    }

    .filter__range {
        height: 50px;
    }
    .filter__range-item input {
        height: 48px;
    }
}

@media all and (max-width: 772px) {
    .filter__bullets {
        margin: -10px 0;
    }
    .filter__bullet {
        padding: 10px 0;
    }

    .filter__range-item input {
        padding: 0 25px;
        font-size: 14px;
    }
    .filter__rangeslider {
        margin: 15px 0 0 0;
    }
    .filter__rangeslider .irs.irs--flat .irs-handle {
        width: 15px;
        height: 15px;
        top: 4px;
        box-shadow: inset 0 0 0 5px #5cb446;
    }

    .filter__cols {
        flex-direction: column;
        margin: -10px 0;
    }
    .filter__col {
        flex: none;
        padding: 10px 0;
    }
    .filter__row + .filter__row {
        margin-top: 10px;
    }
    .filter__box-checkboxes {
        margin-bottom: -5px;
    }

    .filter__button-toggle {
        display: flex;
    }

    .filter__toggles {
        max-height: 0;
        position: relative;
        overflow: hidden;
    }
    .filter__button-toggleshow {
        width: 100%;
        display: flex;
    }

    .dropshow--filter .filter__toggles {
        max-height: 3000px;
    }
    .dropshow--filter .filter__button-toggleshow {
        display: none;
    }

    .catalog__filter-togglebox_control {
        flex-direction: column;
    }
    .catalog__filter-togglebox_control .button {
        width: 100%;
        padding: 0 20px;
    }
    .catalog__filter-togglebox_control-left {
        flex: none;
        width: 100%;
    }
    .catalog__filter-togglebox_control-left .button {
        flex: 1 0;
        width: auto;
        margin: 0 8px 0;
    }
    .catalog__filter-individual-button {
        max-width: 90%;
        margin-top: 8px;
    }
}
@media all and (max-width: 572px) {
    .catalog__filter-togglebox_inner,
    .catalog__filter-togglebox_control {
        padding: 20px 25px;
    }
    .catalog__filter-togglebox_control-left {
        flex-direction: column;
    }
    .catalog__filter-togglebox_control .button,
    .catalog__filter-togglebox_control-left .button {
        flex: none;
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        margin: 0;
    }
    .catalog__filter-togglebox_control-left .button + .button {
        margin: 10px 0 0 0;
    }
    .catalog__filter-togglebox_control .catalog__filter-individual-button {
        margin: 10px 0 0 0;
    }
}

/* Page :: News */
.news-item {
    padding: 24px;
    margin: 0 0 24px 0;
    background: #fff;
}
.news-item-title {
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 18px;
}
.news-item-title a {
    text-decoration: none;
}
.news-item-content {
    display: flex;
}
a.news-item-image {
    text-decoration: none;
}
.news-item-image {
    width: 340px;
    display: block;
    margin: 0 20px 0 0;
}
.news-item-image img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.news-item-text {
    flex: 1;
    overflow: hidden;
    font-family: "Mont", sans-serif;
}
.news-item-details {
    margin: -20px 0 0 0;
    text-align: right;
}

@media all and (max-width: 910px) {
    .news-item-content {
        display: block;
    }
    .news-item-image {
        max-width: 100%;
        margin: 0 auto 14px;
    }
    .news-item-details {
        margin: 0;
    }
}

/* Page :: Gallery */
.gallery {
    margin: 0 -5px !important;
}
.gallery .gallery-item {
    padding: 5px;
    float: none !important;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 !important;
    box-sizing: border-box;
}
.gallery .gallery-item a {
    display: block;
    text-decoration: none;
    outline: none;
}
.gallery .gallery-item a:after {
    width: auto;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    z-index: 10;
}
.gallery .gallery-item img {
    width: 100%;
    height: auto;
    border: 0 !important;
    vertical-align: top;
    margin: 0 !important;
}
.gallery .gallery-item .gallery-caption {
    width: auto;
    height: auto;
    padding: 9px 5px;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    z-index: 6;
}

.gallery .gallery-item:before,
.main-gallery-item-photo:before {
    width: auto;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 5px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background: no-repeat center center rgba(0, 0, 0, 0.5)
        url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDM3My4xMiAzNzMuMTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM3My4xMiAzNzMuMTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjY2LjY2NywyMzQuNjY3aC0xNi44NTNsLTUuOTczLTUuNzZjMjAuOTA3LTI0LjMyLDMzLjQ5My01NS44OTMsMzMuNDkzLTkwLjI0QzI3Ny4zMzMsNjIuMDgsMjE1LjI1MywwLDEzOC42NjcsMCAgICBTMCw2Mi4wOCwwLDEzOC42NjdzNjIuMDgsMTM4LjY2NywxMzguNjY3LDEzOC42NjdjMzQuMzQ3LDAsNjUuOTItMTIuNTg3LDkwLjI0LTMzLjQ5M2w1Ljc2LDUuOTczdjE2Ljg1M0wzNDEuMzMzLDM3My4xMiAgICBsMzEuNzg3LTMxLjc4N0wyNjYuNjY3LDIzNC42Njd6IE0xMzguNjY3LDIzNC42NjdjLTUzLjEyLDAtOTYtNDIuODgtOTYtOTZzNDIuODgtOTYsOTYtOTZzOTYsNDIuODgsOTYsOTYgICAgUzE5MS43ODcsMjM0LjY2NywxMzguNjY3LDIzNC42Njd6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cG9seWdvbiBwb2ludHM9IjE0OS4zMzMsMTI4IDE0OS4zMzMsODUuMzMzIDEyOCw4NS4zMzMgMTI4LDEyOCA4NS4zMzMsMTI4IDg1LjMzMywxNDkuMzMzIDEyOCwxNDkuMzMzIDEyOCwxOTIgMTQ5LjMzMywxOTIgICAgIDE0OS4zMzMsMTQ5LjMzMyAxOTIsMTQ5LjMzMyAxOTIsMTI4ICAgIiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==");
    opacity: 0;
    z-index: 6;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.gallery .gallery-item:hover:before,
.main-gallery-item-photo:hover:before {
    opacity: 1;
}

@media all and (max-width: 772px) {
    .gallery .gallery-item {
        width: 50% !important;
    }
}

/* Page :: Error404 */
.page-error-404-box {
    width: auto;
    height: auto;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    white-space: nowrap;
    color: #111;
    background: rgb(232, 239, 250);
    background: -moz-linear-gradient(top, rgba(232, 239, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(232, 239, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(232, 239, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 20000;
}
.page-error-404-box:after {
    width: 1px;
    height: 100%;
    content: " ";
    display: inline-block;
    vertical-align: middle;
}
.page-error-404-box .ins-box {
    max-width: 98%;
    width: 700px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.page-error-404-logo {
    max-width: 100%;
    margin: 0 auto 26px auto;
}
.page-error-404-box .ins-box p {
    margin: 10px 0;
    position: relative;
    z-index: 5;
}
.page-error-404-box .ins-box .err-title {
    font-size: 16px;
}
.page-error-404-box .ins-box .err-title + p {
    margin: 5px 0;
    font-size: 14px;
}
.page-error-404-box .ins-box .err-title + p + p {
    font-size: 12px;
}
.page-error-404-box .errpage {
    height: 200px;
    position: relative;
    margin: 20px 0 0 0;
    font: 100px/1 "Arial";
    outline: none;
    color: #222;
    text-align: center;
    letter-spacing: 22px;
    z-index: 2;
    cursor: default;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}
.page-error-404-title {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
}
.errpage-word {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0;
}

/* Main - Category */
.section-category {
    background: #fff;
}
.category__items {
    display: flex;
    align-items: center;
}
a.category__item {
    text-decoration: none;
}
.category__item {
    flex: 1 0;
    display: flex;
    align-items: center;
}
.category__item-image {
    flex: none;
    width: 200px;
    position: relative;
    margin: 0 20px 0 0;
}
.category__item-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.category__item-counter {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    color: #fff;
    background-color: #2fbc22;
    border-radius: 50%;
}
.category__item-content {
    flex: 1 0;
}
.category__item-title {
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 28px;
    color: #000;
    line-height: 1.2;
    transition: color 0.3s ease;
}
.category__item-price {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    transition: color 0.3s ease;
}
a.category__item:hover .category__item-title {
    color: #2fbc22;
}
a.category__item:hover .category__item-price {
    color: #2fbc22;
}

@media all and (max-width: 1100px) {
    .category__item-image {
        width: 140px;
    }
}
@media all and (max-width: 772px) {
    .category__item-image {
        width: 60px;
    }
    .category__item-counter {
        right: -10px;
        top: -10px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    /*.category__items {flex-direction: column;}*/
    /*.category__item {flex:none; width: 100%;}*/
}
@media all and (max-width: 672px) {
    .category__item {
        flex-direction: column;
        margin: 0 -10px;
    }
    .category__item-image {
        margin: 0 auto 10px;
    }
    .category__item-title {
        font-size: 18px;
    }
    .category__item-price {
        font-size: 14px;
        text-align: center;
    }
    /*.category__items {flex-direction: column;}*/
    /*.category__item {flex:none; width: 100%;}*/
}

.footer__section-top {
    background: #f0f1f3;
    padding-top: 400px;
    margin-top: -400px;
}

/* END */

/* =============== NEW CONTACT FORM =============== */

.contact-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-end;

    margin-top: 30px;
}

.contact-form__label {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: flex-start;

    margin-right: 15px;
    margin-bottom: 30px;
}

.contact-form__label--file {
    align-items: center;
}

.contact-form__label-text {
    font-family: "Okta Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
    color: #ffffff;

    margin-bottom: 15px;
}

.contact-form__text-input .form__field-place,
.contact-form__text-input .form__field-place:focus {
    outline: none;
}

.contact-form__text-input {
    position: relative;
}

.contact-form__text-input:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(-50%, -50%);

    display: inline-block;
    width: 24px;
    height: 24px;

    background: url("../img/icons/contact-form-phone.svg") 50% 50% / contain no-repeat;
}

.contact-form__text-input input,
.contact-form__text-input input:hover,
.contact-form__text-input input:focus {
    font-family: "Okta Neue";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
    color: #ffffff;

    width: 100%;
    max-width: 330px;
    height: 80px;
    position: relative;
    border: 1px solid #ffffff;
    border-radius: 50px;
    background: none;
    outline: none;
    padding: 24px 28px 28px 94px;
    outline: none;
}
.contact-form__text-input input::placeholder {
    font-family: "Okta Neue";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
    color: #ddd;
}

.contact-form__text-input-phone-icon {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(-50%, -50%);

    display: inline-block;
    width: 24px;
    height: 24px;
    fill: #fff;
}

.contact-form__file-input {
    position: relative;
    font-size: 0;
    line-height: 0;
}

.contact-form__file-input:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: inline-block;
    width: 32px;
    height: 32px;

    background: url("../img/icons/contact-form-file.svg") 50% 50% / contain no-repeat;
}

.contact-form__file-input input,
.contact-form__file-input input:hover,
.contact-form__file-input input:focus {
    position: relative;
    width: 80px;
    height: 80px;
    font-size: 0;
    line-height: 0;
    border: 1px solid #ffffff;
    border-radius: 50px;
    background: none;
    outline: none;
}

.contact-form__button {
    position: relative;
    margin-bottom: 30px;
}

.contact-form__button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(-50%, -50%);

    display: inline-block;
    width: 28px;
    height: 28px;
    z-index: 1;

    background: url("../img/icons/contact-form-btn.svg") 50% 50% / contain no-repeat;
}

.contact-form__button button,
.contact-form__button button:hover,
.contact-form__button button:active,
.contact-form__button button:visited,
.contact-form__button button:focus {
    font-family: "Okta Neue";
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #010031;

    /*width: 100%;*/
    width: 230px;
    height: 80px;
    /*padding: 22px 24px 24px 100px;*/
    padding: 22px 24px 24px 50px;
    text-align: left;
    background: linear-gradient(275.09deg, #ffd466 0%, #ffee57 100%);
    box-shadow: 0px 301px 84px rgba(211, 191, 13, 0.01), 0px 193px 77px rgba(211, 191, 13, 0.04),
        0px 108px 65px rgba(211, 191, 13, 0.15), 0px 48px 48px rgba(211, 191, 13, 0.26),
        0px 12px 26px rgba(211, 191, 13, 0.29), 0px 0px 0px rgba(211, 191, 13, 0.3);
    border-radius: 50px;
}

.contact-form-notice {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;

    width: 100%;
    max-width: 300px;
}

.contact-form-notice__svg {
    margin-right: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/icons/contact-form-aggreement.svg") 50% 50% / contain no-repeat;
    flex-shrink: 0;
}

.contact-form-notice__text {
    margin: 0;
    font-family: "Okta Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 180%;
    color: #ffffff;
}

@media all and (max-width: 992px) {
    .r-header__phone {
        display: none;
    }
}
.compensate-for-scrollbar {
    margin: 0 !important;
}