/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document @mixin ========================================================================= */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* Sections @mixin ========================================================================= */
/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content @mixin ========================================================================= */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main { display: block; }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { -webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics @mixin ========================================================================= */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** 1. Remove the bottom border in Chrome 57- and Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content @mixin ========================================================================= */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Forms @mixin ========================================================================= */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { text-transform: none; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
[type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive @mixin ========================================================================= */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
menu { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Scripting @mixin ========================================================================= */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

/* Hidden @mixin ========================================================================= */
/** Add the correct display in IE 10-. */
[hidden] { display: none; }

.body-overflow { overflow: hidden; }

main { position: relative; z-index: 2; }

footer { z-index: 3; position: relative; }

.container { max-width: 1230px; width: 100%; position: relative; margin: 0 auto; padding: 0 15px; }

@media all and (max-width: 1365px) { .container { padding: 0 25px; max-width: 1010px; } }

@media all and (max-width: 1199px) { .container { max-width: 800px; padding: 0 16px; } }

@media all and (max-width: 767px) { .container { padding: 0 18px; } }

* { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; }

button, a { outline: none; }

b, strong { font-weight: inherit; }

b, strong { font-weight: bolder; }

ul, ol { list-style: none; }

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

label.error { display: none; position: absolute; bottom: 0px; right: 0; color: #FF151F; font-size: 14px; font-weight: 400; text-align: right; font-size: 12px; z-index: 5; }

.custom-select-wrapper { position: relative; display: inline-block; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 100%; }

.custom-select-wrapper select { display: none; }

.custom-select { position: relative; display: inline-block; z-index: 5; text-align: left; width: 100%; }

.custom-select-trigger { position: relative; display: block; width: 100%; padding: 0 15px; font-size: 16px; font-weight: 300; color: #373737; font-weight: 500; height: 44px; line-height: 44px; background: #fff; border: 1px solid #9b9a9a; cursor: pointer; font-family: 'Exo 2', sans-serif; }

.custom-select-trigger:after { position: absolute; content: ''; display: block; right: 15px; top: 49%; -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); border: solid #FF151F; border-width: 0 2px 2px 0; padding: 3px; z-index: 1; -webkit-transition: all .2s; transition: all .2s; }

.custom-select.opened .custom-select-trigger:after { -webkit-transform: rotate(-135deg) translateY(0%); -ms-transform: rotate(-135deg) translateY(0%); transform: rotate(-135deg) translateY(0%); }

.custom-options { position: absolute; display: block; top: 100%; left: 0; right: 0; min-width: 100%; background: #fff; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; opacity: 0; visibility: hidden; pointer-events: none; -webkit-transform: translateY(-15px); -ms-transform: translateY(-15px); transform: translateY(-15px); -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1); }

.custom-select.opened { -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1); }

.custom-select.opened .custom-options { opacity: 1; visibility: visible; pointer-events: all; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.option-hover:before { background: #f9f9f9; }

.custom-option { position: relative; border: 1px solid #9b9a9a; border-top: none; border-bottom: none; display: block; font-size: 16px; color: #2D2D2D; font-weight: 500; padding: 10px 15px; display: block; cursor: pointer; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }

.custom-option:last-child { border-bottom: 1px solid #9b9a9a; }

@media all and (max-width: 999px) { .custom-option { font-size: 16px; } }

.custom-option:hover, .custom-option.selection { background: #F2F2F2; }

.site-button { cursor: pointer; -webkit-box-sizing: border-box; box-sizing: border-box; outline: none; font-weight: bold; display: inline-block; font-family: 'Exo 2', sans-serif; background-color: transparent; -webkit-transition: all .2s; transition: all .2s; font-size: 18px; border: none; }

@media all and (max-width: 1365px) { .site-button { font-size: 16px; } }

@media all and (max-width: 1199px) { .site-button { font-size: 14px; } }

@media all and (max-width: 639px) { .site-button { font-size: 16px; } }

.site-button--normal { text-transform: uppercase; border: none; color: #FF151F; text-decoration: underline; }

.site-button--normal:hover { text-decoration: none; color: #cf131c; }

.site-button--red { color: #fff; background-color: #FF151F; padding: 12px 24px; border: none; cursor: pointer; }

@media all and (max-width: 767px) { .site-button--red { padding: 10px 20px; } }

.site-button--red:hover { background-color: #cf131c; }

* { line-height: 1; font-weight: 400; font-family: 'Exo 2', sans-serif; }

h1, h2, h3, h4, h5, h6, p, span, li { color: #373737; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 0; line-height: 1.1; }

h1 { font-size: 72px; }

@media all and (max-width: 1365px) { h1 { font-size: 48px; } }

@media all and (max-width: 1199px) { h1 { font-size: 40px; } }

@media all and (max-width: 639px) { h1 { font-size: 36px; } }

@media all and (max-width: 479px) { h1 { font-size: 30px; } }

h2 { font-size: 48px; }

@media all and (max-width: 1365px) { h2 { font-size: 40px; } }

@media all and (max-width: 1199px) { h2 { font-size: 30px; } }

@media all and (max-width: 999px) { h2 { font-size: 28px; } }

@media all and (max-width: 479px) { h2 { font-size: 24px; } }

h3 { font-size: 28px; }

@media all and (max-width: 1365px) { h3 { font-size: 26px; } }

@media all and (max-width: 1199px) { h3 { font-size: 22px; } }

@media all and (max-width: 479px) { h3 { font-size: 20px; } }

h4 { font-size: 20px; }

@media all and (max-width: 1365px) { h4 { font-size: 16px; } }

@media all and (max-width: 1199px) { h4 { font-size: 12px; } }

h5 { font-size: 16px; }

@media all and (max-width: 1365px) { h5 { font-size: 14px; } }

@media all and (max-width: 479px) { h5 { font-size: 12px; } }

h5 { font-size: 14px; }

@media all and (max-width: 479px) { h5 { font-size: 12px; } }

p, span, li { margin: 0; font-size: 14px; font-weight: 500; line-height: 1.5em; }

@media all and (max-width: 479px) { p, span, li { font-size: 12px; } }

span, a { font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; }

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

.typography h3, .typography h4, .typography h5 { margin-bottom: 40px; }

@media all and (max-width: 999px) { .typography h3, .typography h4, .typography h5 { margin-bottom: 25px; } }

.typography p { margin-bottom: 2em; }

.typography p:last-child { margin-bottom: 0; }

.typography .alignleft { float: left; }

.typography .alignright { float: right; }

.typography img { max-width: 100%; height: auto; display: block; }

.inputs { position: relative; display: inline-block; width: 100%; }

.inputs input, .inputs select { width: 100%; border: none; border: 1px solid #9b9a9a; outline: none; height: 100%; min-width: 10px; min-height: 10px; padding: 13px 14px; -webkit-transition: all .2s; transition: all .2s; }

.inputs input::-webkit-input-placeholder, .inputs select::-webkit-input-placeholder { color: #373737; }

.inputs input:-ms-input-placeholder, .inputs select:-ms-input-placeholder { color: #373737; }

.inputs input::placeholder, .inputs select::placeholder { color: #373737; }

.inputs .input--error { border-color: #FF151F; }

.inputs .error { position: absolute; bottom: -15px; }

.s_box { width: 100%; margin: -10px; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.s_box__block { padding: 10px; }

.s_box__block--100 { max-width: 100%; }

.s_box__block--50 { max-width: 50%; }

.s_box__block--30 { max-width: 33.3333%; }

.s_popup { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 70; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); overflow-y: auto; }

.s_popup__layer { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 1; }

.s_popup__close { width: 30px; height: 30px; position: absolute; top: 25px; right: 25px; cursor: pointer; }

@media all and (max-width: 639px) { .s_popup__close { width: 25px; height: 25px; top: 15px; right: 15px; } }

.s_popup__close::before, .s_popup__close::after { content: ""; position: absolute; width: 100%; height: 4px; background: #FF151F; top: 40%; left: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); border-radius: 20px; }

.s_popup__close::after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.s_popup__content { width: 100%; max-width: 995px; position: absolute; z-index: 2; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: #fff; padding: 20px 45px; margin: 40px 0; }

.s_popup__content--project { padding: 45px; margin-top: 90px; }

.s_popup--project__content { max-width: 750px; width: 100%; margin: auto; text-align: center; }

.s_popup--project__slider { margin-bottom: 32px; }

.s_popup--project__img { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; height: 450px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.s_popup--project__img img { width: 100%; height: auto; -o-object-fit: cover; object-fit: cover; max-height: 100%; }

.s_popup--project .slick-arrow { position: absolute; cursor: pointer; top: 50%; z-index: 1; font-size: 0; border: none; border-left: 2px solid #FF151F; border-bottom: 2px solid #FF151F; width: 20px; height: 20px; background-color: transparent; }

@media all and (max-width: 999px) { .s_popup--project .slick-arrow { display: none; } }

.s_popup--project .slick-prev { left: -40px; -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); }

.s_popup--project .slick-next { right: -40px; -webkit-transform: translateY(-50%) rotate(-135deg); -ms-transform: translateY(-50%) rotate(-135deg); transform: translateY(-50%) rotate(-135deg); }

.s_popup__thanks { height: 100%; }

.s_popup__thanks--wrap { position: relative; z-index: 2; height: 100%; padding: 0; width: 100%; max-width: 600px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: auto; }

@media all and (max-width: 999px) { .s_popup__thanks--wrap { max-width: 90%; } }

.s_popup__thanks--box { background-color: white; height: auto; padding: 84px; position: relative; width: 100%; -webkit-box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.2); box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.2); text-align: center; }

@media all and (max-width: 1365px) { .s_popup__thanks--box { padding: 85px 100px; } }

@media all and (max-width: 999px) { .s_popup__thanks--box { padding: 55px 70px; } }

@media all and (max-width: 639px) { .s_popup__thanks--box { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 30px; } }

.absolute_img { max-width: 80px; position: absolute; z-index: -1; right: 30px; bottom: 0; }

@media all and (max-width: 999px) { .absolute_img { max-width: 65px; max-height: 70px; } }

@media all and (max-width: 767px) { .absolute_img { max-width: 55px; } }

.absolute_img--center { left: 65%; }

.absolute_img--right { right: 20px; top: 30px; }

.absolute_img--right2 { top: 80px; right: 20%; }

.s_header { padding: 30px 0 30px; position: relative; z-index: 5; }

@media all and (max-width: 1365px) { .s_header { padding: 19px 0 23px; } }

@media all and (max-width: 1199px) { .s_header { padding: 24px 0 23px; } }

@media all and (max-width: 999px) { .s_header { padding: 18px 0 18px; } }

@media all and (max-width: 639px) { .s_header { padding: 18px 0 23px; } }

@media all and (max-width: 999px) { .s_header::after { display: block; content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; z-index: 14; } }

.s_header_wrap { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.s_header_logo { max-width: 163px; display: block; width: 100%; margin-right: 70px; position: relative; z-index: 15; }

@media all and (max-width: 1365px) { .s_header_logo { max-width: 130px; margin-right: 50px; } }

@media all and (max-width: 1199px) { .s_header_logo { max-width: 96px; margin-right: 45px; } }

@media all and (max-width: 999px) { .s_header_logo { max-width: 103px; } }

.s_header_logo img { max-width: 100%; display: block; height: auto; }

.s_header_menu_wrap { max-width: 100%; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media all and (max-width: 999px) { .s_header_menu_wrap { position: fixed; left: -100000px; top: 0; width: 100%; height: 100%; max-width: 100%; display: block; overflow-y: auto; overflow-x: hidden; padding-bottom: 30px; background: #fff; z-index: 10; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
  .s_header_menu_wrap--open { left: 0; } }

.s_header_menu_wrap ul { max-width: 760px; width: 100%; margin-right: 83px; }

@media all and (max-width: 1365px) { .s_header_menu_wrap ul { max-width: 628px; margin-right: 43px; } }

@media all and (max-width: 1199px) { .s_header_menu_wrap ul { max-width: 516px; margin-right: 10px; } }

@media all and (max-width: 999px) { .s_header_menu_wrap ul { display: block; max-width: 100%; margin: 0; text-align: center; padding-top: 57px; padding-bottom: 45px; border-bottom: 1px solid #e5e5e5; margin-bottom: 25px; } }

@media all and (max-width: 999px) and (max-width: 639px) { .s_header_menu_wrap ul { padding-bottom: 28px; margin-bottom: 32px; } }

.s_header_menu_wrap ul li { font-size: 16px; font-weight: 400; color: #000000; font-family: 'Exo 2', sans-serif; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

@media all and (max-width: 1365px) { .s_header_menu_wrap ul li { font-size: 14px; } }

@media all and (max-width: 1199px) { .s_header_menu_wrap ul li { font-size: 12px; } }

@media all and (max-width: 999px) { .s_header_menu_wrap ul li { font-size: 18px; } }

@media all and (max-width: 639px) { .s_header_menu_wrap ul li { font-size: 16px; } }

.s_header_menu_wrap ul li:hover { color: #FF151F; }

.s_header_menu_wrap ul li a { font-style: inherit; font-size: inherit; color: inherit; font-weight: inherit; display: block; }

@media all and (max-width: 999px) { .s_header_menu_wrap ul li a { padding: 11px 0 11px; } }

@media all and (max-width: 639px) { .s_header_menu_wrap ul li a { padding: 9px 0 9px; } }

.s_header_menu_wrap ul li.current-menu-item { color: #FF151F; }

.s_header_phones { position: relative; cursor: pointer; max-width: 127px; width: 100%; padding-right: 13px; padding-left: 7px; }

@media all and (max-width: 1365px) { .s_header_phones { max-width: 113px; } }

@media all and (max-width: 999px) { .s_header_phones { max-width: 100%; text-align: center; padding: 0; display: inline-block; } }

.s_header_phones::after { position: absolute; right: 0; top: 4px; content: ''; border: solid #FF151F; border-width: 0 1px 1px 0; padding: 2px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

@media all and (max-width: 999px) { .s_header_phones::after { display: none; } }

.s_header_phones a { color: #eb1d25; font-size: 16px; font-weight: 500; font-family: 'Exo 2', sans-serif; display: block; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

.s_header_phones a:hover { color: #cf131c; }

@media all and (max-width: 1365px) { .s_header_phones a { font-size: 14px; } }

@media all and (max-width: 1199px) { .s_header_phones a { font-size: 12px; } }

@media all and (max-width: 999px) { .s_header_phones a { font-size: 16px; max-width: 110px; width: 100%; display: inline; margin-right: 35px; } }

@media all and (max-width: 479px) { .s_header_phones a { max-width: 100%; display: block; margin: 0; text-align: center; margin-bottom: 16px; } }

.s_header_phones_lang { position: absolute; width: 100%; position: absolute; opacity: 0; left: -100000px; top: 100%; padding-top: 5px; -webkit-transition: opacity 0.25s linear, left 0s linear 0.25s; transition: opacity 0.25s linear, left 0s linear 0.25s; background: #fff; padding-left: 7px; z-index: 2; padding-right: 13px; padding-bottom: 10px; }

@media all and (max-width: 1199px) { .s_header_phones_lang { padding-top: 0; } }

@media all and (max-width: 999px) { .s_header_phones_lang { position: static; display: inline-block; left: unset; top: unset; padding: 0; opacity: 1; max-width: unset; width: auto; } }

.s_header_phones_lang a { padding-top: 10px; }

.s_header_phones_lang a:last-of-type { padding-bottom: 0; }

@media all and (max-width: 999px) { .s_header_phones_lang a { padding: 0; }
  .s_header_phones_lang a:last-of-type { margin-right: 0; } }

@media all and (max-width: 479px) { .s_header_phones_lang a:last-of-type { margin-bottom: 0; } }

.s_header_phones--open .s_header_phones_lang { opacity: 1; left: 0; }

.s_header_phones--open::after { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); top: 6px; }

@media all and (max-width: 999px) { .s_header_burger { position: relative; z-index: 15; cursor: pointer; width: 26px; height: 16px; }
  .s_header_burger_line { position: absolute; left: 0; width: 100%; height: 2px; background: #FF151F; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
  .s_header_burger_line--one { top: 0; }
  .s_header_burger_line--two { top: 7px; }
  .s_header_burger_line--three { top: 14px; }
  .s_header_burger--open .s_header_burger_line--one { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: 50%; }
  .s_header_burger--open .s_header_burger_line--two { opacity: 0; }
  .s_header_burger--open .s_header_burger_line--three { top: 50%; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } }

.s_baner { padding: 150px 0; background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden; }

@media all and (max-width: 999px) { .s_baner { padding: 120px 0; } }

@media all and (max-width: 479px) { .s_baner { padding: 75px 0; } }

@media all and (max-width: 999px) { .s_baner .container { padding: 0 20px; } }

.s_baner__header { color: #fff; max-width: 740px; width: 100%; }

@media all and (max-width: 1199px) { .s_baner__header { max-width: 570px; } }

@media all and (max-width: 999px) { .s_baner__header { margin-left: 80px; } }

@media all and (max-width: 767px) { .s_baner__header { margin-left: 55px; } }

@media all and (max-width: 639px) { .s_baner__header { margin-left: 0; } }

@media all and (max-width: 479px) { .s_baner__header { max-width: 240px; } }

.s_baner__header h1, .s_baner__header h2, .s_baner__header p { color: inherit; }

.s_baner__header h1, .s_baner__header h2 { margin-bottom: 20px; line-height: 1.35; }

.s_baner__header p { font-size: 24px; font-weight: 300; }

@media all and (max-width: 999px) { .s_baner__header p { font-size: 16px; } }

.s_projects { padding: 150px 0 90px; }

@media all and (max-width: 1365px) { .s_projects { padding: 130px 0 90px; } }

@media all and (max-width: 1199px) { .s_projects { padding: 65px 0 90px; } }

@media all and (max-width: 999px) { .s_projects { padding: 55px 0 75px; } }

@media all and (max-width: 767px) { .s_projects { padding: 45px 0 65px; overflow: hidden; } }

@media all and (max-width: 479px) { .s_projects { padding: 20px 0 60px; } }

.s_projects--gallery { padding-bottom: 20px; }

@media all and (max-width: 999px) { .s_projects--min .container { padding-left: 20px; padding-right: 20px; } }

@media all and (max-width: 479px) { .s_projects--min { padding-bottom: 0; } }

@media all and (max-width: 479px) { .s_projects .container { padding: 0; } }

.s_projects__header { margin-bottom: 100px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media all and (max-width: 1365px) { .s_projects__header { margin-bottom: 50px; } }

@media all and (max-width: 999px) { .s_projects__header { margin-bottom: 45px; } }

@media all and (max-width: 639px) { .s_projects__header { margin-bottom: 30px; } }

@media all and (max-width: 479px) { .s_projects__header { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 0 20px; }
  .s_projects__header h2 { margin-bottom: 20px; } }

.s_projects__header--all { color: #FF151F; font-size: 18px; text-transform: uppercase; font-weight: bold; }

.s_projects__header--all:hover { color: #cf131c; }

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

@media all and (max-width: 639px) { .s_projects__header--all { font-size: 14px; } }

.s_projects__header--tabs { -ms-flex-item-align: end; align-self: flex-end; }

@media all and (max-width: 1365px) { .s_projects__header--tabs { max-width: 640px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }

@media all and (max-width: 999px) { .s_projects__header--tabs { -ms-flex-item-align: initial; -ms-grid-row-align: initial; align-self: initial; width: 100%; max-width: initial; } }

@media all and (max-width: 639px) { .s_projects__header--tabs { display: none; } }

.s_projects__header--tabs .slick-arrow { position: absolute; z-index: 1; top: 50%; left: 10px; -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); width: 20px; height: 20px; font-size: 0; border: none; background-color: transparent; border-left: 4px solid #FF151F; border-bottom: 4px solid #FF151F; cursor: pointer; }

.s_projects__header--tabs .slick-arrow:hover, .s_projects__header--tabs .slick-arrow:focus { border-left: 4px solid #cf131c; border-bottom: 4px solid #cf131c; }

.s_projects__header--tabs .slick-next { left: initial; right: 10px; -webkit-transform: translateY(-50%) rotate(-135deg); -ms-transform: translateY(-50%) rotate(-135deg); transform: translateY(-50%) rotate(-135deg); }

.s_projects__header--tabs .slick-slide > div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.s_projects__header--tab, .s_projects__header--mob_tab { display: inline-block; font-weight: bold; color: #373737; margin-right: 25px; -webkit-transition: all .2s; transition: all .2s; font-size: 14px; }

.s_projects__header--tab:last-child, .s_projects__header--mob_tab:last-child { margin-right: 0; }

@media all and (max-width: 1365px) { .s_projects__header--tab, .s_projects__header--mob_tab { max-width: 170px; width: 100%; } }

@media all and (max-width: 1199px) { .s_projects__header--tab, .s_projects__header--mob_tab { max-width: 140px; margin-right: 10px; } }

@media all and (max-width: 999px) { .s_projects__header--tab, .s_projects__header--mob_tab { max-width: 25%; margin-right: 0; padding-right: 30px; } }

@media all and (max-width: 639px) { .s_projects__header--tab, .s_projects__header--mob_tab { max-width: 250px; width: 100%; margin: 0 auto 20px; padding-right: 0; text-align: center; display: block; }
  .s_projects__header--tab:last-child, .s_projects__header--mob_tab:last-child { margin-right: auto; } }

.s_projects__header--tab:hover, .s_projects__header--mob_tab:hover { color: #FF151F; }

.s_projects__header--mob_tab { display: none; position: relative; }

.s_projects__header--mob_tab::after { position: absolute; content: ""; right: -10px; top: 50%; -webkit-transform: translateY(-25%) rotate(135deg); -ms-transform: translateY(-25%) rotate(135deg); transform: translateY(-25%) rotate(135deg); width: 6px; height: 6px; display: block; border-bottom: 2px solid #FF151F; border-left: 2px solid #FF151F; -webkit-transition: all .2s; transition: all .2s; }

@media all and (max-width: 639px) { .s_projects__header--mob_tab { display: block; } }

.s_projects__header--mob_active::after { -webkit-transform: translateY(-60%) rotate(-45deg); -ms-transform: translateY(-60%) rotate(-45deg); transform: translateY(-60%) rotate(-45deg); }

.s_projects__header--active { color: #FF151F; text-decoration: underline; }

@media all and (max-width: 999px) { .s_projects__header--mobile { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .s_projects__header--mobile h2 { margin-bottom: 30px; } }

.s_projects__content--full { margin-bottom: 35px; }

@media all and (max-width: 639px) { .s_projects__content--full { margin-bottom: 10px; } }

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

.s_projects__content--box { max-width: 33.3333%; width: 100%; display: none; }

@media all and (max-width: 999px) { .s_projects__content--box { max-width: 50%; } }

@media all and (max-width: 639px) { .s_projects__content--box { max-width: 100%; margin-bottom: 20px; } }

.s_projects__content--display { display: block; }

.s_projects__slider { margin: -10px; }

@media all and (max-width: 1199px) { .s_projects__slider { margin: -5px; } }

@media all and (max-width: 999px) { .s_projects__slider { margin: -10px; } }

@media all and (max-width: 639px) { .s_projects__slider { margin: 0; } }

.s_projects__slider .slick-arrow { position: absolute; z-index: 1; top: 50%; left: -55px; -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); width: 20px; height: 20px; font-size: 0; border: none; background-color: transparent; border-left: 4px solid #FF151F; border-bottom: 4px solid #FF151F; cursor: pointer; }

.s_projects__slider .slick-arrow:hover, .s_projects__slider .slick-arrow:focus { border-left: 4px solid #cf131c; border-bottom: 4px solid #cf131c; }

.s_projects__slider .slick-next { left: initial; right: -55px; -webkit-transform: translateY(-50%) rotate(-135deg); -ms-transform: translateY(-50%) rotate(-135deg); transform: translateY(-50%) rotate(-135deg); }

.s_projects__slider .slick-dots { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; bottom: -35px; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.s_projects__slider .slick-dots li { cursor: pointer; width: 6px; height: 6px; background-color: #888787; font-size: 0; margin-right: 10px; -webkit-transition: all .2s; transition: all .2s; }

.s_projects__slider .slick-dots li:last-child { margin-right: 0; }

.s_projects__slider .slick-dots li button { border: none; }

.s_projects__slider .slick-dots .slick-active { background-color: #FF151F; }

.s_projects__slide { padding: 10px; }

@media all and (max-width: 1199px) { .s_projects__slide { padding: 5px; } }

@media all and (max-width: 999px) { .s_projects__slide { padding: 10px; } }

@media all and (max-width: 639px) { .s_projects__slide { padding: 0; } }

.s_projects__wrap { position: relative; height: 495px; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

@media all and (max-width: 1365px) { .s_projects__wrap { height: 390px; } }

@media all and (max-width: 1199px) { .s_projects__wrap { height: 320px; } }

@media all and (max-width: 999px) { .s_projects__wrap { height: 400px; } }

@media all and (max-width: 639px) { .s_projects__wrap { height: 470px; } }

.s_projects__wrap img { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; -o-object-fit: cover; object-fit: cover; }

.s_projects__wrap:hover .s_projects__img-wr::after { content: ""; display: block; position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: rgba(255, 21, 31, 0.7); }

.s_projects__img-wr { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }

.s_projects__img-wr::after { content: ""; -webkit-transition: all .2s; transition: all .2s; }

.s_projects__text { padding: 25px; max-width: 265px; width: 100%; }

@media all and (max-width: 1199px) { .s_projects__text { padding: 13px; max-width: 200px; } }

@media all and (max-width: 767px) { .s_projects__text { max-width: 300px; padding: 20px; } }

.s_projects__text h3, .s_projects__text a { color: #fff; }

.s_projects__text h3 { font-size: 36px; min-height: 3em; margin-bottom: 20px; }

@media all and (max-width: 1365px) { .s_projects__text h3 { font-size: 30px; line-height: 1; } }

@media all and (max-width: 1199px) { .s_projects__text h3 { font-size: 26px; } }

@media all and (max-width: 767px) { .s_projects__text h3 { min-height: initial; } }

.s_projects__text--look { color: #fff; }

@media all and (max-width: 1365px) { .s_projects__text--look { font-size: 14px; } }

@media all and (max-width: 999px) { .s_projects__text--look { display: none; } }

.s_projects__show { text-align: center; }

.s_projects__show button, .s_projects__show a { text-decoration: none; }

@media all and (max-width: 639px) { .s_projects__header--tab.s_projects__header--active { display: none; } }

.s_services { padding: 140px 0 20px; overflow: hidden; }

@media all and (max-width: 1365px) { .s_services { padding: 90px 0 20px; } }

@media all and (max-width: 999px) { .s_services { padding: 35px 0 25px; } }

.s_services--ext { padding-bottom: 70px; overflow: initial; }

@media all and (max-width: 1365px) { .s_services--ext { padding-bottom: 30px; } }

@media all and (max-width: 639px) { .s_services--ext { padding-bottom: 10px; } }

@media all and (max-width: 999px) { .s_services .container { padding: 0; } }

.s_services__header { margin-bottom: 105px; }

@media all and (max-width: 1365px) { .s_services__header { margin-bottom: 75px; } }

@media all and (max-width: 1199px) { .s_services__header { margin-bottom: 70px; } }

@media all and (max-width: 999px) { .s_services__header { margin-bottom: 30px; } }

@media all and (max-width: 767px) { .s_services__header { padding: 0 20px; } }

.s_services__content { padding-left: 180px; }

@media all and (max-width: 1365px) { .s_services__content { padding-left: 145px; } }

@media all and (max-width: 1199px) { .s_services__content { padding-left: 110px; } }

@media all and (max-width: 999px) { .s_services__content { padding-left: 0; } }

.s_services__block { margin-bottom: 100px; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

@media all and (max-width: 1365px) { .s_services__block { margin-bottom: 80px; } }

@media all and (max-width: 999px) { .s_services__block { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 50px; } }

.s_services__block:last-child { margin-bottom: 35px; }

@media all and (max-width: 1199px) { .s_services__block:last-child { margin-bottom: 60px; } }

@media all and (max-width: 999px) { .s_services__block:last-child { margin-bottom: 50px; } }

@media all and (max-width: 639px) { .s_services__block:last-child { margin-bottom: 35px; } }

.s_services__block:nth-child(even) { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

@media all and (max-width: 999px) { .s_services__block:nth-child(even) { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.s_services__block:nth-child(4n-3) .s_services__box--text { padding-right: 60px; }

.s_services__block:nth-child(4n-3) .s_services__box--text::after { height: 110px; width: 3px; right: 0; top: 7px; }

@media all and (max-width: 1199px) { .s_services__block:nth-child(4n-3) .s_services__box--text::after { height: 65px; } }

@media all and (max-width: 999px) { .s_services__block:nth-child(4n-3) .s_services__box--text { padding: 0 25px; }
  .s_services__block:nth-child(4n-3) .s_services__box--text::after { display: none; } }

@media all and (max-width: 767px) { .s_services__block:nth-child(4n-3) .s_services__box--text { padding: 0 20px; } }

.s_services__block:nth-child(4n-2) .s_services__box--text { max-width: 320px; }

.s_services__block:nth-child(4n-2) .s_services__box--text img { left: 0; }

@media all and (max-width: 1365px) { .s_services__block:nth-child(4n-2) .s_services__box--text { padding-right: 40px; max-width: initial; } }

@media all and (max-width: 1199px) { .s_services__block:nth-child(4n-2) .s_services__box--text { max-width: 280px; }
  .s_services__block:nth-child(4n-2) .s_services__box--text img { left: -120px; } }

@media all and (max-width: 999px) { .s_services__block:nth-child(4n-2) .s_services__box--text { max-width: 100%; padding: 0; }
  .s_services__block:nth-child(4n-2) .s_services__box--text img { left: initial; } }

.s_services__block:nth-child(4n-2) .s_services__box--text::after { width: 110px; height: 3px; top: 10px; right: -webkit-calc( 100% + 70px); right: calc( 100% + 70px); }

@media all and (max-width: 1365px) { .s_services__block:nth-child(4n-2) .s_services__box--text::after { right: -webkit-calc( 100% + 35px); right: calc( 100% + 35px); } }

@media all and (max-width: 1199px) { .s_services__block:nth-child(4n-2) .s_services__box--text::after { width: 65px; right: -webkit-calc( 100% + 40px); right: calc( 100% + 40px); } }

@media all and (max-width: 999px) { .s_services__block:nth-child(4n-2) .s_services__box--text { padding: 0 25px; }
  .s_services__block:nth-child(4n-2) .s_services__box--text::after { display: none; } }

@media all and (max-width: 767px) { .s_services__block:nth-child(4n-2) .s_services__box--text { padding: 0 20px; } }

@media all and (max-width: 999px) { .s_services__block:nth-child(4n-2) .s_services__box--img { max-width: 100%; } }

.s_services__block:nth-child(4n - 1) .s_services__box--text::after { height: 110px; width: 3px; top: 7px; right: -webkit-calc( 100% + 75px); right: calc( 100% + 75px); }

@media all and (max-width: 1365px) { .s_services__block:nth-child(4n - 1) .s_services__box--text::after { right: -webkit-calc( 100% + 80px); right: calc( 100% + 80px); } }

@media all and (max-width: 1199px) { .s_services__block:nth-child(4n - 1) .s_services__box--text { padding-left: 65px; }
  .s_services__block:nth-child(4n - 1) .s_services__box--text::after { height: 65px; right: -webkit-calc( 100% - 5px); right: calc( 100% - 5px); } }

@media all and (max-width: 999px) { .s_services__block:nth-child(4n - 1) .s_services__box--text { padding: 0 25px; max-width: 100%; }
  .s_services__block:nth-child(4n - 1) .s_services__box--text::after { display: none; } }

@media all and (max-width: 767px) { .s_services__block:nth-child(4n - 1) .s_services__box--text { padding: 0 20px; } }

@media all and (max-width: 999px) { .s_services__block:nth-child(4n - 1) .s_services__box--img { max-width: 100%; padding: 0; } }

.s_services__block:nth-child(4n) .s_services__box--text::after { width: 110px; height: 3px; top: -10px; left: -webkit-calc( 100% - 75px); left: calc( 100% - 75px); }

@media all and (max-width: 1365px) { .s_services__block:nth-child(4n) .s_services__box--text::after { right: -webkit-calc( 100% + 80px); right: calc( 100% + 80px); } }

@media all and (max-width: 1199px) { .s_services__block:nth-child(4n) .s_services__box--text::after { width: 65px; right: -webkit-calc( 100% - 5px); right: calc( 100% - 5px); top: 7px; } }

@media all and (max-width: 999px) { .s_services__block:nth-child(4n) .s_services__box--text { padding: 0 25px; max-width: 100%; }
  .s_services__block:nth-child(4n) .s_services__box--text::after { display: none; } }

@media all and (max-width: 767px) { .s_services__block:nth-child(4n) .s_services__box--text { padding: 0 20px; } }

@media all and (max-width: 999px) { .s_services__block:nth-child(4n) .s_services__box--img { max-width: 100%; padding: 0; } }

.s_services__box { width: 100%; }

.s_services__box--img { max-width: 510px; }

@media all and (max-width: 1365px) { .s_services__box--img { max-width: 410px; } }

@media all and (max-width: 1199px) { .s_services__box--img { max-width: 280px; } }

.s_services__box--img img { max-width: 100%; display: block; }

@media all and (max-width: 999px) { .s_services__box--img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } }

@media all and (max-width: 999px) { .s_services__box--img:nth-child(n) { max-width: 100%; height: 320px; margin-bottom: 20px; } }

.s_services__box--text { position: relative; max-width: 410px; }

@media all and (max-width: 1365px) { .s_services__box--text { max-width: 320px; } }

@media all and (max-width: 999px) { .s_services__box--text { padding: 0 25px; } }

@media all and (max-width: 999px) { .s_services__box--text:nth-child(n) { max-width: 100%; } }

.s_services__box--text::after { content: ""; position: absolute; display: block; background-color: #FF151F; border-radius: 50px; }

.s_services__box--text h3 { margin-bottom: 25px; }

.s_services__box--text p { line-height: 1.5; margin-bottom: 25px; }

.s_services__box--text span { color: #FF151F; font-size: 24px; }

@media all and (max-width: 999px) { .s_services__box--text p, .s_services__box--text h3 { max-width: 470px; } }

@media all and (max-width: 1199px) { .s_services__box--text img { max-width: 80px; } }

@media all and (max-width: 999px) { .s_services__box--text img { right: 30px; } }

@media all and (max-width: 767px) { .s_services__box--text img { max-width: 55px; } }

.s_services__learn { max-width: 320px; margin-left: auto; margin-right: 80px; }

@media all and (max-width: 1365px) { .s_services__learn { max-width: 280px; } }

@media all and (max-width: 999px) { .s_services__learn { max-width: 220px; margin-right: 40px; } }

.s_services__learn a { color: #FF151F; font-size: 36px; text-decoration: underline; font-weight: bold; -webkit-transition: all .2s; transition: all .2s; }

.s_services__learn a:hover { text-decoration: none; color: #cf131c; }

@media all and (max-width: 1365px) { .s_services__learn a { font-size: 30px; } }

@media all and (max-width: 999px) { .s_services__learn a { font-size: 24px; } }

.s_park { padding-bottom: 100px; }

.s_park__header { margin-bottom: 80px; }

@media all and (max-width: 999px) { .s_park__header { margin-bottom: 25px; padding: 0 20px; } }

.s_park__descr { -webkit-column-count: 2; column-count: 2; margin: 0 -20px 90px; }

@media all and (max-width: 999px) { .s_park__descr { -webkit-column-count: 1; column-count: 1; padding: 0 25px; margin: 0 0 50px; } }

.s_park__descr--min { margin-bottom: 40px; }

@media all and (max-width: 999px) { .s_park__descr--min { padding: 0; } }

.s_park__descr p { margin-bottom: 20px; padding: 0 20px; }

.s_park__descr p:last-child { margin-bottom: 0; }

.s_park__wrap { margin-bottom: 150px; }

.s_park__wrap:last-child { margin-bottom: 100px; }

@media all and (max-width: 1199px) { .s_park__wrap:last-child { margin-bottom: 50px; } }

@media all and (max-width: 999px) { .s_park__wrap { margin-bottom: 80px; } }

@media all and (max-width: 639px) { .s_park__wrap { margin-bottom: 60px; } }

.s_park__contact { font-weight: bold; max-width: 610px; font-size: 24px; }

@media all and (max-width: 999px) { .s_park__contact { padding: 0 25px; max-width: 100%; font-size: 20px; font-size: 20px; } }

@media all and (max-width: 639px) { .s_park__contact { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.s_park__contact p { font-weight: inherit; font-size: inherit; margin-bottom: 25px; }

.s_park__contact a { color: #FF151F; display: inline-block; margin-right: 20px; font-size: 24px; margin-bottom: 10px; }

.s_view__content { margin: -10px; }

@media all and (max-width: 999px) { .s_view__content { margin: 0; } }

.s_view__wrap { margin: 0; }

@media all and (max-width: 639px) { .s_view__wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

@media all and (max-width: 999px) { .s_view__block { padding: 0 18px; } }

@media all and (max-width: 639px) { .s_view__block { max-width: 100%; margin-bottom: 35px; } }

@media all and (max-width: 479px) { .s_view__block { padding: 0; } }

.s_view__img { height: 270px; margin-bottom: 30px; }

@media all and (max-width: 767px) { .s_view__img { height: 200px; } }

@media all and (max-width: 639px) { .s_view__img { margin-bottom: 20px; height: 230px; } }

.s_view__img img { max-width: 100%; height: 100%; width: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

@media all and (max-width: 1199px) { .s_view__text { font-size: 20px; } }

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

@media all and (max-width: 479px) { .s_view__text { padding: 0 20px; } }

.s_paddings { padding-top: 40px; }

.s_cases__content { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; display: none; }

@media all and (max-width: 639px) { .s_cases__content { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

@media all and (max-width: 479px) { .s_cases__text { padding: 0 20px; } }

.s_cases__text h3 { position: relative; padding-right: 230px; }

.s_cases__text h3::after { content: ""; position: absolute; width: 100px; height: 4px; background-color: #FF151F; top: 50%; right: 100px; -webkit-transform: translateY(-10%); -ms-transform: translateY(-10%); transform: translateY(-10%); }

@media all and (max-width: 1365px) { .s_cases__text h3 { padding-right: 150px; }
  .s_cases__text h3::after { right: 30px; } }

@media all and (max-width: 1199px) { .s_cases__text h3 { padding-right: 100px; }
  .s_cases__text h3::after { right: 15px; width: 80px; } }

@media all and (max-width: 999px) { .s_cases__text h3::after { height: 2px; right: 15px; width: 55px; } }

@media all and (max-width: 639px) { .s_cases__text h3 { max-width: 230px; padding-right: 20px; }
  .s_cases__text h3::after { left: 100%; } }

.s_cases__block { position: relative; width: 100%; }

.s_cases__block--content { max-width: 40%; }

@media all and (max-width: 1199px) { .s_cases__block--content { max-width: 50%; padding-right: 50px; } }

@media all and (max-width: 639px) { .s_cases__block--content { padding-right: 0; max-width: 100%; } }

.s_cases__block--img { max-width: 55%; }

@media all and (max-width: 1199px) { .s_cases__block--img { max-width: 50%; } }

@media all and (max-width: 639px) { .s_cases__block--img { max-width: 100%; margin-bottom: 20px; } }

.s_cases__block--img img { max-width: 100%; width: 100%; height: auto; display: block; }

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

.s_footer { background-color: #3c3a3a; padding: 35px 0; }

@media all and (max-width: 1199px) { .s_footer { padding: 30px 0; } }

@media all and (max-width: 999px) { .s_footer { padding: 20px 0; } }

.s_footer__content { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media all and (max-width: 999px) { .s_footer__content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

@media all and (max-width: 999px) { .s_footer__list { margin-bottom: 10px; }
  .s_footer__list:nth-child(1) { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .s_footer__list:nth-child(3) { text-align: right; padding-left: 30px; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .s_footer__list:nth-child(2) { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; margin-bottom: 0; max-width: 100%; width: 100%; text-align: center; } }

.s_footer__list li { color: #fff; margin-right: 30px; }

@media all and (max-width: 1199px) { .s_footer__list li { font-size: 12px; } }

@media all and (max-width: 999px) { .s_footer__list li { margin-right: 15px; } }

.s_footer__list li:last-child { margin-right: 0; }

.s_footer__list--contacts { max-width: 410px; }

.s_footer__list a { color: inherit; }

@media all and (max-width: 639px) { .s_footer__list { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .s_footer__list:nth-child(n) { max-width: initial; }
  .s_footer__list:nth-child(1) { max-width: 300px; }
  .s_footer__list li { margin-bottom: 10px; } }

@media all and (max-width: 480px) { .s_footer__list:nth-child(3) { padding-left: 0; } }

.s_footer .zorelit__section { width: auto; background-color: transparent; }

@media all and (max-width: 999px) { .s_footer .zorelit__section { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; } }

.holder { position: fixed; left: 0%; top: 0%; right: 0%; bottom: 0%; width: 100%; height: 100%; background-color: #fff; z-index: 999; }

.preloader { position: absolute; width: 3%; height: 0%; padding-bottom: 3%; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }

.preloader div { position: absolute; width: 100%; height: 100%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); overflow: hidden; -webkit-animation: animatePreloader 1s infinite linear; animation: animatePreloader 1s infinite linear; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; transform-origin: 50% 100%; }

.preloader div:before { content: ""; position: absolute; width: 100%; height: 100%; left: 50%; top: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); border: 3px solid #FF151F; border-radius: 50%; -webkit-box-sizing: border-box; box-sizing: border-box; }

.preloader div:nth-child(2) { width: 60%; height: 60%; top: 20%; -webkit-animation: animatePreloader 0.5s infinite linear; animation: animatePreloader 0.5s infinite linear; }

@-webkit-keyframes animatePreloader { 0% { -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(0deg); transform: translateX(-50%) translateY(-50%) rotateZ(0deg); }
  100% { -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(360deg); transform: translateX(-50%) translateY(-50%) rotateZ(360deg); } }

@keyframes animatePreloader { 0% { -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(0deg); transform: translateX(-50%) translateY(-50%) rotateZ(0deg); }
  100% { -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(360deg); transform: translateX(-50%) translateY(-50%) rotateZ(360deg); } }