/*! 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; } }

@media all and (max-width: 350px) { .s_header_logo { margin-right: 10px; } }


.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: flex; flex-direction: column; align-items: center; justify-content: center; 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: 145px; 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;} }

@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; }

.s_header_phones._mob {display: none;}
.s_header_phones._mob a {margin: 0;}

@media all and (max-width: 999px) { .s_header_phones._mob {display: inline-block; width: auto; margin-left: auto; margin-right: 20px; text-align: right; z-index: 15;} }

@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_hero { width: 100%; }

.s_hero__content { display: -webkit-box; display: -ms-flexbox; display: flex; flex-direction: column; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 160px; min-height: 710px; position: relative; }

@media all and (max-width: 1365px) { .s_hero__content { padding: 125px 85px; min-height: 440px; } }

/* @media all and (max-width: 1199px) { .s_hero__content { min-height: 375px; } } */

@media all and (max-width: 1024px) { .s_hero__content { padding: 125px 35px; min-height: unset; } }

@media all and (max-width: 768px) { .s_hero__content { padding: 90px 0; } }

/* @media all and (max-width: 639px) { .s_hero__content { min-height: 520px; } } */

@media all and (max-width: 540px) { .s_hero__content { padding: 90px 0; } }
@media all and (max-width: 350px) { .s_hero__content { padding: 90px 0; } }

.s_hero__slide { position: relative; }

.s_hero__image--bg img { height: 100%; width: 100%; position: absolute; top: 0; left: 0; -o-object-fit: cover; object-fit: cover; }

.s_hero__wrap { color: white; max-width: 540px; }

.s_hero__title { margin-bottom: 30px; }

@media all and (max-width: 1365px) { .s_hero__title { margin-bottom: 40px; max-width: 365px; } }

@media all and (max-width: 1200px) { .s_hero__title { margin-bottom: 35px; max-width: 310px; } }

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

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

@media all and (max-width: 639px) { .s_hero__title { max-width: 270px; } }

@media all and (max-width: 419px) { .s_hero__title { max-width: 225px; } }

.s_hero__title h1 { color: #fff; font-size: 64px; text-transform: uppercase; }

/* @media all and (max-width: 768px) { .s_hero__title h1 {  word-break: break-word;  } } */
@media all and (max-width: 540px) { .s_hero__title h1 { font-size: 34px; line-height: 42px; } }

/* @media all and (max-width: 419px) { .s_hero__title h1 { color: #fff; font-size: 42px; word-break: break-word; } } */

.s_hero__title h2 { color: #fff; font-size: 72px; }

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

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

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

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

.s_hero__subtitle p { color: #fff; font-size: 24px; line-height: 36px; margin-top: 50px; font-weight: 300; text-align: center; }

@media all and (max-width: 1024px) { .s_hero__subtitle p { margin-top: 24px; max-width: 330px; } }

@media all and (max-width: 768px) { .s_hero__subtitle p { font-size: 20px; line-height: 22px; margin-top: 4px; max-width: 305px; } }

@media all and (max-width: 540px) { .s_hero__subtitle p { margin-top: 32px; } }

.s_hero__form { margin-top: 60px;}

@media all and (max-width: 1024px) { .s_hero__form { margin-top: 27px; } }

@media all and (max-width: 540px) { .s_hero__form { margin-top: 40px; } }

.s_hero__form form { display:flex; flex-direction: row; justify-content: space-between;align-items:center; }

@media all and (max-width: 1024px) { .s_hero__form form { flex-direction:column;align-items:center;justify-content:center; } }

.s_hero__form input[type="tel"] { border: 1px solid #CCCCCC; font-size: 16px; font-weight: 300; padding: 12px 17px; width: 265px;}

.s_hero__form input[type="submit"] { background: #FF151F; font-size: 18px; font-weight: 700; padding: 12px 24px; color: white; border: none; cursor: pointer; margin-left: 10px;}

@media all and (max-width: 1024px) { .s_hero__form input[type="submit"] {margin: 20px 0; } }

@media all and (min-width: 1024px) {
	.wpcf7-form.invalid {
		align-items: flex-start;
	}
}
.wpcf7-not-valid-tip {
	color: white;
}
.wpcf7-response-output,
.wpcf7-spinner {
	display: none!important;
}

.form_file_wrap .wpcf7-not-valid-tip {
	display: block!important;
}

input.wpcf7-not-valid,
input.wpcf7-not-valid::placeholder {
	color: #FF151F;
}

.s_hero__text { margin-bottom: 70px; max-width: 510px; }

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

@media all and (max-width: 1200px) { .s_hero__text { margin-bottom: 35px; max-width: 380px; } }

@media all and (max-width: 999px) { .s_hero__text { margin-bottom: 60px; max-width: 315px; } }

@media all and (max-width: 767px) { .s_hero__text { margin-bottom: 40px; } }

@media all and (max-width: 639px) { .s_hero__text { max-width: 300px; } }

@media all and (max-width: 419px) { .s_hero__text { max-width: 255px; } }

.s_hero__text p { font-size: 24px; max-height: 7em; overflow: hidden; color: #fff; }

@media all and (max-width: 1365px) { .s_hero__text p { font-size: 20px; } }

@media all and (max-width: 1199px) { .s_hero__text p { font-size: 18px; } }

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

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

@media all and (max-width: 419px) { .s_hero__text p { font-size: 12px; } }

.s_hero__btn { margin-bottom: 25px; }

.s_hero__about { margin: 0 auto; max-width: 100%; text-align: center; }

.s_hero__slider .slick-dots { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; bottom: 20px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 10; }

.s_hero__slider .slick-dots li { display: inline-block; width: 10px; height: 10px; position: relative; margin-right: 10px; }

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

@media all and (max-width: 999px) { .s_hero__slider .slick-dots li { width: 6px; height: 6px; } }

.s_hero__slider .slick-dots button { cursor: pointer; position: absolute; width: 100%; height: 100%; font-size: 0; background-color: #C0BFBF; border: 1px solid #C0BFBF; -webkit-transition: all .2s; transition: all .2s; }

.s_hero__slider .slick-dots .slick-active button { background-color: #FF151F; border: 1px solid #FF151F; }

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

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

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

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


.s_hero {position: relative;}

.s_hero__labels {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 25px;
	display: flex;
}

@media all and (max-width: 540px) { .s_hero__labels { right: 10px; } }

@media all and (max-width: 1368px) { .s_hero__label img { width: 100px; } }
@media all and (max-width: 1024px) { .s_hero__label img { width: 75px; } }
@media all and (max-width: 540px) { .s_hero__label img { width: 50px; } }

.s_services { padding: 80px 0 270px; 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; } }
@media all and (max-width: 540px) { .s_services__box--img:nth-child(n) { height: unset; } }

.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_history { padding: 30px 0; }

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

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

.s_history__header { margin-bottom: 105px; }

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

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

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

@media all and (max-width: 767px) { .s_history__header { margin-bottom: 20px; } }

.s_history__text { -webkit-column-count: 2; column-count: 2; }

@media all and (max-width: 999px) { .s_history__text { max-width: 495px; -webkit-column-count: 1; column-count: 1; } }

@media all and (max-width: 639px) { .s_history__text { max-width: 405px; } }

@media all and (max-width: 479px) { .s_history__text { max-width: 100%; } }

.s_history__text p { margin-bottom: 25px; }

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

.s_history__container { padding: 150px 0 55px; }

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

@media all and (max-width: 999px) { .s_history__container { padding: 50px 0px 30px; } }

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

.s_history__bg { bottom: -100px; right: 150px; }

.s_advantages { padding: 120px 0 80px; }

@media all and (max-width: 1365px) { .s_advantages { padding: 50px 0px; } }

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

.s_advantages__header { margin-bottom: 105px; }

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

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

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

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

.s_advantages__cards { margin: -20px; }

@media all and (max-width: 767px) { .s_advantages__cards { margin: 0; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; } }

.s_advantages__card { max-width: 25%; width: 100%; padding: 20px; }

@media all and (max-width: 1365px) { .s_advantages__card { padding-right: 25px; } }

@media all and (max-width: 767px) { .s_advantages__card { max-width: 50%; width: 100%; padding: 0 20px; margin-bottom: 30px; } }

@media all and (max-width: 479px) { .s_advantages__card { max-width: 100%; } }

.s_advantages__card:last-child { margin-right: 0; }

.s_advantages__card--top { margin-bottom: 30px; width: 100%; }

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

.s_advantages__card--top p { font-size: 72px; color: #FF151F; font-weight: bold; }

@media all and (max-width: 1365px) { .s_advantages__card--top p { font-size: 60px; } }

@media all and (max-width: 1199px) { .s_advantages__card--top p { font-size: 48px; } }

@media all and (max-width: 999px) { .s_advantages__card--top p { font-size: 42px; } }

@media all and (max-width: 767px) { .s_advantages__card--top p { font-size: 60px; } }

@media all and (max-width: 479px) { .s_advantages__card--top p { font-size: 48px; } }

.s_advantages__card--top p span { font-size: 90px; color: #FF151F; font-weight: bold; }

@media all and (max-width: 1365px) { .s_advantages__card--top p span { font-size: 72px; } }

@media all and (max-width: 1199px) { .s_advantages__card--top p span { font-size: 60px; } }

@media all and (max-width: 999px) { .s_advantages__card--top p span { font-size: 48px; } }

@media all and (max-width: 767px) { .s_advantages__card--top p span { font-size: 72px; } }

@media all and (max-width: 479px) { .s_advantages__card--top p span { font-size: 60px; } }

@media all and (max-width: 767px) { .s_advantages__card--text { padding-right: 0; margin: auto; max-width: 165px; } }

.s_advantages__card--text p { font-size: 20px; font-weight: bold; }

@media all and (max-width: 1365px) { .s_advantages__card--text p { font-size: 16px; } }

@media all and (max-width: 1199px) { .s_advantages__card--text p { font-size: 12px; } }

.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_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_pump { background-color: red; }

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

.s_pump__services { padding: 150px 0 10px; }

@media all and (max-width: 1365px) { .s_pump__services { padding: 120px 0 10px; } }

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

.s_pump__bg1 { right: 10%; top: 0; }

.s_pump__content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 0; max-width: 900px; margin: 0 auto; }

@media all and (max-width: 999px) { .s_pump__content { max-width: 600px; padding: 50px 0; } }

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

.s_pump__rent { width: 100%; max-width: 950px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; position: relative; }

@media all and (max-width: 999px) { .s_pump__rent { -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.s_pump__select { width: 100%; padding-right: 20px; }

@media all and (max-width: 639px) { .s_pump__select { margin-bottom: 22px; padding-right: 0; } }

.s_pump__select--kind { width: 345px; }

@media all and (max-width: 999px) { .s_pump__select--kind { width: 100%; margin-bottom: 20px; z-index: 3; } }

.s_pump__select--length { width: 185px; }

@media all and (max-width: 999px) { .s_pump__select--length { width: 50%; z-index: 2; } }

@media all and (max-width: 639px) { .s_pump__select--length { width: 100%; } }

.s_pump__select--time { width: 205px; }

.s_pump__select--time input { height: 44px; width: 100%; padding-left: 20px; }

@media all and (max-width: 1199px) { .s_pump__select--time input { padding-left: 10px; } }

@media all and (max-width: 999px) { .s_pump__select--time { width: 50%; z-index: 1; margin-bottom: 20px; } }

@media all and (max-width: 639px) { .s_pump__select--time { width: 100%; } }

.s_pump__select--error { display: none; color: #fff; position: absolute; right: 0; bottom: 0; }

.s_pump__select--error p { color: inherit; }

@media all and (max-width: 1365px) { .s_pump__btn { padding: 13px 24px; } }

@media all and (max-width: 1199px) { .s_pump__btn { padding: 14px 24px; } }

@media all and (max-width: 999px) { .s_pump__btn--wrap { margin-left: auto; padding-right: 20px; } }

@media all and (max-width: 639px) { .s_pump__btn--wrap { padding-top: 0; padding-right: 0; width: 100%; }
	.s_pump__btn--wrap button { width: 100%; } }

.s_pump__footer { -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 180px; }

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

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

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

.s_pump__order { margin-right: 0; max-width: 185px; padding: 0 25px; }

@media all and (max-width: 1499px) { .s_pump__order { margin-right: 63px; } }

@media all and (max-width: 1365px) { .s_pump__order { margin-right: 0; } }

@media all and (max-width: 478px) { .s_pump__order { -ms-flex-item-align: start; align-self: flex-start; margin: 0; } }

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

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

::-webkit-input-placeholder { color: #000; font-family: 'Exo 2'; /** Custom Select **/ }

:-ms-input-placeholder { color: #000; font-family: 'Exo 2'; /** Custom Select **/ }

::placeholder { color: #000; font-family: 'Exo 2'; /** Custom Select **/ }

@media all and (max-width: 1199px) { ::-webkit-input-placeholder { font-size: 14px; } :-ms-input-placeholder { font-size: 14px; } ::placeholder { font-size: 14px; } }

@media all and (max-width: 999px) { ::-webkit-input-placeholder { font-size: 16px; } :-ms-input-placeholder { font-size: 16px; } ::placeholder { font-size: 16px; } }

.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; width: 100%; }

.custom-select-trigger { position: relative; display: block; width: 100%; padding: 0 17px; font-size: 16px; font-weight: 300; color: #5a4f4f; height: 44px; line-height: 44px; background: #fff; opacity: 0.9; border: 1px solid #cccccc; cursor: pointer; }

.custom-select-trigger:after { position: absolute; display: block; content: ''; padding: 0; border: 7px solid transparent; border-bottom: 10px solid #FF151F; -webkit-transform: translateY(-50%) rotate(180deg); -ms-transform: translateY(-50%) rotate(180deg); transform: translateY(-50%) rotate(180deg); -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; top: 60%; }

.custom-select.opened .custom-select-trigger:after { -webkit-transform: translateY(0) rotate(0); -ms-transform: translateY(0) rotate(0); transform: translateY(0) rotate(0); top: 30%; opacity: 1; }

.custom-options { position: absolute; display: block; top: 100%; left: 0; right: 0; min-width: 100%; border: 1px solid #b5b5b5; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07); box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07); 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); }

.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: #f2efef; }

.custom-option { position: relative; display: block; padding: 0 22px; border-bottom: 1px solid #b5b5b5; font-size: 16px; font-weight: 300; color: #000; line-height: 47px; cursor: pointer; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }

.custom-option:first-of-type { border-radius: 4px 4px 0 0; }

.custom-option:last-of-type { border-bottom: 0; border-radius: 0 0 4px 4px; }

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

.custom-option form { width: 50%; }

#app { padding: 200px; }

.component__select { height: 38px; background-color: red; border: 1px solid #dddddd; line-height: 38px; display: -ms-grid; display: grid; max-width: 500px; -ms-grid-columns: 10fr 1fr; grid-template-columns: 10fr 1fr; }

.component__select--name { font-size: 0.8rem; padding: 0 0 0 25px; cursor: pointer; }

.c-arrow-down { justify-self: end; }

.component__select-options { max-height: 180px; border: 1px solid #dddddd; border-top: none; overflow: auto; position: absolute; z-index: 1500; max-width: 500px; width: 500px; margin: 0; padding: 0; cursor: pointer; }

.select--option { display: -ms-grid; display: grid; -ms-flex-line-pack: center; align-content: center; background-color: #f5f5fa; border-bottom: 1px solid #dddddd; cursor: pointer; }

.select--option label { padding: 15px; cursor: pointer; }

.select--option:last-child { border-bottom: none; }

.select--option:nth-child(2n) { background-color: #ffffff; }

.select--option input { display: none; }

.single-option { height: 55px; background-color: #2595ec; font-size: 0.8rem; border: 1px solid red; }

.cust-sel { width: 200px; height: 38px; background-color: #f5f5fa; border: 1px solid #dddddd; }

.cust-sel:focus { outline-width: 0; }

#calculator { width: 100%; }

#calculator select { display: block; width: 100%; padding: 0 12px; font-size: 16px; font-weight: 300; color: #000; height: 44px; line-height: 44px; background: #fff; border: 1px solid #cccccc; cursor: pointer; margin-right: 24px; font-family: 'Exo 2'; outline: none; }

#calculator select option { position: absolute; display: block; top: 100%; left: 0; right: 0; min-width: 100%; border: 1px solid #b5b5b5; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07); box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07); background: #fff; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; pointer-events: none; -webkit-transform: translateY(-15px); -ms-transform: translateY(-15px); transform: translateY(-15px); font-family: 'Exo 2'; outline: none; }

#calculator .s_hero__step1 { background: white; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 20px; }

@media all and (max-width: 639px) { #calculator .s_hero__step1-btn { margin-left: 0px; } }

@media all and (max-width: 999px) { #calculator .s_hero__step2 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

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

#js_order-form { width: 100%; }

.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; } }

.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; } }

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

@media all and (max-width: 999px) { .s_order__content { -ms-flex-wrap: wrap; flex-wrap: wrap; } }

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

.s_order__content--3 { height: 130px; }

.s_order__result { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; background: white; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 180px; height: 44px; margin-right: 15px; }

@media all and (max-width: 999px) { .s_order__result { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; height: 38px; width: 200px; } }

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

.s_order__result li { display: inline-block; font-size: 16px; }

.s_order__result li span { font-weight: bold; font-size: 21px; }

@media all and (max-width: 1199px) { .s_order__result li span { font-size: 18px; } }

@media all and (max-width: 999px) { .s_order__result li span { font-size: 21px; } }

.s_order__form { max-width: 915px; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; }

@media all and (max-width: 767px) { .s_order__form { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; } }

.s_order__form--wr { max-width: 650px; width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media all and (max-width: 1199px) { .s_order__form--wr { max-width: 520px; } }

@media all and (max-width: 999px) { .s_order__form--wr { max-width: 100%; margin-bottom: 24px; } }

@media all and (max-width: 639px) { .s_order__form--wr { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; margin-bottom: 0px; } }

.s_order__form--wr label { margin-right: 20px; }

@media all and (max-width: 999px) { .s_order__form--wr label { width: 100%; margin-right: 0; } }

@media all and (max-width: 639px) { .s_order__form--wr label { width: 100%; margin-bottom: 24px; } }

.s_order__form--wr2 { display: flexbox; -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; max-width: 300px; margin: 0 auto; }

@media all and (max-width: 639px) { .s_order__form--wr2 { max-width: 85%; } }

.s_order__form--wr2 h3 { margin-bottom: 48px; }

.s_order__form--wr2 label { margin-bottom: 18px; margin-right: 0; cursor: pointer; font-weight: 600; text-align: center; }

.s_order__form--wr2 button { margin-top: 16px; border: none; cursor: pointer; width: 100%; }

@media all and (max-width: 639px) { .s_order__form--wr2 input { padding: 10px 13px; } }

.s_order__tile { max-width: 400px; }

@media all and (max-width: 639px) { .s_order__tile { max-width: 90%; padding: 24px 16px; } }

.s_order__tile .s_tile__form { display: block; }

#contacts-file { display: none; }

.s_thanks { max-width: 480px; text-align: center; padding: 50px; }

.s_thanks h2 { margin-bottom: 30px; }

.s_thanks p { margin-bottom: 45px; }

.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); } }