/*! Added edited normalize.css v8.0.1 */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
::before {
    box-sizing: inherit;
}
::after {
    box-sizing: inherit;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
main {
    display: block;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
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: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    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: 0;
    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 {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    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: -webkit-grab;
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    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: 0 0;
    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: 0;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0;
}
.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--play svg:nth-child(2) {
    display: none;
}
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1) {
    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: 0 0;
    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(to top, 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%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
.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 {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    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;
}
@-webkit-keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}
.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: translate3d(0, 0, 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: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0);
}
.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: scale3d(1, 1, 1) translate3d(0, 0, 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: translate3d(0, 0, 0) scale(1);
}
@media all and (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;
    }
}
.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 0;
}
.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 5px;
    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: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: 0;
    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 2px;
    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: center center;
    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: 0;
    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 all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
.site-wrapper {
    max-width: 1920px;
    margin: 0 auto;
}
.container {
    max-width: 1150px;
    margin: 0 auto;
}
.warning {
    display: none;
}
@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Regular.eot);
    src: url(../fonts/Gilroy-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Regular.woff2) format("woff2"), url(../fonts/Gilroy-Regular.woff) format("woff"), url(../fonts/Gilroy-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Medium.eot);
    src: url(../fonts/Gilroy-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Medium.woff2) format("woff2"), url(../fonts/Gilroy-Medium.woff) format("woff"), url(../fonts/Gilroy-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-SemiBold.eot);
    src: url(../fonts/Gilroy-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-SemiBold.woff2) format("woff2"), url(../fonts/Gilroy-SemiBold.woff) format("woff"), url(../fonts/Gilroy-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Heavy.eot);
    src: url(../fonts/Gilroy-Heavy.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Heavy.woff2) format("woff2"), url(../fonts/Gilroy-Heavy.woff) format("woff"), url(../fonts/Gilroy-Heavy.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
* {
    font-family: Gilroy, sans-serif;
    font-weight: 400;
}
::-moz-selection {
    background: 0 0;
    color: #8dc73d;
}
::selection {
    background: 0 0;
    color: #8dc73d;
}
.title {
    font-weight: 900;
    font-size: 50px;
    color: #2e323e;
    position: relative;
}
.title span {
    color: #8dc73d;
    font-weight: inherit;
    font-size: inherit;
}
.title_special {
    color: #fff;
}
.title_top {
    font-size: 70px;
}
.title:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #8dc73d;
}
.title:after {
    position: absolute;
    top: -10px;
    left: 70px;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #8dc73d;
}
.subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
.subtitle_special {
    color: #8dc73d;
}
.list {
    list-style-type: none;
    padding-left: 110px;
}
.list-item {
    font-size: 18px;
    line-height: 30px;
    position: relative;
}
.list-item:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border: 2px solid #8dc73d;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.list_light {
    color: #fff;
}
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 290px;
    height: 60px;
    background: #8dc73d;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border: 3px solid #8dc73d;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
}
.btn:hover {
    background: 0 0;
    color: #8dc73d;
}
.mainscreen {
    padding: 0 80px;
    background: url(../img/main_screen.png) no-repeat 50% / cover;
}
.mainscreen__header {
    max-width: 1150px;
    padding: 30px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.mainscreen__logo {
    width: 266px;
    height: 50px;
}
.mainscreen__logo-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.mainscreen__address {
    color: #787b85;
    font-style: normal;
}
.mainscreen__email {
    color: #787b85;
    text-decoration: none;
    transition: all 0.15s ease;
}
.mainscreen__email:hover {
    color: #8dc73d;
}
.mainscreen__phone {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all 0.15s ease;
}
.mainscreen__phone:hover {
    color: #8dc73d;
}
.mainscreen__messengers {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mainscreen__messenger {
    width: 50px;
    height: 50px;
    background: rgba(120, 123, 133, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainscreen__messenger svg path {
    transition: all 0.15s ease;
}
.mainscreen__messenger:hover svg path {
    fill: #8dc73d;
}
.mainscreen__messenger:first-of-type {
    margin-right: 10px;
}
.mainscreen__wrapper {
    position: relative;
    padding-left: 310px;
    padding-top: 100px;
    padding-bottom: 250px;
}
.mainscreen__picture {
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: auto;
    max-width: 865px;
    max-height: 787px;
}
.mainscreen__picture-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.mainscreen__title {
    max-width: 970px;
}
.mainscreen__subtitle {
    max-width: 390px;
    z-index: 1;
    position: relative;
}
.mainscreen__list {
    margin-top: 25px;
}
.mainscreen__btn {
    margin-top: 45px;
    margin-left: 95px;
}
.calculate {
    padding-top: 70px;
}
.calculate__wrapper-main {
    display: flex;
}
.calculate__wrapper-text {
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
    padding-top: 80px;
}
.calculate__wrapper-inner {
    display: flex;
    padding-top: 40px;
}
.calculate__title {
    max-width: 610px;
}
.calculate__picture {
    width: 40%;
    position: relative;
    z-index: 1;
}
.calculate__text {
    font-size: 18px;
    line-height: 30px;
    color: #787b85;
    width: 447px;
    position: relative;
    right: 20px;
    margin-top: 40px;
}
.calculate__phone {
    position: relative;
    right: 80px;
    z-index: 1;
}
.calculate__btn {
    position: relative;
    right: 20px;
    margin-top: 35px;
}
.gallery {padding: 50px 0 200px}
.gallery__wrapper-title {
    display: flex;
}
.gallery__subtitle {
    font-size: 14px;
    line-height: 22px;
    color: #a7a9b0;
    padding-top: 56px;
}
.gallery__items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.gallery__item {
    width: 264px;
    margin: 20px 20px 20px 0;
}
.gallery__item-picture {
    display: block;
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.gallery__item-picture-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s ease-in-out;
}
.gallery__item-picture:hover .gallery__item-picture-btn {
    visibility: visible;
    opacity: 1;
}
.gallery__item-picture:hover .gallery__item-picture-img {
    transform: scale(1.1);
}
.gallery__item-picture:hover .gallery__item-picture-overlay {
    visibility: visible;
    opacity: 0.25;
    transform: scale(1.1);
}
.gallery__item-picture-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.35s ease-in-out;
}
.gallery__item-picture-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 188px;
    height: 50px;
    border: 3px solid #8dc73d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.15s ease-in-out;
}
.gallery__item-picture-btn:hover {
    background: #8dc73d;
}
.gallery__item-text {
    font-size: 17px;
    font-weight: 600;
 
    margin-top: 20px;
}
.tabs {
    margin-top: -100px;
    padding-bottom: 70px;
    position: relative;
}
.tabs:after {
    position: absolute;
    content: "";
    width: 60vw;
    height: 505px;
    background: #f7f8fd;
    bottom: 0;
    right: 80px;
    z-index: -1;
}
.tabs__title {
    max-width: 780px;
}
.tabs__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 450px;
    list-style-type: none;
    margin-right: 110px;
    margin-left: auto;
    position: relative;
    top: 65px;
    z-index: 1;
}
.tabs__list-link {
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    display: flex;
}
.tabs__item {
    padding: 18px 40px;
    background: #eef0f4;
    cursor: pointer;
    color: #a7a9b0;
    border: 3px solid #eef0f4;
    transition: all 0.15s ease-in-out;
}
.tabs__item:hover {
    border: 3px solid #8dc73d;
    background: 0 0;
    color: #8dc73d;
}
.tabs__item_active {
    background: #8dc73d;
    border: 3px solid #8dc73d;
    color: #fff;
}
.tabs__content-dots {
    display: none;
}
.tabs__content-wrapper {
    display: flex;
}
.tabs__content-arrows {
    display: flex;
}
.tabs__content-arrow {
    background: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}
.tabs__content-arrow:hover {
    background: #8dc73d;
}
.tabs__content-arrow:hover svg path {
    fill: #fff;
}
.tabs__gallery {
    width: 558px;
    height: 550px;
    position: relative;
}
.tabs__gallery-arrow {
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    transition: all 0.15s ease-in-out;
}
.tabs__gallery-arrow:hover {
    background: #8dc73d;
}
.tabs__gallery-arrow:hover svg path {
    fill: #fff;
}
.tabs__gallery-arrow_left {
    bottom: 0;
    left: 0;
}
.tabs__gallery-arrow_right {
    bottom: 0;
    left: 60px;
}
.tabs__gallery-item {
    height: 550px;
}
.tabs__gallery-photo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.tabs__info {
    margin-top: 160px;
    margin-left: 30px;
}
.tabs__info-title {
    font-weight: 600;
    font-size: 28px;
    color: #1c2224;
    position: relative;
}
.tabs__info-text {
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
    color: #787b85;
}
.tabs__controls {
    width: 240px;
    height: 60px;
    color: #a7a9b0;
    font-size: 14px;
    margin-top: 90px;
}
.tabs__controls-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tabenabled {
    height: auto !important;
}
.tabdisabled {
    display: flex !important;
    height: 0;
    overflow-y: hidden;
}
.slider {
    padding-top: 70px;
    overflow: hidden;
}
.slider__item {
    width: 264px;
    height: 130px;
    background: #fff;
    border: 3px solid #f7f8fd;
    padding: 15px 31px;
    margin: 0 12px;
}
.slider__img {
    margin: 0 auto;
}
.slider__wrapper .slick-list {
    overflow: visible;
}
.slider__controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.slider__arrows {
    display: flex;
}
.slider__arrow {
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}
.slider__arrow:hover {
    background: #8dc73d;
}
.slider__arrow:hover svg path {
    fill: #fff;
}
.slider__dots, .team__dots, .wet__dots {
    height: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider__dots .dot, .team__dots .dot, .wet__dots .dot {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
}
.slider__dots .dot li, .team__dots .dot li, .wet__dots .dot li {
    display: block;
}
.slider__dots .dot li button, .team__dots .dot li button, .wet__dots .dot li button{
    display: block;
    width: 30px;
    height: 1px;
    background: #8dc73d;
    margin: 0 11px;
    cursor: pointer;
    font-size: 0;
    outline: 0;
    border: none;
    border-radius: 1px;
    transition: all 0.15s ease-in-out;
    padding: 1px 0;
}
.slider__dots .dot .slick-active button, .team__dots  .dot .slick-active button, .wet__dots  .dot .slick-active button{
    height: 3px;
    width: 60px;
    padding: 0;
}
.arrow {
    width: 60px;
    height: 60px;
    background: #f7f8fd;
}
.promo {
    background: url(../img/promo_bg.png) no-repeat top right;
    height: 806px;
}
.promo__wrapper {
    display: flex;
    padding-left: 100px;
    position: relative;
}
.promo__text {
    margin-top: 170px;
    color: #fff;
}
.promo__start {
    max-width: 560px;
    margin-top: 35px;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
}
.promo__info {
    max-width: 560px;
    margin-top: 35px;
    font-size: 18px;
    line-height: 30px;
}
.promo__end {
    max-width: 560px;
    margin-top: 35px;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
}
.promo__photo {
    position: absolute;
    top: 40px;
    right: -160px;
}
.requirements {
    padding: 0 80px 150px;
    display: flex;
}
.requirements__picture {
    width: 100%;
    height: 100%;
    max-width: 763px;
    max-height: 770px;
    position: relative;
}
.requirements__picture-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.requirements__picture-license {
    position: absolute;
    width: 524px;
    height: 383px;
    bottom: -82px;
    right: -102px;
}
.requirements__content {
    margin-top: 70px;
    padding-top: 100px;
    padding-left: 35px;
    padding-bottom: 50px;
    background: #f7f8fd;
}
.requirements__items {
    margin-left: 135px;
    max-width: 530px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.requirements__item {
    margin: 40px 10px 0;
}
.requirements__text {
    margin-top: 10px;
    width: 235px;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #2e323e;
}
.tenders {
    background: #2e323e;
    padding-top: 100px;
    padding-bottom: 70px;
}
.tenders__wrapper {
    max-width: 720px;
}
.tenders__text {
    margin-top: 35px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    max-width: 490px;
}
.tenders__buttons {
    max-width: 562px;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}
.tenders__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 40px;
    background: #787b85;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
}
.tenders__button:hover {
    background: #8dc73d;
}
.house {
    padding-top: 90px;
    position: relative;
}
.house__wrapper {
    display: flex;
}
.house__text {
    max-width: 750px;
    padding-bottom: 70px;
    z-index: 1;
}
.house__title {
    max-width: 570px;
}
.house__start {
    max-width: 510px;
    margin-top: 40px;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #2e323e;
}
.house__list {
    margin-top: 20px;
    max-width: 690px;
}
.house__list-item:last-of-type:before {
    top: 15px;
}
.house__end {
    max-width: 750px;
    margin-top: 40px;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #2e323e;
}
.house__button {
    margin-top: 40px;
}
.house__photo {
    position: absolute;
    right: 80px;
    bottom: 0;
    width: 670px;
    height: 900px;
}
.house__photo-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.questions {
    padding-top: 170px;
    padding-bottom: 240px;
    background: url(../img/questions_bg.png) no-repeat center/cover;
}
.questions__wrapper {
    display: flex;
}
.questions__phone {
    position: relative;
    width: 500px;
}
.questions__phone-img {
    position: absolute;
    top: 0;
    right: -30px;
}
.questions__content {
    padding-top: 15px;
}
.questions__list {
    margin-top: 40px;
}
.questions__text {
    margin-top: 40px;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}
.questions__button {
    max-width: 227px;
    margin-top: 40px;
    padding: 18px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #8dc73d;
    background: #8dc73d;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
}
.questions__button:hover {
    background: 0 0;
    color: #8dc73d;
}
.footer {
    padding-top: 25px;
}
.footer__wrapper {
    display: flex;
}
.footer__contacts {
    max-width: 370px;
    margin-right: 125px;
}
.footer__address {
    margin-top: 35px;
    font-size: 18px;
    color: #2e323e;
    font-style: normal;
}
.footer__email {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    color: #2e323e;
    text-decoration: none;
}
.footer__messengers {
    margin-top: 35px;
    width: 110px;
    display: flex;
    justify-content: space-between;
}
.footer__messenger {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8dc73d;
}
.footer__copyright {
    margin-top: 65px;
    font-size: 14px;
    color: #787b85;
}
.footer__sign {
    display: block;
    width: 149px;
    height: 26px;
    margin: 20px 0 30px;
}
.footer__sign-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer__map {
    position: relative;
}
.footer__map iframe {
    filter: grayscale(1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 959px;
    height: 583px;
    border: 0;
    transform: translateY(0);
}
.modal {
    display: none;
    padding: 70px 95px;
}
.modal__subtitle {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #787b85;
}
.modal__subtitle_short {
    max-width: 420px;
}
.modal__links {
    margin-top: 30px;
    max-width: 110px;
    display: flex;
    justify-content: space-between;
}
.modal__link {
    width: 50px;
    height: 50px;
    background: #8dc73d;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal__form {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.modal__form #userfile,
.modal__form #userfile_tender {
    display: none;
}
.modal input {
    background: #eef0f4;
    height: 60px;
    width: 264px;
    padding: 18px;
    font-size: 14px;
    color: #a7a9b0;
    border: 3px solid #eef0f4;
    transition: all 0.15s ease-in-out;
    margin-top: 30px;
}
.modal input:focus {
    outline: 0;
    border: 3px solid #8dc73d;
}
.modal__button {
    margin-top: 50px;
    padding: 18px 40px;
    background: #8dc73d;
    border: 3px solid #8dc73d;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    transition: all 0.15s ease-in-out;
}
.modal__button:hover {
    background: 0 0;
    color: #8dc73d;
}
.modal__email {
    color: #8dc73d;
    text-decoration: none;
    font-weight: 500;
}
.form__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.input__file {
    width: 264px;
    height: 60px;
    background: #eef0f4;
    padding: 18px;
    font-size: 14px;
    color: #a7a9b0;
    border: 3px solid #eef0f4;
    transition: all 0.15s ease-in-out;
    margin-top: 30px;
    cursor: pointer;
}
.input__file:hover {
    outline: 0;
    border: 3px solid #8dc73d;
}
.input__file_loaded {
    border: 3px solid #8dc73d;
    background: #8dc73d;
    color: #fff;
}
#modal_calculate_1 {
    max-width: 754px;
}
#modal_calculate_2 {
    max-width: 754px;
}
#modal_calculate_3 {
    max-width: 754px;
}
.fancybox-button {
    width: 54px;
    height: 54px;
}
.fancybox-button svg {
    width: 34px;
    height: 34px;
}
.fancybox-button svg path {
    fill: #3a3e40;
}
.thanks {
    display: none;
}
.thanks__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(30, 30, 30, 0.9);
    z-index: 99999;
}
.thanks__message {
    z-index: 100000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    min-height: 100px;
    font-size: 20px;
    background: #8dc73d;
    opacity: 0.85;
    color: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}
.thanks__message span {
    font-size: 30px;
    font-weight: 600;
}
@media (max-width: 1899px) {
    .mainscreen__wrapper {
        padding-left: 245px;
    }
    .house__photo {
        width: 630px;
    }
}
@media (max-width: 1799px) {
    .footer__map iframe {
        width: 872px;
        height: 587px;
    }
    .house__photo {
        position: static;
        height: unset;
    }
    .house__photo-img {
        position: relative;
    }
    .requirements__picture {
        max-width: 640px;
    }
    .mainscreen__picture {
        max-width: 700px;
    }
}
@media (max-width: 1599px) {
    .promo__title {
        max-width: 560px;
    }
    .promo__photo {
        right: -60px;
    }
    .promo__start {
        margin-top: 20px;
    }
    .promo__info {
        margin-top: 20px;
    }
    .promo__end {
        margin-top: 20px;
    }
    .mainscreen__wrapper {
        padding-left: 45px;
    }
    .mainscreen__picture {
        max-width: 590px;
    }
    .footer__map iframe {
        width: 772px;
    }
    .requirements__picture-license {
        width: 369px;
        height: 268px;
    }
    .requirements__content {
        margin-top: 0;
    }
    .requirements__picture {
        max-width: 540px;
    }
    .requirements__items {
        margin-left: 70px;
    }
}
@media (max-width: 1399px) {
    .mainscreen__picture {
        max-width: 525px;
    }
    .mainscreen__picture-img {
        filter: brightness(0.75);
    }
    .promo__text {
        max-width: 540px;
    }
    .promo__photo {
        right: -10px;
    }
    .footer__map iframe {
        width: 672px;
    }
    .requirements__picture {
        max-width: 400px;
    }
    .requirements__picture-license {
        display: block;
        position: static;
        margin: 40px auto 0;
    }
    .requirements__items {
        margin: 0 auto;
    }
    .tabs:after {
        width: 100%;
        right: 0;
    }
    .mainscreen__wrapper {
        padding-bottom: 150px;
    }
    .calculate {
        padding-top: 0;
    }
}
@media (max-width: 1199px) {
    .mainscreen__address {
        text-align: center;
    }
    .mainscreen__header {
        flex-wrap: wrap;
    }
    .mainscreen__address,
    .mainscreen__email,
    .mainscreen__logo,
    .mainscreen__messengers,
    .mainscreen__phone {
        margin: 3px auto;
    }
    .mainscreen__wrapper {
        padding-top: 40px;
    }
    .calculate__picture-img {
        width: 404px;
    }
    .calculate__text {
        width: auto;
    }
    .promo__photo {
        right: 0;
        top: 146px;
    }
    .promo__photo-img {
        width: 470px;
    }
    .promo__wrapper {
        padding-left: 30px;
    }
    .footer__contacts {
        padding-left: 30px;
        margin-right: 63px;
        max-width: 400px;
    }
    .footer__map iframe {
        width: 513px;
    }
    .gallery__items {
        justify-content: space-around;
    }
    .gallery__wrapper-title {
        flex-wrap: wrap;
        padding-left: 30px;
        padding-right: 30px;
    }
    .tabs__title {
        padding-left: 30px;
        max-width: 100%;
    }
    .tabs__list {
        flex-direction: column;
        max-width: 250px;
        margin-right: 30px;
        align-items: flex-end;
    }
    .tabs__item {
        margin: 5px 0;
    }
    .tabs__info {
        margin-top: 100px;
    }
    .requirements {
        flex-wrap: wrap;
    }
    .requirements__picture {
        width: 100%;
        max-width: 100%;
    }
    .requirements__picture-img {
        display: none;
    }
    .requirements__picture-license {
        width: auto;
        height: auto;
    }
    .tenders__wrapper {
        padding-left: 30px;
        max-width: 750px;
    }
    .house__wrapper {
        flex-wrap: wrap;
    }
    .house__text {
        max-width: 100%;
        margin: 0 auto;
    }
    .house__photo {
        width: 100%;
    }
    .questions__phone-img {
        right: -70px;
    }
    .tabs:after {
        height: 550px;
    }
    .house__photo-img {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .gallery__item {
        margin: 10px;
    }
}
@media (max-width: 991px) {
    .mainscreen {
        padding: 0;
    }
    .mainscreen__header {
        padding: 30px;
    }
    .mainscreen__wrapper {
        padding-left: 0;
    }
    .mainscreen__picture {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }
    .mainscreen__title {
        margin-left: 30px;
    }
    .mainscreen__subtitle {
        margin-left: 30px;
        margin-top: 20px;
    }
    .mainscreen__btn {
        position: relative;
        z-index: 1;
    }
    .mainscreen__picture-img {
        filter: brightness(0.35);
    }
    .mainscreen__address,
    .mainscreen__email,
    .mainscreen__logo,
    .mainscreen__messengers,
    .mainscreen__phone {
        margin: 10px auto;
    }
    .calculate__picture {
        display: none;
    }
    .calculate__title {
        max-width: 100%;
    }
    .footer__wrapper {
        flex-wrap: wrap;
    }
    .footer__map {
        width: 100%;
        position: static;
        height: 100%;
    }
    .footer__map iframe {
        position: static;
        width: 100%;
        height: 500px;
    }
    .questions {
        background: #2e323e;
        padding: 70px 30px;
    }
    .calculate {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 70px;
    }
    .calculate__wrapper-inner {
        flex-wrap: wrap;
    }
    .calculate__phone {
        position: static;
        width: 218px;
        height: 433px;
        margin: 0 auto;
    }
    .calculate__wrapper-text {
        margin-left: 0;
    }
    .gallery {
        bottom: 0;
    }
    .calculate__text {
        position: static;
    }
    .calculate__btn {
        position: static;
        margin: 35px auto 0;
    }
    .gallery {
        padding: 100px 0 190px 0;
    }
    .tabs__title {
        padding-left: 0;
    }
    .tabs {
        margin-top: 0;
        padding-left: 30px;
        padding-right: 30px;
    }
    .tabs__list {
        position: static;
        align-items: center;
        justify-content: center;
        margin: 20px auto;
    }
    .tabs__gallery {
        width: 100%;
        height: 100%;
    }
    .tabs__gallery-item {
        height: 400px;
    }
    .tabs__content-wrapper {
        flex-wrap: wrap;
    }
    .tabs__info {
        margin-left: 0;
    }
    .promo__photo {
        display: none;
    }
    .promo__end,
    .promo__info,
    .promo__start,
    .promo__text,
    .promo__title {
        max-width: 100%;
    }
    .promo__wrapper {
        padding-left: 0;
    }
    .promo {
        padding-left: 30px;
        padding-right: 110px;
    }
    .requirements {
        padding: 0;
    }
    .requirements__content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .tenders__wrapper {
        padding-right: 30px;
    }
    .tenders__text {
        max-width: 100%;
    }
    .house__text {
        padding-left: 30px;
        padding-right: 30px;
    }
    .questions__wrapper {
        flex-direction: column;
    }
    .questions__phone {
        position: static;
        width: 100%;
    }
    .questions__phone-img {
        position: static;
        display: block;
        margin: 0 auto;
    }
    .footer {
        padding-top: 55px;
    }
    .footer__contacts {
        margin: 0 auto;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .mainscreen__header {
        flex-direction: column;
    }
    .tenders__buttons {
        flex-direction: column;
    }
    .tenders__button {
        margin: 10px auto;
    }
    .gallery {
        padding: 100px 0 300px 0;
    }
    .requirements__picture-license {
        width: 100%;
    }
    .tabs {
        margin-top: -120px;
    }
    .title {
        font-size: 45px;
    }
    .promo__end {
        font-size: 18px;
    }
    .modal__form {
        flex-direction: column;
    }
    .form__wrapper {
        flex-direction: column;
    }
    .input__file,
    .modal input {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .questions__phone-img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .title_top {
        font-size: 60px;
    }
    .slider__dots .dot li button {
        margin: 0 5px;
    }
    .list {
        padding-left: 50px;
    }
    .requirements__item {
        margin: 40px auto 0;
    }
    .title {
        font-size: 35px;
    }
    .title_top {
        font-size: 50px;
    }
    .gallery__subtitle {
        padding-top: 20px;
    }
    .calculate__text,
    .gallery__subtitle,
    .tabs__info-text {
        font-size: 16px;
    }
    .tabs {
        margin-top: -180px;
    }
    .slider__dots .dot li button {
        width: 20px;
    }
    .slider__dots .dot .slick-active button {
        width: 50px;
    }
    .promo__end,
    .promo__info,
    .promo__start {
        font-size: 16px;
    }
    .house__end,
    .questions__text {
        font-size: 18px;
        line-height: 28px;
    }
    .questions__list,
    .questions__text {
        margin-top: 30px;
    }
}
@media (max-width: 499px) {
    .mainscreen__btn {
        margin: 45px auto 0;
    }
    .promo {
        height: unset;
    }
    .promo__title {
        font-size: 30px;
    }
    .promo__end,
    .promo__info,
    .promo__start {
        font-size: 15px;
        line-height: 24px;
        margin-top: 10px;
    }
    .footer__sign {
        margin: 20px auto;
    }
    .modal {
        padding: 70px 30px;
    }
}
@media (max-width: 414px) {
    .title {
        font-size: 32px;
    }
    .title_top {
        font-size: 45px;
    }
    .mainscreen__subtitle {
        font-size: 16px;
    }
    .list-item {
        font-size: 16px;
        line-height: 26px;
    }
    .tabs__list-link {
        font-size: 18px;
    }
    .promo__text {
        margin-top: 120px;
    }
    .footer__address,
    .footer__email,
    .requirements__text {
        font-size: 16px;
    }
    .house__start,
    .tenders__button {
        font-size: 16px;
    }
    .house__end,
    .questions__text {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 389px) {
    .slider__controls {
        flex-direction: column;
    }
    .slider__arrows {
        margin: 20px 0;
    }
    .promo {
        padding-left: 10px;
    }
    .footer__contacts {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 374px) {
    .promo {
        padding-right: 85px;
    }
}
@media (max-width: 359px) {
    .title {
        font-size: 28px;
    }
    .title_top {
        font-size: 37px;
    }
    .calculate__btn {
        width: 100%;
    }
    .footer__address,
    .footer__copyright,
    .footer__email {
        text-align: center;
    }
    .footer__messengers {
        margin: 35px auto 0;
    }
}
@media (max-width: 319px) {
    .site-wrapper {
        display: none;
    }
    .warning {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        color: #8dc73d;
    }
    .warning__text {
        margin: 0 10px;
    }
    .warning__text p {
        display: block;
        text-align: center;
        margin: 10px 0;
    }
}
